Neil Rashbrook
0224c6aca9
Bug 524972 Remove nsTArray from nsINavBookmarksService.idl r=mak
2009-10-28 23:52:41 +00:00
Jae-Seong Lee
2cfee1515c
Bug 521189 - Properly declare a variable in this test rather than implicitly creating a global variable. r=jwalden
2009-10-28 15:20:34 -07:00
Marco Bonardo
13e364670c
Fix a typo and a couple leftovers in previous tests changes.
2009-10-28 22:59:33 +01:00
Gijs Kruitbosch
58e8eebec2
Prepare callsites of clearUserPref so it can go back to throwing. r=gavin
2009-10-28 22:44:15 +01:00
Dietrich Ayala
abe5982dd8
Bug 411930 - Crash reporter sends wrong URL when crashing during pageload (r=zpao)
2009-10-28 11:30:33 -07:00
Brian Crowder
1dd0e38f7b
Bug 506926 - unable to run reftests on Windows Mobile r=blassey, sr=vlad
2009-10-28 16:51:28 -04:00
Brad Lassey
04ffc11af6
bug 524554 - WinMo package-tests broken: nsinstall path too long r=ted
2009-10-28 16:12:13 -04:00
Marco Bonardo
afd7af88aa
further change to browser_394759_privatebrowsing.js, let's make it wait for new sessionstore.js
2009-10-28 20:04:32 +01:00
Markus Stange
97e9999a50
Bug 524661 - Fix places in browser.js that use for each...in to loop over arrays. r=gavin
2009-10-28 19:59:15 +01:00
Benjamin Smedberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
699dcb26a7
Add runtime NS_IsMainThread checks to protect the cycle collector's purple buffer, and make NS_IsMainThread faster on our major platforms. (Bug 521750) r=peterv
2009-10-28 10:28:57 -07:00
Benjamin Smedberg
7d138d4786
Make NS_IsMainThread faster on our major platforms. (Bug 521750) r=dbaron
2009-10-28 10:28:57 -07:00
Luke Wagner
4bf92850d5
Bug 524867 - hoist js_AllocStack out of inner String.replace loop (r=waldo)
2009-10-28 09:53:33 -07:00
Andreas Gal
c42b9d863d
Compilation fix for bug 523947.
2009-10-28 17:09:48 -07:00
Andreas Gal
0587fde91b
Use reserve double pool when running into OOM in LeaveTrace (523947, r=dvander).
2009-10-28 15:32:40 -07:00
Graydon Hoare
5191f92b48
Bug 524593 - nanojit-central to tracemonkey import machinery, r=gal.
2009-10-28 11:35:48 -07:00
Marco Bonardo
402e13d377
Bug 521233 - waitForFocus(callback) times out in browser chrome tests. use it in browser_bug304198.js, r=enn
2009-10-28 17:22:59 +01:00
Marco Bonardo
bab6c84b9b
Bug 522678 - remove browser.history.showsessions from firefox.js, r=mano
2009-10-28 17:22:57 +01:00
Marco Bonardo
5074a3ed9a
Bug 522667 - Remove ellipsis from Troubleshooting Information button in about:support, r=pike
2009-10-28 17:22:54 +01:00
Marco Bonardo
d9a067440c
Add more debug infos to randomly failing sessionstore tests. Plus trivial cleanups.
2009-10-28 17:22:52 +01:00
Igor Bukanov
0d38a472cc
bug 524346 - using jsval, not jsdouble *, for nan and +-oo. r=brendan
2009-10-28 14:57:31 +03:00
Bob Clary
b02bc08ba9
bug 524731 - skip js1_5/Regress/regress-303213.js on Windows.
2009-10-27 21:18:41 -07:00
Bob Clary
d5fecf19b6
bug 524732 - mark js1_5/Regress/regress-344804.js, js1_5/Scope/regress-181834.js as failing.
2009-10-27 21:18:41 -07:00
Bob Clary
81167c82e5
bug 524734 - mark js1_8_1/trace/regress-451974-02.js as random due to jit timing.
2009-10-27 21:18:41 -07:00
Bob Clary
ea5be07b9c
bug 524788 - mark test js1_5/extensions/regress-363258.js timer resolution as random on windows.
2009-10-27 21:18:41 -07:00
Graydon Hoare
a87bf773fa
Bug 524587 - remove softfloat guards, restore CodeAlloc ref-ptr, r=gal.
...
--HG--
extra : rebase_source : b7bca87acdd97bf8f0598c6069f7094a16488eb8
2009-10-27 15:24:12 -07:00
Andreas Gal
7a8d396e51
Compilation fix for bug 524841.
2009-10-27 18:15:37 -07:00
Andreas Gal
b75eef6411
Add an internal API to query the current JSThread (524841, r=brendan).
2009-10-27 17:55:34 -07:00
David Mandelin
6378284cae
Backed out changeset 723a2622ad4a: tracemonkey tinderbox build failures
2009-10-27 17:46:09 -07:00
Jim Blandy
48cec69361
Bug 514585: Move 'grouped' to explicit param of JS_NEW_PRINTER. r=igor
...
Make all the JSPrinter status bits explicit flags to JS_NEW_PRINTER.
Only in public-facing functions like JS_DecompileFunction should we be
peeling bits out of indent values and turning them into flags;
internally, we can change interfaces to make more sense.
This is preparation for adding another flag to JS_NEW_PRINTER.
2009-10-27 16:38:09 -07:00
Jim Blandy
fb80546171
Bug 523139: Add an ECMAScript 5 value to the JSVersion type. r=brendan
2009-10-27 14:17:01 -07:00
Jason Orendorff
b08414afa7
Tweak test js1_8_1/regress/regress-524743.js to not use Math.random. no_r=me.
2009-10-27 16:15:50 -05:00
Jason Orendorff
d2943dea25
Bug 524743 - Shape regeneration still does not touch most empty scopes. r=brendan.
...
--HG--
extra : rebase_source : 13a7f72bef38f2bfb8615a907c0cb47e31f55e1d
2009-10-27 16:00:26 -05:00
Ben Combee
b832a6a72f
Bug 510052 - JS fails to build in debug config in scratchbox. r=vlad
2009-10-27 13:48:06 -07:00
Jason Orendorff
f5ef3c2a57
Bug 524490 - js/src/trace-test/tests/sunspider/check-date-format-xparb.js is broken everywhere but the US. r=gal.
...
--HG--
extra : rebase_source : e93d741aee512aef3bb4779d386107fd992e2155
2009-10-27 13:33:22 -05:00
Igor Bukanov
71c7fe1cf8
backout merge
2009-10-27 19:22:17 +03:00
Igor Bukanov
8785797ba7
Backed out changeset 14c76164f4c2 - patch for bug 524346 caused test fails
2009-10-27 19:21:47 +03:00
Bob Clary
8b5986f020
Bug 524666 - update jsreftest manifests to reflect change in reftest sandbox.
2009-10-27 07:12:34 -07:00
Igor Bukanov
ed4f6edf7f
bug 524346 - using jsval, not jsdouble *, for nan and +-oo. r=brendan
2009-10-27 13:26:57 +03:00
Makoto Kato
e3678e082a
Bug 515545 - Add EXECUTE_TREE_TIMER code for Windows x64. r=dvander
2009-10-27 18:00:15 +09:00
David Anderson
ab74b2ff81
Added calleValue()/calleObject() inline helpers to JSStackFrame (bug 512371, r=brendan).
2009-10-26 17:28:56 -07:00
Luke Wagner
fe59499ad3
Bug 523515 - pretty up TraceRecorder (r=dvander)
2009-10-26 13:06:17 -07:00
David Mandelin
2592879abd
Bug 524400: make trace-test.py return nonzero exit code if there were test failures, r=jorendorff
...
--HG--
extra : rebase_source : e3658606a5fbeb971c7dda101af9943e8d6278ad
2009-10-26 13:02:19 -07:00
Brendan Eich
02c0dc3df2
Factor jsscopeinlines.h out, clean up #include order (524267, r=gal/jorendorff).
2009-10-26 13:39:39 -07:00
Robert Sayre
dd8b93c5d3
Merge mozilla-central to tracemonkey.
2009-10-26 13:29:48 -04:00
Jonathan Watt
88596a0dc1
Bug 524104. Markers should be affected by group opacity on the marked element. r=longsonr@gmail.com
2009-10-26 18:17:49 +01:00
Jonathan Griffin
d4cf632233
Bug 523208. Fix string to refer to --setpref instead of --extra-pref.
2009-10-26 09:57:33 -07:00
Mark Finkle
79170a9a1c
Bug 517086: Set Fennec user agent [r=ted]
2009-10-26 12:07:56 -04:00
Boris Zbarsky
3aef7b8edb
Bug 507448. Expose the names of the function arguments on jsdIScript. r=timeless,brendan
...
--HG--
rename : content/base/test/Makefile.in => js/jsd/test/Makefile.in
2009-10-26 09:30:40 -04:00
Makoto Kato
523bfdfd54
Backout Bug 182954 - Content should use the newer nsIPrefService APIs instead of nsIPref
2009-10-26 21:53:41 +09:00
Makoto Kato
f04dad3982
Bug 182954 - Content should use the newer nsIPrefService APIs instead of nsIPref. r+sr=jst
2009-10-26 20:11:24 +09:00