Commit Graph

153531 Commits

Author SHA1 Message Date
Matt Woodrow
61dcbad0a4 Bug 934860 - Move paint region clipping into DrawThebesLayer. r=roc 2013-11-07 08:10:50 +13:00
Matt Woodrow
db1a40695b Bug 934860 - Move some parts of FrameLayerBuilder::DrawThebesLayer into helper functions. r=roc 2013-11-07 08:10:49 +13:00
Matt Woodrow
92bb1048c7 Bug 934860 - Start and finish transactions with temporary layer managers each time we use them to ensure that these are paired. r=roc 2013-11-07 08:10:49 +13:00
Eddy Bruel
3c75984814 Bug 927116 - Test reflect support for import declarations; r=jorendorff 2013-11-06 20:05:23 +01:00
Eddy Bruel
e8ef193f01 Bug 927116 - Implement reflect support for import declarations; r=jorendorff 2013-11-06 20:04:45 +01:00
Eddy Bruel
fb6a60d4f6 Bug 927116 - Implement parser support for import declarations; r=jorendorff 2013-11-06 20:04:12 +01:00
Nikhil Marathe
3001f2b23b Bug 915233 - DOM Promises on Workers. r=baku,smaug,bz sr=sicking
--HG--
extra : rebase_source : 0923cb54bb13291df69c894866b4054310a4627c
2013-11-06 10:41:44 -08:00
Jason Orendorff
126d93e3b4 Add passing tests for bug 934789, which was fixed by backing out bug 933798 in rev 175bebe48034. Thanks to luke for test cases. no_r=testonly. 2013-11-06 12:31:25 -06:00
Kannan Vijayan
fd3b422b3c Bug 925470 - Dont use ArgsObj-based args when OSR-ing into scripts with argsObjAliasesFormals=false. r=h4writer 2013-11-06 13:26:44 -05:00
Brian Hackett
6c540b8ba2 Bug 935032 - Fix more miscellaneous uses of JSContext in IonBuilder, r=luke,jandem. 2013-11-06 10:23:43 -08:00
Boris Zbarsky
f36b4cafef Bug 934544. For the case when we have to copy an XPCOM string into a JSString, just ask the JS engine to do that. It'll do a better job of avoiding malloc than we can, since it can sometimes store string data inline in the string. r=peterv 2013-11-06 13:02:58 -05:00
Boris Zbarsky
aa6185bdd6 Bug 927796. Make sure we don't end up with options in a bogus state where their DefaultSelected() doesn't match mIsSelected but they think their mIsSelected value hasn't changed from the default. r=sicking 2013-11-06 13:02:58 -05:00
Josh Aas
799107dd3b Bug 934538: Remove remaining references to Growl, including the license. r=wchen 2013-11-06 11:55:24 -06:00
Kartikaya Gupta
b4c6cc0e86 Bug 935593 - Remove an incorrect input event transformation. r=jimm 2013-11-06 12:49:00 -05:00
Eitan Isaacson
b7c403b9cb Bug 924983 - Introduce context actions. r=yzen 2013-11-06 09:43:53 -08:00
Andrea Marchesini
0737cbdf35 Bug 916091 - patch 2 - nsIMessageSender should check if the principal is valid., r=smaug 2013-11-06 17:21:17 +00:00
Andrea Marchesini
a8b74ee333 Bug 916091 - patch 1 - nsIMessageSender should send the nsIPrincipal with the messages, r=smaug 2013-11-06 17:21:15 +00:00
Andrea Marchesini
10414989a9 Bug 935494 - AssertAppPrincipal doesn't compile when MOZ_CHILD_PERMISSIONS is not defined, r=bz 2013-11-06 17:16:56 +00:00
Terrence Cole
51874a1795 Bug 935156 - Exactly root the script stored in BytecodeParser; r=wingo
--HG--
extra : rebase_source : f8c9500a04e10711680e6f8c729f438678054ad6
2013-11-05 11:35:22 -08:00
Ryan VanderMeulen
66e0ae4d63 Backed out changeset 727ea6823984 (bug 931328) for Windows jit-test failures.
--HG--
rename : js/src/jit-test/tests/basic/hypot-approx.js => js/src/tests/ecma_6/Math/hypot-approx.js
rename : js/src/jit-test/tests/basic/hypot-exact.js => js/src/tests/ecma_6/Math/hypot-exact.js
2013-11-06 11:30:44 -05:00
Jan de Mooij
6be5261be5 Bug 933369 part 2 - Fix Load/Store TypedArrayElementStatic type policy. r=bhackett 2013-11-06 17:18:15 +01:00
Jan de Mooij
af5718205b Bug 933369 part 1 - Improve heuristics for Ion try-catch compilation. r=bhackett 2013-11-06 17:18:10 +01:00
Honza Bambas
89be0a79ca Bug 931383 - nsICacheEntryOpenCallback is not defined in pageInfo.js, test_clearHistory_shutdown.js, r=dao 2013-11-06 16:59:05 +01:00
Honza Bambas
93f11872a4 Bug 927878 - crash in nsDOMOfflineResourceList::ApplicationCacheAvailable(nsIApplicationCache*) when installing an app, r=jduell 2013-11-06 16:59:04 +01:00
Andrew McCreight
2cecdbda03 Bug 935130 - mem.log console message should say Zones Collected not Compartments Collected. r=terrence 2013-11-05 11:02:26 -08:00
Andrew McCreight
e655537078 Bug 934035 - Make PeerConnectionObserver's constructor not take an object argument. r=jib 2013-11-01 17:49:48 -07:00
Tom Schuster
d5f73dbc01 Bug 934557 - Handlify JS::ToBoolean and remove JS_ValueToBoolean. r=terrence 2013-11-06 16:26:50 +01:00
Ted Mielczarek
3513b2c4a5 bug 932349 - make Mochitest use kill_on_timeout=False and an onTimeout handler. r=jhammel 2013-11-06 09:14:23 -05:00
Ted Mielczarek
0e117f16fa bug 932349 - add kill_on_timeout parameter to ProcessHandlerMixin. r=ahal 2013-11-05 15:13:30 -05:00
Brian Hackett
6be86fb730 Bug 935032 - Fix miscellaneous uses of JSContext in IonBuilder, r=shu,jandem. 2013-11-06 07:14:20 -08:00
Benoit Girard
be34eefebe Bug 935476 - Remove OpenGL printf on mac startup. r=nical 2013-11-06 08:04:12 -05:00
ISHIKAWA, Chiaki
68fbfbdbdc Bug 931703 - Add unhandled/missing errno for NSRESULT_FOR_ERRNO macros. r=bsmedberg 2013-11-06 09:06:03 -05:00
Sankha Narayan Guria
cc59531c58 Bug 931328 - IonMonkey: Inline Math.hypot(x, y). r=jandem
--HG--
rename : js/src/tests/ecma_6/Math/hypot-approx.js => js/src/jit-test/tests/basic/hypot-approx.js
rename : js/src/tests/ecma_6/Math/hypot-exact.js => js/src/jit-test/tests/basic/hypot-exact.js
2013-10-31 19:36:13 +05:30
David Rajchenbach-Teller
ad09809ce4 Bug 930924 - Open workers from xpcshell. r=bent 2013-11-06 09:05:17 -05:00
Vendelin Ruzicka
b63fda4d66 Bug 933040 - Warn for showModalDialog uses. r=jst, r=sicking 2013-11-06 08:59:54 -05:00
Simone Carletti
d98d7b6c79 Bug 925176 - Remove exceptions for .OM gTLD. r=gerv
There is no more wildcard rule. Exceptions are not required.
2013-11-06 08:59:54 -05:00
Andy Wingo
221d56a29a Bug 922070 - Define SrcNoteType, js_SrcNoteSpec using higher-order macro. r=njn 2013-11-06 13:24:55 +01:00
Carsten "Tomcat" Book
59bcf9294a merge mozilla-central to mozilla-inbound 2013-11-06 14:55:48 +01:00
Chris Lord
4a7fa8225d Bug 881451 - Remove unused members of TiledLayerProperties. r=BenWa 2013-11-06 13:42:02 +00:00
Carsten "Tomcat" Book
d0a087bf65 merge b2g-inbound to mozilla-central 2013-11-06 13:11:03 +01:00
Carsten "Tomcat" Book
3b23e045db merge fx-team to mozilla-central 2013-11-06 13:09:28 +01:00
Carsten "Tomcat" Book
75228a8075 merge mozilla-inbound to mozilla-central 2013-11-06 13:07:50 +01:00
Ed Morley
d4efaf67c3 Backed out changeset 0f3b26ada540 (bug 926546) for build failures on Windows CLOSED TREE 2013-11-06 11:38:58 +00:00
Jan de Mooij
ae9d4711c5 Back out 495a9c210b91 (bug 933798) for causing crashes like bug 935348. 2013-11-06 12:34:29 +01:00
Jon Coppeard
175956a864 Bug 927930 - Make nsJSInspector cycle collected as it has JS::Value members r=jimb r=smaug 2013-11-06 10:45:59 +00:00
Jon Coppeard
e93128c9fc Bug 935022 - Fix the interaction between generational GC zeal mode and disabling generational collection r=terrence 2013-11-06 10:45:59 +00:00
Jonathan Watt
0143ebf10e Bug 934156 - Make the SVG elements' BuildPath methods return nullptr when the element is disabled. r=dholbert 2013-11-06 10:05:18 +00:00
Jonathan Watt
047369cc68 Bug 926546 - Modify assertion in nsComputedDOMStyle::GetPropertyCSSValue to mention the pseudo-element concerned to aid debugging. r=dbaron 2013-11-06 10:05:18 +00:00
Jonathan Watt
ab4e72c8ab Bug 866659 - Avoid bad cast in nsNativeTheme::IsRangeHorizontal. r=bz 2013-11-06 10:05:18 +00:00
Gaia Pushbot
8e4b141726 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5cc807be4ece
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11985 from cctuan/911676

Bug 911676 - check navigator.mozTelephony statements robustness

========

https://hg.mozilla.org/integration/gaia-central/rev/171659274531
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 911676 - check navigator.mozTelephony statements robustness
2013-11-05 23:50:30 -08:00