David Mandelin
f2a90de0cb
Bug 731492: Remove obsolete typedef JSPackedBool, r=luke
...
--HG--
extra : rebase_source : 95423985f55547755a988ba19629678997bfa553
2012-02-28 19:03:57 -08:00
Matt Brubeck
85888b116e
Back out 2778f515ed5a (bug 723286) on suspicion of causing OSX64 crashes
2012-02-29 16:18:22 -08:00
Jeff Walden
b04da1ca1b
Warning patrol. No bug, r=themaid
...
--HG--
extra : rebase_source : b7e56f8e95e76c35089ff48a26fb60f9a4708995
2012-02-28 18:08:04 -08:00
Igor Bukanov
0db648a026
Bug 731618 - remove JSContext * parameter from heap iteration API. r=:Billm
2012-02-29 21:23:53 +01:00
Steve Fink
ad70bedc53
Bug 731450 - jstests.py needs to import subprocess.call. r=dmandelin
...
--HG--
extra : rebase_source : 307566ad1ad837dcd355440f378b755db3ae6afc
2012-02-28 17:15:26 -08:00
Steve Fink
fc2b76e011
Bug 730144 - Label objects with their mark colors when dumping the heap. r=mccr8
...
--HG--
extra : rebase_source : 0eb7c558ec255cb26784522137a8b80746cbe140
2012-02-23 18:47:59 -08:00
Igor Bukanov
2ecc5650d5
bug 723286 - remove JSContext * parameter from heap-traversal and related API. r=:billm
2012-02-29 21:23:38 +01:00
Bill McCloskey
1d983ce16b
Bug 731052 - Clean up incremental resets (r=igor)
2012-02-29 10:28:30 -08:00
Irving Reid
beab7f108b
Bug 731316: override warning about unsupported compiler warning flag on clang. r=respindola.
2012-02-29 10:20:42 -05:00
Rafael Ávila de Espíndola
a7252cb81b
Bug 731503 - fix typo. r=bustage.
2012-02-29 08:16:32 -05:00
Rafael Ávila de Espíndola
abf486a7b8
Bug 731503 - workaround llvm.org/pr12127. r=dvander.
2012-02-29 08:04:26 -05:00
Igor Bukanov
ee60cd82fa
bug 730281 - remove cx argument from GC and compartment related functions. r=:billm
2012-02-29 13:18:16 +01:00
Phil Ringnalda
e5441bb709
Back out 4537403fb911 (bug 731450), c9e48c19363a (bug 719294), 682dd844587b (bug 730144) for flambe
2012-02-28 19:07:40 -08:00
David Mandelin
87cdbff548
Bug 730523: remove jscompat.h, r=luke
2012-02-28 18:17:11 -08:00
Steve Fink
07a9af4322
Bug 731450 - jstests.py needs to import subprocess.call. r=dmandelin
...
--HG--
extra : rebase_source : b80c2698e84b9744dbc7faeb2ce5654479f7b6d4
2012-02-28 17:15:26 -08:00
Steve Fink
4c2d3b949d
Bug 719294 - Eliminate the bytecode space optimization where it omits the starting line number. r=luke
...
As per this comment:
/*
* Special case: function definition needs no line number note because
* the function's script contains its starting line number.
*/
But this is the only reason why you need a JSContext in js_PCToLineNumber, and I have a user that needs to do the lookup without a context.
--HG--
extra : rebase_source : 73064dbbbf31949d19c8f1e1b18eb4febf127c87
2011-06-06 14:11:08 -07:00
Steve Fink
06b937d2cc
Bug 730144 - Label objects with their mark colors when dumping the heap. r=mccr8
...
--HG--
extra : rebase_source : 14b88d188875dd2f1fe90b9e16af77ef81018fde
2012-02-23 18:47:59 -08:00
David Mandelin
3588ac5aae
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
Nathan Froyd
6652b77060
Bug 731248 - Remove duplicate headers in js/src. r=luke
2012-02-28 12:01:52 -05:00
Luke Wagner
84727cbbd0
Bug 731181 - Handle GC during RegExpShared::compile (r=billm)
...
--HG--
extra : rebase_source : bfc5af40e73cd5be1dce0fe2198175ae19e77998
2012-02-28 15:36:19 -08:00
Bill McCloskey
a91e7f4570
Bug 729367 - Add write barrier flag to shell worker class (r=jorendorff)
2012-02-28 10:43:56 -08:00
Brian Hackett
a9ed85025c
Make sure to allocate auxiliary PC counter arrays when required, bug 721274. r=dvander
2012-02-28 08:00:24 -08:00
Jan de Mooij
40831abc1a
Bug 730836 - Refactor SetObjectElementOperation to avoid a GetPcScript call. r=pierron
...
--HG--
extra : rebase_source : 889b08873e1cab824f62c09c412e6b8d85a98b28
2012-02-28 12:06:42 +01:00
Igor Bukanov
fef7f4a40e
bug 730987 - remove per-context debug hooks. r=luke
2012-02-28 11:54:40 +01:00
Luke Wagner
bc5c79813f
Bug 729382 - move the rest of the CallObject into ScopeObject (r=waldo)
2012-02-23 13:58:39 -08:00
Luke Wagner
89ae88e849
Bug 724790 - get rid of the hasOverriddenArgs funny business (r=waldo)
2012-02-07 12:34:29 -08:00
Nicholas Nethercote
02dfa47967
Bug 729403 (part 2, take 2) - Add js/runtime/gc-marker memory reporter. r=wmccloskey.
...
--HG--
extra : rebase_source : c48aacddd186be0de3c74153f5e5e4049d09a87b
2012-02-26 20:20:15 -08:00
David Anderson
01b10c0163
Ensure that iterators are closed when an exception is thrown (bug 729797, r=luke).
...
--HG--
extra : rebase_source : a500065bf2c96d1b8581fc8ae81af2eac0ee880f
2012-02-27 17:01:52 -08:00
Terrence Cole
c07e695d9f
Bug 727306 - Specialize HeapValue::postWriteBarrier for object slots; r=billm
...
Because we need to re-alloc the object slots pointers for slots growth and
actively move the slots buffer between objects in TradeGuts, we cannot safely
store pointers to slots in our write buffer. Instead we want to store a pair of
JSObject* + offset in the write buffer. This effectively means that we need to
specialize the HeapValue::postWriteBarrier used when storing to slots. This
patch sub-classes HeapValue and uses this sub-class for object slots.
--HG--
extra : rebase_source : 632ad9fd74f638cf9cadc19d6bc0aac8d6cc1cb1
2012-02-17 18:43:48 -08:00
Jeff Walden
b1226e41fc
Tix fypo, bug 730810. r=winning
2012-02-27 15:17:38 -08:00
Jeff Walden
014773859c
Bug 730810 - Don't assert doing a compound assignment to a const. r=luke
2012-02-27 14:04:04 -08:00
Christian Holler
4dbc45e321
Bug 730697 - Add missing OOM checks in JS type inference code. r=bhackett
...
--HG--
extra : rebase_source : 00e7f02d87f51a2cc2a4955de30c6f3f6c9b21ca
2012-02-27 13:43:48 -08:00
Christian Holler
e3dd569647
Bug 730415 - Fix JS engine OOM condition in makeDenseArraysSlow. r=bhackett
2012-02-27 12:57:53 -08:00
Terrence Cole
e5a53642c9
Bug 725500 - Eliminate various jstest freezes on Unix; r=dmandelin
...
This is a rewrite of the jstest loop for Unix to prevent a freeze
that is possible here. See the writeup in the bug for details.
--HG--
extra : rebase_source : 8a7c80cb7ee044d909e29c669648cfc67e096c3b
2012-02-14 11:24:48 -08:00
Bill McCloskey
0021da71d3
Bug 729238 - Save and restore weakmap list during marking validation (r=igor)
2012-02-27 09:48:35 -08:00
Mike Hommey
a17cd3de2f
Bug 716544 - Define android NDK headers as system headers. r=khuey
2012-02-27 08:22:27 +01:00
Phil Ringnalda
072acec7c0
Back out a7255af10a2a and da193f5b526b (bug 729403) for xpcshell assertions in test_TelemetryPing.js
2012-02-26 18:39:06 -08:00
Nicholas Nethercote
1db76d424a
Bug 729403 (part 2) - Add js/runtime/gc-marker memory reporter. r=wmccloskey.
...
--HG--
extra : rebase_source : 9f078515b971e3de4156bb3edd3f8aea74c9fa8f
2012-02-21 21:43:45 -08:00
ABE Hiroki
6495876ebb
Bug 693226 - Fix up paths so that --enable-ui-locale=ab-CD --with-l10n-base=l10n works with pymake on Windows. r=khuey
2012-01-31 10:25:41 -05:00
Bill McCloskey
85ed5a66f6
Bug 729238 - Don't reset weakmap list during mark validation (r=igor)
2012-02-26 10:04:53 -08:00
Bill McCloskey
ebac83c1b1
Bug 728962 - Always use a safe JSContext during GC (r=igor)
2012-02-26 10:03:44 -08:00
Philipp Wagner
eb2f7e62f1
Bug 730081 - Add a way to disable xpccheck for subdirectories; r=khuey
2012-02-23 22:22:00 +01:00
Makoto Kato
6096edb8e8
Bug 730212 - Set _WIN32_IE to 0x0603 (XPSP2). r=jimm
2012-02-26 00:20:36 +09:00
Jeff Walden
dbe9d9c7f5
Windows-specific warning patrol. No bug, r=themaid
...
--HG--
extra : rebase_source : c0f13210632a661bdeb560e397a24476e754816d
2012-02-25 01:59:12 -08:00
Jeff Walden
50113c3307
Bug 728411 - Move more elements bits over to ObjectImpl. r=bhackett
...
--HG--
extra : rebase_source : bcc5f0d8fc44643675e4a9efad84c7419545bb95
2012-02-16 19:11:06 -08:00
Jeff Walden
29b604027d
Bug 728411 - Move write barrier bits to ObjectImpl. r=bhackett
...
--HG--
extra : rebase_source : b1d72f92b2befd3a1277afe0cc5188fef2ebddf8
2012-02-16 19:11:06 -08:00
Jeff Walden
f697b95866
Bug 728411 - Move some elements bits into ObjectImpl. r=bhackett
...
--HG--
extra : rebase_source : 4d8644e37674795c4b3803d5e4b4ded828df7e63
2012-02-16 15:08:50 -08:00
Jeff Walden
96da789c72
Bug 728411 - Make ReportReadOnly a static method, not part of the JSObject interface. r=bhackett
...
--HG--
extra : rebase_source : b2e126907ed126d249830b7ee73e2411af5d32da
2012-02-16 15:06:23 -08:00
Jeff Walden
6876d52247
Bug 728411 - Move some size-computation bits into ObjectImpl. r=bhackett
...
--HG--
extra : rebase_source : 22fe716cc7b76622f8856f5a50905ca5facb2a19
2012-02-16 15:05:44 -08:00
Jeff Walden
eef63fe63b
Bug 728411 - Begin to move simple functions from JSObject to ObjectImpl. r=bhackett
...
--HG--
extra : rebase_source : 1a82d604cb32e941a296a63b3047a6c76426d57e
2012-02-16 15:02:15 -08:00