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

(Improvement) Mozilla-Inbound - TResize - WINNT 6.2 x64 - 17.3%

3 views
Skip to first unread message

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

unread,
Apr 27, 2013, 6:00:24 AM4/27/13
to dev-tree-...@lists.mozilla.org
Improvement: Mozilla-Inbound - TResize - WINNT 6.2 x64 - 17.3% decrease
-----------------------------------------------------------------------
Previous: avg 14.860 stddev 0.362 of 12 runs up to revision 50842c3744ec
New : avg 12.283 stddev 0.361 of 12 runs since revision 714e20f9b4e5
Change : -2.577 (17.3% / z=7.120)
Graph : http://mzl.la/17oo0PW

Changeset range: http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=50842c3744ec&tochange=714e20f9b4e5

Changesets:
* http://hg.mozilla.org/integration/mozilla-inbound/rev/9b26c4651a1f
: Jeff Walden <jwa...@mit.edu> - s/JS_TRUE/true/g; s/JS_FALSE/false/g. Following up on a request in bug 858677, r=lumpy
: http://bugzilla.mozilla.org/show_bug.cgi?id=858677

* http://hg.mozilla.org/integration/mozilla-inbound/rev/8a2536988191
: Norbert Lindenberg <mozil...@lindenbergsoftware.com> - Bug 845190 - Made test_logging.js correctly ignore messages it wants to ignore. r=dteller
: http://bugzilla.mozilla.org/show_bug.cgi?id=845190

* http://hg.mozilla.org/integration/mozilla-inbound/rev/2a4a6de0cd6b
: Joe Drew <j...@drew.ca> - Bug 832400 - Add an imgIContainer flag HIGH_QUALITY_SCALING that controls whether to use the high quality scaler, and only use it when we're drawing to a window. r=tn
: http://bugzilla.mozilla.org/show_bug.cgi?id=832400

* http://hg.mozilla.org/integration/mozilla-inbound/rev/120f3f229643
: Ehsan Akhgari <eh...@mozilla.com> - Bug 859600 - Make AudioContext an EventTarget; r=smaug
: http://bugzilla.mozilla.org/show_bug.cgi?id=859600

* http://hg.mozilla.org/integration/mozilla-inbound/rev/3f48aa1ff025
: Ehsan Akhgari <eh...@mozilla.com> - Bug 865550 - Unlink AudioBufferSourceNode members before AudioNode; r=mccr8
: http://bugzilla.mozilla.org/show_bug.cgi?id=865550

* http://hg.mozilla.org/integration/mozilla-inbound/rev/b6187222b5ac
: Wes Johnston <wjoh...@mozilla.com> - Bug 813288 - Use same doorhanger transitions as desktop. r=lucasr
: http://bugzilla.mozilla.org/show_bug.cgi?id=813288

* http://hg.mozilla.org/integration/mozilla-inbound/rev/60700432d0c9
: Margaret Leibovic <margaret...@gmail.com> - Bug 777975 - Text handles for text-selection in the AwesomeBar should be orange. r=mfinkle
: http://bugzilla.mozilla.org/show_bug.cgi?id=777975

* http://hg.mozilla.org/integration/mozilla-inbound/rev/b9064e2ab1e2
: Margaret Leibovic <margaret...@gmail.com> - Bug 786999 - Remove ellipsis from "Site Settings..." menu item string. r=wesj
: http://bugzilla.mozilla.org/show_bug.cgi?id=786999

* http://hg.mozilla.org/integration/mozilla-inbound/rev/4925cda1c972
: Tanvi Vyas <tv...@mozilla.com> - Bug 855730 - Remove failing test so that we can re-enable the rest of the tests here. r=smaug
: http://bugzilla.mozilla.org/show_bug.cgi?id=855730

* http://hg.mozilla.org/integration/mozilla-inbound/rev/0ae79e3f9e6f
: Luke Wagner <lu...@mozilla.com> - Bug 851627 - Make LifoAlloc::release run in O(1) (r=sstangl)
: http://bugzilla.mozilla.org/show_bug.cgi?id=851627

