Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

(Improvement) mobile - Tp4 Mobile NoChrome - Android 4.0.4 - 12.3%

1 view
Skip to first unread message

nob...@cruncher.build.mozilla.org

unread,
May 19, 2013, 4:21:54 PM5/19/13
to dev-tree-...@lists.mozilla.org
Improvement: mobile - Tp4 Mobile NoChrome - Android 4.0.4 - 12.3% decrease
--------------------------------------------------------------------------
Previous: avg 963.562 stddev 36.095 of 12 runs up to revision ea767da526ff
New : avg 844.704 stddev 43.315 of 12 runs since revision ea767da526ff
Change : -118.858 (12.3% / z=3.293)
Graph : http://mzl.la/115mIUi

Changeset range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ea767da526ff&tochange=ea767da526ff

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 12:03:30 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Firefox - a11y Row Major MozAfterPaint - Ubuntu HW 12.04 x64 - 6.81% decrease
------------------------------------------------------------------------------------------
Previous: avg 194.708 stddev 1.712 of 12 runs up to revision ea767da526ff
New : avg 181.458 stddev 1.982 of 12 runs since revision 37b8fa6c1c92
Change : -13.250 (6.81% / z=7.741)
Graph : http://mzl.la/10J5SL5

Changeset range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ea767da526ff&tochange=37b8fa6c1c92

Changesets:
* http://hg.mozilla.org/mozilla-central/rev/b5a42a30e193
: Sotaro Ikeda <sik...@mozilla.com> - Bug 871753 Part1 - fix deadlock during youtube video playback. r=doublec
: http://bugzilla.mozilla.org/show_bug.cgi?id=871753

* http://hg.mozilla.org/mozilla-central/rev/2cad9e70289a
: Sotaro Ikeda <sik...@mozilla.com> - Bug 871753 Part2 - add libstagefright_foundation r=mwu
: http://bugzilla.mozilla.org/show_bug.cgi?id=871753

* http://hg.mozilla.org/mozilla-central/rev/ea25bacc8401
: Ryan VanderMeulen <rya...@gmail.com> - Merge m-c to birch.

* http://hg.mozilla.org/mozilla-central/rev/cb242a1cccb2
: Camilo Viecco <cvi...@mozilla.com> - Bug 841569 - Cannot install image-uploader (fix handling of large filanames on b2g apps) r=bsmith
: http://bugzilla.mozilla.org/show_bug.cgi?id=841569

* http://hg.mozilla.org/mozilla-central/rev/da470133a9ba
: Gregory Szorc <g...@mozilla.com> - Bug 863069 - Part 4: Reorder lists to be alphabetical; r=ted
: http://bugzilla.mozilla.org/show_bug.cgi?id=863069

* http://hg.mozilla.org/mozilla-central/rev/8fbd99874bad
: Gregory Szorc <g...@mozilla.com> - Bug 863069 - Part 5: Require sorted lists in moz.build files; r=ted
: http://bugzilla.mozilla.org/show_bug.cgi?id=863069

* http://hg.mozilla.org/mozilla-central/rev/efbb1fb5e563
: Myk Melez <m...@mozilla.org> - bug 860043 - don't log by default; remove extraneous newlines; r=sicking
: http://bugzilla.mozilla.org/show_bug.cgi?id=860043

* http://hg.mozilla.org/mozilla-central/rev/39b03fde453a
: Bobby Holley <bobby...@gmail.com> - Bug 873253 Crash clicking on file input in XUL whitelisted site r=bz
: http://bugzilla.mozilla.org/show_bug.cgi?id=873253

* http://hg.mozilla.org/mozilla-central/rev/eccb855886ad
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 8: Add a non-realtime media graph API to produce a given number of ticks; r=roc
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/mozilla-central/rev/b67a43c241c5
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 9: Implement the DOM binding for OfflineAudioContext; r=roc
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/mozilla-central/rev/3f5529434311
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 10: Use the non-realtime MediaStreamGraph API and a custom destination node engine for OfflineAudioContext; r=roc

We offload most of the logic for OfflineAudioContext to the destination node,
since that's where the sample recording needs to happen, so doing this will
make the code simpler.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/mozilla-central/rev/35cedd1dd27a
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 11: Implement the processing of OfflineAudioContext; r=roc

