Commit Graph

1750 Commits

Author SHA1 Message Date
Igor Bukanov
e04b341333 bug 446320 - fixing -Wformat warnings in debug printf code. r=crowder 2008-07-27 22:52:10 +02:00
Bob Clary
ba65f510c3 JavaScript Tests - regression test for bug 438415, by Jesse Ruderman 2008-07-26 21:13:30 -07:00
Graydon Hoare
f335bdf69d Bug 447844: fix build with JS_HAS_SCRIPT_OBJECT, r=mrbkap 2008-07-24 16:07:00 -07:00
Brian Crowder
645304c008 merging backout 2008-07-24 14:07:05 -07:00
Brian Crowder
019e94ec12 Backed out changeset a5fc387c4622 2008-07-24 14:05:29 -07:00
Igor Bukanov
7ee86f95f8 bug 447807 - allow to override the object dir when building js shell. r=crowder 2008-07-24 22:08:18 +02:00
Brian Crowder
8d3b212c33 Fixing a typo in a comment. 2008-07-24 12:59:11 -07:00
Brian Crowder
cdc07f72ab Bug 384244 - Updating dtoa from David M. Gay's latest code, and refactoring to
accept patches from this upstream source more easily. r=mrbkap, r=igor
2008-07-24 12:43:41 -07:00
Brian Crowder
10901da2a8 Bug 446494 - Number.toLocalString() doesn't handle Infinity or exponential notation correctly, r=mrbkap 2008-07-24 12:43:40 -07:00
Igor Bukanov
f2afe03bb6 bug 447705 - fixinge makefile for js shell to handle parallel make invocations. r=crowder, not-part-of-the-build. 2008-07-24 11:03:19 +02:00
Bob Clary
756a07e31b Sisyphus|JavaScript Tests - add repository information to failure tracking, bug 447738 2008-07-24 01:04:56 -04:00
Bob Clary
5e4e630789 merge commit for bug 399397 2008-07-24 00:52:24 -04:00
Bob Clary
b42b1e15b8 Sisyphus|JavaScript Tests - update public failures, bug 399397 2008-07-24 00:50:21 -04:00
Brendan Eich
2100afe584 Space nit fix. 2008-07-24 00:55:41 +02:00
Blake Kaplan
9153202245 Merging backout 2008-07-23 13:20:41 -04:00
Blake Kaplan
5ec9f1693f Backed out changeset 084567d3ebe6. It actually made us not comply with ECMAScript 3. 2008-07-23 13:19:44 -04:00
Blake Kaplan
742d27285f Attempt to make XPC_XOW_ClassNeedsXOW faster. bug 444779, r=jorendorff/jst sr=jst 2008-07-23 12:55:57 -04:00
John Fitzgerald
c21fd6d356 Calculate the time zone offset correctly. bug 445879, r=mrbkap 2008-07-23 12:46:39 -04:00
Igor Bukanov
e32ac96bff bug 330765 - patch from romaxa to fix NativeCompareAndSwap implementation on ARM. r=myself 2008-07-22 16:12:04 +02:00
Johnny Stenback
499796e945 Landing fix for bug 442708. JS_GC with GC_SET_SLOT_REQUEST doesn't loop until all threads are satisfied. Patch by brendan@mozilla.org, r=bent.mozilla@gmail.com 2008-07-21 16:58:24 -07:00
Johnny Stenback
6b0fc3a654 Landing fix for bug 444880. Make the JS component loader use the JS context stack so that pending requests are suspended while components load. Patch by bent.mozilla@gmail.com, r+sr=jst@mozilla.org 2008-07-21 16:56:45 -07:00
Bob Clary
97a6b9fbb5 Sisyphus|JavaScript Tests - allow user to execute tests from other location than TEST_DIR, bug 446097, r=cbook 2008-07-21 18:18:15 -04:00
Brendan Eich
a6bb7cfc89 Always select gvar ops for declared global vars, instead of only if loopy/enough-used (445901, r=shaver). 2008-07-21 15:14:14 -07:00
Jason Orendorff
a721c4227c Bug 445624 - Delete dead code in JSObject2NativeInterface hot path (r+sr=jst) 2008-07-21 15:16:47 -05:00
Brendan Eich
c73f865645 Fix property cache fill to use the best shape (445899, r=shaver). 2008-07-20 16:27:10 -07:00
Igor Bukanov
fc68712767 bug 441686 - eliminating JSStackFrame.(nvars|vars). r=brendan 2008-07-20 22:13:17 +02:00
Igor Bukanov
d3223d86a3 [Bug 446229] Fixing GCC conversion warnings within SpiderMonkey. r=brendan 2008-07-20 14:53:21 +02:00
Igor Bukanov
6e106c4272 [Bug 444846] Fixing GCC warning on x86-64 about redefined HAVE_VA_LIST_AS_ARRAY. r=crowder 2008-07-19 19:51:05 +02:00
Igor Bukanov
c3acf2cc17 merge 2008-07-19 19:31:48 +02:00
Brendan Eich
032f06cdc0 Property-cache JSOP_NAMEINC etc. direct slot case (445893, r=shaver). 2008-07-18 22:53:22 -07:00
L. David Baron
ff3cb68441 Backed out changeset 5c009a853d70 for hitting a fatal JS_Assert during xpcshell unit tests (xpcom/unit/test_bug374754.js) on the DO_NEXT_OP(JSOP_INCNAME_LENGTH) line on !JS_THREADED_INTERP platforms (Windows). 2008-07-18 21:53:07 -07:00
Brendan Eich
3ec5069d69 Property-cache JSOP_NAMEINC etc. direct slot case (445893, r=shaver). 2008-07-18 19:16:15 -07:00
Igor Bukanov
c645a6135d [Bug 445818] Using explicit assembly to implement compare-and-swap on x86-64 to avoid __sync_bool_compare_and_swap (GCC intrinsic) as the latter is buggy at least on ARM. r=brendan 2008-07-18 02:18:45 +02:00
Bob Clary
e818dc5938 JavaScript Tests - update public-failures and universe.data to include mozilla-central 1.9.1 branch, remove unsupported machine configurations, bug 399387 2008-07-18 13:59:09 -04:00
Bob Clary
831500ce51 Sisyphus - JavaScript Tests - add detect-universe.sh, bug 446037 2008-07-18 12:56:47 -04:00
Brian Crowder
6b267118d5 Bug 430740 - BOM characters are stripped from javascript before execution
r=igor
2008-07-17 16:58:06 -04:00
Ben Turner
b9aab16257 Bug 443870 - Add JSAutoSuspendRequest to match JSAutoRequest
r=brendan
2008-07-17 12:37:32 -04:00
Igor Bukanov
43807b8a54 [Bug 444608] optimizing E4X constructor calls. r=brendan 2008-07-17 16:19:30 +02:00
Jason Orendorff
832cb53b87 Bug 423867 - Migrate js/src/README.html to developer.mozilla.org (r=brendan) 2008-07-17 07:24:33 -05:00
Igor Bukanov
708422ea13 [Bug 433337] jsinterp.cpp source no longer split between 2 compilation units when compiling on Windows. r=brendan 2008-07-17 10:57:34 +02:00
Igor Bukanov
da35201aed [Bug 440184] js_(Lock|Unlock) are defined as external non-inline functions to prevent linkage errors with js shell. r=brendan 2008-07-17 10:22:45 +02:00
Blake Kaplan
dccac8e071 Test that the object has the right class, even when called from native code. bug 444233, r=shaver 2008-07-16 19:29:06 +02:00
Igor Bukanov
43c915fb81 [Bug 444076] implementing compare-and-swap for 64-bit Linux. r=brendan 2008-07-16 17:58:37 +02:00
Blake Kaplan
b0d13d837c Tab removal. No bug, NPOTB. 2008-07-16 12:06:26 +02:00
graydon@mozilla.com
565610efc6 bug 445243, fix standalone js shell build on windows, r=crowder 2008-07-14 17:12:51 -07:00
timeless@mozdev.org
f0f55412c4 dis and dissrc throw not-exceptions when passed invalid arguments. bug 422592, r=shaver 2008-07-14 15:24:47 +02:00
Mike Hommey
35ed02d3ae Bug 398810 - "Remove MOZILLA_1_8_BRANCH ifdefs from core on trunk" [r=sicking r=brendan r=bsmedberg] 2008-07-12 17:26:52 -05:00
gyu-young kim
9620212e54 Bug 426585 - "Additional cache XPCPerThreadData for mainthread" [r=dbradley sr=brendan] 2008-07-12 05:19:56 -05:00
Mike Hommey
0cb69380fc Bug 434492 - "xpcshell doesn't properly report error messages" [p=mh+mozilla@glandium.org (Mike Hommey) r=brendan] 2008-07-12 03:43:09 -05:00
Johnny Stenback
06103555df Landing fix for bug 442066. Make XPCWrappedJS destruction threadsafe. Patch by bruno@flock.com and manish@flock.com, r+sr=jst@ 2008-07-11 14:44:59 -07:00