Commit Graph

26392 Commits

Author SHA1 Message Date
Andrew McCreight
e7c16849ba Bug 865320 - Move the logic for deciding when to doing a merging CC into the cycle collector. r=smaug 2013-04-29 16:41:41 -07:00
Nathan Froyd
d97ca8a232 Bug 871595 - don't include WrapperFactory.h in AccessCheck.h; r=bholley 2013-05-13 12:04:23 -04:00
Bill Gianopoulos
3faad8ec7d Bug 858566 - Avoid inadvertently enabling global optimziaion if --disable-optimize under Windows. r=dvander 2013-05-16 20:39:05 -04:00
Jan-Ivar Bruaroey
7921c9c1e4 Bug 823512: Rewrite PeerConnection in JS-implemented WebIDL r=bz,jesup 2013-05-07 20:55:21 -04:00
Benjamin Peterson
420bd21438 No bug - Fix indentation. r=trivial DONTBUILD 2013-05-17 00:20:35 -05:00
Terrence Cole
665c332197 Bug 872381 - Don't bake the shape tree depth into tests; r=jandem
--HG--
extra : rebase_source : 5935f593dcbd0f297eb82f4d2489abf975749ff5
2013-05-16 10:23:42 -07:00
Terrence Cole
81dec328b4 Bug 869733 - Assert we don't try to nursery allocate inside GC code; r=billm
--HG--
extra : rebase_source : 5cd269e8b904fba8cf80cd99c2ce9bea158e09b2
2013-05-10 15:57:11 -07:00
Terrence Cole
85749efb32 Bug 869733 - Tenure all clones caused by Lambda creation; r=shu
--HG--
extra : rebase_source : 7e22802f9e1bc6eec5f9a5ebe2d5bfb004f88a30
2013-05-10 15:50:49 -07:00
David Zbarsky
36ae0d2a11 Remove some unused code due to bug 871189, r=bz over irc 2013-05-16 12:29:03 -07:00
David Zbarsky
a5f718b924 Bug 871189 - Remove Document classinfo r=bz 2013-05-16 11:06:21 -07:00
Jon Coppeard
a6b3a0a64c Bug 872305 - Remove CustomAutoRooter::trace*() methods in favour of JS_Call*Tracer() r=terrence 2013-05-16 10:03:41 -07:00
Boris Zbarsky
05015ca6da Bug 868715 part 10. Create specializations of Optional for 'any' and 'object' types so that we can have those look like Optional<Handle<Value> > and Optional<Handle<JSObject*> > respectively. r=peterv,sfink 2013-05-16 12:36:56 -04:00
Olli Pettay
9e26f82682 additional patch for Bug 847594, remove bogus assertion, r=bz, CLOSED TREE 2013-05-16 19:16:29 +03:00
Benjamin Peterson
d1ff8a67e2 Bug 872893 - Make EmitElemOp static. r=bhackett
--HG--
extra : rebase_source : ef256ee76e7d08e9a9b1ebfcd5f4b2cdd126c546
2013-05-16 10:54:26 -05:00
Ted Mielczarek
47d7af59de bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
Aryeh Gregor
2075ff6575 Bug 867098 - Don't implicitly convert to already_AddRefed in js/xpconnect/. r=peterv 2013-04-28 14:49:41 +03:00
Cameron McCormack
9c655c183c Bug 839103 - Part 11: Add StyleRule{Added,Removed,Changed} events. r=bz 2013-05-16 17:13:36 +10:00
Cameron McCormack
22bd6f92e0 Bug 839103 - Part 10: Add StyleSheetApplicableStateChange event. r=bz 2013-05-16 17:13:36 +10:00
Cameron McCormack
acb7e00fdf Bug 839103 - Part 9: Unify nsIDOMStyleSheet{Added,Removed}Event. r=bz 2013-05-16 17:13:36 +10:00
Bobby Holley
ed36afc718 Bug 866823 - Handle standard prototype remapping in PrepareForWrapping. r=gabor,mrbkap 2013-05-15 21:13:12 -07:00
Bobby Holley
da9b6c80de Bug 866823 - Don't create waivers in WaiveXrayAndWrap if the caller has no business waiving. r=gabor,mrbkap 2013-05-15 21:13:12 -07:00
Benjamin Peterson
75228383c9 Bug 872785 - Move GetBytecodeInteger to jsopcode.h; use it in the expression decompiler. r=bhackett
--HG--
extra : rebase_source : 4607cd7728cb3c00b601409493d6664221981ae2
2013-05-15 17:23:42 -05:00
Dan Gohman
4cb84eb3dc Bug 871777 - Fold a load and a jump. r=jandem 2013-05-15 22:16:58 -04:00
Dan Gohman
6b2aa14141 Bug 869072 - Test whether the upper 32 bits of a register are zeroed by loading
an unsigned UINT32_MAX into a register and comparing with that, since x86's
cmp instruction's immediate field is a 32-bit signed field. r=sstangl
2013-05-15 22:16:10 -04:00
Bobby Holley
2e60cad213 Bug 871887 - Fix marquee _setEventListener. r=bz 2013-05-15 18:59:53 -07:00
Trevor Saunders
bc745c9d30 bug 860027 - lazily get the list of interfaces r=bholley 2013-05-03 17:22:46 -04:00
Trevor Saunders
7ee357c21c bug 860027 - remove XPTIInterfaceInfoManager::EnumerateInterfaces() r=bholley r=bsmedberg 2013-04-09 16:00:21 -04:00
Till Schneidereit
ed1fdcb54d Bug 872638 - Fix rooting hazard in js::intl_numberingSystem. r=terrence
--HG--
extra : rebase_source : b918299ce07676b86309f926b1806d65d05331bb
2013-05-15 11:43:28 -07:00
Steve Fink
2c9b30fb6d Bug 871995 - Fix rooting compilation failure in ObjectWrapperParent.cpp. r=till
--HG--
extra : rebase_source : 1477ca11f53e4b91ae694d0511e11b4e50dbd173
2013-05-14 16:46:48 -07:00
Steve Fink
d75708e945 Bug 872191 - Rooting hazard in ion/Lowering.cpp. r=jonco
--HG--
extra : rebase_source : c1c792ee2aa9d21545392731f9068d48e8dab969
2013-05-13 16:55:20 -07:00
Jan de Mooij
69f30edde7 Bug 857845 part 1 - rm JaegerMonkey. r=bhackett, sr=luke 2013-05-13 16:47:57 -07:00
Christian Holler
20391cba51 Bug 857189 - Fix incompatibility of ASM.js signal handler with AddressSanitizer. r=luke 2013-05-15 14:23:17 +02:00
Dan Gohman
d8a5f8289e Bug 871783 - Do not copy the stack pointer for alignment checks. r=nbp
Test the stack pointer directly instead of copying it to
a temporary register. This is debug-only code, but tidiness is nice.
2013-05-14 13:44:43 -07:00
Shu-yu Guo
e649450417 Bug 872352 - Add NBody to parjs-benchmarks. (r=nmatsakis) DONTBUILD 2013-05-14 19:23:20 -07:00
Boris Zbarsky
c45fb8cf25 Bug 872043. Add an API for getting the canonical Array.prototype for a global. r=waldo 2013-05-14 14:17:09 -04:00
Jon Coppeard
868d702847 Bug 872185 - Annotate a couple of rooting analysis false positives r=sfink 2013-05-14 16:11:17 -07:00
Hannes Verschore
613d0b6756 Bug 870814 - IonMonkey: Enable native dense int32 when cache isn't monitored, r=jandem 2013-05-14 23:19:04 +02:00
Ryan VanderMeulen
a7737c8f7f Backed out 4 changesets (bug 869195, bug 870845, bug 872043, bug 862825) for mochitest b-c, mochitest-other, and xpcshell orange on a CLOSED TREE.
Backed out changeset 049889b25a79 (bug 869195)
Backed out changeset fc0bef5a2cfd (bug 862825)
Backed out changeset 267fe0d9c201 (bug 870845)
Backed out changeset 7b06b9d1acb2 (bug 872043)
2013-05-14 16:40:26 -04:00
Boris Zbarsky
ce44d79d45 Bug 872043. Add an API for getting the canonical Array.prototype for a global. r=waldo 2013-05-14 14:17:09 -04:00
Ehsan Akhgari
792244c519 Bug 866425 - Drop support for building with MSVC 2005 and 2008; r=glandium 2013-05-14 10:37:46 -04:00
Kannan Vijayan
c89e86d502 Bug 870478 - Baseline Call_Scripted stub uses untraced this-value. r=terrence 2013-05-14 12:23:34 -04:00
Masatoshi Kimura
9369a25ddf Bug 673919 - Remove captureEvents, releaseEvents, and routeEvent. r=smaug 2013-05-14 21:18:39 +09:00
Bobby Holley
0643511162 Bug 871303 - Remove JS_GetGlobalObject from jsapi-tests. r=sfink 2013-05-13 13:57:25 -07:00
Bobby Holley
af1abaf13d Bug 871303 - Remove JS_GetGlobalObject from gdb tests. r=sfink 2013-05-13 13:57:25 -07:00
Joey Armstrong
0d49db0381 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Sankha Narayan Guria
b0ad56ba6a Bug 815431 - Implement String.prototype.repeat; r=tschneidereit
--HG--
extra : rebase_source : 4c200d1859a08758f491658ffe79e9bbf8c2ee98
2013-05-07 20:13:00 -07:00
Ryan VanderMeulen
a89be185ab Merge m-c to inbound. 2013-05-13 13:33:20 -04:00
Lukas Blakk
784ea2bf8f Merging in version bump NO BUG 2013-05-13 09:09:39 -07:00
Terrence Cole
260b2c959c Bug 869735 - Fixes to ParallelArray compilation to support generational GC; r=nmatsakis
--HG--
extra : rebase_source : 41b4380630b0f47326a707a15b597ce22bb24caa
2013-05-08 12:02:48 -07:00
Terrence Cole
58b5fc50ba Bug 869742 - Add post-barriers for writes to liveScopes; r=billm
--HG--
extra : rebase_source : 37596559db5d11f160f2c220a27effd575c9b508
2013-05-08 12:02:49 -07:00