Commit Graph

102460 Commits

Author SHA1 Message Date
Shu-yu Guo
fe6e21ff38 Bug 778559 - Implement ParallelArray API with sequential execution (r=dmandelin) 2012-08-16 14:03:44 -07:00
Bill McCloskey
7c02696c5e Bug 782337 - Stack clobbering (r=bhackett) 2012-08-16 14:03:18 -07:00
Bill McCloskey
3f6d70d2cf Bug 782337 - Make incremental GC marking validation optional (r=bhackett) 2012-08-16 14:01:36 -07:00
Nathan Froyd
c260f0ae51 Bug 783050 - tweak STARTUP_MEASUREMENT_ERRORS histogram definition; r=taras 2012-08-15 15:06:06 -04:00
Chris Jones
2573176d5c Bug 776835: Check process capabilities in hal. r=blassey,jlebar 2012-08-16 12:34:53 -07:00
Chris Jones
b00adf0c4b Bug 776664: Check "sms" capability for PSms. r=mounir 2012-08-16 12:34:53 -07:00
Bobby Holley
6c543db737 Bug 781476 - Test. r=me 2012-08-16 12:25:39 -07:00
Bobby Holley
4f30addfaf Bug 781476 - Cross-compartment wrap same-origin objects with PreCreate even if PreCreate requests one wrapper per scope. r=mrbkap 2012-08-16 12:25:39 -07:00
Oleg Romashin
5e951a0e23 Bug 778385 - We perform 32bpp slow video decoding on arm instead of 16bpp neon. r=joe
--HG--
extra : rebase_source : f045ae84ebb3ff07a7e59043065f396d5bd43dc0
2012-08-09 22:46:47 -04:00
Jim Blandy
15c77f9995 Bug 777174: Change CallNonGenericMethod to take the predicate and implementation as template arguments, not function arguments. r=luke
On x86_64 Fedora 17, this patch yields an 8ms (1.6%) speedup on SunSpider compared to the tree just prior to the introduction of CallNonGenericMethod, or a ~12ms (2.8%) speedup compared to the tree just after the introduction.
2012-08-16 11:40:05 -07:00
Marshall Moutenot
ae371ade93 Bug 737064 - sync CSP source-expression parsing with w3c spec (r=geekboy)
--HG--
extra : rebase_source : 895ec1b90e688f14e5c19af1411c4b2631cbc818
2012-08-16 11:02:17 -07:00
Jonathan Griffin
95ac578e5a Bug 783132 - bump mozprocess dep and add call to processOutput, r=ahal, DONTBUILD because NPOTB 2012-08-16 10:59:47 -07:00
Jonathan Griffin
900bfc9b6f Bug 783120 - Make datazilla import conditional on options.pref, r=mdas 2012-08-16 10:55:25 -07:00
Ed Morley
e52bbbae03 Merge mozilla-central to mozilla-inbound 2012-08-16 17:55:58 +01:00
James Willcox
24e33f1004 Bug 776334 - Don't double free shared texture handles for Flash on Android r=blassey 2012-08-16 12:48:35 -04:00
James Willcox
e482af5c0a Bug 781542 - Don't require a layer invalidation for Flash video on Android r=blassey 2012-08-16 12:47:22 -04:00
Ed Morley
1325d46f1a Backout c4b249ca469b & 5bd90df027d0 (bug 779298) for assertions on OS X 2012-08-16 17:00:10 +01:00
Ed Morley
28543fd4a1 Merge mozilla-central to mozilla-inbound 2012-08-16 16:16:10 +01:00
Andrew McCreight
b4633218eb Bug 782677 - Misc. fixes for CHECK_VALID_NODEINFO, and demacro it. r=smaug 2012-08-16 08:07:55 -07:00
Chris Peterson
2b3693bbde Bug 781748 - Part 2: Add debug logging for IME state parameters. r=blassey 2012-08-10 21:12:28 -07:00
Chris Peterson
c8684c70f1 Bug 781748 - Part 1: Guard against null mIMEActionHint or mIMETypeHint from Gecko. r=blassey 2012-08-14 11:21:19 -04:00
Nathan Froyd
df2f16a943 Bug 782117 - part 2: don't save pings that already exist on disk; r=taras 2012-08-13 09:26:24 -04:00
Nathan Froyd
cae27e9702 Bug 782117 - part 1: don't use safe-file-output-stream when writing ping data; r=taras 2012-08-15 13:16:08 -04:00
Mats Palmgren
53b4052250 Bug 783041 - Minor cleanup: remove local 'shadowIntRect' and use 'mRect' instead since it has the same value, and use Intersect instead of IntersectRect since we're not using its return value. part 2, r=roc 2012-08-16 16:13:29 +02:00
Mats Palmgren
d6887b963c Bug 783041 - Check IsEmpty() after rounding. part 1, r=roc 2012-08-16 16:13:29 +02:00
Nathan Froyd
db19f560f7 Bug 779298 - part 2: fix fetching of lastShutdownDuration and add a test; r=taras 2012-08-02 10:57:59 -04:00
Nathan Froyd
dca524a517 Bug 779298 - part 2: fix fetching of lastShutdownDuration and add a test; r=taras 2012-08-02 10:57:59 -04:00
Nathan Froyd
6e622a8f16 Bug 779298 - part 1: store shutdown times in profile directory and initialize class members; r=dougt 2012-08-01 12:06:28 -04:00
Nathan Froyd
c0d184dc43 Bug 779298 - part 1: store shutdown times in profile directory and initialize class members; r=dougt 2012-08-01 12:06:28 -04:00
Ed Morley
11ac981fb4 Merge mozilla-central to mozilla-inbound 2012-08-16 14:18:31 +01:00
Ed Morley
62f12670ea Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-16 14:14:29 +01:00
Kai Engert
3bdfbb1df6 Bug 782784 - client.py update_nss and update_nspr should toggle the trailing whitespace line, r=glandium 2012-08-16 08:28:57 +02:00
Ryan VanderMeulen
1ba117a681 Merge the last PGO-green inbound changeset to m-c. 2012-08-15 21:37:36 -04:00
Luke Wagner
9c2659bbf8 Fix compiler warnings in js/src (no bug,r=themaid)
--HG--
extra : rebase_source : bce94f0cc69b5eb7e5289688d720c6f65e742ac9
2012-08-15 18:23:05 -07:00
Kyle Huey
9c042184aa Bug 685516: Mark a couple more tests random. 2012-08-15 13:15:03 -07:00
Neil Deakin
3eaa9de1ea Bug 743975 - remove the view wrapper,r=tn 2012-08-15 14:53:14 -04:00
Neil Deakin
279f4c393a Bug 743975 - remove the event handler argument to widget creation methods, r=tn 2012-08-15 14:53:09 -04:00
Neil Deakin
c3d4dfaf57 Bug 743975 - Remove events that are now unused, r=smaug 2012-08-15 14:52:42 -04:00
Neil Deakin
3693d8013c Bug 743975 - add a getpresshell method to the widget listener, r=tn 2012-08-15 14:52:42 -04:00
Neil Deakin
3e40b0b005 Bug 743975 - use a widget listener interface instead of the remaining events that don't need an event, r=tn,jmathies,netzen,smichaud,karlt,blassey,chrisjones 2012-08-15 14:52:42 -04:00
Neil Deakin
18bbbb0ab6 Bug 743975 - remove NS_DESTROY event, r=smaug 2012-08-15 14:52:41 -04:00
Neil Deakin
767abfdb5a Bug 743975 - use a direct call instead of move uistatechanged event, r=smaug 2012-08-15 14:52:40 -04:00
Neil Deakin
ebcdb10b44 Bug 743975 - remove accessibility events from widget, replace with a nsBaseWidget::GetAccessible method, r=trevsaunders 2012-08-15 14:52:37 -04:00
Neil Deakin
a2d41713a8 Bug 743975 - remove unused NS_CREATE and NS_TABCHANGE events, r=smaug 2012-08-15 14:52:35 -04:00
Neil Deakin
447a47298e Bug 743975 - move theme and window size done events to direct calls, r=smaug 2012-08-15 14:52:35 -04:00
Justin Lebar
4ae3ae1f2c Bug 782971 - Fix crash resulting from not initializing an argument in ShadowThebesLayerOGL::Swap(). r=cjones 2012-08-15 14:36:44 -04:00
John Schoenick
5e8c71800a Bug 781265 - Remove old logic that double-creates frameloaders in nsObjectLoadingContent. r=josh 2012-08-15 11:26:36 -07:00
John Schoenick
1336ce86e5 Bug 782707 - Avoid an assertion in nsObjectLoadingContent. r=josh 2012-08-15 11:26:35 -07:00
John Schoenick
882f758477 Bug 781394 - Don't fire plugin errors for plugins that never got to a determined type. r=josh 2012-08-15 11:26:35 -07:00
Ed Morley
9cdd0db8cb Merge mozilla-central to mozilla-inbound 2012-08-15 19:00:48 +01:00