Platform/2012-07-24
< Platform
« previous week | index | next week »
Platform Meeting Details
- Tuesday 2012-07-24 - 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
Notices / Schedule
- We are in the second week of the cycle
- Second Beta is going to build today
- Unthrottling 14.0.1 decision coming at today's channel meeting, we have no current blockers to unthrottling - if you disagree please let us know
Firefox OS
Firefox Development
Firefox Developer Tools
Add-on SDK
Performance
- This week's Snappy summary
- What we learned about Windows Prefetch from Telemetry
- Jeff Muizelaar wrote an interesting blog post work involved in a tab switch on Mac.
- A number of cache improvements from Necko team have landed and some more are coming soon from bbondy.
GFX
JS
Layout
- met in person last week (with Graphics and Video)
- SVG display lists landed, pref'ed off
- makes painting and hit-testing for SVG work much more like it does for all other content
- Many performance improvements already made during the groundwork
- once pref'ed on, it will allow SVG to benefit from more existing performance optimizations (layers) and future performance optimizations (off main thread compositing, DLBI)
- will allow other web platform consistency/parity features such as z-index to be implemented in SVG
- landing plan for display list based invalidation (DLBI) is to split landing into a few pieces
- still risk of regressions with each piece, but more manageable
- some extra work needed to land pieces separately
- high cost of merging with other changes to the code
- trying to land automated tests for bugs reported after the previous landing
- first piece and second piece landed
- pieces of off-main-thread animations landed / landing: bug 706179, bug 755084
- starting off with animating just transforms and opacity in the layer system
- still running style change handling on the main thread, just suppressing repainting (to be improved later, but tricky)
- other notable patches landed:
- bug 745148: Support content processes pushing layer transactions directly to off-main-thread compositor in parent process (for b2g, spread across gfx / dom / layout)
Media
DOM
WebAPI
Network
Identity
Plugins
Mobile
- Honeycomb plugin support landed on trunk
- crash landing on aurora and beta
- also changes how we render plugins on ICS
Accessibility
Tree Management
Security
Stability Report
Socorro
Desktop
Flash
- Flash issues continue to our top problem - dialog on the list.
- Actively working with Adobe and they are providing us test builds to verify fixes.
- We came up with STR for the top one - bug 772097.
- We don't know for sure if we fixed 1 or all instances of this crash.
- Looks like the hangs have increased - need to compile a list of top hangs.
- Start focusing on hangs next.
- List of flash issues we are tracking - http://tinyurl.com/bpctedp.
Beta
- bug 750019 Showed up on the explosive report today and has moved up in Beta to #17 top crash.
- bug 776497 crash in nsGlobalWindow::SetNewDocument
Trunk
- bug 776578 crash in SweepTypeObjects
Other Stuff
- bug 775090
- PR_EnumerateAddrInfo | PR_GetHostByAddr - issue that spiked on 14.0.1.
- No clear correlations
- Outreach to users that have reported the problem, trying to find STR.
- We may have found a user that can reproduce the problem.
Mobile
- Highlights
- Aurora is less than Nightly in crashiness again!
- Wanted to give a shout out to the Mobile Devs for fixing crashes quickly... they rock!
- 14.0.1 Release top crashes
- bug 769893 - java.lang.IllegalArgumentException: Cannot draw recycled bitmaps at android.view.GLES20Canvas.drawBitmap(GLES20Canvas.java) on Galaxy Nexus or Nexus 7 with Jelly Bean
- bug 767713 java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.onPrepareOptionsMenu(GeckoApp.java)
- bug 732059 - crash in TimerThread::UpdateFilter @ libflashplayer.so@0x53..
- 15.0b1 Beta top crashes
- bug 769893 - java.lang.IllegalArgumentException: Cannot draw recycled bitmaps at android.view.GLES20Canvas.drawBitmap(GLES20Canvas.java) on Galaxy Nexus or Nexus 7 with Jelly Bean
- bug 774070 - js::gc::IsObjectMarked
fixed on all chans: bug 774072 android.os.NetworkOnMainThreadException: at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java)- bug 761929 - java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the childs parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java) at com.android.internal.policy.impl.PhoneWindow.openPanel on ICS
- Aurora top crashes
- bug 731286 - libflashplayer.so@0x75a606 [Flash crashes]
- bug 761929 - java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the childs parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java) at com.android.internal.policy.impl.PhoneWindow.openPanel on ICS
- bug 774622 - crash with abort message: "mismatched CxxStackFrame ctor/dtors: file /builds/slave/m-cen-andrd-ntly/build/ipc/glue/RPCChannel.cpp, line 656" on quitting Nightly
- Nightly top crashes
fixed on all chans: bug 776253 - java.lang.NullPointerException: at org.mozilla.gecko.AboutHomeContent.onInterceptTouchEvent(AboutHomeContent.java)- bug 761929 - java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the childs parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java)
fixed on all chans: bug 765156 - java.lang.NullPointerException: at org.mozilla.gecko.PropertyAnimator.invalidate(PropertyAnimator.java)fixed, riding train: bug 775976 - java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.handleThumbnailData(GeckoApp.java)- bug 755638 java.lang.SecurityException: caller uid <n> is different than the authenticators uid at android.os.Parcel.readException(Parcel.java)
- bug 771774 mozalloc_abort