Mobile/Notes/21-Sep-2011: Difference between revisions

From MozillaWiki
< Mobile‎ | Notes
Jump to navigation Jump to search
 
(20 intermediate revisions by 10 users not shown)
Line 16: Line 16:
** Locale Switcher
** Locale Switcher
** Flash (click to play)
** Flash (click to play)
** UA


== Application ==
== Application ==
Line 24: Line 25:


=== UX design ===
=== UX design ===
* Adding polish to the tablet UI, the Nightlies are looking great!
* Please keep nagging ibarlow for UI input / feedback / assets
* ibarlow assembling a prioritized list of feedback to get in for FX9


== Platform Support ==
== Platform Support ==
Line 32: Line 36:
* Startup performance
* Startup performance
** Java frontend?
** Java frontend?
** Toolchain improvements?
** Toolchain improvements bug 686805 (bug 686801: static initializers/PGO)?
* Perceived performance
* Perceived performance
** Static UI during launch
** Static UI during launch
Line 38: Line 42:
== Testing ==
== Testing ==
=== QA ===
=== QA ===
*New Hire: John Hammink; QA mobile
*Concerns
*Concerns
** {{bug|686763}} - Nightly SIGILL related crash on honeycomb
** {{bug|686763}} - Nightly SIGILL related crash on honeycomb
** {{bug|684714}} - content shows through the URL bar and is scrollable
** {{bug|686901}} - ESPN full desktop site major checkerboarding/layout/zooming issues
** {{bug|686901}} - ESPN full desktop site major checkerboarding/layout/zooming issues
*** Related, new STR posted for {{bug|676780}} - Fennec is unable to load webpages and close tabs
*** kbrosnan is bisecting the ESPN bug
** Related, new STR posted for {{bug|676780}} - Fennec is unable to load webpages and close tabs
* 7.0b6 signed off, now on market
* 7.0b6 signed off, now on market
* [https://wiki.mozilla.org/QA/Fennec/crash_rep_19Sept2011 Crash Report: Sept 19, 2011]
** Ted's addon [https://addons.mozilla.org/en-us/mobile/addon/android-symbol-sender/ Android Symbol Sender] seems to be helping
** Crash Reports not reporting : {{bug|686800}}, {{bug|686492}}
*** Trying to gather data for no reports
*** trying to gather data for the GLSL crashes and {{bug|686763}}
* Working on startup time assessment on various devices.  Any particular phone models/families that need more attention than others?


=== Test Suites ===
=== Test Suites ===


=== Test Automation ===
=== Test Automation ===
* {{bug|687147}} - crash on startup of fennec, fixed with a hack
* lots of other failures exist, mostly due to crashes of the browser or hangs during quit
* looking into adding in a 'make talos-remote' from an objdir, would this be useful for folks?
* click-to-play and e10s/non-e10s unittests?  this would double the load on the tegras, what is critical in testing in non e10s mode?
* simple wiki to decode [[https://wiki.mozilla.org/Mobile/Fennec/Android/AutomationLogs#Logcat_Errors automation failures]] on tegras


== Release Engineering ==
== Release Engineering ==
[http://is.gd/ZEOCi7 android_tier_1]
* (fixed) {{bug|685242}} - split try and non-try tegra pools
* (fixed) {{bug|686748}} - catch devicemanager exceptions in sut_tools scripts
* (fixed) {{bug|687233}} - foopies are running out of disk space
* (fixed) {{bug|684871}} - update dashboard for new tegras
* (fixed?) {{bug|687156}} - update pageloader max version to * from 9.0
* (fixed) {{bug|687018}} - intermittent dns failures in Android test jobs
* (fixed) {{bug|669415}} - new tegras online or distributed to developers; need to be hooked up to foopies
** {{bug|684253}} - 6 new foopies
Overall, most purples/reds are now green or orange.  Oranges are most likely due to the startup crash that Joel found last week.


== Other ==
== Other ==
* Welcome Brian Nicholson to Front-end team!
* Welcome Brian Nicholson to Front-end team!
===SUMO===
*Increased feedback on nightly posted to input this week:
http://input.mozilla.com/en-US/?q=&product=mobile&version=9.0a1&date_start=2011-08-22&date_end=&sentiment=sad
*25% increase in page views for mobile support this month (we fixed a broken link and improved the navigation from the top of the SUMO site)
*Android market reviews data spreadsheet
https://docs.google.com/spreadsheet/ccc?key=0Astsg__lnySwdE1WT1lyVVhUNF9mZWhrVkpTeU9pMWc&ndplr=1#gid=1
*New people answering mobile SUMO forum questions = splendid!

Latest revision as of 17:10, 21 September 2011

Details

  • Wednesdays - 9:30am Pacific, 12:30pm Eastern, 16:30 UTC
  • Dial-in: Audio-only conference# 95346
    • People with Mozilla phones or softphones please dial x4000 Conf# 95346
    • US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 95346
    • US/California/Mountain View: +1 650 903 0800, x4000 Conf# 95346
    • US/California/San Francisco: +1 415 762 5700, x4000 Conf# 95346
    • US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 95346
    • CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 95346
    • CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 95346
    • UK/London: +44 (0)207 855 3000, x4000 Conf# 95346
    • FR/Paris: +33 1 84 88 37 37, x4000 Conf# 95346
    • 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
  • vidyo: PB&J

Schedule

Next merge date is 2011-09-27

Major Topics for This Week

  • Focus on tracking-fennec:9 bugs
  • Checking status on some "almost done" features:
    • Camera (UI and Backend)
    • WebApps API
    • Locale Switcher
    • Flash (click to play)
    • UA

Application

Front-end

  • Working on last few tablet UI tweaks before merge
    • We seem pretty solid for Fx9. Some of the tweaks could be pushed to Fx10, if we have other priority work.
  • Check tracking-fennec:9 bugs for anything assigned to you

UX design

  • Adding polish to the tablet UI, the Nightlies are looking great!
  • Please keep nagging ibarlow for UI input / feedback / assets
  • ibarlow assembling a prioritized list of feedback to get in for FX9

Platform Support

Android

Performance

  • Startup performance
    • Java frontend?
    • Toolchain improvements bug 686805 (bug 686801: static initializers/PGO)?
  • Perceived performance
    • Static UI during launch

Testing

QA

  • New Hire: John Hammink; QA mobile
  • Concerns
    • bug 686763 - Nightly SIGILL related crash on honeycomb
    • bug 684714 - content shows through the URL bar and is scrollable
    • bug 686901 - ESPN full desktop site major checkerboarding/layout/zooming issues
      • kbrosnan is bisecting the ESPN bug
    • Related, new STR posted for bug 676780 - Fennec is unable to load webpages and close tabs
  • 7.0b6 signed off, now on market
  • Crash Report: Sept 19, 2011
  • Working on startup time assessment on various devices. Any particular phone models/families that need more attention than others?

Test Suites

Test Automation

* bug 687147 - crash on startup of fennec, fixed with a hack
* lots of other failures exist, mostly due to crashes of the browser or hangs during quit
* looking into adding in a 'make talos-remote' from an objdir, would this be useful for folks?
* click-to-play and e10s/non-e10s unittests?  this would double the load on the tegras, what is critical in testing in non e10s mode?
* simple wiki to decode [automation failures] on tegras

Release Engineering

android_tier_1

  • (fixed) bug 685242 - split try and non-try tegra pools
  • (fixed) bug 686748 - catch devicemanager exceptions in sut_tools scripts
  • (fixed) bug 687233 - foopies are running out of disk space
  • (fixed) bug 684871 - update dashboard for new tegras
  • (fixed?) bug 687156 - update pageloader max version to * from 9.0
  • (fixed) bug 687018 - intermittent dns failures in Android test jobs
  • (fixed) bug 669415 - new tegras online or distributed to developers; need to be hooked up to foopies

Overall, most purples/reds are now green or orange. Oranges are most likely due to the startup crash that Joel found last week.

Other

  • Welcome Brian Nicholson to Front-end team!

SUMO

  • Increased feedback on nightly posted to input this week:

http://input.mozilla.com/en-US/?q=&product=mobile&version=9.0a1&date_start=2011-08-22&date_end=&sentiment=sad

  • 25% increase in page views for mobile support this month (we fixed a broken link and improved the navigation from the top of the SUMO site)
  • Android market reviews data spreadsheet

https://docs.google.com/spreadsheet/ccc?key=0Astsg__lnySwdE1WT1lyVVhUNF9mZWhrVkpTeU9pMWc&ndplr=1#gid=1

  • New people answering mobile SUMO forum questions = splendid!