* http://hg.mozilla.org/integration/mozilla-inbound/rev/6a20e50fd0be
: Seth Fowler <se...@mozilla.com> - Bug 859377 (Part 1) - Add imgIContainer::GetFrameIndex. r=joe sr=bz
: http://bugzilla.mozilla.org/show_bug.cgi?id=859377

* http://hg.mozilla.org/integration/mozilla-inbound/rev/ef02b23cf07e
: Seth Fowler <se...@mozilla.com> - Bug 859377 (Part 2) - Make SVGImageContext more flexible. r=dholbert
: http://bugzilla.mozilla.org/show_bug.cgi?id=859377

* http://hg.mozilla.org/integration/mozilla-inbound/rev/5a913ab3d2a5
: Seth Fowler <se...@mozilla.com> - Bug 859377 (Part 3) - Make ClippedImage cache temporary surfaces. r=joe
: http://bugzilla.mozilla.org/show_bug.cgi?id=859377

* http://hg.mozilla.org/integration/mozilla-inbound/rev/d85f6cc0eb4b
: Boris Zbarsky <bzba...@mit.edu> - Bug 861493. When passing arguments to an Xray for a WebIDL constructor, make sure to do the argument unwrapping before entering the content compartment. r=bholley,waldo

There are several changes here:

1) Adds some MutableThis methods to Optional, Nullable, and dictionaries to
effectively allow doing a const_cast without knowing the actual type being
templated over. I needed this because I do not in fact know that type in
the relevant code. I'm open to suggestions for a better name for this
method.
2) Adds some operator& to RootedJSValue to make it look more like a JS::Value,
and in particular so I can JS_WrapValue the thing in it.
3) Adds a Slot() method to NonNullLazyRootedObject, just like NonNull has.
4) Adds an operator& to LazyRootedObject to make it look more like JSObject* so
I can JS_WrapObject the thing in it.
5) Implements the actual rewrapping of the arguments into the content compartment.
6) Fixes a small preexisting bug in which we didn't look at named constructors
in getTypesFromDescriptor (this was causing my tests to not compile).
7) Changes Xrays to not enter the content compartment when calling a WebIDL
constructor.
8) Adds some friend API to report things as not being functions.
: http://bugzilla.mozilla.org/show_bug.cgi?id=861493

* http://hg.mozilla.org/integration/mozilla-inbound/rev/d52e50616251
: Boris Zbarsky <bzba...@mit.edu> - Bug 766583 part 1. Stop declaring dictionaries as const on the stack in bindings code. r=smaug
: http://bugzilla.mozilla.org/show_bug.cgi?id=766583

* and 34 more

Bugs:
* http://bugzilla.mozilla.org/show_bug.cgi?id=864000 - document mPositioningDirty from nsSVGTextFrame2 better
* http://bugzilla.mozilla.org/show_bug.cgi?id=845190 - Intermittent test_645970.js,test_logging.js | application crashed [@ mozalloc_abort(char const*)] from ASSERTION: thread pool wasn't shutdown
* http://bugzilla.mozilla.org/show_bug.cgi?id=842889 - update JS_GetImplentationVersion()
* http://bugzilla.mozilla.org/show_bug.cgi?id=858677 - Give ObjectOps::delete* a JSBool* outparam for callers to use to determine whether to throw on failure-to-delete
* http://bugzilla.mozilla.org/show_bug.cgi?id=865550
* http://bugzilla.mozilla.org/show_bug.cgi?id=832400 - Downscaled image flickers
* http://bugzilla.mozilla.org/show_bug.cgi?id=849810 - Intermittent browser_blocklist.js | blocklisted provider removed followed by other browser_social test failures and a leak
* http://bugzilla.mozilla.org/show_bug.cgi?id=865940 - Remove the AsMutable gunk now that we no longer need it
* http://bugzilla.mozilla.org/show_bug.cgi?id=855966 - Warn more harshly about failures in test_interfaces.html
* http://bugzilla.mozilla.org/show_bug.cgi?id=864803 - sutAgent: "Failed to destroy process" on pandaboards
* http://bugzilla.mozilla.org/show_bug.cgi?id=851627 - Make LifoAlloc::release run in O(1)
* http://bugzilla.mozilla.org/show_bug.cgi?id=855730 - Intermittent test_mixed_content_blocker_frameNavigation.html | navigated to insecure granchild iframe on secure page, or, | Test timed out.
* http://bugzilla.mozilla.org/show_bug.cgi?id=724533 - integrate ICU into the mozilla build
* http://bugzilla.mozilla.org/show_bug.cgi?id=786999 - Remove ellipsis from "Site Settings..." menu item string
* http://bugzilla.mozilla.org/show_bug.cgi?id=858687 - BrowserToolbar's menu button is optional
* and 18 more

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

