Jacek Szpot
|
ccadc1da47
|
Bug 854503 - Rename JS unwrapping functions. r=bholley
|
2013-04-04 12:14:32 +02:00 |
|
Tom Schuster
|
c0840f1999
|
Bug 854614 - Root xpc_qsUnwrapThis. r=terrence,bholley
|
2013-04-05 21:59:06 +02:00 |
|
Jan de Mooij
|
4a544c2b8b
|
Bug 858533 - Don't stop marking caches as idempotent if JM is disabled. r=djvj
|
2013-04-06 14:00:00 +02:00 |
|
Gary Kwong
|
f4972fea53
|
Bug 858852 - Remove "Float on the stack!" message from js shell stderr on hardfp systems (e.g. Pandaboard) r=mjrosenb
|
2013-04-05 17:30:51 -07:00 |
|
Benjamin Peterson
|
315153bd96
|
Bug 858705 - Use newKind parameter. r=terrence
|
2013-04-05 17:47:56 -04:00 |
|
Ryan VanderMeulen
|
057e2ec64f
|
Backed out changesets 2b47c18653da and b9d17aa000e7 (bug 854614) for Windows bustage on a CLOSED TREE.
|
2013-04-05 17:14:51 -04:00 |
|
Nicholas D. Matsakis
|
7718286aa5
|
Bug 858077 - Check for unknown object flag before checking number of objects r=bhackett
|
2013-04-05 12:09:15 -04:00 |
|
Tom Schuster
|
f52d43a890
|
Bug 854614 - Root XPCLazyCallContext. r=terrence,bholley
|
2013-04-05 21:59:06 +02:00 |
|
Tom Schuster
|
8674f5655c
|
Bug 854614 - Root xpc_qsUnwrapThis. r=terrence,bholley
|
2013-04-05 21:59:06 +02:00 |
|
Bobby Holley
|
cb51c6f934
|
Bug 858642 - Null-check the XBL scope. r=bz
|
2013-04-05 12:04:09 -07:00 |
|
Steve Fink
|
83844fe309
|
No bug. Prune out some indirect calls outside of js/src that cannot GC. Various other analysis updates. r=NPOTB DONTBUILD
|
2013-04-05 11:19:56 -07:00 |
|
Marty Rosenberg
|
271ee507d7
|
Bug 858083: fix a silly bug where we use armv7 instructions when in armv6-mode (and think we are on armv6 when we are not). (r=jbramley)
|
2013-04-05 10:32:12 -04:00 |
|
Marty Rosenberg
|
3f4097d64b
|
bug 858535: Make sure the cache is flushed beforewe attempt to enter BC compiled code. (r=jbramley)
|
2013-04-05 10:32:09 -04:00 |
|
Hannes Verschore
|
4cd193a819
|
Bug 844779: IonMonkey: Improve the order of blocks, r=jandem
|
2013-04-05 17:23:52 +02:00 |
|
Jon Coppeard
|
f9136f9ea1
|
Bug 858108 - GC: Root the Locale interface r=terrence r=bholley
|
2013-04-05 10:45:50 +01:00 |
|
Jacek Caban
|
dd11923d9c
|
Bug 858006 - Make binaries large address space aware on mingw builds. r=glandium
|
2013-04-05 11:29:41 +02:00 |
|
Eddy Bruel
|
9e21f79bc8
|
Bug 858170 - Fix a NULL dereference in the debugger; r=jorendorff
|
2013-04-04 21:22:23 +02:00 |
|
Shu-yu Guo
|
6fbd394111
|
Bug 857846 - Deal with -0 in scatter. (r=nmatsakis)
|
2013-04-04 08:13:23 -07:00 |
|
Shu-yu Guo
|
905d015a4d
|
Bug 857094. (r=sstangl)
|
2013-04-04 08:13:22 -07:00 |
|
Shu-yu Guo
|
e2b5865f26
|
Bug 857579 - Monitor ICGetIntrinsic_Fallback for when bailing Ion->Baseline during eager compilation. (r=djvj)
|
2013-04-04 08:13:22 -07:00 |
|
Eitan Isaacson
|
5848b6c1b9
|
Bug 858136 - Rename nsIDOMSpeechSynthesisGetter as nsISpeechSynthesisGetter. r=smaug
--HG--
rename : dom/interfaces/base/nsIDOMSpeechSynthesisGetter.idl => dom/interfaces/base/nsISpeechSynthesisGetter.idl
|
2013-04-04 15:12:34 -07:00 |
|
Jeff Walden
|
75989c4c86
|
Bug 805121 - Add tests. r=terrence
|
2012-12-08 13:22:09 -08:00 |
|
Jeff Walden
|
9fa6e5bd7e
|
#include jsscriptinlines.h in SPSProfiler.cpp so that it builds in no-jit configurations. No bug, r=sparky
|
2013-04-04 14:43:43 -07:00 |
|
Jeff Walden
|
d5e68526e5
|
Bug 857856 - Make --enable-debug --disable-optimize --disable-ion --disable-methodjit build work again. r=sstangl
|
2013-04-04 11:05:46 -07:00 |
|
André Bargull
|
e6c4ed4769
|
Bug 836404 - Provide better timezone support in jstests. r=jwalden
--HG--
extra : rebase_source : 11267ba920def4077e843230cddb583cbe8bad6d
|
2013-04-03 12:20:02 -07:00 |
|
André Bargull
|
031f0b5189
|
Bug 836396 - Apply a local-time correction to the value passed to date.setMilliseconds(), before passing it along to the mock implementation against which the native implementation's being tested. rs=jwalden as it doesn't look *wrong* and he's spent too much time trying to understand this already, even if he doesn't fully grok it
--HG--
extra : rebase_source : 4201ebcfa7c13037e7f46178b9853409a3bcd460
|
2013-04-03 12:18:55 -07:00 |
|
Daniel Holbert
|
8db8c73a37
|
Bug 857863: Disable MSVC build warning C4244, since it's easy to trigger with valid code and other compilers don't warn about it by default. r=ted
|
2013-04-04 14:42:05 -07:00 |
|
Jan de Mooij
|
28daffd940
|
Bug 857580 - Fix breakpoint trampoline to store a NULL stub pointer. r=djvj
|
2013-04-04 19:17:55 +02:00 |
|
Nils Maier
|
07c9ba1608
|
Bug 857690 - Introduce xpc::ZoneStatsExtras and xpc::CompartmentStatsExtras. r=njn
|
2013-04-04 11:55:56 -04:00 |
|
Kannan Vijayan
|
703ccbdd54
|
Bug 857576 - Make sure isOwnProperty() method of the input typeset's single typeobject's property typeset is run before main body of IonBuilder::jsop_getprop method. r=bhackett
|
2013-04-04 11:44:23 -04:00 |
|
Ms2ger
|
a1093b2662
|
Merge m-c to m-i.
|
2013-04-04 14:15:56 +02:00 |
|
Ms2ger
|
ce1d91d023
|
Bug 856960 - Remove some quickstubs; r=bz
|
2013-04-04 09:05:28 +02:00 |
|
Ms2ger
|
4f80fe5028
|
Bug 853818 - Remove HTMLMediaElement CI/nsIJSNativeInitializer; r=mounir
|
2013-04-04 09:04:29 +02:00 |
|
Ms2ger
|
991aaf298f
|
Bug 852602 - Pass CallArgs to Proxy call() and construct() hooks; r=Waldo
|
2013-04-04 09:02:24 +02:00 |
|
Ms2ger
|
1d744f33c1
|
Bug 854475 - Pass CallArgs to GetFirstArgumentAsObject; r=Waldo
|
2013-04-04 09:02:20 +02:00 |
|
Eitan Isaacson
|
2ed120291b
|
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
--HG--
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/moz.build
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/test/moz.build
|
2013-04-03 15:13:16 -07:00 |
|
Jon Coppeard
|
9759b3a72e
|
Bug 855350 - GC: Add CustomAutoRooter and use it internally r=terrence
--HG--
extra : rebase_source : ff4fdd39c15223bff4682b8c7b9833922e355999
|
2013-04-04 10:39:05 +01:00 |
|
Sean Stangl
|
d5e15a958a
|
Bug 857378 - Update YARR from WebKit upstream. r=dvander
|
2013-04-03 13:47:50 -07:00 |
|
Terrence Cole
|
3d98597fd9
|
Bug 850849 - Various fixes to WeakMap to support generational GC; r=billm
--HG--
extra : rebase_source : 14849035ade2868a189d2cfebd7f682df759ccb6
|
2013-03-13 15:12:24 -07:00 |
|
Bobby Holley
|
d80334f7f0
|
Bug 843829 - Wrap unwaived content JS objects in opaque wrappers for XBL scopes. r=mrbkap
|
2013-04-03 11:41:23 -07:00 |
|
Bobby Holley
|
b2e573cb36
|
Bug 843829 - Explicitly add a waiver in FieldGetter and FieldSetter. r=mrbkap
|
2013-04-03 11:41:23 -07:00 |
|
Bobby Holley
|
1c8f85c192
|
Bug 843829 - Stop using IsTransparent for XBL field access, and explicitly waive instead. r=mrbkap
|
2013-04-03 11:41:23 -07:00 |
|
Bobby Holley
|
50147ced7b
|
Bug 843829 - Apply transitive waivers for nativeCall. r=mrbkap
|
2013-04-03 11:41:23 -07:00 |
|
Bobby Holley
|
8d6a81f763
|
Bug 845862 - Transitively apply waivers for accessor descriptors. r=mrbkap
|
2013-04-03 11:41:22 -07:00 |
|
Terrence Cole
|
bde7ab4e78
|
Bug 850842 - Make the watchpoint map safe for moving GC; r=billm
--HG--
extra : rebase_source : 6299ee5c5b164b428c3c7e02e03bc204ba5d572b
|
2013-03-13 15:12:24 -07:00 |
|
Nathan Froyd
|
f6e14570a7
|
Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz
|
2013-03-27 14:16:50 -04:00 |
|
Jan de Mooij
|
6e535b7537
|
No bug - Fix merge conflict on a CLOSED TREE. r=red
|
2013-04-03 18:09:26 +02:00 |
|
Ryan VanderMeulen
|
00049b734f
|
Merge m-c to inbound on a CLOSED TREE.
|
2013-04-03 11:50:19 -04:00 |
|
Ryan VanderMeulen
|
995b08be45
|
Backed out changeset c03193ee070d (bug 855350) for crashes on a CLOSED TREE.
|
2013-04-03 10:26:47 -04:00 |
|
Kannan Vijayan
|
409ff76b2a
|
Bug 856829 - Add optimized stubs for GetProp-getter and SetProp-setter calling JSNative targets. r=jandem
|
2013-04-03 13:47:58 +02:00 |
|