Граф коммитов

10677 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Smedberg cb6f7e8614 Merge cvs-trunk-mirror to mozilla-central
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
2008-04-16 16:51:58 -04:00
bclary@bclary.com 43f7dcb00f JavaScript Tests -regression tests for bug 392378, by x00000000 2008-04-16 09:30:03 -07:00
bclary@bclary.com 2a3039ea0c JavaScript Tests - regression test for bug 424257, by Gary Kwong 2008-04-16 08:22:55 -07:00
bclary@bclary.com ec2aa60b8c JavaScript Tests - regression test for bug 424311, by Jesse Ruderman 2008-04-16 08:17:35 -07:00
bclary@bclary.com 05e60c64cf JavaScript Tests - regression tests for bug 352604, by Jesse Ruderman, Brian Crowder 2008-04-16 07:38:39 -07:00
bclary@bclary.com ef50c26186 JavaScript Tests - update known failures, bug 404367 2008-04-16 07:30:28 -07:00
bclary@bclary.com c7e665fe58 JavaScript Test - regression test for bug 428708, by Jesse Ruderman 2008-04-16 05:10:36 -07:00
bclary@bclary.com 7242e53e93 JavaScript Tests - regression tests for bug 387951, by Jesse Ruderman, Gary Kwong 2008-04-16 05:02:58 -07:00
crowder@fiverocks.com 8b374931a0 Bug 352604: Assertion failure !OBJ_GET_PROTO(cx, ctor) after deleting Function, r=brendan, a1.9=shaver 2008-04-15 13:44:21 -07:00
Benjamin Smedberg b31d75638a Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-04-15 13:59:01 -04:00
igor@mir2.org 7898995b95 [Bug 428424] fixing function definition emitter. r=brendan a1.9=mtschrep 2008-04-14 23:44:52 -07:00
igor@mir2.org d8441bfe0b bug=427185 r=brendan a1.9=mtschrep 2008-04-14 23:29:06 -07:00
crowder@fiverocks.com 67349a88bf Bug 428336, assertion failure after deleting eval 16 times, patch by mrbkap, r=brendan, a=mtschrep 2008-04-14 17:31:43 -07:00
igor@mir2.org 5cd95b1c16 backing out bug 427185 to investigate tinderbox orange 2008-04-14 02:33:05 -07:00
igor@mir2.org 0db53f2ad6 bug=428708 r=brendan a=mtschrep fixing a bogus assert 2008-04-14 01:18:26 -07:00
igor@mir2.org 03ad33a5cc bug=427185 r=brendan a1.9=mtschrep 2008-04-14 01:01:39 -07:00
bclary@bclary.com 72857d8550 Sisyphus|JavaScript Tests - remove spidermonkey-extensions-n.tests, bug 428882 2008-04-13 22:34:23 -07:00
gavin@gavinsharp.com eb0d1e2044 Bug 425139: XPCSafeJSObjectWrapper provides incorrect type information, patch by shaver@mozilla.org, r=mrbkap, a=beltzner 2008-04-13 18:18:30 -07:00
bclary@bclary.com 8fe9f8a54b update public-failures.txt, spidermonkey-extensions-n.tests, bug 404367 2008-04-13 14:28:07 -07:00
bclary@bclary.com 119f6bd0fb Sisyphus|JavaScript Tests - up browser total timeout to 6 hours, bug 428838 2008-04-13 14:24:48 -07:00
bclary@bclary.com 289ca80d3e JavaScript Tests - regression test for bug 416834, by Jesse Ruderman 2008-04-13 03:55:07 -07:00
bclary@bclary.com cda597c869 JavaScript Test - regression test for bug 425360, by Andrew Schultz 2008-04-13 03:45:51 -07:00
bclary@bclary.com 0034f3833a JavaScript Test - regression test for bug 426711, by Jesse Ruderman 2008-04-12 08:28:44 -07:00
brendan@mozilla.org b5511a40a1 global_resolve should not do anything if assigning. 2008-04-11 15:24:55 -07:00
bclary@bclary.com 7a69c56e59 JavaScript Tests - further refinements of public failures, bug 404367 2008-04-11 12:23:22 -07:00
bclary@bclary.com db31b46646 JavaScript Tests - update public failures, bug 404367 2008-04-11 08:19:51 -07:00
brendan@mozilla.org a612199f04 Fix 427191 (r=igor, a=beltzner). 2008-04-11 07:50:16 -07:00
brendan@mozilla.org cbf910476d Fix regression in patch for bug 346902 (387951, r=mrbkap, a=dsicore). 2008-04-10 16:02:00 -07:00
bclary@bclary.com 3ea487affc JavaScript Tests - make javascript.options.strict tests insensitive to current setting, bug 428396 2008-04-10 14:24:08 -07:00
bclary@bclary.com 6243bc4f5b JavaScript Tests - attempt to catch exceptions to simplify test reporting, bug 226507 2008-04-10 13:58:06 -07:00
bclary@bclary.com 1f2dfdc560 Sisyphus|JavaScript Tests - Spider's userhook can be stopped by exceptions in tests, bug 428391 2008-04-10 13:54:08 -07:00
bclary@bclary.com 9482e7f0fb JavaScript Tests - update known failures and spidermonkey extensions list, bug 404367 2008-04-10 13:45:47 -07:00
bclary@bclary.com fe680870a2 Sisyphus|JavaScript Tests - add ability to run tests with gczeal, bug 427189 2008-04-10 13:35:58 -07:00
bclary@bclary.com f739c87c95 JavaScript Tests - catch script stack space quota errors 2008-04-10 13:23:42 -07:00
bclary@bclary.com a6d840d29b JavaScript Tests - update compatibility note, bug 291494 2008-04-10 12:29:11 -07:00
bclary@bclary.com 9df4267ca9 JavaScript Tests - fix filename, bug 424683 2008-04-10 12:23:12 -07:00
crowder@fiverocks.com b6311a36fb Bug 416843 - assertion failure after deleting eval 16 times, patch by mrbkap, r=brendan, a1.9=beltzner 2008-04-10 12:06:22 -07:00
bent.mozilla@gmail.com 8a3ba74135 Bug 415498 - "Some errors not displayed in Error Console when using addEventListener". Tests by Sylvain Pasche <sylvain.pasche@gmail.com>. r+sr=jst, a=beltzner. 2008-04-10 10:35:56 -07:00
igor@mir2.org 328d4e2b81 [Bug 389605] r=brendan a1.9=beltzner 2008-04-10 08:50:02 -07:00
crowder@fiverocks.com 2e1c6ac5c7 Bug 362582: reverting the patch from this bug as a result of test-failures 2008-04-10 05:59:21 -07:00
jruderman@hmc.edu 2c0ceaacc2 Reduce the length of the "XPConnect is being called on a scope without a 'Components' property!" assertion message (bug 426954). r=mrbkap, debug-only. 2008-04-09 22:19:30 -07:00
brendan@mozilla.org ba0fae86fe Make __count__ shared as well as permanent (426711, r=mrbkap, a=beltzner). 2008-04-09 12:41:39 -07:00
reed@reedloden.com 9836aa5b54 Bug 419615 - "use JSVERSION_LATEST in xpcshell" (use a context callback to set error-reporter and jsversion default) [p=crowder@fiverocks.com (Brian Crowder) r+a1.9=shaver] 2008-04-09 00:27:16 -07:00
reed@reedloden.com f1b732459f Bug 362582 - "Incorrect toString for regular expression with null character or line break" [p=crowder@fiverocks.com (Brian Crowder) r=mrbkap a1.9=damons] 2008-04-09 00:20:12 -07:00
jonas@sicking.cc ec7a19c8b9 Allow XMLHttpRequest and document.load load files from subdirectories. r/sr=dveditz 2008-04-08 17:38:12 -07:00
jorendorff@mozilla.com ed7b848805 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
2008-04-07 17:37:54 -05:00
timeless@mozdev.org 2c0ddfb82f Bug 426311 report address for live contexts in JS_DestroyRuntime r=brendan a=beltzner 2008-04-06 02:52:49 -07:00
bclary@bclary.com 2a7f90e700 JavaScript Test - regression test for bug 374025, by Jesse Ruderman 2008-04-05 02:01:57 -07:00
bclary@bclary.com 89cc300c25 JavaScript Test - regression test for bug 384412, by Joachim Kuebart 2008-04-05 01:12:31 -07:00
bclary@bclary.com d8392382f0 JavaScript Test - regression test for bug 418730, by Jesse Ruderman 2008-04-05 00:44:23 -07:00