47208 Commits

Author SHA1 Message Date
ProgramFOX
fd002f1d94 Bug 1122909 - Show clear error message in jstests.py when shell could not be found. r=terrence 2015-01-21 17:44:48 +01:00
Terrence Cole
0e640fb42a Bug 1124473 - Describe our existing GC triggers and heuristics; r=sfink 2015-01-23 11:32:48 -08:00
Brian Hackett
684f63c992 Bug 1123011 - Box 'this' values when eval'ing strict scripts from a non-strict Ion script, r=jandem. 2015-01-23 12:29:05 -07:00
Kannan Vijayan
0466d0b1fa Bug 1122886 - Relax on-OSR assertions to allow null lastFramePtr when profiling is turned on. r=h4writer 2015-01-23 13:57:47 -05:00
Ryan VanderMeulen
8cd5e99f34 Backed out changeset 597fd666ef6d (bug 1112537) for Win8 jit-test failures. 2015-01-23 12:26:54 -05:00
Jim Blandy
355481d722 Bug 1120390: Make Debugger decline invisible-to-Debugger globals as debuggees and as Debugger.Object referents. r=sfink
--HG--
extra : rebase_source : d88cb7ebc1932e243d728d47d7267b4739a2f568
2015-01-22 17:33:35 -06:00
Jim Blandy
316a260d86 Bug 1026477: Handle function declarations on DebugScopeObjects correctly. r=shu 2014-12-18 13:56:27 -08:00
Jim Blandy
6dfaa951cf Bug 1026477: Make EvaluateInEnv static to Debugger.cpp; JSD1 no longer uses it. r=shu 2014-12-18 16:06:38 -08:00
ZongShen Shen
d7faa1e299 Bug 1120069 - IonMonkey: Implement MTruncateToInt32 recover instruction. r=nbp 2015-01-22 08:39:16 -08:00
Victor Carlquist
9172ea0a9f Bug 1112537 - Optimize String#split('foo').join('bar') pattern. r=nbp 2014-12-20 13:33:02 -02:00
Victor Carlquist
c860561349 Bug 1112537 - Showing overflow message instead of OOM message. r=nbp 2015-01-02 12:02:44 -02:00
Boris Zbarsky
7f78049fc1 Bug 1107443 part 6. Make attempts to define a non-configurable property via WindowProxy throw. r=peterv,jorendorff 2015-01-23 09:54:15 -05:00
Boris Zbarsky
434f98fb7d Bug 1107443 part 4. Fix JS engine tests that define non-configurable properties on the window without meaning to. r=jorendorff 2015-01-23 09:54:15 -05:00
Boris Zbarsky
3c92a4bdd7 Bug 1107443 part 3. Stop defining non-configurable properties on the window in xpconnect sandbox code. r=peterv,jorendorff 2015-01-23 09:54:15 -05:00
Boris Zbarsky
cbb271e250 Bug 1107443 part 2. Stop defining non-configurable properties on the window in dom and xpconnect JS files. r=peterv 2015-01-23 09:54:14 -05:00
Tooru Fujisawa
210577f27f Backed out changeset 17c4307d1678 (bug 1120512) since the spec will be changed again to match current behavior near future. 2015-01-23 22:01:52 +09:00
Lars T Hansen
62f50e6b1c Bug 1121435 - fix the comment. r=jandem 2015-01-23 13:53:34 +01:00
Jon Coppeard
0031547106 Bug 1108007 - Don't allow GC to observe uninitialized elements in cloned array r=nbp 2015-01-23 11:30:40 +00:00
Jon Coppeard
e3a0b94810 Bug 1107639 - Fix build error due to missing explicit keyword on JSExceptionState constructor r=me on a CLOSED TREE 2015-01-23 11:17:15 +00:00
ZongShen Shen
7162811aaa Bug 1104658 - Add constant propagation to MMathFunction. r=nbp 2015-01-22 18:49:51 -08:00
Jon Coppeard
fbac697693 Bug 1107639 - Remove public Add/RemoveRoot API r=terrence 2015-01-23 10:23:58 +00:00
Jon Coppeard
56abdc7b9a Bug 1107639 - Use PersistentRootedValue in JSExceptionState r=terrence 2015-01-23 10:23:57 +00:00
Jon Coppeard
51df8eaf2b Bug 1107639 - Use PersistentRooted rather than Add/RemoveRoot API is JSAPI tests r=terrence 2015-01-23 10:23:57 +00:00
Jon Coppeard
378a00cd51 Bug 1107639 - Remove GC roots before the final GC r=terrence 2015-01-23 10:23:57 +00:00
Jon Coppeard
12ae93f10e Bug 1107639 - Replace nsAutoJSValHolder with use of PersistentRooted r=bent 2015-01-23 10:23:57 +00:00
Jon Coppeard
c17c1bd7eb Bug 1107639 - Use two phase construction rather than Maybe<PersistentRooted> r=terrence 2015-01-23 10:23:57 +00:00
Jon Coppeard
89f2b3b4c3 Bug 1107639 - Give PersistentRooted<Value> the standard operations on Value r=terrence 2015-01-23 10:23:56 +00:00
Jon Coppeard
4e20cc6d3a Bug 1107639 - Allow two phase construction of PersistentRooted r=terrence 2015-01-23 10:23:56 +00:00
Tooru Fujisawa
31be31c228 Bug 1096376 - Disallow duplicated parameter when rest parameter is present in non-strict mode. r=jorendorff 2015-01-23 19:21:41 +09:00
Tooru Fujisawa
ccf2a28b15 Bug 1122334 - Part 2: Remove FoldConstants checking code from ASTSerializer::comprehension in Reflect.parse. r=jorendorff 2015-01-23 19:21:39 +09:00
Tooru Fujisawa
4477454562 Bug 1122334 - Part 1: Support ES7 comprehension syntax with multiple ComprehensionIf in Reflect.parse. r=jorendorff 2015-01-23 19:21:37 +09:00
Tooru Fujisawa
007390792c Bug 1120512 - Test all property descriptors in js::TestIntegrityLevel. r=jorendorff 2015-01-23 19:21:35 +09:00
Jan de Mooij
aee027a537 Bug 1124659 - Make quit() shell function throw for codes other than 0-127 to help fuzzing. r=jorendorff
--HG--
extra : rebase_source : 9c1c68fcdb6c527e85ec84748a3bc7d841a24b9c
2015-01-23 10:59:02 +01:00
Jon Coppeard
4b15aa0214 Bug 1124603 - Fix out of bounds array access starting parallel update tasks r=terrence 2015-01-23 09:55:58 +00:00
Jon Coppeard
16e6be5593 Bug 1124195 - Replace use of AutoPtr with mozilla::UniquePtr r=sfink 2015-01-22 14:11:12 +00:00
Jon Coppeard
08f8094f11 Bug 1124738 - Fix rooting hazard in CClosure::Create() r=sfink 2015-01-23 09:55:57 +00:00
Nicholas Nethercote
1728be992a Bug 1122322 (follow-up) - Fix busted paths in worker memory reporter. r=bent.
--HG--
extra : rebase_source : c191acaa96ff7fd3d973eb542a56e7b96efb7466
2015-01-22 21:26:21 -08:00
Dan Gohman
ac726f9892 Bug 1122403 - IonMonkey: Fix folding of unsigned Div and Mod r=nbp 2015-01-22 21:22:10 -08:00
Wes Kocher
c1bec44889 Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage
Backed out changeset 2c442905d0af (bug 1123461)
Backed out changeset d7aa4c72ebab (bug 1123461)
Backed out changeset 8bb689ec8086 (bug 1123090)
2015-01-22 21:04:33 -08:00
Shu-yu Guo
9710646b91 Bug 1124121 - Handle the stack check VM calls in debug mode OSR. (r=jandem) 2015-01-22 20:34:04 -08:00
Ryan VanderMeulen
a6e3274b16 Backed out changeset 6d56dfa4e845 (bug 934502) for SM(ggc) failures. 2015-01-22 23:22:52 -05:00
Bill McCloskey
b8d4206b47 Bug 1123461 - Rename CpowIdHolder to CrossProcessCpowHolder (r=dvander) 2015-01-22 20:00:19 -08:00
Bill McCloskey
e535bf8aa7 Bug 1123461 - Make a real interface for js/ipc (r=dvander) 2015-01-22 20:00:19 -08:00
Boris Zbarsky
3a0ce9b255 Bug 1122361. Deal with populateUncaughtExceptionReport failing. r=waldo 2015-01-22 22:36:21 -05:00
Ehsan Akhgari
5f3af43996 Bug 1123108 follow-up: Fix the Windows only build bustage on a CLOSED TREE 2015-01-22 19:13:39 -05:00
Brian Hackett
3292b5f6c2 Bug 934502 - Remove unnecessary pushedArgumentSlots, track argument slots explicitly in safepoints, r=jandem. 2015-01-22 16:33:25 -07:00
Ehsan Akhgari
59d99db61e Bug 1123108 - Mark nsIXPConnectWrappedNative::mIdentity as an nsCOMPtr; r=bholley 2015-01-22 17:54:54 -05:00
Ehsan Akhgari
165b504f32 Bug 1116357 - Prevent double releasing the wrapper object in the error handling code in FinishCreate; r=bholley 2015-01-22 17:54:53 -05:00
Ehsan Akhgari
41354c1922 Bug 1119260 - Mark virtual overridden functions as MOZ_OVERRIDE in XPConnect; r=bholley 2015-01-22 17:54:52 -05:00
Tom Schuster
00111f1242 Bug 1123140 - Minor ScriptedDirectProxy cleanup. r=efaust 2015-01-22 17:17:26 +01:00