unread,
Apr 27, 2013, 6:00:34 AM4/27/13
to dev-tree-...@lists.mozilla.org
Improvement: Mozilla-Inbound - TResize - Win7 - 13.9% decrease
--------------------------------------------------------------
Previous: avg 32.770 stddev 0.563 of 12 runs up to revision 50842c3744ec
New : avg 28.212 stddev 0.764 of 12 runs since revision 714e20f9b4e5
Change : -4.558 (13.9% / z=8.101)
Graph : http://mzl.la/17onZLZ

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

unread,
Apr 27, 2013, 6:20:33 AM4/27/13
to dev-tree-...@lists.mozilla.org
Improvement: Mozilla-Inbound - SVG, Opacity Row Major - Win7 - 36.1% decrease
-----------------------------------------------------------------------------
Previous: avg 433.250 stddev 15.702 of 12 runs up to revision 50842c3744ec
New : avg 276.833 stddev 42.912 of 12 runs since revision 714e20f9b4e5
Change : -156.417 (36.1% / z=9.961)
Graph : http://mzl.la/17opwln

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

unread,
Apr 27, 2013, 6:21:10 AM4/27/13
to dev-tree-...@lists.mozilla.org
Regression: Mozilla-Inbound - Tp5 Optimized MozAfterPaint - Win7 - 142% increase
--------------------------------------------------------------------------------
Previous: avg 1059.667 stddev 71.975 of 12 runs up to revision 50842c3744ec
New : avg 2569.333 stddev 124.292 of 12 runs since revision 714e20f9b4e5
Change : +1509.667 (142% / z=20.975)
Graph : http://mzl.la/17opABp

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

unread,
Apr 27, 2013, 6:21:12 AM4/27/13
to dev-tree-...@lists.mozilla.org
Regression: Mozilla-Inbound - Tp5 Optimized (Main RSS) - Win7 - 20.3% increase
------------------------------------------------------------------------------
Previous: avg 145355916.667 stddev 7138681.753 of 12 runs up to revision 50842c3744ec
New : avg 174841583.333 stddev 4667205.772 of 12 runs since revision 714e20f9b4e5
Change : +29485666.667 (20.3% / z=4.130)
Graph : http://mzl.la/17opABv

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

unread,
Apr 27, 2013, 6:21:14 AM4/27/13
to dev-tree-...@lists.mozilla.org
Regression: Mozilla-Inbound - Tp5 Optimized (Private Bytes) - Win7 - 47.7% increase
-----------------------------------------------------------------------------------
Previous: avg 138023250.000 stddev 1598439.985 of 12 runs up to revision 50842c3744ec
New : avg 203857083.333 stddev 2062260.210 of 12 runs since revision 714e20f9b4e5
Change : +65833833.333 (47.7% / z=41.186)
Graph : http://mzl.la/17opABz

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

unread,
Apr 27, 2013, 6:21:19 AM4/27/13
to dev-tree-...@lists.mozilla.org
Regression: Mozilla-Inbound - Tp5 Optimized MozAfterPaint - WINNT 6.2 x64 - 48.8% increase
------------------------------------------------------------------------------------------
Previous: avg 915.667 stddev 41.788 of 12 runs up to revision 50842c3744ec
New : avg 1362.750 stddev 67.239 of 12 runs since revision 714e20f9b4e5
Change : +447.083 (48.8% / z=10.699)
Graph : http://mzl.la/17opAS0
0 new messages