Commit Graph

6987 Commits

Author SHA1 Message Date
brendan%mozilla.org
e93099cb73 Force XML option on inside a literal list or element, to allow comments and CDATA (311157, r/sr=mrbkap/shaver). 2005-10-05 19:58:58 +00:00
mrbkap%gmail.com
c45204aeea bug 311022: Don't recreate wrappers that already exist. r=jst sr=bzbarsky 2005-10-04 22:58:01 +00:00
brendan%mozilla.org
835fe3c2fd Revise XML vs. HTML comment/CDATA handling to require JSOPTION_XML for former (311071, r/sr=mrbkap/shaver, a=dbaron). 2005-10-04 20:25:34 +00:00
nboyd%atg.com
bd3f939051 Update for next release version 2005-10-04 19:20:04 +00:00
brendan%mozilla.org
57373235e5 Tweak E4X auto-detection to cope with more HTML comment madness (310993, r=mrbkap). 2005-10-04 06:48:32 +00:00
brendan%mozilla.org
2f585832b3 Check stack depth in MarkSharpObjects too (310864, r=mrbkap). 2005-10-04 05:03:58 +00:00
brendan%mozilla.org
62d08e875f Fix for..in to work with split windows, while not regressing other lookup-redirect cases (310742, r=mrbkap). 2005-10-04 00:36:42 +00:00
bryner%brianryner.com
6f71a4a3a0 Use memory-mapped files for compiling JS components (bug 279839). r=shaver, sr=jst. 2005-10-03 23:34:58 +00:00
mrbkap%gmail.com
dc67d85812 bug 309840: Allow unescaped / in character classes in regexp literals. r/sr=brendan/shaver 2005-10-03 18:30:24 +00:00
mrbkap%gmail.com
7e506bc162 bug 310539: Fix bustage on the AIX tinderbox. Patch from Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap sr=brendan 2005-10-03 17:19:20 +00:00
brendan%mozilla.org
71d9dacdfb Patch by Igor and me (mostly Igor in substance) to fix corner cases, optimize hole cases (310425, r/sr=mrbkap/shaver). 2005-10-02 06:27:07 +00:00
mrbkap%gmail.com
a1d295f9e4 bug 310456: Make sure that fun->u.script is non-null, since we set interpreted before we're sure to have a script. r=shaver 2005-09-30 21:39:11 +00:00
igor%mir2.org
27dc23cc25 1. Added QuitAction interface to specify the action to perform when quit is called. By default Global does nothing and shell explicitly call initQuitAction with code to call System.exit().
2. Added toint32 to be on pair with SpiderMonkey
2005-09-30 08:28:51 +00:00
bob%bclary.com
e69c473247 startTest() must follow bug number in order to report bug number, no bug, not part of the build 2005-09-30 02:44:11 +00:00
bob%bclary.com
91af505e5b Add callback to allow browser based tests to report test results to stdout, no bug, not part of the build 2005-09-30 02:40:36 +00:00
bob%bclary.com
62d2480021 Update automated test talkback ids, no bug, not part of the build 2005-09-30 02:38:35 +00:00
mrbkap%gmail.com
34240f13ec Bug 280769: Handle overly-large regular expressions without crashing. Patch by Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap sr=brendan 2005-09-30 00:46:42 +00:00
mrbkap%gmail.com
2180d58572 Back out the first patch from bug 307317 to see if it helps bug 308678. 2005-09-30 00:39:18 +00:00
mrbkap%gmail.com
eb89e7f513 bug 284032: Add a function to allow easy testing of JS_ValueToInt32 from the js shell. Patch from Brendan. r=mrbkap 2005-09-30 00:23:14 +00:00
mrbkap%gmail.com
fedf62a8f8 bug 284032: Make sure to get the right fp when skipping over native frames in the DVG. Patch from Brendan. r=mrbkap 2005-09-30 00:19:48 +00:00
mrbkap%gmail.com
3884e9dfd2 bug 308856: Provide an API to iterate over the properties of an object (such that if the object is native, the enumerate hook is not called). Patch from Brendan. r/sr=mrbkap/shaver 2005-09-29 23:39:48 +00:00
mrbkap%gmail.com
0b77246139 bug 308856: Only ignore enumerated properties when obj2 is actually in the prototype of obj (and thus will be enumerated when the prototype is enumerated). r=brendan 2005-09-29 23:36:54 +00:00
mrbkap%gmail.com
aefbbd73e2 bug 309897: Make sure to not shrink XML arrays when doing so would shrink the capacity to less than the needed size. Patch from Brendan. r/sr=mrbkap/shaver 2005-09-29 23:31:36 +00:00
mrbkap%gmail.com
24c439b988 Fix Brendan's naming nit (bug 308806) 2005-09-29 23:15:40 +00:00
mrbkap%gmail.com
0c01573eca bug 308806: changes to an object's toString method are not reflected when calling toLocaleString. r=shaver 2005-09-29 21:54:37 +00:00
igor%mir2.org
7ce791784f Fixing bug 310482: I missed loading "this: for put_field. 2005-09-29 21:23:30 +00:00
bob%bclary.com
4d2601aecd Object.prototype.toLocaleString should track Object.prototype.toString, Regression test for bug 308806 by Bryant Chen, not part of the build 2005-09-29 19:09:51 +00:00
nboyd%atg.com
8914f71a8e Rhino now implements the array extras 2005-09-28 16:18:14 +00:00
nboyd%atg.com
cfae79c4c1 Fix bug 310323: implement new array extras (forEach, indexOf, filter, map,
some, every)
2005-09-28 16:13:27 +00:00
peterv%propagandism.org
8702e6b0aa Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin. 2005-09-28 13:13:27 +00:00
bob%bclary.com
6c6bfef31d Bug 309925, fix regression in parsing dates containing HH:MM caused by bug 301738, r=mrbkap, sr=brendan 2005-09-27 04:10:38 +00:00
brendan%mozilla.org
74f950ee9e Fix pointer testing via JS_LIKELY (rather fix a few callers than put cvs diff jsinterp.c inside the macro... 2005-09-26 18:48:39 +00:00
bob%bclary.com
aea0225e02 Regression test for bug 309925 2005-09-25 08:46:56 +00:00
brendan%mozilla.org
c784c4d16c Hack around XML filtering predicate expression design flaw (309894, r/sr=mrbkap/shaver). 2005-09-24 18:56:10 +00:00
brendan%mozilla.org
9bea533899 Fix bogus assertion on line 1814. 2005-09-24 07:16:18 +00:00
brendan%mozilla.org
b6f6d30bdc Y combinator in JS. 2005-09-24 01:53:12 +00:00
brendan%mozilla.org
ed6d00a19d Fix regression biting .js files that wrongly include HTML comments (309712, r/sr=mrbkap/shaver). 2005-09-23 15:58:47 +00:00
brendan%mozilla.org
b8a174a759 Fix 309695, regression from 308085 (r/a=me). 2005-09-23 06:27:01 +00:00
bob%bclary.com
e2722e8911 replace print with printStatus to prevent print dialog in browser tests, no bug, not part of the build 2005-09-22 19:59:31 +00:00
brendan%mozilla.org
8f091ec697 Fix sparse tableswitches properly, and cull useless expressions in functions (308085, r/sr=mrbkap/shaver). 2005-09-22 03:27:23 +00:00
bob%bclary.com
f567979cf4 Regression test for bug 232182, Display non-ascii characters in JS Exceptions, by Michael Daumling 2005-09-21 19:08:04 +00:00
bob%bclary.com
b319754cc2 Regression test for Date parse compatibility with MSIE, bug 301738 2005-09-21 19:01:55 +00:00
nboyd%atg.com
a477e8b0f2 Propagating from website:
revision 1.22
      date: 2005/09/21 00:08:50;  author: syamagu%mozilla.gr.jp;  state: Exp;  lines:
      +29 -23
      tidying markup
2005-09-21 14:17:40 +00:00
igor%mir2.org
9994b04a15 Restoring docs afterbad update 2005-09-20 22:14:18 +00:00
igor%mir2.org
a743c20ce0 Restoring new docs 2005-09-20 22:11:54 +00:00
brendan%mozilla.org
67571135d6 Oops. 2005-09-20 21:53:17 +00:00
brendan%mozilla.org
446e00bfba Enable E4X while preserving the HTML script tag content 'comment hiding hack' of yore (309242, r/sr=mrbkap/shaver). 2005-09-20 21:48:26 +00:00
nboyd%atg.com
468b76b8be Synchronize with website prior to 1.6R2 release. 2005-09-19 11:37:42 +00:00
brendan%mozilla.org
147dc332f9 Fix for..in enumeration of XPCNativeWrappers (301498, r/sr=bz/jst). 2005-09-19 06:29:22 +00:00
nboyd%atg.com
f13176bd25 Update for 1.6R2 release date. 2005-09-19 00:20:39 +00:00