10684 Commits

Author SHA1 Message Date
brendan@mozilla.org
d1fa7dae56 Fix 433279, r=mrbkap+shaver, a=schrep. 2008-05-22 22:06:09 -07:00
brendan@mozilla.org
0b62c0a1e4 Patch from nanto@moon.email.ne.jp for misordered alternates in string-lexing regexp, and lack of IE /[/]/ compat in regexp-lexing regexp (433831, r=me, NPOTB). 2008-05-21 15:38:18 -07:00
bclary@bclary.com
3c78112c43 JavaScript Tests - update test and remove from exclusion list, bug 433698, r=jorendorff 2008-05-14 16:18:47 -07:00
bclary@bclary.com
a70c0c2a14 JavaScript Tests - add unary - tests for bug 432881 2008-05-09 20:33:48 -07:00
reed@reedloden.com
86d203962f Bug 430955 - "jsfun.h uses JSArenaPool without needed typename" [p=mh+mozilla@glandium.org (Mike Hommey) r=brendan a1.9=damons] 2008-05-09 00:40:10 -07:00
reed@reedloden.com
1c66b49de2 Bug 410606 - "AIX linker error for trunk build xpconnect module : ERROR: Undefined symbol: .JSAutoTempValueRooter::operator delete(void*,unsigned long)" [p=shailen.n.jain@gmail.com (Shailen) r+sr=mrbkap a1.9=beltzner] 2008-05-07 03:26:52 -07:00
crowder@fiverocks.com
9fd8a2a905 Bug 432275: Regression - Java applets crashing browser [@ obj_eval], patch by mrbkap, r=crowder, a=beltzner 2008-05-06 15:01:32 -07:00
crowder@fiverocks.com
dd0aaf42fb Bug 432275 - Regression - Java applets crashing browser [@ obj_eval], r=igor, a=beltzner 2008-05-06 14:59:49 -07:00
bent.mozilla@gmail.com
e7a3d4cb03 Bug 429442 - "crashes [@ nsJSIID::HasInstance][@ XPCNativeSet::FindInterfaceWithIID]". r+sr=jst, a=beltzner. 2008-05-06 14:37:50 -07:00
crowder@fiverocks.com
efe23ad9ca 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
cae163b55e Bug 431465 -- (relanding) Crash [@ DecompileExpression] with trap, r=brendan, shaver, igor; a=mtschrep 2008-05-03 21:20:23 -07:00
bclary@bclary.com
e50049875e Sisyphus|JavaScript Tests - runtests.sh -I include conflicts with msvc include on Windows 2008-05-01 16:38:29 -07:00
gavin@gavinsharp.com
9ee89638cd Back out patch for bug 431465 due to unit test failures 2008-05-01 16:06:43 -07:00
crowder@fiverocks.com
348aa8ec83 Addressing white-space nits. 2008-05-01 15:16:38 -07:00
igor@mir2.org
c3e69e39dd [Bug 427798] faster js_PutBlockObject(), r=brendan a1.9=shaver 2008-05-01 14:59:52 -07:00
crowder@fiverocks.com
3a27105df4 Bug 431465 - Crash [@DecompileExpression] with trap, r/a=shaver 2008-05-01 14:36:19 -07:00
bclary@bclary.com
b93b01fdd6 JavaScript Tests - update public failures, bug 404367 2008-05-01 08:05:24 -07:00
bclary@bclary.com
2bd8c94cd8 JavaScript Tests - test for section ecma 262-3 15.4.5.1 2008-04-30 18:22:00 -07:00
bclary@bclary.com
8d3f81b808 JavaScript Tests - regression test for bug 414531 2008-04-30 18:17:05 -07:00
brendan@mozilla.org
98acc7ec5f Fix JSOP_GETTHISPROP decompile-value-generator bug (431248, r=igor, a=dsicore). 2008-04-30 11:33:51 -07:00
gavin@gavinsharp.com
69cf3bd0cb 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
9f9a5a1f15 [Bug 431489] r=brendan a1.9=shaver 2008-04-30 06:30:38 -07:00
bclary@bclary.com
e4f0a7d0c0 JavaScript Tests - regression test for bug 431428, by Jesse Ruderman 2008-04-30 05:41:59 -07:00
brendan@mozilla.org
1be496dd86 Clear GetSrcNote cache in js_UntrapScriptCode (431428, r/a=shaver). 2008-04-29 19:18:19 -07:00
igor@mir2.org
819739f90f [Bug 429281] r=brendan a1.9=dsicore 2008-04-29 14:24:01 -07:00
igor@mir2.org
27ee9debbd [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
e318962d44 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
3ad9c907b0 Bug 429252 - trap changes decompilation of "{ let X }", r/a=shaver 2008-04-29 10:26:31 -07:00
brendan@mozilla.org
07435a417d 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
57cac7baba [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
6a3baba527 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
1647b37776 JavaScript Tests - regression test for bug 428706, by Jesse Ruderman 2008-04-25 18:08:59 -07:00
bclary@bclary.com
d85dec156f JavaScript Tests - regression test for bug 429248, by Jesse Ruderman 2008-04-25 18:02:29 -07:00
bclary@bclary.com
dd25bcd5ba JavaScript Tests - regression test for bug 429249, by Jesse Ruderman 2008-04-25 17:47:40 -07:00
bclary@bclary.com
8d5887788a JavaScript Tests - update known failures due to bug 429252 2008-04-25 17:35:05 -07:00
bclary@bclary.com
9617d1eb99 JavaScript Tests - regression test for bug 429252, by Jesse Ruderman 2008-04-25 17:28:48 -07:00
bclary@bclary.com
b765d8796b JavaScript Test - regression test for bug 429264, by Jesse Ruderman 2008-04-25 17:02:29 -07:00
bclary@bclary.com
98b5bbd918 JavaScript Tests - regression test for bug 430717, by Mike Shaver 2008-04-25 14:34:20 -07:00
bclary@bclary.com
88a24f1d8d JavaScript Tests - regression test for bug 420919, by Jesse Ruderman 2008-04-25 14:28:09 -07:00
bclary@bclary.com
c9c4fa07d9 JavaScript Tests - regression test for bug 422137, by Mike Shaver 2008-04-25 14:10:45 -07:00
crowder@fiverocks.com
d6e8b9586d Bug 428128 - Removal of legacy JSLL_ routines, r=brendan, a=mtschrep 2008-04-25 11:40:05 -07:00
bclary@bclary.com
ada5676d79 JavaScript Tests - jsDriver.pl doesn't detect all test failures, bug 430509 2008-04-25 10:52:13 -07:00
igor@mir2.org
7ae5ab7eb9 [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
00a12826fa Fix '(void 0) is undefined' decompilation regression (420919, r=igor, a=dsicore). 2008-04-24 16:48:32 -07:00
shaver@mozilla.org
3ce496786e 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
dc9a2d7666 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
8c9a7befc3 JavaScript Tests - update regression tests due to bug 416933 2008-04-23 18:49:19 -07:00
gavin@gavinsharp.com
293c9300ad 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
9b5d17d4f6 Add mochitest 2008-04-22 22:40:56 -07:00
jst@mozilla.org
06f25630f2 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