Jesse Ruderman
a6a02b27cf
Bug 736795 - Some shell help() messages have extra periods
2012-03-17 22:24:07 -07:00
David Mandelin
e914039a82
Bug 726794: clean up some WTF Platform.h macros, r=dvander
...
--HG--
extra : rebase_source : 1969660fdeda9c426c9e37a68fc067786ef79d58
2012-03-16 17:02:52 -07:00
Bill McCloskey
65e1d5406f
Bug 736643 - Add timestamp support to GC/CC JSON output (r=terrence)
2012-03-16 16:36:26 -07:00
Jim Blandy
fe514e3410
Bug 734454: Use a table to declare atoms. r=waldo
2012-03-16 16:15:31 -07:00
Jim Blandy
0d30c65e73
Bug 734454: Minor cleanups to atom declarations and definitions, in preparation for conversion to a table. r=waldo
2012-03-16 16:15:31 -07:00
Bill McCloskey
528db12499
Bug 736605 - Add more timers to GC statistics (r=terrence)
2012-03-16 14:55:56 -07:00
Bobby Holley
4f06e926a2
Bug 596351 - Proxies should throw TypeErrors for assignments to read-only properties in ES5 strict mode. r=luke
2012-03-16 12:47:21 -07:00
Bobby Holley
e2e6e39b20
Bug 734475 - Take the full union of native sets when bringing non-PreCreate XPWNs across compartments. r=mrbkap
2012-03-16 12:47:20 -07:00
Luke Wagner
5b4f30e047
Bug 736012 - Unwind current frame on failure to enter jit code from loop header (r=bhackett)
...
--HG--
extra : rebase_source : 5dcfb53368a6f816b44d26cf43b564f1525d74bb
2012-03-16 10:04:17 -07:00
Terrence Cole
deaeebe902
Bug 730961 - Make internal marking interface indirect; r=billm
...
Now that all of the marking interface users use indirect marking, we can pass
through the indirection internally and stop passing every object through the
stack.
2012-03-14 14:07:16 -07:00
Peter Van der Beken
efadad15ae
Fix for bug 736229 (Stop storing expando objects in the wrapper cache, store the proxy instead). r=jst.
2012-03-14 15:22:10 +01:00
Marco Bonardo
cb781bfe97
Merge inbound and central
2012-03-16 13:42:16 +01:00
Ms2ger
2119045a0b
Bug 722154 - Part f: Remove custom quickstubs for vertexAttrib[1-4]fv; r=bjacob
2012-03-16 10:53:41 +01:00
Ms2ger
75d516dac5
Bug 722154 - Part e: Remove custom quickstubs for uniform[1-4][i,f]v and uniformMatrix[2-4]fv; r=bjacob
2012-03-16 10:52:42 +01:00
Ms2ger
e43e051f40
Bug 722154 - Part d: Remove custom quickstub for readPixels; r=bjacob
2012-03-16 10:50:51 +01:00
Ms2ger
7fd85b3f0a
Bug 722154 - Part c: Remove custom quickstubs for compressedTexImage2D and compressedTexSubImage2D; r=bjacob
2012-03-16 10:50:33 +01:00
Ms2ger
79d282af26
Bug 722154 - Part b: Remove custom quickstub for bufferSubData; r=bjacob
2012-03-16 10:50:18 +01:00
Ms2ger
ce7192e639
Bug 722154 - Part a: Remove custom quickstub for bufferData; r=bjacob
2012-03-16 10:50:00 +01:00
Ms2ger
b9704abcc3
Bug 550309 - Part e: Remove custom quickstub for getImageData and return an actual ImageData; r=bz
2012-03-16 10:48:55 +01:00
Ms2ger
b47d7ff113
Bug 550309 - Part c: Implement ImageData; r=bz
2012-03-16 10:44:08 +01:00
Bobby Holley
fd0a258686
Bug 735826 - Fix jit-tests for browser builds on mac. r=dmandelin
2012-03-15 19:47:06 -07:00
Bobby Holley
d08cf41473
Bug 736316 - Components.utils.getGlobalForObject should unwrap cross-compartment wrappers. r=khuey
2012-03-15 19:47:06 -07:00
Jeff Walden
6782e94444
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
Ryan VanderMeulen
8c880a51ed
Backout ca1873b20652 (bug 735594) due to mochitest-4 orange. r= http://i.qkme.me/36kr7a.jpg
2012-03-15 21:27:51 -04:00
David Mandelin
92b188c0a0
Bug 728623: disable jitcode address randomization on Win64, r=dvander
2012-03-14 17:36:34 -07:00
Matthew Gregan
ce1f210bb0
Bug 734784 - Update system-headers to reflect changes to libvpx includes. r=cpearce
2012-03-15 12:06:02 +13:00
Jeff Walden
5989985b18
Back out bug 735313, an invariant was relaxed but not all assertions of it were adjusted properly, and I'm not 100% confident tinderboxen will correctly handle the new failure mode. r=bustage
2012-03-14 15:24:51 -07:00
Prabindh Sundareson
7d19c9bd1e
Bug 735594 - Add check for MOZ_JSDEBUGGER so that --enable-jsd=no works. r=bholley
2012-03-15 20:12:45 -04:00
Jeff Walden
0e1702af27
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 12:41:15 -07:00
Ehsan Akhgari
7b21a126fb
Backout changeset ea6be5f60c42 (bug 722946) for breaking Windows builds
2012-03-14 14:29:58 -04:00
Terrence Cole
2fe9cca9b9
Bug 722946 - Add method to HashTable for inline rekeying/removal; r=luke
...
It is possible in several places to have unconstrained client objects as the key
of a HashMap/HashSet. For generational and compacting GC, we will need to move
these objects in memory. This means we will need to remove and re-insert these
keys in a new location, during GC. Because we cannot safely allocate memory
for this, we need a specialized algorithm inside the HashTable itself.
2012-02-03 15:43:34 -08:00
Terrence Cole
25c6bd8365
Bug 734517 - Fix barriering of funName in InitExnPrivate; r=billm
...
InitExnPrivate needs to trigger barriers when copying out to the heap, but not
when copying data into the on-stack vector.
2012-03-12 18:32:39 -07:00
Blake Kaplan
662d0db31b
Bug 727884 - Make nsWrapperCache::WrapObject take a JSObject scope instead of XPCWrappedNativeScope. r=peterv
2012-03-14 16:25:40 +01:00
Brian Hackett
9de3d74777
Don't generate addprop PIC for JSOP_SETNAME, bug 735161. r=dvander
2012-03-14 08:11:14 -07:00
Jacek Caban
88ae136022
Bug 729067 - configure.in changes LDFLAGS before calling js/src/configure r=glandium
2012-03-14 15:07:34 +01:00
Mike Hommey
2d4aae10aa
Bug 716544 - Only define android bionic headers as system headers, and only use stlport includes when compiling C++. r=khuey
2012-03-13 09:47:02 +01:00
Ekanan Ketunuti
f0a078afd5
Bug 722180 - Remove error codes for proxies. r=khuey
2012-02-01 18:53:29 +07:00
Bobby Holley
ca16564715
Bug 735544 - Allow exception stacks to cross compartment boundaries. r=luke
2012-03-15 15:19:52 -07:00
Terrence Cole
9f6baf5d8c
Bug 736168 - Remove MarkablePtr; r=billm
...
Now that the marking indirection work is complete, this is no longer used and
should be removed.
--HG--
extra : rebase_source : e8116e9680c5a2005d0f9e6aea774b292cdca59c
2012-03-15 11:14:14 -07:00
Luke Wagner
44406b4c4a
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
Luke Wagner
4213c280bb
Bug 733950 - create arguments object eagerly (r=bhackett)
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
2012-01-17 16:35:12 -08:00
Luke Wagner
b3bc6d4946
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
Luke Wagner
b93b99bf9a
Backed out changeset 8f3b804118ef to fix message
2012-03-15 10:37:24 -07:00
Luke Wagner
d561e4f7f6
Bug 730497 - re-add the f.apply(arguments) optimization (r=bhackett)
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
extra : rebase_source : 28c9c4c7ea9841ea42142cf88d1091d20a4f7f9d
2012-02-10 16:31:48 -08:00
Luke Wagner
d113c3a690
Bug 730497 - create arguments object eagerly (r=bhackett)
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
extra : rebase_source : 78e9eccc7c3dd4570d2f78f7b5b5eb2138813e99
2012-01-17 16:35:12 -08:00
Luke Wagner
45d22b59da
Bug 730497 - rm flat closures (r=bhackett,waldo)
...
--HG--
extra : rebase_source : cf704765ad227abced9e8804aaeb1dc8d12fc5a8
2012-02-27 23:49:02 -08:00
Terrence Cole
844245f157
Bug 722946 - Add method to HashTable::Enum for inline rekeying; r=luke
...
It is possible in several places to have unconstrained client objects as the key
of a HashMap/HashSet. For generational and compacting GC, we will need to move
these objects in memory. This means we will need to remove and re-insert these
keys in a new location, during GC. Because we cannot safely allocate memory for
this, we need a specialized algorithm inside the HashTable itself.
2012-03-14 13:48:59 -07:00
Steve Fink
7aaf1dd15e
Bug 735118 - Add a --debugger flag on jstests.py to allow setting the debugger name and args to use. r=dmandelin
...
--HG--
extra : rebase_source : 19d4aaeaf8ddbe83d7b529cafd472e1edae783c1
2012-03-13 14:21:58 -07:00
Steve Fink
d79b7aac7c
Bug 735519 - Fix a bunch of "inlined function used but not defined" warnings. r=dmandelin
...
--HG--
extra : rebase_source : 3886a738be227a90f78b872dc17c308b2f9ebcc5
2012-03-14 12:28:48 -07:00
Terrence Cole
c76f86d890
Bug 735533 - Don't copyright empty files; r=dmandelin
2012-03-13 17:21:06 -07:00