Platform/2012-06-05: Difference between revisions
< Platform
Jetvillegas (talk | contribs) (→Layout) |
(→Mobile) |
||
| (31 intermediate revisions by 16 users not shown) | |||
| Line 23: | Line 23: | ||
* m-c/Nightly is now 16, m-a/Aurora is now 15, and m-b/Beta is now 14 | * m-c/Nightly is now 16, m-a/Aurora is now 15, and m-b/Beta is now 14 | ||
** FF14 beta 6, FN14b6, and XF14b6 will be released for desktop, phones, and tablets this week | ** FF14 beta 6, FN14b6, and XF14b6 will be released for desktop, phones, and tablets this week | ||
* FF3.6 to 12 automatic updates with add-on compatibility checks | * FF3.6 to 12 automatic updates with add-on compatibility checks went out today for the security of users on these older versions of Firefox | ||
* '''Please start focusing on bugs [https://bugzilla.mozilla.org/buglist.cgi?field0-3-0=cf_status_firefox14;type0-1-0=notequals;value0-4-0=verified;field0-1-0=cf_status_firefox14;field0-0-0=cf_tracking_firefox14;type0-4-0=notequals;value0-3-0=unaffected;query_format=advanced;value0-2-0=fixed;value0-1-0=wontfix;type0-3-0=notequals;field0-2-0=cf_status_firefox14;field0-4-0=cf_status_firefox14;type0-0-0=equals;value0-0-0=%2B;type0-2-0=notequals;list_id=3313495 tracked for FF14] and [https://bugzilla.mozilla.org/buglist.cgi?field0-3-0=cf_status_firefox15;type0-1-0=notequals;value0-4-0=verified;field0-1-0=cf_status_firefox15;field0-0-0=cf_tracking_firefox15;type0-4-0=notequals;value0-3-0=unaffected;query_format=advanced;value0-2-0=fixed;value0-1-0=wontfix;type0-3-0=notequals;field0-2-0=cf_status_firefox15;field0-4-0=cf_status_firefox15;type0-0-0=equals;value0-0-0=%2B;type0-2-0=notequals;list_id=3313495 FF15]''' | * '''Please start focusing on bugs [https://bugzilla.mozilla.org/buglist.cgi?field0-3-0=cf_status_firefox14;type0-1-0=notequals;value0-4-0=verified;field0-1-0=cf_status_firefox14;field0-0-0=cf_tracking_firefox14;type0-4-0=notequals;value0-3-0=unaffected;query_format=advanced;value0-2-0=fixed;value0-1-0=wontfix;type0-3-0=notequals;field0-2-0=cf_status_firefox14;field0-4-0=cf_status_firefox14;type0-0-0=equals;value0-0-0=%2B;type0-2-0=notequals;list_id=3313495 tracked for FF14] and [https://bugzilla.mozilla.org/buglist.cgi?field0-3-0=cf_status_firefox15;type0-1-0=notequals;value0-4-0=verified;field0-1-0=cf_status_firefox15;field0-0-0=cf_tracking_firefox15;type0-4-0=notequals;value0-3-0=unaffected;query_format=advanced;value0-2-0=fixed;value0-1-0=wontfix;type0-3-0=notequals;field0-2-0=cf_status_firefox15;field0-4-0=cf_status_firefox15;type0-0-0=equals;value0-0-0=%2B;type0-2-0=notequals;list_id=3313495 FF15]''' | ||
==Firefox Development== | ==Firefox Development== | ||
* WebApp runtime support on Linux: great work by Marco Castelluccio to get that completed and landed for Firefox 15 ({{bug|744193}}, {{bug|745018}}) | |||
* WebApp runtime fixes to enable WebGL, geolocation, and offline cache in the web app runtime: {{bug|748214}}, {{bug|749459}}, {{bug|749029}} | |||
* PDF.js: | |||
** {{bug|748924}}: updated pdf.js version, new interface and bug fixes | |||
** {{bug|752676}}: added a way to toggle pdf.js on/off | |||
** Uplifted to Aurora (Firefox 15 train), hoping to get some more feedback | |||
* {{bug|742047}}: Andres and ttaubert are refactoring session storage, first step towards reducing blocking pauses and performance impact (tracking {{bug|669034}}) | |||
* {{bug|758812}}: browser.js split up into smaller pieces, see [http://blog.mozilla.org/dolske/2012/06/03/boom-goes-the-dynamite/ dolske's blog post] for more details | |||
* theme work: | |||
** mixed content icon updated to be less obnoxious ({{bug|755429}}) | |||
** updated loading/connecting throbbers ({{bug|760322}}) | |||
* inline autocomplete fixes: | |||
** {{bug|720081}} | |||
** inline autocomplete has been uplifted to beta | |||
==Firefox Developer Tools== | ==Firefox Developer Tools== | ||
* Responsive Mode landed. | |||
* Layout View turned on. | |||
* Loads of debugger fixes landed last week, feedback wanted. | |||
* Perf improvements on the web console. | |||
==Add-on SDK== | ==Add-on SDK== | ||
==B2G== | |||
* Platform APIs should be complete. Platform devs are pushing hard to tie up what's left. | |||
* Focus now is on Gaia UI - ensuring all apps are available and screen-complete. | |||
* Weekly status summary: https://etherpad.mozilla.org/b2g-status | |||
* Gaia meeting notes: https://etherpad.mozilla.org/gaia-meeting-notes | |||
* B2G meeting notes (happens later today): https://etherpad.mozilla.org/b2g-meeting-notes | |||
==Performance== | ==Performance== | ||
| Line 38: | Line 65: | ||
* Bill turned on incremental GC again ({{bug|735099}}). | * Bill turned on incremental GC again ({{bug|735099}}). | ||
* Brian landed a way to bypass the windows prefetch service via our privileged silent update service, which should improve start-up time ({{bug|692255}}). | * Brian landed a way to bypass the windows prefetch service via our privileged silent update service, which should improve start-up time ({{bug|692255}}). | ||
* Brian has instrumented our event loop to measure the extent of Firefox lag when responding to user events ({{bug|759449}}). This is different than measuring general event-loop lag in that it focuses on lag that the user will actually notice. Interested? See the EVENTLOOP_UI_LAG_EXP_MS histogram in our [http://mzl.la/telemetrydash Telemetry dashboard]. | * Brian has instrumented our event loop to measure the extent of Firefox lag when responding to user events ({{bug|759449}}). This is different than measuring general event-loop lag in that it focuses on lag that the user will actually notice. Interested? See the EVENTLOOP_UI_LAG_EXP_MS histogram in our [http://mzl.la/telemetrydash Telemetry dashboard]. This shows a regression starting on June 2nd, any ideas on what landed that would've caused a regression? | ||
;Help Wanted: The necko team is looking for help to determine the optimal disk cache size. Please see [http://todesschaf.org/posts/2012/06/04/cache-usage-and-you.html Nick’s post]. | ;Help Wanted: The necko team is looking for help to determine the optimal disk cache size. Please see [http://todesschaf.org/posts/2012/06/04/cache-usage-and-you.html Nick’s post]. | ||
| Line 62: | Line 89: | ||
**{{bug|758589}} - Make Selection.toString() return early (with empty result string) if the shell is destroyed. [mats] | **{{bug|758589}} - Make Selection.toString() return early (with empty result string) if the shell is destroyed. [mats] | ||
== | ==Media== | ||
* Changed category to Media :-) | |||
* Initial WebRTC landing as soon as reviews are in; will warn people and try to land early in a day EDT to avoid too much activity. | |||
* Desktop getUserMedia implementation close to ready (once we have WebRTC on m-c); will enable a lot of demos/etc. | |||
==DOM== | ==DOM== | ||
==WebAPI== | ==WebAPI== | ||
* Multiprocess IndexedDB landed. (Blob support still missing). | |||
* FileHandle support landed. We now have low-level file-CRUD support! Prefixed since we're still working on standardization. | |||
==Network== | ==Network== | ||
* Firefox 13 shipped with SPDY enabled by default! | |||
* Major cache performance improvements have landed - {{bug|722034}} and {{bug|746018}}. | |||
==Identity== | ==Identity== | ||
| Line 75: | Line 111: | ||
==Mobile== | ==Mobile== | ||
* Fullscreen support for plugins on Gingerbread and Froyo | |||
* Reader mode | |||
* New address bar layout | |||
==Accessibility== | ==Accessibility== | ||
* The nightly run of FF on mac with a11y turned on [http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/931f935a64f63af8/8ccdd4747b3b07bb#8ccdd4747b3b07bb turned up issues] so we have turned a11y back off while we sort them out (probably via whitelisting {{bug|759736}}). | |||
* Mobile Firefox accessibility is full speed ahead. | |||
* We're planning a work week in Toronto August 20-24th where b2g will be an area of activity. | |||
==Tree Management== | ==Tree Management== | ||
- All<sup>*</sup> 32-bit windows builds happening on 64-bit machines now. | |||
- Check out [http://escapewindow.dreamwidth.org/234671.html Aki's blog] for updates on how to build multilocale fennec builds in a sane way. | |||
<i>* for some definitions of "All". Your definition may vary. Currently excludes l10n repacks, mozilla-beta, mozilla-release and mozilla-esr10 builds.</i> | |||
==Security== | ==Security== | ||
Reviews coming up this [https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review.html?view=week&date=20120605 week]: | |||
Monday 1pm PDT -- [https://wiki.mozilla.org/Security/Reviews/WebTelephony WebTelephony] | |||
Wednesday 1pm PDT -- B2G Device Storage | |||
Calendar: https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review.html | |||
For updates to meetings please see the Security Review Calendar | |||
* HTML: https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review.html | |||
* .ics: https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review | |||
==== Bugs marked sec-review-needed that need to be scheduled ==== | |||
<bugzilla> | |||
{ | |||
"product": "mozilla.org", | |||
"component": "Security Assurance: Review Request", | |||
"quicksearch": "status:new,assigned,reopened,unconfirmed", | |||
"whiteboard": "[pending secreview][needs info]", | |||
"whiteboard_type": "contains" | |||
} | |||
</bugzilla> | |||
==Stability Report== | ==Stability Report== | ||
| Line 89: | Line 155: | ||
===Socorro=== | ===Socorro=== | ||
*Skiplist additions for mobile going to production tomorrow: {{bug|741222}}, {{bug|741315}}, {{bug|759534}}, {{bug|760597}} | |||
*Only small fixes in current releases while work on rapid beta support continues | |||
===Desktop=== | ===Desktop=== | ||
=== | ====Firefox 13==== | ||
* {{bug|709860}} - correlated to Avast. Still trying to reproduce | * {{bug|709860}} - correlated to Avast. Still trying to reproduce | ||
* {{bug|760960}} - crash in nsNPAPIPluginInstance::GetJSObject with LightShot plugin - spiked on 12 also. | * {{bug|760960}} - crash in nsNPAPIPluginInstance::GetJSObject with LightShot plugin - spiked on 12 also. | ||
| Line 97: | Line 165: | ||
* Beta crashes on Mac "seem" low. Need to compare to previous betas to make sure we aren't missing any crash reports. Verified the crash reporter is working correctly. | * Beta crashes on Mac "seem" low. Need to compare to previous betas to make sure we aren't missing any crash reports. Verified the crash reporter is working correctly. | ||
=== | ====Firefox 14==== | ||
=== | ====Firefox 15==== | ||
*Crash rates continue to be on the high side, but actual bugs are actively being worked on, some fixes already landed. | |||
** Some fixes for relatively high-ranking crashes may need to be uplifted to aurora in the coming weeks. | |||
* {{bug|761086}} crash in inDOMUtils::GetRuleNodeForContent @ nsINode::IsElement with Inspector | |||
====Plugin Issues==== | |||
* {{Bug|761528}} crash in npjp2.dll@0x7764 with Java SE 7 Update 4 | |||
===Mobile=== | ===Mobile=== | ||
| Line 107: | Line 180: | ||
* Aiming at < 5 crashes per 100 ADU as target. | * Aiming at < 5 crashes per 100 ADU as target. | ||
* 3 key top crashes still blocking | * 3 key top crashes still blocking | ||
** | **{{bug|731293}} nsBaseContentList::cycleCollection::CanSkipReal | ||
** | **{{bug|749186}} nsFontInflationData::FindFontInflationDataFor | ||
** | **{{bug|744850}} java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G... | ||
[[File:CrashStats_2012-06-04.png]] | [[File:CrashStats_2012-06-04.png]] | ||
| Line 120: | Line 193: | ||
* [https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/14.0b5/3/all 14.0b5 Beta top crashes] | * [https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/14.0b5/3/all 14.0b5 Beta top crashes] | ||
*# {{bug|731293}} nsBaseContentList::cycleCollection::CanSkipReal | *# {{bug|731293}} nsBaseContentList::cycleCollection::CanSkipReal | ||
*# {{bug|749186}} nsFontInflationData::FindFontInflationDataFor | *# {{bug|749186}} nsFontInflationData::FindFontInflationDataFor | ||
*# {{bug|744850}} java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G | *# {{bug|744850}} java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G... | ||
* [https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/14.0a2/3/all Aurora top crashes] | * [https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/14.0a2/3/all Aurora top crashes] | ||
*# {{bug|749186}} nsFontInflationData::FindFontInflationDataFor | *# {{bug|749186}} nsFontInflationData::FindFontInflationDataFor | ||
*# {{bug|731293}} nsBaseContentList::cycleCollection::CanSkipReal | *# {{bug|731293}} nsBaseContentList::cycleCollection::CanSkipReal | ||
*# {{bug|744850}} java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G | *# {{bug|744850}} java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G... | ||
* [https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/15.0a1/3/all Nightly top crashes] | * [https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/15.0a1/3/all Nightly top crashes] | ||
*# {{bug|749186}} nsFontInflationData::FindFontInflationDataFor | *# {{bug|749186}} nsFontInflationData::FindFontInflationDataFor | ||
*# {{bug|760955}} mozilla::net::nsHttpChannel::InstallOfflineCacheListener - (Patch in) | *# {{bug|760955}} mozilla::net::nsHttpChannel::InstallOfflineCacheListener - (Patch in) | ||
*# {{bug|760984}} java.lang.IndexOutOfBoundsException: index=12 count=11 at android.view.ViewGroup | *# {{bug|760984}} java.lang.IndexOutOfBoundsException: index=12 count=11 at android.view.ViewGroup... | ||
==Roundtable== | ==Roundtable== | ||
Latest revision as of 18:17, 5 June 2012
« previous week | index | next week »
Platform Meeting Details
- Tuesday 2012-06-05 - 11:00 am Pacific
- Dial-in: Audio-only conference# 95312
- People with Mozilla phones or softphones please dial x4000 Conf# 95312
- US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 95312
- US/California/Mountain View: +1 650 903 0800, x4000 Conf# 95312
- US/California/San Francisco: +1 415 762 5700, x4000 Conf# 95312
- US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 95312
- CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 95312
- CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 95312
- UK/London: +44 (0)207 855 3000, x4000 Conf# 95312
- FR/Paris: +33 1 84 88 37 37, x4000 Conf# 95312
- 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
- Warp Core Vidyo Room / SFO-Boardroom
- join irc.mozilla.org #planning for back channel
Kilimanjaro
- Reminder about k9o triage sessions on Mon/Wed @ 1:00pm PT.
- Basecamp triage - Gaia and platform sessions in progress, working on scheduling in more formal triage for identity/marketplace/apps pieces.
Notices / Schedule
- FF13 released this morning!
- m-c/Nightly is now 16, m-a/Aurora is now 15, and m-b/Beta is now 14
- FF14 beta 6, FN14b6, and XF14b6 will be released for desktop, phones, and tablets this week
- FF3.6 to 12 automatic updates with add-on compatibility checks went out today for the security of users on these older versions of Firefox
- Please start focusing on bugs tracked for FF14 and FF15
Firefox Development
- WebApp runtime support on Linux: great work by Marco Castelluccio to get that completed and landed for Firefox 15 (bug 744193, bug 745018)
- WebApp runtime fixes to enable WebGL, geolocation, and offline cache in the web app runtime: bug 748214, bug 749459, bug 749029
- PDF.js:
- bug 748924: updated pdf.js version, new interface and bug fixes
- bug 752676: added a way to toggle pdf.js on/off
- Uplifted to Aurora (Firefox 15 train), hoping to get some more feedback
- bug 742047: Andres and ttaubert are refactoring session storage, first step towards reducing blocking pauses and performance impact (tracking bug 669034)
- bug 758812: browser.js split up into smaller pieces, see dolske's blog post for more details
- theme work:
- mixed content icon updated to be less obnoxious (bug 755429)
- updated loading/connecting throbbers (bug 760322)
- inline autocomplete fixes:
- bug 720081
- inline autocomplete has been uplifted to beta
Firefox Developer Tools
- Responsive Mode landed.
- Layout View turned on.
- Loads of debugger fixes landed last week, feedback wanted.
- Perf improvements on the web console.
Add-on SDK
B2G
- Platform APIs should be complete. Platform devs are pushing hard to tie up what's left.
- Focus now is on Gaia UI - ensuring all apps are available and screen-complete.
- Weekly status summary: https://etherpad.mozilla.org/b2g-status
- Gaia meeting notes: https://etherpad.mozilla.org/gaia-meeting-notes
- B2G meeting notes (happens later today): https://etherpad.mozilla.org/b2g-meeting-notes
Performance
- This week's Snappy summary.
- Necko team landed a fix to the cache that should freeze the UI thread less during reads (bug 722034).
- Bill turned on incremental GC again (bug 735099).
- Brian landed a way to bypass the windows prefetch service via our privileged silent update service, which should improve start-up time (bug 692255).
- Brian has instrumented our event loop to measure the extent of Firefox lag when responding to user events (bug 759449). This is different than measuring general event-loop lag in that it focuses on lag that the user will actually notice. Interested? See the EVENTLOOP_UI_LAG_EXP_MS histogram in our Telemetry dashboard. This shows a regression starting on June 2nd, any ideas on what landed that would've caused a regression?
- Help Wanted
- The necko team is looking for help to determine the optimal disk cache size. Please see Nick’s post.
GFX
JS
Layout
- Fennec 1.0 Blocking Bugs
- Notable Patches:
- bug 713643 - Unprefix the border-image-* properties and add a temporary alias for -moz-border-image (but not for its subproperties, which we haven't shipped prefixed). [dbaron]
- bug 760954 - Fix the performance regression in the View Source windows [smontagu]
- bug 748692 - Don't reparse inline stylesheets on random attribute changes. [bz]
- bug 731447 - Make buttons display:inline-block by default so that underlines don't reach into them. [bz]
- bug 727834 - Add an API to (re)parse a style sheet in place. [Cedric Vivier]
- bug 760696 - Use :fullscreen to detect HTML5 video/audio state for controls visibility. [Frank Yan]
- bug 748088 - Native android reftest are not testing OMTC+OGL. [Joel Maher]
- bug 758236 - reftests for basic Indic shaping features in harfbuzz. [jkew]
- bug 759457 - Don't fast path shadows with negative scale. [jmuizelaar]
- bug 219767 - Move font size functions in nsStyleUtil into nsRuleNode. [Shriram Kunchanapalli]
- bug 713608 - HTML5 Video controls are missing in Fullscreen. [Diogo Golovanevsky Monteiro]
- bug 759421 - Handle image load errors in the reftest analyzer more gracefully. [kats]
- bug 758589 - Make Selection.toString() return early (with empty result string) if the shell is destroyed. [mats]
Media
- Changed category to Media :-)
- Initial WebRTC landing as soon as reviews are in; will warn people and try to land early in a day EDT to avoid too much activity.
- Desktop getUserMedia implementation close to ready (once we have WebRTC on m-c); will enable a lot of demos/etc.
DOM
WebAPI
- Multiprocess IndexedDB landed. (Blob support still missing).
- FileHandle support landed. We now have low-level file-CRUD support! Prefixed since we're still working on standardization.
Network
- Firefox 13 shipped with SPDY enabled by default!
- Major cache performance improvements have landed - bug 722034 and bug 746018.
Identity
Plugins
Mobile
- Fullscreen support for plugins on Gingerbread and Froyo
- Reader mode
- New address bar layout
Accessibility
- The nightly run of FF on mac with a11y turned on turned up issues so we have turned a11y back off while we sort them out (probably via whitelisting bug 759736).
- Mobile Firefox accessibility is full speed ahead.
- We're planning a work week in Toronto August 20-24th where b2g will be an area of activity.
Tree Management
- All* 32-bit windows builds happening on 64-bit machines now.
- Check out Aki's blog for updates on how to build multilocale fennec builds in a sane way.
* for some definitions of "All". Your definition may vary. Currently excludes l10n repacks, mozilla-beta, mozilla-release and mozilla-esr10 builds.
Security
Reviews coming up this week:
Monday 1pm PDT -- WebTelephony Wednesday 1pm PDT -- B2G Device Storage
Calendar: https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review.html
For updates to meetings please see the Security Review Calendar
- HTML: https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review.html
- .ics: https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review
Bugs marked sec-review-needed that need to be scheduled
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Stability Report
- Lots of prep for the stability work week next week.
- Planning on a couple of brown bags - watch for emails.
- Planning to post/blog about results, stability roadmap/plans.
- Working on setting up a discussion with Adobe for next week to review crashes/hangs.
Socorro
- Skiplist additions for mobile going to production tomorrow: bug 741222, bug 741315, bug 759534, bug 760597
- Only small fixes in current releases while work on rapid beta support continues
Desktop
Firefox 13
- bug 709860 - correlated to Avast. Still trying to reproduce
- bug 760960 - crash in nsNPAPIPluginInstance::GetJSObject with LightShot plugin - spiked on 12 also.
- bug 761185 - Firefox startup crash in __delayLoadHelper2
- Beta crashes on Mac "seem" low. Need to compare to previous betas to make sure we aren't missing any crash reports. Verified the crash reporter is working correctly.
Firefox 14
Firefox 15
- Crash rates continue to be on the high side, but actual bugs are actively being worked on, some fixes already landed.
- Some fixes for relatively high-ranking crashes may need to be uplifted to aurora in the coming weeks.
- bug 761086 crash in inDOMUtils::GetRuleNodeForContent @ nsINode::IsElement with Inspector
Plugin Issues
- bug 761528 crash in npjp2.dll@0x7764 with Java SE 7 Update 4
Mobile
- Mobile continuing to improve although not that many crash fixes went into b5.
- Aiming at < 5 crashes per 100 ADU as target.
- 3 key top crashes still blocking
- bug 731293 nsBaseContentList::cycleCollection::CanSkipReal
- bug 749186 nsFontInflationData::FindFontInflationDataFor
- bug 744850 java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G...
See Mobile Notes for Mobile specific Socorro notes
- No changes in Crash Ratio was expected for this release as there was no real crash fixes placed in. This was stated last week.
- Beta 4 shows spike at the beginning because of low ADU (: reason why we had 18.75 % crash in beta 4 was because of 3 crashes w/ 16 users per 100 adu.
- 14.0b5 Beta top crashes
- bug 731293 nsBaseContentList::cycleCollection::CanSkipReal
- bug 749186 nsFontInflationData::FindFontInflationDataFor
- bug 744850 java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G...
- Aurora top crashes
- bug 749186 nsFontInflationData::FindFontInflationDataFor
- bug 731293 nsBaseContentList::cycleCollection::CanSkipReal
- bug 744850 java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.G...
- Nightly top crashes
- bug 749186 nsFontInflationData::FindFontInflationDataFor
- bug 760955 mozilla::net::nsHttpChannel::InstallOfflineCacheListener - (Patch in)
- bug 760984 java.lang.IndexOutOfBoundsException: index=12 count=11 at android.view.ViewGroup...