David Zbarsky
|
c8f4001a0a
|
Bug 871189 - Remove Document classinfo r=bz
|
2013-05-16 11:06:21 -07:00 |
|
Jon Coppeard
|
eaf0b0d398
|
Bug 872305 - Remove CustomAutoRooter::trace*() methods in favour of JS_Call*Tracer() r=terrence
|
2013-05-16 10:03:41 -07:00 |
|
Boris Zbarsky
|
903eab0e9d
|
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
|
a140d82a9a
|
additional patch for Bug 847594, remove bogus assertion, r=bz, CLOSED TREE
|
2013-05-16 19:16:29 +03:00 |
|
Benjamin Peterson
|
167fdfd8f7
|
Bug 872893 - Make EmitElemOp static. r=bhackett
--HG--
extra : rebase_source : ef256ee76e7d08e9a9b1ebfcd5f4b2cdd126c546
|
2013-05-16 10:54:26 -05:00 |
|
Ted Mielczarek
|
110919af49
|
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
|
479d0df997
|
Bug 867098 - Don't implicitly convert to already_AddRefed in js/xpconnect/. r=peterv
|
2013-04-28 14:49:41 +03:00 |
|
Cameron McCormack
|
5cffb9cbd6
|
Bug 839103 - Part 11: Add StyleRule{Added,Removed,Changed} events. r=bz
|
2013-05-16 17:13:36 +10:00 |
|
Cameron McCormack
|
26cb31824b
|
Bug 839103 - Part 10: Add StyleSheetApplicableStateChange event. r=bz
|
2013-05-16 17:13:36 +10:00 |
|
Cameron McCormack
|
0a241ee395
|
Bug 839103 - Part 9: Unify nsIDOMStyleSheet{Added,Removed}Event. r=bz
|
2013-05-16 17:13:36 +10:00 |
|
Bobby Holley
|
718c0af04a
|
Bug 866823 - Handle standard prototype remapping in PrepareForWrapping. r=gabor,mrbkap
|
2013-05-15 21:13:12 -07:00 |
|
Bobby Holley
|
e64892b96e
|
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
|
d2214881c4
|
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
|
df32ccf30c
|
Bug 871777 - Fold a load and a jump. r=jandem
|
2013-05-15 22:16:58 -04:00 |
|
Dan Gohman
|
36088f3cd7
|
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
|
f16fc9fb32
|
Bug 871887 - Fix marquee _setEventListener. r=bz
|
2013-05-15 18:59:53 -07:00 |
|
Trevor Saunders
|
e6f2cf55d3
|
bug 860027 - lazily get the list of interfaces r=bholley
|
2013-05-03 17:22:46 -04:00 |
|
Trevor Saunders
|
b53dcf2bff
|
bug 860027 - remove XPTIInterfaceInfoManager::EnumerateInterfaces() r=bholley r=bsmedberg
|
2013-04-09 16:00:21 -04:00 |
|
Till Schneidereit
|
add12574f2
|
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
|
cfb0f9d637
|
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
|
ef2e645396
|
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
|
0c0df1a375
|
Bug 857845 part 1 - rm JaegerMonkey. r=bhackett, sr=luke
|
2013-05-13 16:47:57 -07:00 |
|
Christian Holler
|
1d4a4d3eac
|
Bug 857189 - Fix incompatibility of ASM.js signal handler with AddressSanitizer. r=luke
|
2013-05-15 14:23:17 +02:00 |
|
Dan Gohman
|
b83f4ee457
|
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
|
ce7b8ecd78
|
Bug 872352 - Add NBody to parjs-benchmarks. (r=nmatsakis) DONTBUILD
|
2013-05-14 19:23:20 -07:00 |
|
Boris Zbarsky
|
de649cdeb6
|
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
|
2a7dbf9c88
|
Bug 872185 - Annotate a couple of rooting analysis false positives r=sfink
|
2013-05-14 16:11:17 -07:00 |
|
Hannes Verschore
|
18afe42a47
|
Bug 870814 - IonMonkey: Enable native dense int32 when cache isn't monitored, r=jandem
|
2013-05-14 23:19:04 +02:00 |
|
Ryan VanderMeulen
|
01613554be
|
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
|
90921b63a0
|
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
|
2d3a4531ba
|
Bug 866425 - Drop support for building with MSVC 2005 and 2008; r=glandium
|
2013-05-14 10:37:46 -04:00 |
|
Kannan Vijayan
|
50cd933dcf
|
Bug 870478 - Baseline Call_Scripted stub uses untraced this-value. r=terrence
|
2013-05-14 12:23:34 -04:00 |
|
Masatoshi Kimura
|
ac11f43104
|
Bug 673919 - Remove captureEvents, releaseEvents, and routeEvent. r=smaug
|
2013-05-14 21:18:39 +09:00 |
|
Bobby Holley
|
547eb6d9c3
|
Bug 871303 - Remove JS_GetGlobalObject from jsapi-tests. r=sfink
|
2013-05-13 13:57:25 -07:00 |
|
Bobby Holley
|
dc504768b2
|
Bug 871303 - Remove JS_GetGlobalObject from gdb tests. r=sfink
|
2013-05-13 13:57:25 -07:00 |
|
Joey Armstrong
|
2dbf79e9a4
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Sankha Narayan Guria
|
f6313910a6
|
Bug 815431 - Implement String.prototype.repeat; r=tschneidereit
--HG--
extra : rebase_source : 4c200d1859a08758f491658ffe79e9bbf8c2ee98
|
2013-05-07 20:13:00 -07:00 |
|
Ryan VanderMeulen
|
8eb39acda3
|
Merge m-c to inbound.
|
2013-05-13 13:33:20 -04:00 |
|
Lukas Blakk
|
83d112ae3d
|
Merging in version bump NO BUG
|
2013-05-13 09:09:39 -07:00 |
|
Terrence Cole
|
759a20d36e
|
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
|
f6bcdf549e
|
Bug 869742 - Add post-barriers for writes to liveScopes; r=billm
--HG--
extra : rebase_source : 37596559db5d11f160f2c220a27effd575c9b508
|
2013-05-08 12:02:49 -07:00 |
|
Terrence Cole
|
6b71ab1fdd
|
Bug 869235 - Disable Zone::needsBarrier during minor GCs; r=billm
--HG--
extra : rebase_source : be141178dc9cf2da06d9eb2f13189f1db0876433
|
2013-05-08 11:45:12 -07:00 |
|
Terrence Cole
|
641ba05409
|
Bug 869730 - Fix an opt build error with --enable-gcgenerational; r=billm
--HG--
extra : rebase_source : e03f499f82186b84226026fc6856399ae511849d
|
2013-05-07 17:16:29 -07:00 |
|
Chris Peterson
|
dd45e151dc
|
Bug 871016 - Fix -Wunused-function warnings in AsmJS.cpp when building for Android ARM. r=luke
|
2013-05-09 11:26:46 -07:00 |
|
Ryan VanderMeulen
|
faa7131e2b
|
Merge m-c to inbound.
|
2013-05-10 14:57:50 -04:00 |
|
Ryan VanderMeulen
|
7f536b83f9
|
Backed out changeset 0d90de935ba3 (bug 869740) for mochitest-1 shutdown crashes.
|
2013-05-10 13:52:03 -04:00 |
|
Ryan VanderMeulen
|
153e36ec98
|
Backed out changesets 6be352955252 and 1bc459138617 (bug 770840) for Android nightly bustage (bug 870782).
CLOSED TREE
|
2013-05-10 12:38:26 -04:00 |
|
Jon Coppeard
|
8a41d4949d
|
Bug 869740 - Non-LIFO use of Rooted in XPCConvert::NativeInterface2JSObject(). r=bholley
|
2013-05-08 10:01:00 -07:00 |
|
Hannes Verschore
|
138801e0d0
|
Bug 768288: IonMonkey: Inline small functions with loops, r=djvj r=shu
|
2013-05-10 14:49:58 +02:00 |
|
Jan de Mooij
|
ad7fe2005d
|
Bug 870328 - Fix isSetName check in visitSetPropertyCacheT. r=bhackett
|
2013-05-10 13:38:52 +02:00 |
|