Mobile/Notes/17-Apr-2013: Difference between revisions

From MozillaWiki
< Mobile‎ | Notes
Jump to navigation Jump to search
Line 131: Line 131:


===Scott (jwir3)===
===Scott (jwir3)===
'''Last Week''':
* {{bug|803719}}: Reflow-on-zoom should zoom in and snap to a piece of text landed.
* {{bug|836565}} (Part 1/2):Reflow-on-zoom performance issues landed.
* {{bug|800805}}: Reflow-on-zoom snaps in too far to the left on cnn.com landed.
'''This Week''':
* More performance issues with reflow-on-zoom, improvements are going to be incremental.
* {{bug|836568}}: Reflow-on-zoom has issues with events being queued up.
* {{bug|847872}}: Reflow-on-zoom on double-tap only (start work on this).
'''Other''':
* Reflow-on-zoom is significantly more stable now. Please feel free to try it again if you were frustrated before. Also, if you're seeing performance issues (specifically on zoom-out), please try and get a profile and attach to bug 836565. Specific sites that are having unreasonable performance with reflow-on-zoom are also requested.
===BLassey===
===BLassey===
===MFinkle===
===MFinkle===

Revision as of 16:34, 17 April 2013

Details

  • Wednesdays - 9:30am Pacific, 12:30pm Eastern, 16: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

  • Next merge: 2013-05-13
  • Next release: 2013-05-14

Major Topics for This Week

Friends of the Mobile team

Give a shoutout/thanks to people for helping fix and test bugs.

  • capella fixed bug 848267 - Awesomebar loses correct tab selection
  • Justin Busby fixed bug 755240 - Scrolling axis lock is unbreakable (his first patch!!!)

Stand ups

Suggested format:

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

Please keep your update to under 2 minutes!

James W. (snorp)

Kats

  • Apr 10 - 17
    • bug 860613 - add some code to bind an APZC to a target scrollable layer
    • bug 860898 - add a --show-commands flag to mach build
    • bug 860940 - make creation of AndroidGeckoEvent instances sane
    • bug 748495 - reduce number of unnecessary resize events triggered
    • spent a lot of time trying to get a usable b2g debug build
    • spent some time going through AWSY data and filing regression bugs (862390, 862403)
  • Next
    • continue trying to debug bug 860162 (for which I needed the B2G build)
    • more bisecting of AWSY regressions

GBrown

  • Done
    • Research (Shumway) work week
    • Contributed to bug 855130 Media Source Extensions API
    • bug 854863 20M regression in data size
  • Working on
    • bug 859563 GeckoEventExpecter instances are reused incorrectly
    • Panda test reliability
    • Re-enable more robocop tests
    • Turn on more xpcshell tests

Chris Lord (cwiiis)

  • Done
    • bug 859100 - java.lang.NullPointerException: at org.mozilla.gecko.BrowserToolbar.canToolbarHide(BrowserToolbar.java)
    • bug 859031 - java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp$8$1.run(BrowserApp.java)
    • bug 861246 - Layer refactor broke async scrolling of fixed position margins
    • bug 856932 - Incorrect layer position when panning down to make the urlbar visible
    • bug 852955 - [AccessFu] Trying to activate items at top of pages brings up awesome bar or menu instead
    • bug 855240 - Regression: Video trailer playback on imdb.com is broken (still broken, but fixed other bugs with this patch)
    • Interviews
  • Now
    • bug 858969 - window.scrollTo() cannot ensure compatibility when dynamic toolbar is enabled

Chris Peterson

    • Fixed bug 861073 - Verify --with-android-version is at least 9
    • Fixed bug 861395 - Log the original exception stack trace and add some paranoid exception checks
    • Investigating using JS implementation of Push API on Android
    • Investigating topcrash bug 827407 - java.lang.NullPointerException: at com.adobe.flashplayer.FlashPaintSurface

JChen

  • Past week
    • ANR dashboard
  • Next
    • Go back to IME bugs

GCP

  • Last week
    • Landed Android WebRTC
    • Various bugs related to getting it landed
  • Next week

Brian N

  • Done
    • Bug 860454 - UpdateService failing with java.net.URISyntaxException
    • Bug 860523 - Move WebApps back to the generated Fennec namespace
    • Fixed and landed Bug 838793 - Convert AboutHomeContent to a Fragment
    • Fixed and landed Bug 859584 - Fix about:home thumbnail issues
    • Bug 862049 - setAccessibilityEnabled() isn't called on the UI thread in GeckoAccessibility
  • In progress
    • Bug 861653 - Regression: Missing standard search engines
  • Next
    • Bug 703564 - Find some way to add email or even comments for crashes on Firefox for Android

Sriram

WesJ

LucasR

Margaret

  • Done
    • Don't wait until shutdown to save search engine order - bug 858809
    • Unable to uninstall or disable added search engine - bug 862125
    • Add Serif/Sans Serif font toggle to Reader Mode - bug 857989
    • URL bar retains address entered after editing a top site on about:home - bug 860326
    • Selection is black if content isn't focused when selection starts - bug 858323
    • Killed a bunch of unused files - bug 861005, bug 838368, bug 862440

Scott (jwir3)

Last Week:

  • bug 803719: Reflow-on-zoom should zoom in and snap to a piece of text landed.
  • bug 836565 (Part 1/2):Reflow-on-zoom performance issues landed.
  • bug 800805: Reflow-on-zoom snaps in too far to the left on cnn.com landed.

This Week:

  • More performance issues with reflow-on-zoom, improvements are going to be incremental.
  • bug 836568: Reflow-on-zoom has issues with events being queued up.
  • bug 847872: Reflow-on-zoom on double-tap only (start work on this).

Other:

  • Reflow-on-zoom is significantly more stable now. Please feel free to try it again if you were frustrated before. Also, if you're seeing performance issues (specifically on zoom-out), please try and get a profile and attach to bug 836565. Specific sites that are having unreasonable performance with reflow-on-zoom are also requested.

BLassey

MFinkle

Ian Barlow

  • Last week
    • UX Summit in London, a good time was had by many
  • This week
    • Filed bunch of multipage about:home bugs
      • Will be adding more detailed mockups to these over the next couple of days
      • bug 862793 - [meta] Multipage About:home
      • bug 862806 - Swipeable panels on about:home
      • bug 862813 - Entry points into about:home
      • bug 862794 - About:home "visited" panel
      • bug 862796 - About:home "bookmarks" panel
      • bug 862798 - About:home "save for later" panel
      • bug 862799 - About:home "Add-ons" panel
      • bug 862801 - About:home Snippet
      • bug 862805 - Add support for custom panel add-ons on about:home
    • Settings re-org in progress https://etherpad.mozilla.org/settings-reorg
      • Feedback welcome
    • Rethinking the tab counter icon. It doesn't work very well with the new single colour tab design.
  • Up next
    • Reader enhancements
      • Serif view
      • Rich preview of article
      • Update toolbar menu styling
      • Add a way to navigate through articles without going back to reading list
      • Add a way to add to reading list without entering reader mode
      • Figure out what to do for articles that Reader mode can't parse

Security/MGoodwin

WebRT

Round Table