Ryan VanderMeulen
|
b6ff44e241
|
Backed out changeset 26984019ff59 (bug 962605) for suspicion of causing OSX 10.8 debug mochitest-other crashes.
CLOSED TREE
|
2014-01-23 12:45:43 -05:00 |
|
Nicolas B. Pierron
|
0c0329d784
|
Bug 920322 - XDR/Clone singletons. r=bhackett,jandem
|
2014-01-23 06:43:28 -08:00 |
|
Boris Zbarsky
|
0933665788
|
Bug 962605. Enable baseline jit in xpcshell. r=bholley
|
2014-01-22 14:37:11 -05:00 |
|
Jon Coppeard
|
5202f0ac58
|
Bug 962576 - Fix warning in minor GC profiling code which is not built by default r=me DONTBUILD
|
2014-01-23 12:25:25 +00:00 |
|
Jon Coppeard
|
939479c30b
|
Bug 962576 - Add option to time minor collections and dump the results r=terrence
|
2014-01-23 09:53:42 +00:00 |
|
Jon Coppeard
|
2ad9e5f891
|
Bug 961077 - Take marking function as template parameter in PersistentRootedMarker r=sfink
|
2014-01-23 09:53:42 +00:00 |
|
Jon Coppeard
|
4f7b826d7e
|
Bug 885954 - Delete implicit move constructors for Heap*Ptr objects r=terrence
|
2014-01-23 09:53:42 +00:00 |
|
Jim Blandy
|
075e271ed0
|
Bug 958646: Implement Debugger.Script.prototype.global accessor. r=sfink
|
2014-01-22 16:55:12 -08:00 |
|
Jim Blandy
|
6677bbefbc
|
Bug 942251: Rename Debugger.Script.prototype.elementProperty to elementAttributeName, and all related. r=sfink
--HG--
rename : js/src/jit-test/tests/debug/Source-elementProperty.js => js/src/jit-test/tests/debug/Source-elementAttributeName.js
|
2014-01-22 16:41:16 -08:00 |
|
Jim Blandy
|
84f1ffacbe
|
Bug 944121: Add options argument to the JS shell's offThreadCompileScript function. For off-thread compilation, put off initializing some slots of ScriptSourceObject until after the compartment merge. r=bhackett
--HG--
rename : js/src/jit-test/tests/basic/offThreadCompileScript.js => js/src/jit-test/tests/basic/offThreadCompileScript-01.js
|
2014-01-22 16:41:16 -08:00 |
|
Jim Blandy
|
34f1d33ff0
|
Bug 944121: Abstract JS shell's compilation options parsing out into its own function. r=bhackett
|
2014-01-22 16:41:16 -08:00 |
|
Jim Blandy
|
942bee8c31
|
Bug 952885: When doing cross-global compilations in the shell, properly wrap CompileOptions members for the new global. r=njn
|
2014-01-22 16:41:15 -08:00 |
|
Jim Blandy
|
bd53b5edbf
|
Bug 944121: Make js::ParseTask use PersistentRooted instead of AddObjectRoot / JS_RemoveObjectRoot. r=bhackett
|
2014-01-22 16:41:15 -08:00 |
|
Wes Kocher
|
3700a4c367
|
Backed out changeset c75f13d4f160 (bug 962605)
|
2014-01-22 16:16:07 -08:00 |
|
Steve Fink
|
fc2e7ab7b8
|
Bug 960342 - Convert StackShape from AutoRooter to RootedGeneric, r=terrence
|
2014-01-22 11:52:44 -08:00 |
|
Steve Fink
|
dbc9960afd
|
Bug 960342 - Convert StackBaseShape from AutoRooter to RootedGeneric, r=terrence
|
2014-01-22 11:52:44 -08:00 |
|
Steve Fink
|
830890169b
|
Bug 960342 - Add a RootedGeneric general class, r=terrence
|
2014-01-22 11:52:44 -08:00 |
|
Steve Fink
|
96352cfca4
|
Bug 959806 - Make the analysis explain why it believes a type to be a gc type, r=terrence
|
2014-01-14 13:20:32 -08:00 |
|
Boris Zbarsky
|
daf3325ff7
|
Bug 962605. Enable baseline jit in xpcshell. r=bholley
|
2014-01-22 14:37:11 -05:00 |
|
Jim Blandy
|
3a75aac6e3
|
Bug 962441: Add regression test for Debugger.prototype.findScripts finding incompletely initialized JSScripts. r=shu
|
2014-01-22 10:54:28 -08:00 |
|
Nathan Froyd
|
106205d347
|
Bug 962080 - fix maybe-uninitialized variable warning in IonBuilder.cpp; r=jandem
|
2014-01-21 09:36:03 -05:00 |
|
Luke Wagner
|
075aa7c887
|
Bug 916564 - Expand source notes to hold 31-bit offsets (r=jorendorff)
--HG--
extra : rebase_source : bf350f233c514d6a97273d2ee23ce68476ae3b79
|
2014-01-17 17:40:41 -06:00 |
|
Luke Wagner
|
a13acc1bc9
|
Bug 916564 - Move countFinalSourceNotes to a better place (r=jorendorff)
--HG--
extra : rebase_source : c0b10f87f1e10499586fed2e4fa570edfcaaf510
|
2014-01-17 17:39:02 -06:00 |
|
Tom Schuster
|
57f15ea1e2
|
Bug 958119 - Some cleanup for XPConnect. r=gabor
|
2014-01-22 18:50:32 +01:00 |
|
Birunthan Mohanathas
|
323fbc9525
|
Bug 798033 - Remove 'using namespace' from CompileInfo-inl.h. r=evilpies
|
2014-01-22 12:24:08 -05:00 |
|
Andy Wingo
|
bf1bd9f167
|
Bug 962484 - Fix script XDR bug after bug 916612 r=luke
|
2014-01-22 16:58:44 +01:00 |
|
Romain Perier
|
b9e5bea365
|
Bug 956051 - Inline str_replace with string, string as arguments. r=nbp, r=jandem
|
2014-01-22 10:43:32 -05:00 |
|
Sylvestre Ledru
|
05007ea4c4
|
Bug 781552 - Turn on -Werror=int-to-pointer-cast globally. r=ted
|
2014-01-22 10:41:34 -05:00 |
|
Carsten "Tomcat" Book
|
9a02f4280b
|
Merge mozilla-central to mozilla-inbound
|
2014-01-22 14:37:23 +01:00 |
|
Carsten "Tomcat" Book
|
95ba54861b
|
merge b2g-inbound to mozilla-central
|
2014-01-22 13:59:54 +01:00 |
|
Gina Yeh
|
a3eb2efd58
|
Bug 952907 - Patch 1: Use WebIDL codegen to implement Bluetooth events, r=smaug
|
2014-01-22 14:26:29 +08:00 |
|
Nathan Froyd
|
bc0d8111f4
|
Bug 962241 - don't spam error messages about ContractIDToCID failing; r=bholley
|
2014-01-21 16:14:22 -05:00 |
|
Jon Coppeard
|
739fa2381c
|
Bug 959787 - Handlify has property APIs r=terrence r=bz
|
2014-01-22 11:28:06 +00:00 |
|
Jon Coppeard
|
636ac5c203
|
Bug 959787 - Handlify JS_Delete* APIs r=sfink
|
2014-01-22 11:28:06 +00:00 |
|
Jon Coppeard
|
c6790d8bcb
|
Bug 961077 - Make PersistentRooted use private inheritance when deriving from LinkedListElement r=sfink
|
2014-01-22 11:28:06 +00:00 |
|
Jon Coppeard
|
a4b59f36d6
|
Bug 961110 - Make internal StoreBuffer classes more public (but still not exposed) r=terrence
|
2014-01-22 11:28:06 +00:00 |
|
Jan de Mooij
|
931a0fd6de
|
Bug 929221 - Correctly handle OOM in EnsureTrackPropertyTypes. r=bhackett
|
2014-01-22 12:26:25 +01:00 |
|
Jan de Mooij
|
22e30b5804
|
Bug 962095 - Make sure BailoutStack is 8-byte aligned on ARM. r=nbp
|
2014-01-22 12:26:21 +01:00 |
|
Jan de Mooij
|
4b2465dd6d
|
Bug 962090 - Fix ARM VMFunction wrappers to only test the low byte for bools. r=nbp
|
2014-01-22 12:26:18 +01:00 |
|
Marco Bonardo
|
6a8c716e4d
|
Bug 960458 - cl.py doesn't properly parse showIncludes prefix on some localized versions. r=glandium
|
2014-01-22 09:22:30 +01:00 |
|
Luke Wagner
|
1fd07c86e1
|
Bug 961969 - Include nfixed in StackShape's key (r=billm)
|
2014-01-21 14:03:31 -06:00 |
|
Shu-yu Guo
|
7ea5c3c8a6
|
Bug 958980 - Stop Debugger from exposing partially initialized JSScripts. (r=jorendorff)
|
2014-01-21 10:59:05 -08:00 |
|
Donovan Preston
|
33bb76a5a8
|
Bug 958108 - Remove delayload from some DLLs on windows because it was causing webapps to hang at startup. r=glandium
|
2014-01-21 13:53:48 -05:00 |
|
Andy Wingo
|
a2751433de
|
Bug 960040 - Part 5: Fix style error (unreviewed cleanup). CLOSED TREE
|
2014-01-21 18:30:36 +01:00 |
|
Andy Wingo
|
ad8ee061c5
|
Bug 960040 - Part 4: Refactor state management of analysis. r=jandem
|
2014-01-21 14:21:26 +01:00 |
|
Andy Wingo
|
eadd14d32d
|
Bug 960040 - Part 3: Refactor OOM handling. r=jandem
|
2014-01-21 14:21:07 +01:00 |
|
Andy Wingo
|
54f9053623
|
Bug 960040 - Part 2: Hide more of ScriptAnalysis implementation. r=jandem
|
2014-01-21 14:09:34 +01:00 |
|
Andy Wingo
|
15adc93989
|
Bug 960040 - Part 1: Prune unused interfaces and code from ScriptAnalysis. r=jandem
|
2014-01-21 11:47:08 +01:00 |
|
Jan Beich
|
c06ad17e6e
|
Bug 959477 - Fix typo in OS_TARGET when cross-compiling GNU/kFreeBSD. r=glandium
|
2014-01-21 11:40:21 -05:00 |
|
Jan Beich
|
20365c091b
|
Bug 959477 - Assign correct OS_ARCH and OS_TARGET when cross-compiling on BSDs. r=glandium
|
2014-01-21 11:40:20 -05:00 |
|