Commit Graph

19718 Commits

Author SHA1 Message Date
David Anderson
d33543ea18 Merge. 2012-04-11 14:41:06 -07:00
David Anderson
327308166c Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsARIAGridAccessible.cpp => accessible/src/generic/ARIAGridAccessible.cpp
rename : accessible/src/base/nsARIAGridAccessible.h => accessible/src/generic/ARIAGridAccessible.h
2012-04-11 14:37:59 -07:00
Kannan Vijayan
3878e5efdc Bug 744535 - Invalidate/recompile scripts on change to ThisTypeSet 2012-04-11 17:24:51 -04:00
Sean Stangl
6f8759f530 Bug 743881 - Remove a boolean argument. r=dvander 2012-04-11 12:38:18 -07:00
Sean Stangl
d01c0358c1 Bug 743881 - Handle JSOP_NEWINIT. r=dvander 2012-04-10 14:30:20 -07:00
Nicolas Pierron
6827b8da3a InitProp: Fix dynamic slot index. (Bug 743096, r=sstangl) 2012-04-09 18:40:37 -07:00
David Anderson
21ddb82135 Re-enable disabled assert. 2012-04-09 17:03:46 -07:00
David Anderson
a48e643ce8 Merge from mozilla-central. 2012-04-09 16:18:35 -07:00
David Anderson
f731e3f004 Refactor MachineState to recover safepoint registers (bug 732852 part 8, r=pierron). 2012-04-09 14:07:32 -07:00
David Anderson
6e9db28f64 Ensure that iterators are closed correctly during exceptions in Ion code (bug 732852 part 7, r=pierron). 2012-04-09 14:07:13 -07:00
Nicolas Pierron
5d5fbff6ed Implement ShiftOp for values (Bug 741202, r=dvander,jandem) 2012-04-09 10:43:30 -07:00
Nicolas Pierron
efe8ef93f4 Handle undefined returned value from shift/pop (Bug 742606, r=jandem) 2012-04-09 10:36:04 -07:00
Matt Brubeck
0f3bc5ceb0 Merge last green changeset from inbound to mozilla-central 2012-04-09 10:05:48 -07:00
Takanori MATSUURA
714abf89d4 Bug 743433 - Remove .orig files which were accidentally added by bug 680246. r=khuey 2012-04-07 08:48:23 -04:00
Marty Rosenberg
55e63bb77e Use the right register specifications, fix orange (no bug, r=orange) 2012-04-06 18:52:38 -07:00
Marty Rosenberg
aa697837d1 Implement typed arrays on ARM (bug 740733, r=jbramley,dvander) 2012-04-06 17:10:46 -07:00
Marty Rosenberg
e8fdddb988 Optimize operations of the form X % (1<<C) into X & ((1<<C)-1) (bug 740733, r=jbramley,sstangl) 2012-04-06 17:10:45 -07:00
David Anderson
3b65312ca8 Merge. 2012-04-06 16:39:16 -07:00
David Anderson
3513754940 Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsOuterDocAccessible.cpp => accessible/src/generic/OuterDocAccessible.cpp
rename : accessible/src/base/nsOuterDocAccessible.h => accessible/src/generic/OuterDocAccessible.h
rename : accessible/tests/mochitest/test_nsOuterDocAccessible.html => accessible/tests/mochitest/test_OuterDocAccessible.html
2012-04-06 16:38:53 -07:00
Marty Rosenberg
fd4026fd85 Some things were not being traced by the gc tracer, and we'd throw away code that we were returning to. (bug 736419,r=dvander,jbramley) 2012-04-06 15:50:01 -07:00
Hannes Verschore
e0ffd8fea0 Bug 740167: Specialize binary arith when operands rands coerce to double, r=dvander 2012-04-06 14:40:28 +02:00
Mike Hommey
f486d1cc20 Backout bug 644608 for subtly breaking layout/media build 2012-04-06 13:57:24 +02:00
Kannan Vijayan
395d30e146 Bug 735448 - Handle addprop case in IC for JSOP_SETPROP. 2012-04-05 20:50:37 -04:00
Nicolas Pierron
c20f8e7672 Do not mark NULL pointers as relocatable. (Bug 742519, r=dvander) 2012-04-05 16:41:37 -07:00
Nicolas Pierron
2465e2dd3a Avoid invalidation between compilation and EnterIon (Bug 741271, r=sstangl) 2012-04-05 12:13:16 -07:00
Sean Stangl
ac4c2068de Bug 742627 - Suppress bailout spew during GetPcScript(). r=pierron 2012-04-05 11:42:52 -07:00
Jan de Mooij
2c0bb2e195 Bug 742253 - Compile JSOP_HOLE. r=pierron 2012-04-05 13:16:01 +02:00
Sean Stangl
34f045f407 Bug 742562 - Inline allocation for JSOP_NEWARRAY. r=dvander 2012-04-04 21:10:42 -07:00
Sean Stangl
7931737218 Bug 742561 - Inline allocation for JSOP_NEWOBJECT. r=dvander 2012-04-04 21:10:42 -07:00
Hannes Verschore
ee96e8fa34 Bug 741111: Inline constructing native call Array, r=sstangl 2012-04-05 02:37:41 +02:00
David Anderson
adc9e73a8d Fix merge bustage. 2012-04-04 17:31:19 -07:00
David Anderson
e930fbd3b5 Merge from mozilla-central. 2012-04-04 13:40:49 -07:00
Chris Cooper
ab4a917101 Merge build-system to mozilla-central 2012-04-04 14:02:07 -04:00
David Anderson
6ae01a28ec Merge from mozilla-central. 2012-04-03 17:54:29 -07:00
Joey Armstrong
ffd562b9b7 Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted 2012-04-03 16:08:16 -04:00
Matt Brubeck
4b2cbff8a8 Merge last green changeset from inbound to mozilla-central 2012-04-03 10:48:15 -07:00
Joey Armstrong
8f462b32df Bug 735638 - add utility function checkIfEmpty - r=khuey 2012-04-03 13:34:04 -04:00
Joey Armstrong
d4a56dfb3b Bug 734121 - helper macros for writing make user functions - r=khuey 2012-04-03 13:32:46 -04:00
Jeff Walden
a34c215e37 Remove an unnecessary declaration that seems to be causing link errors only on Windows with some compilers. Followup to bug 739380, r=bustage 2012-04-03 09:10:22 -07:00
Phil Ringnalda
05a63495cd Merge m-c to b-s 2012-04-03 08:27:38 -07:00
Jan de Mooij
cf56d48a5c Bug 739572 part 2 - Inline array.push. r=dvander 2012-04-03 09:45:34 +02:00
Jan de Mooij
b0929f59ee Bug 739572 part 1 - Inline array.pop and array.shift. r=dvander 2012-04-03 09:26:15 +02:00
Justin Lebar
c7747cbafe Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : c16cdfc4c06b363f54f1d0f37bb006cf977b079a
2012-04-02 22:28:05 -04:00
David Anderson
6c78893868 Refactor InlineFrameIterator to support Value iteration (bug 732852 part 6, r=pierron). 2012-04-02 18:06:45 -07:00
Nicholas Nethercote
517f27753a Backout 2f9b6bdf63f7 (bug 739512) due to a bad V8 regression. r=me. 2012-04-02 18:02:54 -07:00
Bill McCloskey
5019ff0713 Bug 716142 - Multi-compartment GC (r=igor,jorendorff) 2012-04-02 17:02:25 -07:00
David Anderson
c704b1d929 Remove most uses of FrameRecovery, and move some classes around (bug 732852 part 5, r=pierron). 2012-04-02 13:29:29 -07:00
Sean Stangl
5ab699edef Bug 740212 - Inline allocation for LCreateThis. r=dvander 2012-04-02 16:38:15 -07:00
David Anderson
4dd8dc5c95 Backed out changeset 8e8af92a2b45 2012-04-02 15:45:46 -07:00
David Anderson
7dbff917fb Remove most uses of FrameRecovery, and move some classes around (bug 732852 part 5, r=pierron). 2012-04-02 13:29:29 -07:00