Patrick Walton
|
890166e5eb
|
Bug 628110 - Back out changeset d1adb7b245bd (removal of MaybeGC() every 20th script execution) to fix SunSpider regression. r=gal a=blocking2.0:betaN+
|
2011-01-24 14:56:40 -08:00 |
|
Chris Leary
|
6805a382ac
|
Merge tracemonkey to mozilla-central. (a=blockers)
|
2011-01-18 11:19:21 -08:00 |
|
Andreas Gal
|
3d90f3729a
|
Temporary restore old shark start/stop functions (bug 625993, r=bz).
|
2011-01-14 19:02:11 -08:00 |
|
Andreas Gal
|
6278051362
|
Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer).
|
2011-01-14 17:58:40 -08:00 |
|
Chris Leary
|
3d7d7e57a8
|
Merge mozilla-central into tracemonkey.
|
2011-01-14 01:45:33 -08:00 |
|
Patrick Walton
|
67e840d8b5
|
Bug 624867 - Don't call MaybeGC() on every 20th script execution. r=jst a=blocking2.0:betaN+
|
2011-01-12 11:54:50 -08:00 |
|
Andreas Gal
|
108bc95880
|
Add API to enable/disable per-compartment GCs (bug 624229, r=shaver).
|
2011-01-09 22:57:21 -08:00 |
|
Gregor Wagner
|
cbc0a9cb10
|
Enable per-compartment garbage collection (bug 605662, r=gal).
|
2011-01-07 23:44:57 -08:00 |
|
Blake Kaplan
|
559d15d683
|
Fix bug 614151. r=jst@mozilla.com, a=blocker
|
2010-12-28 11:21:30 -08:00 |
|
L. David Baron
|
851984a867
|
Backout changeset 0f1fd87b570d (bug 622326) on suspicion of causing bug 626100 (leak in a11y mochitests). CLOSED TREE
|
2011-01-15 12:31:57 -08:00 |
|
Paolo Amadini
|
e9cdb9e670
|
Bug 622326. If we still have script running when we want to clear our window scope, use a termination function, not a runnable, to wait for it to finish. r=bzbarsky, a=blocker
|
2011-01-14 21:14:41 -05:00 |
|
Chris Jones
|
4003b52e15
|
Bug 616841, part 1: Refactor use of JSLocaleCallbacks to make them easier to share among various JSContexts. r=bz sr=mrbkap
|
2010-12-06 14:45:00 -06:00 |
|
Andreas Gal
|
6b5539dc39
|
Compartment mismatch with pending exception (bug 621845, r=lw,jorendorff).
|
2011-01-07 02:03:14 -08:00 |
|
Ben Turner
|
c926abf576
|
Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst+jorendorff, a=blocking.
|
2011-01-06 22:21:30 -08:00 |
|
Doug Turner
|
04c946cf13
|
Bug 613551 - "JSGC_MAX_MALLOC_BYTES is too large on mobile" [r=jst] a=blocking-fennec
--HG--
extra : rebase_source : 5899ff657273a08bed317edadc3eeab090d94208
|
2010-12-02 14:38:00 -08:00 |
|
Olli Pettay
|
1682ae5176
|
Backout Bug 624549, a=backout
|
2011-01-13 11:03:25 +02:00 |
|
Olli Pettay
|
594bbccb52
|
Bug 624549, don't always do a global gc before cc, r=gal, a=approved
--HG--
extra : rebase_source : 99fe0d8e28d339ca9680d048e20356eb10f8a29d
|
2011-01-12 22:44:41 +02:00 |
|
Phil Ringnalda
|
81604c3016
|
Bug 623105 - Back out 350fa5d366df on suspicion of breaking regress-290575.js on 64-bit, a=bustage
|
2011-01-04 21:00:17 -08:00 |
|
Chris Leary
|
77f9d7edb6
|
Merge tracemonkey into mozilla-central. a=blockers
|
2011-01-04 13:33:39 -08:00 |
|
Doug Turner
|
7836cd25be
|
Bug 613551 - "JSGC_MAX_MALLOC_BYTES is too large on mobile" [r=jst] a=blocking-fennec
--HG--
extra : rebase_source : 45a34de9cd002ce886c8499f994e55f849f624fe
|
2010-12-02 14:38:00 -08:00 |
|
Chris Leary
|
272d457a20
|
Merge mozilla-central to tracemonkey.
|
2010-12-29 19:25:04 -05:00 |
|
Doug Turner
|
6414620fa3
|
Bug 613551 - Follow up to rid ourselves of build warning and guard against unlikely overflow. r=jag. a=b
--HG--
extra : rebase_source : 3e3d2906bea7bba3a721bd2e6c929b3debae1b36
|
2011-01-12 09:35:36 -08:00 |
|
Gregor Wagner
|
2a3b86c7c6
|
Enable per-compartment garbage collection (bug 605662, r=gal). CLOSED TREE
|
2011-01-07 23:44:57 -08:00 |
|
Blake Kaplan
|
feb7d2f3f6
|
Bug 612267 - window.__proto__ doesn't correspond to Window.prototype. r=jst a=blocking-betaN
|
2010-12-22 19:41:01 -05:00 |
|
Ben Turner
|
8a02f568a0
|
Backing out worker changes, a=backout.
|
2010-12-21 16:44:49 -05:00 |
|
Ben Turner
|
d8739dcb8a
|
Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst, a=blocking.
|
2010-12-21 14:28:08 -05:00 |
|
Luke Wagner
|
2fc61cf52e
|
Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh)
|
2010-12-03 00:24:17 -08:00 |
|
Blake Kaplan
|
9decea4995
|
Bug 612267 - window.__proto__ doesn't correspond to Window.prototype. r=jst
|
2010-12-10 16:05:20 -08:00 |
|
Igor Bukanov
|
933918e6f4
|
Bug 614578 - Removal of nsAutoGCRoot. r=mrbkap
|
2010-11-26 15:11:14 +01:00 |
|
Johnny Stenback
|
4d5b3039cf
|
Bug 606709. Ensure that a traced inner window's outer window gets traced too, so that the inner doesn't outlive its outer window. r=mrbkap@gmail.com, a=blocker
|
2010-12-02 16:55:38 -08:00 |
|
Dave Townsend
|
56dbcd668a
|
Backing out changeset 5d4678e9fc37 from bug 609543 due to potentially causing bug 615736. a=backout
|
2010-12-01 10:52:53 -08:00 |
|
Gregor Wagner
|
45f84f0f1d
|
Bug 609543 - Frequent hangs in dromaeo_sunspider during sunspider-access-nsieve.html (after sunspider-access-nbody.html); r=dmandelin a=blocking-beta9+
|
2010-11-30 14:48:46 -05:00 |
|
Boris Zbarsky
|
4e7a985fd2
|
Bug 617097 part 2. Make the localeToUnicode callback take |const char*|. r=brendan a=sayrer
|
2010-12-09 16:25:18 -05:00 |
|
Jonas Sicking
|
212d56d31f
|
Fix build error when building with --enable-functiontimer. b=613589 r=mwu a=build bustage fix
|
2010-11-19 13:49:53 -08:00 |
|
Robert Sayre
|
2d10c1480d
|
Merge tracemonkey to mozilla-centra. a=blockers.
|
2010-11-17 13:55:14 -08:00 |
|
Igor Bukanov
|
d34f057e79
|
bug 607292 - eliminating JS_GetStringBytes and friends. r=gal
|
2010-11-08 13:17:31 +01:00 |
|
Igor Bukanov
|
52ea348c4c
|
bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal
|
2010-11-11 21:40:29 +01:00 |
|
David Anderson
|
7487c14d37
|
Backed out changeset 8e119f847f97 (build busted)
|
2010-11-11 11:19:42 -08:00 |
|
Igor Bukanov
|
e32ba97023
|
bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal
|
2010-11-02 15:36:25 +01:00 |
|
Mounir Lamouri
|
fe18c4a5a8
|
Bug 597809 - Makes nsScriptNameSpaceManager being aware of new category entries after Init(). r=peterv a=blocking-betaN
|
2010-11-16 23:09:50 +01:00 |
|
Robert Sayre
|
78fcef6d2d
|
Merge mozilla-central to tracemonkey.
|
2010-11-09 15:29:44 -05:00 |
|
Luke Wagner
|
a5861fe116
|
Bug 603045 - JM: don't optimize away JSFRAME_HAS_RVAL check in debug mode (r=bhackett)
--HG--
extra : rebase_source : 6c975694160595fa65e0acf174b9b7f6c5997d56
|
2010-11-08 09:28:12 -08:00 |
|
Gregor Wagner
|
805701a996
|
Bug 598650 - Increase JSGC_MAX_MALLOC_BYTES to 128MB, r=gal
|
2010-11-01 18:16:03 -07:00 |
|
Robert Sayre
|
03513401da
|
Bug 595243 - Expose debugMode to JSD. Relanding test bustage fixed up. r=gal.
|
2010-10-30 12:13:02 -04:00 |
|
Jeff Walden
|
ff603e73f4
|
Backed out changeset 85feecf161fe (Career Limiting Move? <http://bonsai.mozilla.org/cvsquery.cgi?who=sspitzer%40netscape.com&whotype=regexp&date=explicit&mindate=2001-01-25+10%3A00&maxdate=2001-01-25+10%3A15>), seems to have turned mochitest-plain-4 orange.
|
2010-10-29 22:31:12 -07:00 |
|
Robert Sayre
|
19cc79ccf3
|
Bug 595243 - Expose debugMode to JSD. r=gal
|
2010-10-29 18:35:07 -04:00 |
|
Robert Sayre
|
05033a2e47
|
Merge m-c to tm
|
2010-10-28 21:26:36 -04:00 |
|
Blake Kaplan
|
1802eb481e
|
Bug 606585 - Make the compartment map use principals properly. r=peterv/bz
--HG--
extra : rebase_source : b4585beb4aa5f9f44cb02beb3f0f91212345f1f8
|
2010-10-26 23:57:31 -07:00 |
|
David Mandelin
|
61c89f1888
|
Backout merge, a=backing out changeset tried for b7 blocker
|
2010-10-26 18:20:20 -07:00 |
|
David Mandelin
|
5aa436fc27
|
Backed out changeset 8dd996c91f40 -- it doesn't fix the problem, but does make it harder to analyze.
|
2010-10-26 18:14:25 -07:00 |
|