Mobile/Platform/Notes/23-Aug-2017

From New wiki
Jump to navigation Jump to search

Details

  • Wednesdays - 8:30am Pacific, 11:30pm Eastern, 15:30 UTC
  • Dial-in: Audio-only conference# 99998
    • People with Mozilla phones or softphones please dial x4000 Conf# 99998
    • US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 99998
    • US/California/Mountain View: +1 650 903 0800, x4000 Conf# 99998
    • US/California/San Francisco: +1 415 762 5700, x4000 Conf# 99998
    • US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 99998
    • CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 99998
    • CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 99998
    • UK/London: +44 (0)207 855 3000, x4000 Conf# 99998
    • FR/Paris: +33 1 84 88 37 37, x4000 Conf# 99998
    • Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
    • SkypeOut is free if you use the 800 number
  • irc.mozilla.org #mobile for backchannel
  • Mobile Vidyo Room

Schedule

Topics for This Week

Tracking Review

Beta

  • Next Build:

<bugzilla> {

   "cf_blocking_fennec": "56+",
   "resolution": "---",
   "include_fields": "id, summary, status, assigned_to, last_change_time",
   "order": "bug_id"

} </bugzilla>

Nightly

  • Next Build:

<bugzilla> {

   "cf_blocking_fennec": "Nightly+",
   "resolution": "---",
   "include_fields": "id, summary, status, assigned_to, last_change_time",
   "order": "bug_id"

} </bugzilla>

Stand ups

Suggested format:

  • What did you do last week?
  • What are working on this week?
  • Anything blocking you?

James W. (snorp)

JChen

Fixed

<bugzilla display="list"> {

 "assigned_to": "nchen@mozilla.com",
 "resolution": ["FIXED"],
 "changed_after": "2017-08-16",
 "changed_before": "2017-08-23",
 "changed_field": "resolution",
 "include_fields": "id, summary"

} </bugzilla>

Working on

<bugzilla display="list"> {

 "assigned_to": "nchen@mozilla.com",
 "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
 "changed_after": "2017-08-16",
 "changed_before": "2017-08-24",
 "changed_field": "comment",
 "include_fields": "id, summary"

} </bugzilla>


Randall Barker

Eugen Sawin

Fixed

<bugzilla display="list"> {

 "assigned_to": "esawin@mozilla.com",
 "resolution": ["FIXED"],
 "changed_after": "2017-08-16",
 "changed_before": "2017-08-23",
 "changed_field": "resolution",
 "include_fields": "id, summary"

} </bugzilla>

Working on

<bugzilla display="list"> {

 "assigned_to": "esawin@mozilla.com",
 "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
 "changed_after": "2017-08-16",
 "changed_before": "2017-08-24",
 "changed_field": "comment",
 "include_fields": "id, summary"

} </bugzilla>

Dylan Roeh

Bob Clary

  • bug 1371291 - Autophone - use org.mozilla.gecko.SHUTDOWN and eliminate quitter - After testing on autophone-4 with Nexus 5 (Android 4.4) and Pixels (Android 7.1), finally landed a patch that was pretty green. Unfortunately, new crashes appeared on Nexus 4 (Android 4.2) and Nexus 6P (Android 6). This also appears to have caused a regression in Fennec S1S2 especially on Nexus 4 though GeckoView appears to have improved. I've left mozilla-release in testing with the expectation that the delays caused by the loss of Quitter and the unavailability of the shutdown extent will be minor on such a low volume repo.
  • bug 1392690 - Intermittent autophone-s1s2 | application crashed [@ libc.so + 0x1a772] - Disabled nytimes on Nexus 4
  • bug 1392693 - Intermittent autophone-s1s2 | application crashed [@ libc.so + 0x42374] - Disabled nytimes on Nexus 6P

Mike Kaply