Mobile/Platform/Notes/08-Sep-2015

From New wiki
Jump to navigation Jump to search

Details

  • Tuesdays - 9:00am Pacific, 12:00pm Eastern, 16:00 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": "40+",
   "resolution": "---",
   "include_fields": "id, summary, status, assigned_to, last_change_time",
   "order": "bug_id"

} </bugzilla>

Aurora

  • Next Build:

<bugzilla> {

   "cf_blocking_fennec": "41+",
   "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)

  • Have patches for increase the tile and pool sizes, which will hopefully reduce compositor sluggishness
  • Have a patch for enabling the tiled DrawTarget, which will reduce paint times
  • Resurrected the patch for fading in new tiles, which we may consider as an alternative to low-res tiles
  • Fixed the single-tile-as-layer path on Android, which lets us use one tile for small non-scrollable layers, saving memory


JChen

Fixed

<bugzilla display="list"> {

 "assigned_to": "nchen@mozilla.com",
 "resolution": ["FIXED"],
 "changed_after": "2015-09-01",
 "changed_before": "2015-09-08",
 "changed_field": "resolution",
 "include_fields": "id, summary"

} </bugzilla>

Working on

<bugzilla display="list"> {

 "assigned_to": "nchen@mozilla.com",
 "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
 "changed_after": "2015-09-01",
 "changed_before": "2015-09-09",
 "changed_field": "comment",
 "include_fields": "id, summary"

} </bugzilla>

GCP

Randall Barker

  • Investigating bug 1201100 - Perma-checkerboarding when zoomed in with apz-fennec
  • Continued working on bug 1122804 - Have nsDisplayResolution items adjust event coordinates for hit testing and dispatching to content. And related issues.
  • Waiting for review of bug 1166961 - Show click to play button on Fennec when autoplay is blocked

This Week:

  • More C++APZ

Eugen Sawin

  • New contributor JanH (bug 1197985)
    • Reviews
  • JSM import performance
    • Import tree analysis reveals the "heavy imports"
  • PTO 10-18 Sept.
Fixed

<bugzilla display="list"> {

 "assigned_to": "esawin@mozilla.com",
 "resolution": ["FIXED"],
 "changed_after": "2015-09-01",
 "changed_before": "2015-09-08",
 "changed_field": "resolution",
 "include_fields": "id, summary"

} </bugzilla>

Working on

<bugzilla display="list"> {

 "assigned_to": "esawin@mozilla.com",
 "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
 "changed_after": "2015-09-01",
 "changed_before": "2015-09-09",
 "changed_field": "comment",
 "include_fields": "id, summary"

} </bugzilla>

Dylan Roeh

Fixed

<bugzilla display="list"> {

 "assigned_to": "droeh@mozilla.com",
 "resolution": ["FIXED"],
 "changed_after": "2015-09-01",
 "changed_before": "2015-09-08",
 "changed_field": "resolution",
 "include_fields": "id, summary"

} </bugzilla>

Working on

<bugzilla display="list"> {

 "assigned_to": "droeh@mozilla.com",
 "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
 "changed_after": "2015-09-01",
 "changed_before": "2015-09-09",
 "changed_field": "comment",
 "include_fields": "id, summary"

} </bugzilla>

  • (Also on a security-sensitive bug.)