We use a custom AudioNodeEngine for the destination nodes belonging to
OfflineAudioContexts, and there we record the rendered buffer. Once the buffer
is full, we resample it if the sampling rate of the OfflineAudioContext is
different than the ideal sampling rate, and then we hand it off to the main
thread in order for the complete event to be dispatched.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/mozilla-central/rev/894831c54271
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 12: Fix the lifetime management of the Web Audio graph in presence of OfflineAudioContexts; r=roc

Here we make the non-realtime graphs to go to sleep until they're shut down
from the main thread. This allows us to use the common forced shutdown code
path in MediaStreamGraphImpl::RunThread. We also need to delete the graph
object when the last message is dispatched to it.

In addition, we need to make sure that the AudioNodes also get released when
they're no longer needed. To do this, we need for force the SelfReference of
AudioBufferSourceNodes to be released when the context is shut down, and also
trigger the destruction of the graph there.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/mozilla-central/rev/7c4f7f3be361
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 13: Add a unit test for OfflineAudioContext; r=roc
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/mozilla-central/rev/825f0424a603
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 14: Run most of the existing Web Audio tests using OfflineAudioContext as well as AudioContext; r=roc

This helps us get a decent amount of test coverage on OfflineAudioContext in
both the existing tests and the future tests.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* and 47 more

Bugs:
* http://bugzilla.mozilla.org/show_bug.cgi?id=2
* http://bugzilla.mozilla.org/show_bug.cgi?id=872323 - Perma orange: TEST-UNEXPECTED-FAIL | /Users/cltbld/talos-slave/test/build/xpcshell/tests/toolkit/components/social/test/xpcshell/test_SocialService.js | Test timed out
* http://bugzilla.mozilla.org/show_bug.cgi?id=872964 - wrong result for getTextBeforeOffset for start word boundary at text length offset
* http://bugzilla.mozilla.org/show_bug.cgi?id=860043 - TCPSocket logs debug messages by default, adds extra newline
* http://bugzilla.mozilla.org/show_bug.cgi?id=860941 - Clean up showModalDialog implementation
* http://bugzilla.mozilla.org/show_bug.cgi?id=857236 - In-content Privacy > Tracking preference UI always shows the default state
* http://bugzilla.mozilla.org/show_bug.cgi?id=861465 - Hide overlay buttons when showing app bars or in fullscreen mode
* http://bugzilla.mozilla.org/show_bug.cgi?id=872864 - Intermittent browser_net_simple-request-data.js | The requestHeaders attachment has an incorrect |headers| property. - Got 6, expected 7 | browser_net_simple-request-details.js | There should be 13 header values displayed in this tabpanel. etc
* http://bugzilla.mozilla.org/show_bug.cgi?id=842657 - Flip the pref to enable the CSP 1.0 parser for Firefox
* http://bugzilla.mozilla.org/show_bug.cgi?id=873253 - Crash clicking on file input
* http://bugzilla.mozilla.org/show_bug.cgi?id=873255 - remove option to always show tabs
* http://bugzilla.mozilla.org/show_bug.cgi?id=839342 - Work - Edge UI gesture should fire before user removes his/her finger from the screen
* http://bugzilla.mozilla.org/show_bug.cgi?id=863069 - Require alphabetical order when assigning to order-independent moz.build variables
* http://bugzilla.mozilla.org/show_bug.cgi?id=872507 - Tweak logcat java-exception regex to strip more whitespace
* http://bugzilla.mozilla.org/show_bug.cgi?id=813372 - b2g process crash with this testcase, using -moz-transition
* and 10 more

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 12:22:58 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Firefox - Dromaeo (DOM) - Ubuntu HW 12.04 x64 - 2.89% increase
---------------------------------------------------------------------------
Previous: avg 710.655 stddev 4.188 of 12 runs up to revision ea767da526ff
New : avg 731.198 stddev 7.473 of 12 runs since revision 37b8fa6c1c92
Change : +20.543 (2.89% / z=4.905)
Graph : http://mzl.la/13H0Aor

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 12:23:01 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Firefox - Dromaeo (CSS) - Ubuntu HW 12.04 x64 - 8.11% increase
---------------------------------------------------------------------------
Previous: avg 4610.963 stddev 93.436 of 12 runs up to revision ea767da526ff
New : avg 4984.733 stddev 42.758 of 12 runs since revision 37b8fa6c1c92
Change : +373.769 (8.11% / z=4.000)
Graph : http://mzl.la/13H0AoB

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 12:41:47 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Firefox - a11y Row Major MozAfterPaint - Ubuntu HW 12.04 - 4.28% decrease
--------------------------------------------------------------------------------------
Previous: avg 229.792 stddev 4.076 of 12 runs up to revision ea767da526ff
New : avg 219.958 stddev 2.241 of 12 runs since revision 37b8fa6c1c92
Change : -9.833 (4.28% / z=2.413)
Graph : http://mzl.la/13H2zsO

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 12:43:37 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Firefox - Dromaeo (CSS) - Ubuntu HW 12.04 - 12.9% increase
-----------------------------------------------------------------------
Previous: avg 4085.488 stddev 94.027 of 12 runs up to revision ea767da526ff
New : avg 4610.883 stddev 37.087 of 12 runs since revision 37b8fa6c1c92
Change : +525.395 (12.9% / z=5.588)
Graph : http://mzl.la/13H2JAu

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 7:21:46 AM5/21/13
to dev-tree-...@lists.mozilla.org
Regression: Fx-Team-Non-PGO - Tp5 Optimized (Private Bytes) - Ubuntu HW 12.04 - 4.43% increase
----------------------------------------------------------------------------------------------
Previous: avg 484748583.333 stddev 6283620.214 of 12 runs up to revision ea767da526ff
New : avg 506234583.333 stddev 6043328.094 of 12 runs since revision 073791f33ab7
Change : +21486000.000 (4.43% / z=3.419)
Graph : http://mzl.la/14MCVBV

