Nicolas B. Pierron
|
d79425d9aa
|
Bug 1013922 - Avoid flattenning strings after each concatenation. r=jorendorff
|
2014-05-21 08:15:47 -07:00 |
|
Nicolas B. Pierron
|
9f6e6301fb
|
Bug 1000605 - Prevent division's truncation after removal of Math functions. r=sunfish,bbouvier
|
2014-05-21 07:51:59 -07:00 |
|
Heiher
|
64ac1ec0b7
|
Bug 997274 - Value.h uses NUNBOX32 and PUNBOX64 instead of JS_BITS_PER_WORD. r=nbp
|
2014-05-21 06:47:10 -07:00 |
|
Carsten "Tomcat" Book
|
2eaad01451
|
Merge mozilla-central to mozilla-inbound
|
2014-05-21 14:26:21 +02:00 |
|
Carsten "Tomcat" Book
|
2af1f64a44
|
merge b2g-inbound to mozilla-central
|
2014-05-21 14:08:03 +02:00 |
|
Carsten "Tomcat" Book
|
e64cd11ad7
|
merge fx-team to mozilla-central
|
2014-05-21 13:57:43 +02:00 |
|
Carsten "Tomcat" Book
|
560c22d1e6
|
merge mozilla-inbound to mozilla-central
|
2014-05-21 13:45:46 +02:00 |
|
Jon Coppeard
|
6bc448b2f9
|
Bug 988486 - Followup to fix build errors on non-theadsafe builds r=jandem
|
2014-05-21 11:47:47 +01:00 |
|
Ryan VanderMeulen
|
8d463532ff
|
Backed out changeset 8433a3609a54 (bug 1001320) for suspected B2G device image bustage.
CLOSED TREE
|
2014-05-20 12:17:51 -04:00 |
|
Victor Porof
|
07986ca4cd
|
Bug 1004726 - Clean up profiler pseudo-stack representation. r=djvj,mrosenberg
|
2014-05-20 15:25:25 -04:00 |
|
Branislav Rankov
|
f3d7e6055e
|
Bug 1007662 - Add missing functions for YARR JIT on MIPS. r=jandem
|
2014-05-08 15:50:50 +02:00 |
|
Hannes Verschore
|
9fbc3fed48
|
Bug 1011724 - IonMonkey: Prioritize the ionWorkload on the scripts useCount, r=bhackett
|
2014-05-20 16:21:51 +02:00 |
|
Ryan VanderMeulen
|
fcf093620a
|
Backed out changeset e280c3740a4a (bug 978811) for Android/B2G debug asserts.
CLOSED TREE
|
2014-05-20 09:42:33 -04:00 |
|
Benjamin Bouvier
|
14bb11bc2c
|
Bug 1010747: Don't inline Ceil when input is a FP value and output is an Int32; r=jandem
|
2014-05-21 10:53:39 +02:00 |
|
Jan de Mooij
|
533e12b20b
|
Bug 1011693 part 3 - Store ReplaceData dollar position as index instead of jschar*. r=terrence
|
2014-05-21 10:34:55 +02:00 |
|
Jan de Mooij
|
6bc4fb25a2
|
Bug 1011693 part 2 - Refactor some loops in DoReplace and FindReplaceLength. r=terrence
|
2014-05-21 10:34:53 +02:00 |
|
Jan de Mooij
|
37d9464591
|
Bug 1011693 part 1 - rm ReplaceData::dollarEnd. r=terrence
|
2014-05-21 10:34:51 +02:00 |
|
Jan de Mooij
|
a0f09db663
|
Bug 1010738 - Add back LIR/MIR/jsop bailout spew. r=nbp
|
2014-05-21 10:34:47 +02:00 |
|
Jan de Mooij
|
ce84878818
|
Bug 1013917 part 2 - Add shell functions for testing latin1 strings. r=luke
|
2014-05-22 21:40:36 +02:00 |
|
Jan de Mooij
|
f826293513
|
Bug 1013917 part 1 - Some JSString changes for latin1 strings. r=luke
|
2014-05-22 21:40:34 +02:00 |
|
Benjamin Bouvier
|
913ef85f15
|
Bug 1014479: Update js-gdb pretty printers to python3; r=jorendorff
|
2014-05-22 20:25:38 +02:00 |
|
Dan Gohman
|
ad6d8397a0
|
Bug 1012971 - SpiderMonkey: Fix various warnings. r=nbp
|
2014-05-22 11:15:06 -07:00 |
|
Tooru Fujisawa
|
131ed1f736
|
Bug 1003837 - Output dumpHeap result to stdout when 1st argument is null. r=evilpies.
|
2014-04-30 22:43:46 +09:00 |
|
Benjamin Bouvier
|
dcafc622c7
|
Bug 1010747: Factor out floating-point conversion to int32 and bailout code; r=sunfish
|
2014-05-22 12:03:13 +02:00 |
|
Benjamin Bouvier
|
45e16d9e65
|
Bug 1010747: Implement Ceil (floating-point) -> int32 in Ion; r=sunfish,mjrosenb
|
2014-05-22 12:03:08 +02:00 |
|
Benjamin Bouvier
|
e6cab63d6f
|
Bug 1010747: Cleanups and factor out float32 specialization for unary instructions returning int32; r=jandem
|
2014-05-22 12:03:04 +02:00 |
|
Branislav Rankov
|
0e9a58893e
|
Bug 994716 - IonMonkey MIPS: Update branchTestStringTruthy with latest changes. r=nbp
|
2014-05-20 17:04:16 +02:00 |
|
Branislav Rankov
|
782a94bf61
|
Bug 994716 - IonMonkey MIPS: Add functions needed by IonTrampolines-mips to InvalidationBailoutStack. r=nbp
|
2014-05-08 14:41:32 +02:00 |
|
Branislav Rankov
|
b4a0688a38
|
Bug 994716 - IonMonkey MIPS: Add executableCopy function to AssemblerBuffer. r=mrosenberg
|
2014-05-21 16:04:13 +02:00 |
|
Honza Bambas
|
9934b65091
|
Bug 1014103 - Fix XPCShellImpl.cpp/GetLine() to use 4096 byte buffer as its caller, r=bz
|
2014-05-21 23:42:09 +02:00 |
|
Nicolas B. Pierron
|
e94f87b406
|
Bug 1011383 - Definitions/Declarations follow the order of RECOVER_OPCODE_LIST. r=bbouvier
|
2014-05-21 12:57:10 -07:00 |
|
Brian Hackett
|
920dd863e5
|
Bug 1010441 - Keep RegExpShared and RegExp jitcode around when preserving jitcode in a compartment, r=billm.
|
2014-05-21 11:31:02 -07:00 |
|
Jan de Mooij
|
9b02ac3950
|
Bug 1002709 - Fix regexp in cross-context-stack-1.js jit-test to not match the "beta" in the path name after a merge. r=luke
|
2014-04-29 00:12:51 +02:00 |
|
Jan de Mooij
|
4749f3fafb
|
Bug 978811 - Fix isFakeExitFrame to return true for entry frames. r=nbp
|
2014-05-20 08:34:25 -04:00 |
|
Robert O'Callahan
|
76ebf97a8d
|
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
extra : rebase_source : 600bf9dd51c88ea0cdea3db2e20ce8ab1de9f3fb
|
2014-05-11 23:37:14 -07:00 |
|
Jon Coppeard
|
1d203c9d72
|
Bug 929314 - Remove Handle::repoint() r=terrence
|
2014-05-20 10:57:03 +01:00 |
|
Jon Coppeard
|
1daf867f7b
|
Bug 929314 - Remove unused HandleScripts from IonSpewer and related classes r=jandem
|
2014-05-20 10:56:51 +01:00 |
|
Carsten "Tomcat" Book
|
6a0bbe7fab
|
Backed out changeset 3da78e2f3ac8 (bug 1006695) for build test failures
|
2014-05-20 11:29:05 +02:00 |
|
Carsten "Tomcat" Book
|
063dff6247
|
Backed out changeset 70bc18f7b6d5 (bug 1006695) for spidermonkey test failures
|
2014-05-20 10:29:38 +02:00 |
|
Tooru Fujisawa
|
0797db5c97
|
Bug 1003149 - Part2: Implement JSOP_SPREAD* optimized stubs in the baseline compiler. r=jandem
|
2014-05-16 01:50:14 +09:00 |
|
Tooru Fujisawa
|
4e403b3b99
|
Bug 1003149 - Part1: Implement JSOP_SPREAD* fallback stubs in the baseline compiler. r=jandem
|
2014-05-09 01:21:12 +09:00 |
|
James Graham
|
54a81fe8c7
|
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
|
2014-05-16 04:55:00 +02:00 |
|
Ting-Yuan Huang
|
1e3180e7b2
|
Bug 1006695 - Mark workers in thread pool to be known by Nuwa. r=khuey
They will be recreated in the spawned process.
|
2014-05-14 00:32:00 +02:00 |
|
Ting-Yuan Huang
|
5e20812d38
|
Bug 1006695 - Mark JS worker threads to be known by Nuwa. r=khuey
They will be recreated in the spawned process.
|
2014-05-14 00:32:00 +02:00 |
|
Phil Ringnalda
|
87bd433cda
|
Bug 1009788 followup, make the test not fail when parallelJS is off, r=jonco
|
2014-05-19 07:12:33 -07:00 |
|
Wes Kocher
|
1a69acc2e4
|
Backed out changeset c744c837c732 (bug 789261) for Gaia-unit test bustage on a CLOSED TREE
|
2014-05-19 15:20:43 -07:00 |
|
Boris Zbarsky
|
bc8b8b2ddf
|
Bug 1010658 part 1. Stop using the DOMClass stored in DOM_PROTO_INSTANCE_CLASS_SLOT for doing type checks in the jit, and do them directly on the instance classes instead. r=efaust
|
2014-05-19 16:37:59 -04:00 |
|
Nathan Froyd
|
b80b3999b9
|
Bug 1012748 - part 3 - remove nsIXPCSecurityManager; r=bholley
|
2014-05-19 12:59:30 -04:00 |
|
Nathan Froyd
|
a58426e0df
|
Bug 1012748 - part 2 - remove unnecessary includes of nsIXPCSecurityManager.h; r=bholley
|
2014-05-19 12:43:00 -04:00 |
|
Nathan Froyd
|
db28089837
|
Bug 1012748 - part 1 - remove unused mDefaultSecurityManager field; r=bholley
|
2014-05-19 12:42:33 -04:00 |
|
Peter Van der Beken
|
13dc221813
|
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : ae0d50133962c86ecdb7bf60f5ec8d359f681ac0
|
2014-04-08 20:48:37 +02:00 |
|
Ryan VanderMeulen
|
2a34efc421
|
Merge m-c to b2g-inbound.
|
2014-05-20 14:57:26 -04:00 |
|
Ting-Yuan Huang
|
ca8956cdbd
|
Bug 1006695 - Mark workers in thread pool to be known by Nuwa. r=luke
They will be recreated in the spawned process.
|
2014-05-20 18:07:22 +08:00 |
|
Ting-Yuan Huang
|
4c6d6c9b03
|
Bug 1006695 - Mark JS worker threads to be known by Nuwa. r=luke
They will be recreated in the spawned process.
|
2014-05-20 18:06:14 +08:00 |
|
Peter Van der Beken
|
55c17927f1
|
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
|
2014-02-15 22:12:35 +01:00 |
|
Brian Hackett
|
ef10860022
|
Bug 1009899 - Don't unnecessarily freeze inlining done during definite properties analysis, r=jandem.
|
2014-05-19 11:33:11 -07:00 |
|
Carsten "Tomcat" Book
|
f291e63285
|
Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE
|
2014-05-19 15:02:58 +02:00 |
|
Inanc Seylan
|
216f503246
|
Bug 1010339 - Add recover functionality for Ursh; r=bbouvier
|
2014-05-19 13:56:23 +02:00 |
|
Peter Van der Beken
|
0932413f11
|
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
extra : rebase_source : c7dc7fc44717ad6bf5381ecb8a537bf698ee962e
|
2014-02-15 22:12:35 +01:00 |
|
Jon Coppeard
|
f17bd34eff
|
Bug 988486 - Move verifier functions into GCRuntime r=terrence
|
2014-05-19 11:09:55 +01:00 |
|
Jon Coppeard
|
ff878c9058
|
Bug 988486 - Make some GCRuntime members private and add necessary accessors r=terrence
|
2014-05-19 11:09:55 +01:00 |
|
Jeff Walden
|
06f73fbe81
|
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent
|
2014-05-27 09:56:43 -07:00 |
|
Jeff Walden
|
ccaf2695e7
|
Bug 1003997. r=sfink
|
2014-05-06 10:40:04 -07:00 |
|
Marty Rosenberg
|
fde57e8658
|
bug 1010269: When generating offsets for toggling branches, use the correct one (r=dougc)
|
2014-05-23 04:09:47 -04:00 |
|
Marty Rosenberg
|
3f10ca9c45
|
bug 996715: Remove the code that bails when determining if the second instruction in a chunk is a branch. (r=dougc)
|
2014-05-27 09:40:35 -04:00 |
|
Victor Porof
|
9e41feb374
|
Backed out changeset c2429d6c41fb (Bug 1004726) for regressions on B2G, r=me
|
2014-05-26 21:51:50 -04:00 |
|
Landry Breuil
|
3ecf3826d1
|
Bug 961488: fix crash in mozJSComponentLoader::Import on 32-bits powerpc/sparc unix-but-non-mac oses. r=bz,glandium f=stevesn,spectre
|
2014-05-27 07:56:54 +02:00 |
|
Inanc Seylan
|
7e13288fb9
|
Bug 1010334 - Add recover functionality for Rsh; r=bbouvier
|
2014-05-27 11:39:50 +02:00 |
|
Benjamin Bouvier
|
2b0df4da82
|
Bug 1015656: Fix overflows on ARM's ceil inline implementation; r=mjrosenb
|
2014-05-27 11:31:38 +02:00 |
|
Ehsan Akhgari
|
5b0272c079
|
Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem
|
2014-05-25 21:46:24 -04:00 |
|
Brian Hackett
|
8b3aedd9a6
|
Bug 1015677 - Check for interrupts while backtracking during irregexp execution, r=jandem.
|
2014-05-26 10:48:54 -06:00 |
|
Peter Van der Beken
|
034f5ffcab
|
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : 4ee28872adf9d03d9dc28880426383224359fd78
|
2014-04-08 20:48:37 +02:00 |
|
Nicolas B. Pierron
|
ab4547dbae
|
Bug 1015145 - Replace static_assert by a MOZ_ASSERT. r=red
|
2014-05-26 07:42:56 -07:00 |
|
Hannes Verschore
|
61e2f67797
|
Bug 1015135 - IonMonkey: Enable ignored type policies, r=bbouvier
|
2014-05-26 16:00:10 +02:00 |
|
Nicolas B. Pierron
|
97538ad239
|
Bug 1015180 - Move linkExitFrame to the common MacroAssembler. r=jandem
|
2014-05-26 06:54:33 -07:00 |
|
Nicolas B. Pierron
|
f6a39dc758
|
Bug 1015145 - Use magic constant when the jitTop is invalided within a bailout. r=jandem
|
2014-05-26 06:54:31 -07:00 |
|
Julien Levesy
|
f267e90418
|
Bug 1009968 - IonMonkey: Implement RLsh recover operation. r=nbp
|
2014-05-26 06:38:27 -07:00 |
|
Ehsan Akhgari
|
f1cf9f001a
|
Bug 1015808 - Fix the compiler warnings about members of AutoFlushICache being unused; r=jandem
|
2014-05-26 09:18:39 -04:00 |
|
Emanuel Hoogeveen
|
618e33493f
|
Bug 1005849 - Part 4: Test the new allocation logic. r=terrence
|
2014-05-23 15:30:00 +02:00 |
|
Emanuel Hoogeveen
|
5354b6e749
|
Bug 1005849 - Part 3: Add a 'last ditch' pass to the GC's allocator to find alignable chunks when all else fails. r=terrence
|
2014-05-23 13:56:00 +02:00 |
|
Emanuel Hoogeveen
|
ef069cc00c
|
Bug 1005849 - Part 2b: Allow munmap to fail if errno == ENOMEM and switch over to MOZ_ASSERT variants. r=terrence
|
2014-05-20 10:44:00 +02:00 |
|
Emanuel Hoogeveen
|
7ba57fc2d0
|
Bug 1005849 - Part 2: Some interface changes to make mapping memory less error prone. r=terrence
|
2014-05-17 16:03:00 +02:00 |
|
Vincent St-Amour
|
03ffba06d2
|
Bug 1012966 - Fix typoes in comments in IonBuilder.cpp. r=shu
|
2014-05-19 16:08:00 +02:00 |
|
Nick Fitzgerald
|
99d2bc4e3d
|
Bug 1012646 - Check for non-existant script filenames in SavedStacks::insertFrames. r=ejpbruel
|
2014-05-20 15:45:00 +02:00 |
|
Dan Gohman
|
c525ea75ee
|
Bug 1004363 - Follow-up patch to fix a few more places that should ignore trivial blocks on ARM. r=me
|
2014-05-20 22:58:45 -07:00 |
|
Bobby Holley
|
303a25c97c
|
Bug 997440 - Stop associating XPCWrappedNativeScopes with an XPCContext. r=bz
|
2014-05-20 22:52:20 -07:00 |
|
Bobby Holley
|
e326d85b2a
|
Bug 997440 - Use the WrappedJS's global as an entry global. r=bz
This basically means that baseURI will be relative to global in which the code
is defined, which seems reasonable.
|
2014-05-20 22:52:20 -07:00 |
|
Bobby Holley
|
2ec8d277ee
|
Bug 997440 - Introduce a special null principal to return when we're not in any compartment at all. r=bz
|
2014-05-20 22:52:20 -07:00 |
|
Bobby Holley
|
51dbaf59da
|
Bug 997440 - Fix an XPConnect test bug. r=bz
This failure is currently being silently squelched on trunk.
|
2014-05-20 22:52:19 -07:00 |
|
Bobby Holley
|
d809f13991
|
Bug 997440 - Push some more cxes in jsd. r=bz
|
2014-05-20 22:52:18 -07:00 |
|
Robert O'Callahan
|
950332b02a
|
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
|
2014-05-11 23:37:14 -07:00 |
|
Dan Gohman
|
f2f4f31764
|
Bug 1004363 - IonMonkey: Eliminate the UnsplitEdges pass and just have Codegen know how to skip past trivial blocks. r=mjrosenb
|
2014-05-20 20:28:49 -07:00 |
|
Dan Gohman
|
c485698003
|
Bug 1004363 - IonMonkey: Better basic block and graph dumping. r=mjrosenb
|
2014-05-20 20:28:49 -07:00 |
|
Luke Wagner
|
cc9ad721c6
|
Bug 1013658 - Handle null ScriptSource in AutoFilename::get (r=bholley)
--HG--
extra : rebase_source : d154d1c974c8ec69744773c14d57c278e75a77f5
|
2014-05-20 21:12:23 -05:00 |
|
Dan Gohman
|
752383a606
|
Bug 1010586 - IonMonkey: Make MUse enforce use-list invariants automatically. r=nbp
|
2014-05-20 18:43:16 -07:00 |
|
Dan Gohman
|
e4d1a508ad
|
Bug 1007027 - IonMonkey: Don't do backedge type processing for resume points in deleted blocks. r=nbp
|
2014-05-20 18:43:16 -07:00 |
|
Dan Gohman
|
12baa0ba44
|
Bug 1010586 - IonMonkey: Eliminate the isObserved flag and compute observability on demand. r=nbp
|
2014-05-20 18:43:15 -07:00 |
|
Dan Gohman
|
439e296431
|
Bug 1010586 - IonMonkey: Shrink the MUse class by making the index field unnecessary. r=nbp
|
2014-05-20 18:43:15 -07:00 |
|
Brian Hackett
|
5f3ff139b2
|
Bug 1012642 - Trigger a read barrier earlier when copying RegExpShared from one object to another, r=billm.
|
2014-05-20 16:12:49 -07:00 |
|
Dan Gohman
|
ffaab0ea41
|
Bug 1012964 - IonMonkey: Follow-up patch to give a variable a better name. r=me DONTBUILD
|
2014-05-20 13:51:22 -07:00 |
|
Terrence Cole
|
9900a0509a
|
Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco
--HG--
extra : rebase_source : 18c195a3a5897529275deb210bfa7f57f8e29bd8
|
2014-05-14 19:48:09 -07:00 |
|
Dan Gohman
|
7c3190bd62
|
Bug 1012964 - IonMonkey: Optimize LiveInterval::addRange. r=bhackett
|
2014-05-20 13:36:40 -07:00 |
|
Brian Hackett
|
8a4f551532
|
Bug 1011879 - Fixup code offsets correctly when pushing jump targets in irregexp, r=jandem.
|
2014-05-17 16:22:19 -07:00 |
|
Phil Ringnalda
|
6ec9c105a4
|
Back out d18b1b320eea (bug 1008753) for marionette-webapi and gaia-unit bustage
|
2014-05-17 08:32:45 -07:00 |
|
Douglas Crosher
|
809b5d7f18
|
Bug 988789 - Ionmonkey: rework the instruction cache flushing, fix irregexp support, rs=bustage
|
2014-05-17 23:03:48 +10:00 |
|
Nick Fitzgerald
|
78963b3eb8
|
Bug 1006876 - Add a recursion check to SavedStacks::insertFrames. r=ejpbruel
|
2014-05-17 03:27:54 -07:00 |
|
Douglas Crosher
|
8cb74d6f82
|
Bug 988789. r=luke
|
2014-05-15 13:43:04 +10:00 |
|
Brian Hackett
|
1ed34d5233
|
Bug 1008753 - Don't require shape checks when calling getters/setters on common prototypes, r=efaust.
|
2014-05-16 18:00:44 -07:00 |
|
Bill McCloskey
|
b41a921d12
|
Bug 996785 - Fix CPOW wrapping and compartment ownership (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
b4170c4e66
|
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
c9f2d3779d
|
Bug 996785 - Distinguish local and remote CPOW objects in IPDL (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
719253d75f
|
Bug 996785 - Use more descriptive IPDL types for CPOW value variants (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
88f199c672
|
Bug 996785 - Move CPOW wrapper answering code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
4ea552c328
|
Bug 996785 - Move CPOW wrapper owner code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
60d6a2696c
|
Bug 996785 - Use separate maps for local and remote CPOW objects (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
42b76f44bb
|
Bug 996785 - Rename CPOW makeId/unwrap (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
29e7a9ce1d
|
Bug 996785 - Rename CPOW toValue (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
2c11e044b8
|
Bug 996785 - Rename CPOW findObject (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
24e43dd8ca
|
Bug 996785 - Rename CPOW object map (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
9ec71fd998
|
Bug 996785 - Move global CPOW functions to top level (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
bc13f737a4
|
Bug 996785 - Allow multiple JS finalize callbacks (r=jonco)
|
2014-05-16 16:40:34 -07:00 |
|
Dan Gohman
|
0ceb40bce7
|
Bug 844779 - Revert 19eafdcdefe3 for SPS-related breakage r=me
|
2014-05-16 16:15:55 -07:00 |
|
Hannes Verschore
|
169faaa689
|
Bug 1006811: IonMonkey: Don't inline bound function if target is not a function, r=jandem
|
2014-05-16 23:47:04 +02:00 |
|
Wes Kocher
|
5c3b89339d
|
Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE
Backed out changeset cc81a0f56362 (bug 973238)
Backed out changeset 472dffac7f21 (bug 973238)
Backed out changeset e40e2dbf7d9e (bug 973238)
Backed out changeset 2ca44eb13ecf (bug 973238)
|
2014-05-16 13:52:49 -07:00 |
|
Nicholas D. Matsakis
|
fe7afa2699
|
Bug 973238 Part 7 -- Remove type object addendum; leave the addendum mechanism in place r=bhackett
|
2014-03-11 13:44:58 -04:00 |
|
Nicholas D. Matsakis
|
2ccf1adec6
|
Bug 973238 Part 6 -- Consult prototype rather than typed object addendum r=bhackett
|
2014-03-11 13:23:24 -04:00 |
|
Nicholas D. Matsakis
|
abc8b526b0
|
Bug 973238 Part 5 -- Remove private field from StructTypeDescr, which is unused r=sfink
|
2014-04-01 22:46:04 -04:00 |
|
Nicholas D. Matsakis
|
5d22b85b02
|
Bug 973238 Part 4 -- Use prototype rather than reserved slot to uncover descriptor r=jandem
|
2014-03-11 12:50:32 -04:00 |
|
Hannes Verschore
|
f6c0b418cb
|
Backed out changeset 66a520c18efe (bug 1008590) for octane-mandreel regression.
|
2014-05-16 21:21:10 +02:00 |
|
Ryan VanderMeulen
|
cd4118e735
|
Backed out changeset 36bfb1d8b8fe (bug 1010655) for Cpp test crashes.
|
2014-05-16 14:52:13 -04:00 |
|
Terrence Cole
|
07a92341f3
|
Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco
--HG--
extra : rebase_source : 474ef235d747f9008f79b2ad0328ec1566b8c641
|
2014-05-14 19:48:09 -07:00 |
|
Dan Gohman
|
239431849c
|
Bug 844779 - IonMonkey: Make loops contiguous. r=h4writer
|
2014-05-16 06:40:09 -07:00 |
|
Brian Hackett
|
f3647f64fa
|
Bug 1011366 - Allow unaligned accesses in irregexp, r=jandem.
|
2014-05-16 05:32:59 -07:00 |
|
Jon Coppeard
|
a563d16a7e
|
Bug 982561 - Fix rooting analysis false positive caused by 36eba9f58983 r=me
|
2014-05-16 12:10:59 +01:00 |
|
Hannes Verschore
|
ba7a3fe6ef
|
Bug 911738 - IonMonkey: Add check to recompile when hitting heurstic that disabled inlining, r=jandem
|
2014-05-16 12:37:13 +02:00 |
|
Jan de Mooij
|
178b61eb5d
|
Bug 1008590 - Don't store chars pointer for inline strings, store JSString length and flags separately. r=luke
|
2014-05-16 12:26:21 +02:00 |
|
Jon Coppeard
|
fc7b4b35a5
|
Bug 982561 - Add tests for weak maps with key delegates r=terrence
|
2014-05-16 09:56:50 +01:00 |
|
Jon Coppeard
|
938333a67a
|
Bug 982561 - Add zone edges for unmarked weakmap keys with delegates in a different zone r=terrence
|
2014-05-16 09:44:43 +01:00 |
|
Jon Coppeard
|
e8a7a05a5f
|
Bug 982561 - Convert JSCompartment's list of marked weakmaps into list of all weakmaps r=terrence
|
2014-05-16 09:44:11 +01:00 |
|
Jan de Mooij
|
4bd90db681
|
Bug 1009664 - Remove duplicate fixed slot initialization in some cases. r=terrence
|
2014-05-16 09:59:40 +02:00 |
|
Inanc Seylan
|
6442f87e4c
|
Bug 1009967 - Add recover functionality for BitXor; r=nbp
|
2014-05-15 23:40:44 -07:00 |
|
Nicolas B. Pierron
|
aac381731f
|
Bug 1007027 - Replace MPhi::slot by a flag based on ResumePoint indexes. r=h4writer
|
2014-05-15 22:57:18 -07:00 |
|
Nicholas Nethercote
|
d833d52486
|
Bug 1011355 (part 3) - Tiny FreeSpan tweaks. r=billm.
--HG--
extra : rebase_source : 739e5104bee8ea878d5c8e421d7cd6cfd095c2da
|
2014-05-15 22:16:27 -07:00 |
|
Nicholas Nethercote
|
dc289fd740
|
Bug 1011355 (part 2) - Add a CompactFreeSpan class. r=billm.
--HG--
extra : rebase_source : 693f7ff5abb5e3335b62c790c997f713526027f0
|
2014-05-15 22:16:25 -07:00 |
|
Nicholas Nethercote
|
5b33354245
|
Bug 1011355 (part 1) - Remove FreeList::allocateFromNewArena(). r=billm.
--HG--
extra : rebase_source : 0098da34802c9febdd0fe351859ce995ba7e449a
|
2014-05-15 17:27:08 -07:00 |
|
Shu-yu Guo
|
c8e1e0042a
|
Bug 1009335 - Propagate errors from ParallelSafetyAnalysis when compiling off main thread. (r=bhackett)
|
2014-05-15 18:18:21 -07:00 |
|
Girish Sharma
|
5b1b3f4f0c
|
Bug 1004487 - Add Cu.isModuleLoaded method to know if a resource has been loaded via Cu.import, r=bholley
|
2014-05-15 23:52:45 +05:30 |
|
Nicholas Nethercote
|
8b7417f3d7
|
No bug. Fix a tiny error in the JS shell's help message. rs=terrence.
DONTBUILD because it's a trivial string-only change.
--HG--
extra : rebase_source : b98b49fbb60efed5953f4da6f2e47637172556c5
|
2014-05-15 16:47:58 -07:00 |
|
Brian Hackett
|
e73115995a
|
Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem.
|
2014-05-15 16:48:21 -07:00 |
|
Daniel Holbert
|
9e867e10a9
|
Bug 1010621: Remove redundant definition for helper-function 'IsCompilingAsmJS'. r=djvj
|
2014-05-15 16:29:27 -07:00 |
|