Commit Graph

1539 Commits

Author SHA1 Message Date
brendan@mozilla.org
4925e19f6d Fix 433279, r=mrbkap+shaver, a=schrep. 2008-05-22 22:06:09 -07:00
brendan@mozilla.org
834ed0d2cf 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
b017a73ad2 JavaScript Tests - update test and remove from exclusion list, bug 433698, r=jorendorff 2008-05-14 16:18:47 -07:00
bclary@bclary.com
abd3a90982 JavaScript Tests - add unary - tests for bug 432881 2008-05-09 20:33:48 -07:00
reed@reedloden.com
82c33e4d43 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
888518dda2 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
db98c2faeb 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
84d826ee05 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
eb31e16632 Bug 429442 - "crashes [@ nsJSIID::HasInstance][@ XPCNativeSet::FindInterfaceWithIID]". r+sr=jst, a=beltzner. 2008-05-06 14:37:50 -07:00
crowder@fiverocks.com
21e08b8a71 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
e04b777729 Bug 431465 -- (relanding) Crash [@ DecompileExpression] with trap, r=brendan, shaver, igor; a=mtschrep 2008-05-03 21:20:23 -07:00
bclary@bclary.com
b8c31e4e72 Sisyphus|JavaScript Tests - runtests.sh -I include conflicts with msvc include on Windows 2008-05-01 16:38:29 -07:00
gavin@gavinsharp.com
e76cb415a6 Back out patch for bug 431465 due to unit test failures 2008-05-01 16:06:43 -07:00
crowder@fiverocks.com
80a811f0de Addressing white-space nits. 2008-05-01 15:16:38 -07:00
igor@mir2.org
5cab25689b [Bug 427798] faster js_PutBlockObject(), r=brendan a1.9=shaver 2008-05-01 14:59:52 -07:00
crowder@fiverocks.com
aa2f89f028 Bug 431465 - Crash [@DecompileExpression] with trap, r/a=shaver 2008-05-01 14:36:19 -07:00
bclary@bclary.com
239dd9ab80 JavaScript Tests - update public failures, bug 404367 2008-05-01 08:05:24 -07:00
bclary@bclary.com
50b65436c4 JavaScript Tests - test for section ecma 262-3 15.4.5.1 2008-04-30 18:22:00 -07:00
bclary@bclary.com
daf599b79c JavaScript Tests - regression test for bug 414531 2008-04-30 18:17:05 -07:00
brendan@mozilla.org
b90454bf32 Fix JSOP_GETTHISPROP decompile-value-generator bug (431248, r=igor, a=dsicore). 2008-04-30 11:33:51 -07:00
gavin@gavinsharp.com
64ef898187 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
5c81e09b95 [Bug 431489] r=brendan a1.9=shaver 2008-04-30 06:30:38 -07:00
bclary@bclary.com
798117722c JavaScript Tests - regression test for bug 431428, by Jesse Ruderman 2008-04-30 05:41:59 -07:00
brendan@mozilla.org
3d10ff4835 Clear GetSrcNote cache in js_UntrapScriptCode (431428, r/a=shaver). 2008-04-29 19:18:19 -07:00
igor@mir2.org
34643896ed [Bug 429281] r=brendan a1.9=dsicore 2008-04-29 14:24:01 -07:00
igor@mir2.org
e34384934d [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
d2928f847a 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
eb84eb2a79 Bug 429252 - trap changes decompilation of "{ let X }", r/a=shaver 2008-04-29 10:26:31 -07:00
brendan@mozilla.org
b5b5553389 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
e573263407 [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
359d48234b 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
d288e6e1ff JavaScript Tests - regression test for bug 428706, by Jesse Ruderman 2008-04-25 18:08:59 -07:00
bclary@bclary.com
8ddd66ec6d JavaScript Tests - regression test for bug 429248, by Jesse Ruderman 2008-04-25 18:02:29 -07:00
bclary@bclary.com
622c565af2 JavaScript Tests - regression test for bug 429249, by Jesse Ruderman 2008-04-25 17:47:40 -07:00
bclary@bclary.com
fc992186ee JavaScript Tests - update known failures due to bug 429252 2008-04-25 17:35:05 -07:00
bclary@bclary.com
84a9cbc1db JavaScript Tests - regression test for bug 429252, by Jesse Ruderman 2008-04-25 17:28:48 -07:00
bclary@bclary.com
f0c1b587c1 JavaScript Test - regression test for bug 429264, by Jesse Ruderman 2008-04-25 17:02:29 -07:00
bclary@bclary.com
c972dd555f JavaScript Tests - regression test for bug 430717, by Mike Shaver 2008-04-25 14:34:20 -07:00
bclary@bclary.com
89b16d7e31 JavaScript Tests - regression test for bug 420919, by Jesse Ruderman 2008-04-25 14:28:09 -07:00
bclary@bclary.com
ed1d030b51 JavaScript Tests - regression test for bug 422137, by Mike Shaver 2008-04-25 14:10:45 -07:00
crowder@fiverocks.com
488c36ab4a Bug 428128 - Removal of legacy JSLL_ routines, r=brendan, a=mtschrep 2008-04-25 11:40:05 -07:00
bclary@bclary.com
458a72eba7 JavaScript Tests - jsDriver.pl doesn't detect all test failures, bug 430509 2008-04-25 10:52:13 -07:00
igor@mir2.org
c4ac1056e5 [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
aa6eca81f9 Fix '(void 0) is undefined' decompilation regression (420919, r=igor, a=dsicore). 2008-04-24 16:48:32 -07:00
shaver@mozilla.org
d1076e6e69 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
fb779b15d3 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
4a3274eba4 JavaScript Tests - update regression tests due to bug 416933 2008-04-23 18:49:19 -07:00
gavin@gavinsharp.com
db243d2ea7 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
adc66e8601 Add mochitest 2008-04-22 22:40:56 -07:00
jst@mozilla.org
6e4f5d38c8 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