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

12603 Коммитов

Автор SHA1 Сообщение Дата
crowder@fiverocks.com b90ba6d430 Bug 429864: assertion at startup with venkman, patch by mrbkap, r=brendan, a=beltzner 2008-05-03 21:31:01 -07:00
crowder@fiverocks.com 53530745c0 Bug 431465 -- (relanding) Crash [@ DecompileExpression] with trap, r=brendan, shaver, igor; a=mtschrep 2008-05-03 21:20:23 -07:00
bclary@bclary.com 488b2da83b Sisyphus|JavaScript Tests - runtests.sh -I include conflicts with msvc include on Windows 2008-05-01 16:38:29 -07:00
gavin@gavinsharp.com 8b9c9d6df0 Back out patch for bug 431465 due to unit test failures 2008-05-01 16:06:43 -07:00
crowder@fiverocks.com 71022b21c9 Addressing white-space nits. 2008-05-01 15:16:38 -07:00
igor@mir2.org 007f186a59 [Bug 427798] faster js_PutBlockObject(), r=brendan a1.9=shaver 2008-05-01 14:59:52 -07:00
crowder@fiverocks.com 52d2c8ce8d Bug 431465 - Crash [@DecompileExpression] with trap, r/a=shaver 2008-05-01 14:36:19 -07:00
bclary@bclary.com f62dde7cd0 JavaScript Tests - update public failures, bug 404367 2008-05-01 08:05:24 -07:00
bclary@bclary.com e64b25831f JavaScript Tests - test for section ecma 262-3 15.4.5.1 2008-04-30 18:22:00 -07:00
bclary@bclary.com eb70a14e17 JavaScript Tests - regression test for bug 414531 2008-04-30 18:17:05 -07:00
brendan@mozilla.org 8350d302f6 Fix JSOP_GETTHISPROP decompile-value-generator bug (431248, r=igor, a=dsicore). 2008-04-30 11:33:51 -07:00
gavin@gavinsharp.com d2b6222993 Bug 414531: The return value of some of math method of javascript is not IEEE standard on solaris, patch by Leon Sha <leon.sha@gmail.com>, r=brendan, a=damon 2008-04-30 10:15:41 -07:00
igor@mir2.org 21af221c69 [Bug 431489] r=brendan a1.9=shaver 2008-04-30 06:30:38 -07:00
bclary@bclary.com 5c277eeda0 JavaScript Tests - regression test for bug 431428, by Jesse Ruderman 2008-04-30 05:41:59 -07:00
brendan@mozilla.org 99776ebdd3 Clear GetSrcNote cache in js_UntrapScriptCode (431428, r/a=shaver). 2008-04-29 19:18:19 -07:00
igor@mir2.org 7d831c6c3b [Bug 429281] r=brendan a1.9=dsicore 2008-04-29 14:24:01 -07:00
igor@mir2.org 2f70b9d0dc [Bug 429739] proper handling of __noSuchMethod__ when it is invoked as constructor. r=brendan a1.9=dsicore 2008-04-29 14:17:11 -07:00
bent.mozilla@gmail.com 9167592c5c Bug 430552 - "Browsing on the given site and closing the tab results in no active tab and keyboard shortcuts don't work until you refocus any element". r=jst, sr=mrbkap, a=beltzner. 2008-04-29 11:01:03 -07:00
crowder@fiverocks.com 6b29c22e88 Bug 429252 - trap changes decompilation of "{ let X }", r/a=shaver 2008-04-29 10:26:31 -07:00
brendan@mozilla.org 4f42390433 Fix hang when GetPropertyTreeChild calls js_GenerateShape calls js_GC (424636, r=igor, a=beltzner). 2008-04-28 23:19:42 -07:00
igor@mir2.org 6fdb42e6cf [Bug 430871] Eliminating unused JSINVOKE_INTERNAL and JSFRAME_INTERNAL. r=brendan a1.9=dsicore 2008-04-27 23:50:37 -07:00
brendan@mozilla.org 15d7221c80 Don't cache shared properties under JSOP_SET{NAME,PROP} (428282, r=igor, a=mconnor). 2008-04-27 13:31:24 -07:00
bclary@bclary.com 6946496b05 JavaScript Tests - regression test for bug 428706, by Jesse Ruderman 2008-04-25 18:08:59 -07:00
bclary@bclary.com 915a1e3386 JavaScript Tests - regression test for bug 429248, by Jesse Ruderman 2008-04-25 18:02:29 -07:00
bclary@bclary.com 4470782102 JavaScript Tests - regression test for bug 429249, by Jesse Ruderman 2008-04-25 17:47:40 -07:00
bclary@bclary.com d931e8860a JavaScript Tests - update known failures due to bug 429252 2008-04-25 17:35:05 -07:00
bclary@bclary.com 0fad65e2c4 JavaScript Tests - regression test for bug 429252, by Jesse Ruderman 2008-04-25 17:28:48 -07:00
bclary@bclary.com c9e97cfeec JavaScript Test - regression test for bug 429264, by Jesse Ruderman 2008-04-25 17:02:29 -07:00
bclary@bclary.com d8ec4a5995 JavaScript Tests - regression test for bug 430717, by Mike Shaver 2008-04-25 14:34:20 -07:00
bclary@bclary.com a4f240fd10 JavaScript Tests - regression test for bug 420919, by Jesse Ruderman 2008-04-25 14:28:09 -07:00
bclary@bclary.com 3a78d5d3df JavaScript Tests - regression test for bug 422137, by Mike Shaver 2008-04-25 14:10:45 -07:00
crowder@fiverocks.com 0dd9e56a74 Bug 428128 - Removal of legacy JSLL_ routines, r=brendan, a=mtschrep 2008-04-25 11:40:05 -07:00
bclary@bclary.com 33e07d380a JavaScript Tests - jsDriver.pl doesn't detect all test failures, bug 430509 2008-04-25 10:52:13 -07:00
igor@mir2.org cfc667ed37 [Bug 428706] Making sure that all let blocks has non-zero stack depth. r=brendan a1.9=beltzner 2008-04-25 10:28:36 -07:00
brendan@mozilla.org 7f961ce8d3 Fix '(void 0) is undefined' decompilation regression (420919, r=igor, a=dsicore). 2008-04-24 16:48:32 -07:00
shaver@mozilla.org bf30180698 Bug 430717: fix lookup of incorrect ID when delegating to prototype for hole in dense array. r=mrbkap, a=mconnor. 2008-04-24 13:30:07 -07:00
crowder@fiverocks.com 3a281342be Bug 422137 - assertion botch or bogus OOM when decompiling script with debugger trap on JOF_CALL bytecode, r=igor, a1.9=shaver 2008-04-24 11:59:14 -07:00
bclary@bclary.com d2160d6164 JavaScript Tests - update regression tests due to bug 416933 2008-04-23 18:49:19 -07:00
gavin@gavinsharp.com 544eea5925 Bug 428021: Can't define both a getter and a setter for a property of the global object, patch by Brian Crowder <crowder@fiverocks.com>, r=shaver, r=mrbkap, a=shaver 2008-04-23 16:17:45 -07:00
jruderman@hmc.edu ca2d0d5403 Add mochitest 2008-04-22 22:40:56 -07:00
jst@mozilla.org 2e3abca840 Landing fix for plugin hang bug 429903. Fix hang on pages that script plugins. Patch by bent.mozilla@gmail.com, r+sr=brendan@mozilla.org/jst@mozilla.org, a=beltzner 2008-04-22 22:23:57 -07:00
jruderman@hmc.edu e5a2124f5f Add crashtest 2008-04-22 21:16:56 -07:00
crowder@fiverocks.com 184018b726 Bug 416933 - Invalid range error for some case-insensitive regular expressions, r/a=shaver 2008-04-22 09:26:37 -07:00
igor@mir2.org e5c8696e93 [Bug 418304] Backing out the patch as it depends on Getopt::Long feature that is not widely available. 2008-04-21 10:28:36 -07:00
igor@mir2.org bb79115c7e [Bug 418304] Replacing deprecated Getopt::Mixed with Getopt::Long. r=bclary, a=not-part-of-the-build 2008-04-21 03:15:23 -07:00
jonas@sicking.cc 11e677c69e Fix redness. Stupid second security manager 2008-04-18 10:51:10 -07:00
bclary@bclary.com 418b5d57fc JavaScript Tests - update public failures, bug 416834 2008-04-18 07:05:35 -07:00
bclary@bclary.com abcb1918db JavaScript Tests - regression tests for bug 352044, by Martin Honnen 2008-04-18 04:55:40 -07:00
bclary@bclary.com 0612dd9c3a JavaScript Tests - update known failures.txt, bug 404367 2008-04-18 04:32:56 -07:00
igor@mir2.org f71fbba57c [Bug 428706] Backing out to investigate startup failures 2008-04-18 00:59:48 -07:00