Commit Graph

32244 Commits

Author SHA1 Message Date
Jan de Mooij
6af7b5d82a Bug 984836 - Rename StackFrame to InterpreterFrame. r=luke 2014-03-19 09:28:57 +01:00
Shu-yu Guo
48ad465d69 Bug 983477 - Preserve scripts and the JIT code of PJS scripts across GCs for some maximum N GCs. (r=terrence,nmatsakis) 2014-03-19 00:51:55 -07:00
Nicholas D. Matsakis
a499995fc2 Bug 983987 - Ignore NewDerivedTypedObjects with no uses in ParallelSafetyAnalysis r=shu 2014-03-15 21:16:48 -04:00
Nicholas D. Matsakis
4e7c85fecb Bug 983977 - Omit type barriers where possible r=jandem 2014-03-15 06:32:38 -04:00
Nicholas D. Matsakis
8186a5dafa Bug 983686 - Parallel fromPar r=shu 2014-03-14 11:20:44 -04:00
Nicholas D. Matsakis
19f3f631ed Bug 983486 - Collect parallel arenas during parallel iterations r=terrence 2014-03-13 20:55:38 -04:00
Wan-Teh Chang
12faa4423e Bug 983186: js/src/configure.in should append -Wl,--build-id to
NSPR_LDFLAGS. r=glandium.
2014-03-18 18:05:17 -07:00
Brian Hackett
24bb1b1db8 Bug 984766 - Don't give extra fixed slots to array buffer objects with inline storage, r=sfink. 2014-03-18 19:04:22 -06:00
Bobby Holley
abb31827e1 Bug 976704 - Make opaque security wrappers non-callable. r=gabor,sr=mrbkap 2014-03-18 19:23:45 -03:00
Jeff Walden
a75bf53470 Bug 982974 - Back out 3d2bdd4b74ad from a CLOSED TREE, I want to go home and rethink my life. r=death 2014-03-18 15:40:40 -07:00
Terrence Cole
4a50bff757 Bug 984684 - Do not fire barriers on shared atoms, round 2; r=sfink
--HG--
extra : rebase_source : f27e71470054e61ad424485e4a610bdaa2ff1314
2014-03-18 15:17:23 -07:00
Terrence Cole
2e4aad5a2f No Bug - Fix opt build bustage with generational GC enabled; r=sfink
--HG--
extra : rebase_source : 21769149621f7d5219d02d52e78e48d770e1eece
2014-03-18 15:17:22 -07:00
Kannan Vijayan
58aabd2c19 Bug 948229 - Stop ion from pushing pseudostack entries by default for inline frames. r=h4writer 2014-03-18 18:07:17 -04:00
Jeff Walden
e101f2d32c Bug 982974 - Last bit of trunk fixup. r=sfink
--HG--
extra : rebase_source : 5f7635125fca688cf315d21fd2aa9fe59f22baa1
2014-03-17 16:39:59 -07:00
Nicolas B. Pierron
611345673b Bug 962555 part 6 - IonMonkey: Simplify encoding & decoding of RValueAllocations. r=h4writer 2014-03-18 08:31:24 -07:00
Nicolas B. Pierron
dbf878f683 Bug 962555 part 5 - IonMonkey: Move the RValueAllocation into an indexed buffer. r=h4writer 2014-03-18 08:31:24 -07:00
Brian Hackett
ecdbf6f6c8 Bug 972817 - Enable type inference unconditionally, r=jandem. 2014-03-18 09:05:16 -06:00
Jan de Mooij
16fc1b4d48 Bug 984293 - Poison Yarr code in release builds. r=cpeterson 2014-03-18 13:09:21 +01:00
Chris Peterson
2c12ede183 Bug 983959 - Part 2: Remove unused DebugOnly #includes in js/. r=luke 2014-03-16 22:40:55 -07:00
Chris Peterson
f194aee9e6 Bug 983959 - Part 1: Fix warnings about unused member variables in js/. r=luke 2014-03-14 23:24:31 -07:00
Terrence Cole
ba61803b38 Bug 984684 - Do not fire barriers on shared atoms; r=bhackett 2014-03-17 16:52:10 -07:00
Terrence Cole
ae5effd448 Bug 957723 - Decommit unused portions of the nursery; r=jonco 2014-01-08 13:43:55 -08:00
Terrence Cole
3c28d00cf9 Backout ed7130b21a68 (Bug 957723) for SM(r) orange on a CLOSED TREE. 2014-03-17 11:42:57 -07:00
Peter Van der Beken
ee76987bdb Bug 982114 - Deal with new DOM binding objects for Window in more places. r=bz. 2014-01-30 15:31:16 +01:00
Peter Van der Beken
f44da3849f Bug 982112 - Make accesscheck code deal with WebIDL bindings. r=bz. 2013-11-05 09:47:59 +01:00
Brian Hackett
b76edd36de Bug 979480 - Don't store array buffer contents in elements, r=sfink. 2014-03-17 11:46:04 -06:00
Steve Fink
92095d3677 Bug 981809 - Postbarrier WeakMapPtr keys, r=terrence
--HG--
extra : rebase_source : 207e9ab48a03ec4fdfe314a8c2c6e6af95853d6b
2014-03-13 13:53:34 -07:00
Terrence Cole
f90244a4d8 Bug 957723 - Decommit unused portions of the nursery; r=jonco
--HG--
extra : rebase_source : b4e5a0b55d1817d3fc312b4aed2abb4e5273b145
2014-01-08 13:43:55 -08:00
Jon Coppeard
9adcde9134 Bug 959787 - Handlify some friend and debug APIs r=sfink r=bholley 2014-03-17 16:17:58 +00:00
Jon Coppeard
6ca748883c Bug 959787 - Handlify JS_ExecuteScript, JS_EvaluateScript and other JS APIs r=sfink r=bz 2014-03-17 16:17:58 +00:00
Vivien Nicolas
7dd506f567 Bug 983513 - js/src/jsobj.cpp:2552:48: error: reference to ‘NullPtr’ is ambiguous (--disable-ion). r=nbp 2014-03-17 12:57:29 +01:00
Benjamin Bouvier
c994738d89 Bug 980860: Rename test to match bug number. DONTBUILD
--HG--
rename : js/src/jit-test/tests/ion/bug980960.js => js/src/jit-test/tests/ion/bug980860.js
2014-03-17 10:51:39 +01:00
Jan de Mooij
f1bdce3faf Bug 981693 - Improve JIT code memory reporters. r=njn 2014-03-17 10:11:21 +01:00
Masayuki Nakano
a7a5e56dd5 Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
2014-03-17 15:56:53 +09:00
Phil Ringnalda
5cd379fb80 Back out db542ae460d9 (bug 983399) for b2g debug xpcshell bustage 2014-03-16 19:42:51 -07:00
Brian Hackett
81bc820552 Bug 983752 - Consider conflicting intervals when splitting backtracking intervals, r=sunfish. 2014-03-16 16:44:53 -06:00
Terrence Cole
0cd291344b Bug 983399 - Make mozComponentLoader work with moving GC; r=sfink
--HG--
extra : rebase_source : d5d04949c97be80bdf2212f82493686bd4a6cb28
2014-03-07 15:28:48 -08:00
Cykesiopka
776f19badf Bug 931732 - Remove #if 0 code from jit/arm/*. r=jandem 2014-03-16 15:34:13 -04:00
Nicholas D. Matsakis
91aa8c050a Bug 976530 -- Do not permit structs to overflow an int32_t r=sfink 2014-02-25 21:04:17 -05:00
Nicholas D. Matsakis
0414374247 Bug 976697 - Detect neutered buffers in typed array / typed object constructors r=sfink 2014-02-26 11:55:34 -05:00
Phil Ringnalda
1d6b16f7bd Bug 981362 - Bail out of parallel/bug976889.js when parallel is not defined, rather than making aurora permaorange 2014-03-15 20:13:29 -07:00
Phil Ringnalda
41cecbe750 Bug 984063 - bail out of ion/bug977674.js when parallel isn't defined instead of making mozilla-aurora permaorange 2014-03-15 20:13:16 -07:00
Shu-yu Guo
2a8c1ceda9 Bug 983558 - Test for return type when inlining ForkJoinGetSlice. (r=nmatsakis) 2014-03-15 18:32:04 -07:00
Kyle Huey
7067fb5db1 Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg 2014-03-15 12:00:17 -07:00
Kyle Huey
84360900b0 Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg 2014-03-15 12:00:17 -07:00
Kyle Huey
510a49016d Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg 2014-03-15 12:00:15 -07:00
Jan de Mooij
d5425d28a4 Bug 960523 followup - Fix comment typo. DONTBUILD 2014-03-15 16:07:43 +01:00
Jan de Mooij
705ae7e3ed Bug 960523 - Add Baseline IC stub for fun.call(). r=djvj 2014-03-15 15:56:22 +01:00
Benjamin Peterson
25b555fddb No bug - Fix some unused variable warnings in optimized builds. r=me 2014-03-14 23:07:03 -05:00
Jeff Walden
d37450179e Bug 982974 - Be paranoid about neutering ArrayBuffer objects. r=sfink, r=jorendorff 2014-03-14 16:55:48 -07:00