Changeset range: http://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=ea767da526ff&tochange=073791f33ab7

Changesets:
* http://hg.mozilla.org/integration/fx-team/rev/1ad8dcecee7f
: Mihai Sucan <mihai...@gmail.com> - Bug 872479 - Toolbox tab icons are misplaced; r=vporof
: http://bugzilla.mozilla.org/show_bug.cgi?id=872479

* http://hg.mozilla.org/integration/fx-team/rev/1e2fd4d04d61
: Mihai Sucan <mihai...@gmail.com> - Bug 871156 - Allow Ctrl+W to close the tab when the Web Console is focused; r=robcee
: http://bugzilla.mozilla.org/show_bug.cgi?id=871156

* http://hg.mozilla.org/integration/fx-team/rev/7ac5779a426c
: Mihai Sucan <mihai...@gmail.com> - Bug 859756 - [browserconsole] Add timestamp, category and window IDs to nsIConsoleMessages; r=bz
: http://bugzilla.mozilla.org/show_bug.cgi?id=859756

* http://hg.mozilla.org/integration/fx-team/rev/073791f33ab7
: Mihai Sucan <mihai...@gmail.com> - Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
: http://bugzilla.mozilla.org/show_bug.cgi?id=859756

Bugs:
* http://bugzilla.mozilla.org/show_bug.cgi?id=859756 - [browserconsole] Missing nsIConsoleMessages from Browser Console
* http://bugzilla.mozilla.org/show_bug.cgi?id=871156 - Ctrl+W no longer close the tab when the Web Console is focused
* http://bugzilla.mozilla.org/show_bug.cgi?id=872479 - Toolbox tab icons are misplaced

nob...@cruncher.build.mozilla.org

unread,
May 22, 2013, 7:04:12 AM5/22/13
to dev-tree-...@lists.mozilla.org
Regression: Fx-Team - Kraken Benchmark - XP - 4.7% increase
-----------------------------------------------------------
Previous: avg 3084.325 stddev 16.442 of 12 runs up to revision ea767da526ff
New : avg 3229.200 stddev 50.010 of 12 runs since revision 073791f33ab7
Change : +144.875 (4.7% / z=8.811)
Graph : http://mzl.la/YZ9agx
0 new messages