Commit Graph

25229 Commits

Author SHA1 Message Date
Boris Zbarsky
38b4a81681 Bug 856833 part 1. Make JS_ObjectIsDate use ObjectClassIs. r=waldo 2013-04-02 20:19:24 -04:00
Terrence Cole
aac5f73ef0 Bug 843907 - Move MapObject and SetObject's key to manual post-barriers; r=jorendorff
--HG--
extra : rebase_source : ae9d62120c1a0f212c266bbf3879010cd48e3124
2013-02-21 17:36:38 -08:00
Bill McCloskey
ce16aeb465 Bug 856344 - Fix getAllocKind() in TradeGuts (r=bhackett) 2013-04-01 15:08:17 -07:00
Bobby Holley
d9e8801803 Bug 856257 - Clean up nsXPConnect sandbox API a bit. r=mrbkap 2013-04-02 09:45:01 -07:00
Eddy Bruel
b72bc01b64 Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
Matt Brubeck
aaac2a55c2 Back out bug 839103 for build errors on a CLOSED TREE 2013-04-02 08:18:27 -07:00
Nathan Froyd
a89c4e1a98 Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz 2013-03-27 14:16:50 -04:00
Jon Coppeard
86ed2f4bb4 Bug 855668 - GC: Rooting in DictionaryHelpers.cpp r=smaug
--HG--
extra : rebase_source : c4a28ae779a4432e1a20bf77501088fa8e966b73
2013-03-27 17:46:52 +00:00
Jon Coppeard
d5e636b996 Bug 854955 - GC: Rooting in XrayWrapper.cpp r=bholley
--HG--
extra : rebase_source : fdee7c16f54e1fcbf4ae96e89ffd20eb14ec2d8d
2013-03-27 11:33:30 +00:00
Ed Morley
77577e5292 Bug 849239 - Remove leftover caught exception print()s from js tests, to avoid TBPL false positives; r=terrence 2013-04-02 12:21:11 +01:00
Luke Wagner
6ea5c54336 Bug 854564 - Fix SPS crash when running asm.js (r=sstangl)
--HG--
extra : rebase_source : 17be1e7c2425d9c821981bd3158f97da2d152f2a
2013-04-01 17:04:01 -07:00
Luke Wagner
40b401783c Bug 854396 - OdinMonkey: make 'unsigned' not be a subtype of 'extern' (r=sstangl)
--HG--
extra : rebase_source : d3edd1114ef097d8bdde537bcfc74ddee77e40d0
2013-04-01 15:53:53 -07:00
Nicholas Nethercote
cbdd4452d7 Bug 856877 - Initialize JSRuntime::interrupt. r=wmccloskey.
--HG--
extra : rebase_source : 793f3357ea5850ecc282c7c150a8bdf71b5b78f9
2013-04-01 17:35:43 -07:00
Nicholas Nethercote
56397bf211 Bug 855526 - Don't assert on busted asm.js modules with more than 3 arguments. r=luke.
--HG--
extra : rebase_source : 3d168e2bded38f499d563f00d0dcc245aa9d1a02
2013-04-01 15:05:49 -07:00
Nicholas Nethercote
971d60b8d2 Bug 854763 (part 2) - Include asm.js arrays the standalone "explicit" reporter, and fix some potential leaks involving asm.js array buffers on Windows. r=luke.
--HG--
extra : rebase_source : b4011174cf1c38604e65b15b246588be83d4f312
2013-03-27 05:09:03 -07:00
Sean Stangl
001adc7fbf Bug 854124 - Update RegExpStatics on empty match in str_replace_regexp_remove(). r=dvander 2013-04-01 15:35:27 -07:00
Terrence Cole
d46c720a8d Bug 854051 - Remove HashTable::clearWithoutCallingDestructors; r=billm
--HG--
extra : rebase_source : 6ae023e1dc878f33e823d80c8cd0a91950159d94
2013-03-25 11:48:26 -07:00
Bobby Holley
2c4c7e714f Bug 854480 - Remove SCRIPT_ACCESS_ONLY. r=mrbkap 2013-04-01 15:17:51 -07:00
Bobby Holley
a28b2e9eee Bug 854480 - Remove old-style unwrapping infrastructure. r=mrbkap 2013-04-01 15:17:51 -07:00
Bobby Holley
e475a79e28 Bug 854480 - Remove old-style unwrapping from GetNativeOfWrapper. r=mrbkap 2013-04-01 15:17:50 -07:00
Bobby Holley
c20af63f3a Bug 854480 - Remove old-style unwrapping from XPCWrappedJSClass. r=mrbkap
I don't claim to really understand why we can end up with a security wrapper
here, but this change should be equivalent.
2013-04-01 15:17:50 -07:00
Bobby Holley
d24acb3173 Bug 854480 - Remove old-style unwrapping from QuickStubs. r=mrbkap 2013-04-01 15:17:50 -07:00
Boris Zbarsky
71fae3fb7c Bug 792215. Convert quickstubs to using JSNative getters and setters. r=peterv 2012-09-25 14:44:40 -04:00
Terrence Cole
b9a6e8c78d Bug 854029 - Allow use of non-gcthing values with RelocatableValue; r=billm
--HG--
rename : content/svg/content/src/SVGFEMorphologyElement.h => content/svg/content/src/nsSVGFilters.cpp
rename : content/svg/content/test/selectSubString-helper.svg => content/svg/content/test/getSubStringLength-helper.svg
rename : content/svg/content/test/test_selectSubString.xhtml => content/svg/content/test/test_getSubStringLength.xhtml
rename : intl/icu/source/config/mh-msys-msvc => intl/icu/source/config/mh-cygwin-msvc
rename : layout/reftests/svg/text/selectSubString-2-ref.svg => layout/reftests/svg/text/simple-selection.svg
extra : rebase_source : 39ef8fef55bf6e540d41e6d12a4e73859833c0a7
2013-03-25 11:48:25 -07:00
Douglas Crosher
cdd8f4770d Bug 854045 - Enable OdinMonkey on x86 Android (r=vlad)
--HG--
extra : rebase_source : ff297d14cae42f1152d00698ee7bde858dce7239
2013-03-28 17:08:18 +11:00
Terrence Cole
990d522f46 Bug 847728 - Fix an intermittent rooting analysis failure; r=sfink 2013-03-29 18:43:02 -07:00
Norbert Lindenberg
eafd440f82 Bug 837950 - Enhance jstests framework to support Test402 tests. r=terrence
--HG--
rename : toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_info/bootstrap.js => toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1/bootstrap.js
rename : toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_info/install.rdf => toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1/install.rdf
rename : toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_info/options.xul => toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1/options.xul
rename : toolkit/mozapps/extensions/test/browser/browser_inlinesettings_info.js => toolkit/mozapps/extensions/test/browser/browser_inlinesettings.js
extra : rebase_source : ab5a368d3fff88bad5144188689d1c969562e4d4
2013-04-01 11:33:21 -07:00
Luke Wagner
97ba799ebe Bug 855442 - apply review comments (r=terrence) 2013-04-01 11:40:59 -07:00
Kyle Machulis
f5e3aadf0b Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Ryan VanderMeulen
49b4423e2d Merge m-c to inbound. 2013-04-01 14:32:42 -04:00
Bhavana Bajaj
649bda6e12 Merging in version bump NO BUG 2013-04-01 11:28:13 -07:00
Luke Wagner
bc04698d1a Bug 855442 - Root script source using JSStableString instead of JSFlatString (r=terrence)
--HG--
extra : rebase_source : 987a38d6ad43db34cad7e5ef4bac446443f29a16
2013-04-01 11:02:12 -07:00
Do Nhat Minh
b43bbb8da9 Bug 845478 - Use JS::CallArgs instead of manual argc/vp+JS_SET_RVAL/JS_ARGV/etc in Profilers.cpp. r=Ms2ger 2013-04-01 10:43:48 -04:00
Jan Varga
e8149cfe6e Bug 854323 - Move IDBFactory to Paris bindings. r=khuey 2013-03-31 10:18:30 +02:00
Terrence Cole
7a9993a105 Bug 852802 - Add incremental needsBarrier to the runtime and check it first; r=billm
--HG--
extra : rebase_source : b5af1fbd8f587e152e115f9c74222f195d0d97b5
2013-03-19 17:59:42 -07:00
Ryan VanderMeulen
4bba3d12d2 Backed out changeset 6b6a4d28e510 (bug 852802) for bustage on a CLOSED TREE. 2013-04-01 12:34:57 -04:00
Terrence Cole
5903256777 Bug 852802 - Add incremental needsBarrier to the runtime and check it first; r=billm 2013-03-19 17:59:42 -07:00
Eddy Bruel
193967352e Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree
--HG--
extra : rebase_source : 156d2c22499372fceb60d130e363a3685e68b9fc
2013-03-22 19:43:03 -07:00
Bobby Holley
3cb1698a89 Bug 853709 - Deny accessor definitions in SecurityWrapper. r=mrbkap 2013-03-29 18:13:52 -07:00
Kyle Machulis
d2b6e6e01a Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Shu-yu Guo
8e3198ceb6 Bug 855133. (r=mjrosenb) 2013-03-29 12:38:00 -07:00
Kyle Machulis
5663b98bc5 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Nicolas B. Pierron
18e3ee4c05 Bug 855965 - Symbolic range analysis transfers range analysis bounds to phis. r=mjrosenb 2013-03-29 13:37:38 -07:00
Ryan VanderMeulen
7e1725db21 Backed out bug 789897 due to regressions. 2013-03-29 14:07:32 -04:00
Terrence Cole
f69194b367 Bug 765432 - Make JS_IsAboutToBeFinalized indirect; r=bholley,billm 2013-03-28 13:27:29 -07:00
Nicholas D. Matsakis
3ccfdcad55 Bug 855807 - Register 'inliner' and not 'inlinee' as the aborted script r=shu 2013-03-28 15:16:11 -04:00
Bobby Holley
d802dea1db Bug 855922 - Check XBL scopes per-compartment in the SOW isSafeToUnwrap hook. r=bz 2013-03-28 18:38:07 -07:00
Marty Rosenberg
6c01d6f93c Bug 836486: Part 2 - turn on Ion Monkey for ARMv6 (r=jbramley) 2013-03-28 13:51:23 -04:00
Marty Rosenberg
8150d9a40c Bug 836486: Part 1 - Add in ARMv6 support for IonMonkey (r=jbramley)
* * *
No Bug: Fix android bustage on armv6 push (r=red, CLOSED TREE)
* * *
aaand b2g
2013-03-28 13:51:23 -04:00
Till Schneidereit
a6baaa89c3 Bug 855895 - reading in failed jit-tests with -r or -R is broken. r=terrence 2013-03-29 00:02:45 +01:00