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

9718 Коммитов

Автор SHA1 Сообщение Дата
nboyd%atg.com 3ac2239685 Fix bug 381819. Patch from Bob Clary <bclary@bclary.com>. 2007-05-24 14:17:10 +00:00
peterv%propagandism.org 9eca95ccdc Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking. 2007-05-24 14:10:04 +00:00
nboyd%atg.com 0a025a97dc Add more publicly accessible name for building tests so that
we can have better instructions at
http://developer.mozilla.org/en/docs/Rhino:Testing
2007-05-24 13:45:42 +00:00
igor%mir2.org 4639896d19 Bug 379758: SETSP is removed 2007-05-24 07:51:47 +00:00
igor%mir2.org a2d68820d0 Bug 381236: static assert that does not depend on __LINE__ 2007-05-24 07:27:45 +00:00
mrbkap%gmail.com 2d1e014a71 Back this out for now to sort out what happens when we're called from C++, not from Javascript. 2007-05-24 00:50:50 +00:00
mrbkap%gmail.com f3ce0b14cc Use the currently executing function as the nominal parent for our function so that we pull the correct prototype for our function. bug 370127, r+sr=jst 2007-05-24 00:18:00 +00:00
crowder%fiverocks.com cd983400a9 Bug 381402: Compilation error with HAS_XDR_FREEZE_THAW and old Script object, r=mrbkap 2007-05-23 22:09:52 +00:00
crowder%fiverocks.com 11d41ea67d Bug 381402: Compilation error with HAS_SCRIPT_OBJECT, r=mrbkap 2007-05-23 21:50:43 +00:00
crowder%fiverocks.com 1221f4d57a Bug 375715: "Assertion failure: (c2 <= cs->length) && (c1 <= c2)" with /[\Wb-G]/, patch by mrbkap, r=crowder 2007-05-23 21:13:13 +00:00
brendan%mozilla.org 1f95d8c9a8 Fix JOF_XMLNAME, etc., interrogation to mask the mode bits and compare (381504, r=mrbkap). 2007-05-23 06:04:18 +00:00
brendan%mozilla.org f2a155975a More generator expression decompilation love (381372, r=mrbkap). 2007-05-23 06:00:40 +00:00
asqueella%gmail.com e72aa521c3 bug 381369 - improve Components.utils.import-related comments
r=sayrer
2007-05-22 21:57:43 +00:00
mrbkap%gmail.com 1e734eac45 Mark the overwritten scope property in the space between where we remove it and re-add it in its changed form. bug 381374, r=igor 2007-05-22 00:55:04 +00:00
mrbkap%gmail.com 099172f12b Protect the number from GC, even if it was originally a number. bug 375976, r=crowder 2007-05-21 23:45:42 +00:00
crowder%fiverocks.com 2c0f318d9d Bug 380998: StackGrowthDirection is not reliable with Sun Studio 11, patch by Ginn Chen <ginn.chen@sun.com>, r=brendan 2007-05-21 22:55:48 +00:00
crowder%fiverocks.com 11c53843d6 Bug 379482: Crash [@ js_IsIdentifier] decompiling float setter, r=mrbkap 2007-05-21 19:33:33 +00:00
mrbkap%gmail.com 2e60306577 Count both the getter and setter for a given property. bug 381303, r=crowder 2007-05-21 18:02:33 +00:00
mrbkap%gmail.com 18fb5d91d7 Handle Function.prototype.toString not returning what we expect it to return (a function expression). bug 380933, r=crowder 2007-05-21 18:01:08 +00:00
sayrer%gmail.com 51e7babea6 Bug 238324. Tweak generateFactory to call new, and add unit tests for module loading. Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer, sr=bsmedberg 2007-05-20 22:45:15 +00:00
bclary%bclary.com ae90306c5a JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan 2007-05-19 20:05:08 +00:00
mrbkap%gmail.com 07d08b1ac7 If the scanner returned TOK_ERROR, it already reported an error. bug 380371, r=brendan 2007-05-19 02:09:23 +00:00
mrbkap%gmail.com 474aec7b5f Correctly parse regular expressions with the 'm' and 'y' flags. bug 378486, r=brendan 2007-05-19 01:57:30 +00:00
crowder%fiverocks.com ffe74a9a39 Bug 381211: fixing off-by-one caused by patch from bug 367629, r=mrbkap 2007-05-19 00:04:41 +00:00
crowder%fiverocks.com 87a7504996 Bug 367629: better obj_toSource for native functions and a few other cases, r=mrbkap 2007-05-18 23:12:56 +00:00
brendan%mozilla.org 5728d041b0 Restrict for([k,v] in o) special case to JS1.7 (366941, r=mrbkap). 2007-05-18 20:55:06 +00:00
brendan%mozilla.org ca689a5073 Support generator expressions for JS1.8 (380237, r=mrbkap). 2007-05-18 01:41:17 +00:00
brendan%mozilla.org c4feb93f8f Fix getter/setter decompilation to depend on generating op, not prefix string (381101, r=mrbkap). 2007-05-18 00:48:18 +00:00
mrbkap%gmail.com 9a32a7805e Skip over exception cookies, since we require JSOP_POP to pop them. bug 380016, r=brendan 2007-05-17 23:56:17 +00:00
nboyd%atg.com c0e381bd6e Updated skip list. 2007-05-17 00:30:27 +00:00
igor%mir2.org 3340d5fbf2 Bug 380833: AllocSlot now insists on the new slot being already set to void. r=brendan 2007-05-16 22:41:50 +00:00
igor%mir2.org 58cb3368f9 Bug 380889: fixing the disassembler, r=brendan 2007-05-16 19:00:47 +00:00
nboyd%atg.com 32916cfbf1 Correct behavior for enumerability of prototype properties of function
objects and Function. See ECMA 15.3.5.2 and 15.3.3.1.
2007-05-16 12:41:00 +00:00
igor%mir2.org 356af18067 Bug 379885: JS_GetGCMarkingTracer is removed. r=brendan 2007-05-16 01:13:28 +00:00
sayrer%gmail.com 2cbdb29e75 Bug 238324: JS code-sharing module system. Patch by Alex Fritze <alex@croczilla.com> and Robert Sayre <sayrer@gmail.com>. r=shaver/brendan, sr=brendan 2007-05-15 23:27:41 +00:00
crowder%fiverocks.com e1e177ba91 Bug 308429: make tooMuchGC dynamic (runtime gczeal option), r=brendan 2007-05-15 23:27:20 +00:00
crowder%fiverocks.com bdcf02c83c Bug 358594: sharp variables should deserialize using old getter/setter syntax. 2007-05-15 22:41:24 +00:00
nboyd%atg.com d50c414dec The "prototype" property of a function object should be enumerable. 2007-05-15 20:23:18 +00:00
szegedia%freemail.hu 821f63b700 Fixing IllegalArgumentException for FEATURE_STRICT_MODE and FEATURE_WARNING_AS_ERROR 2007-05-15 17:27:46 +00:00
igor%mir2.org 27401e4c60 Bug 379566: keywords are no special with get/set getters. r=brendan 2007-05-15 15:17:14 +00:00
igor%mir2.org 3da8b3e841 Bug 340212: All XPC GC tracing now happens in the runtime trace callback. 2007-05-15 09:01:34 +00:00
edwsmith%adobe.com c721ce471b Remove mozilla/js/tamarin, see http://hg.mozilla.org/tamarin-central 2007-05-11 20:30:15 +00:00
nboyd%atg.com 5f473e905f Fix javadoc 2007-05-11 15:14:07 +00:00
bclary%bclary.com 58d91a7b08 JavaScript Tests - add automation helper scripts, no bug, not part of the build 2007-05-11 04:11:39 +00:00
bclary%bclary.com 681d041bb8 JavaScript Test - regression test for bug 354998, revert Object.prototype to prevent side effects 2007-05-10 06:10:50 +00:00
bclary%bclary.com 1d7a4fb2c7 JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build 2007-05-09 23:01:33 +00:00
igor%mir2.org cb6c12eea9 Bug 380197: fixing regression from bug 380197. r=brendan 2007-05-09 21:40:36 +00:00
brendan%mozilla.org 83e65c48bd Fiddle cosmetics. 2007-05-09 20:19:26 +00:00
nboyd%atg.com 54a812fb3e Remove a number of warnings by having the switch generator use label L0. 2007-05-09 18:39:12 +00:00
nboyd%atg.com 99c2a5b427 Move test classes out of org.mozilla.javascript package. Updates to JsDriver
to allow for loading test lists from files using '@' syntax.
2007-05-09 18:22:59 +00:00
crowder%fiverocks.com 95a9e671a2 Bug 379482: Crash decompiling float setter, r=brendan, r=igor 2007-05-09 15:21:32 +00:00
igor%mir2.org a06e35a66c Bug 379727: Using tracing instead of explicit root management. r=alfred.peng sr=brendan 2007-05-09 11:11:53 +00:00
crowder%fiverocks.com 10e1027fd6 woops, backing out due to closed tree 2007-05-09 05:45:57 +00:00
crowder%fiverocks.com 43cdc29aee Bug 379482: Crash decompiling float setter, r=brendan, r=igor 2007-05-09 05:45:09 +00:00
brendan%mozilla.org ca6379210a Fixes left in wake of JSOP_POPN (379925, r=igor). 2007-05-08 19:04:13 +00:00
bclary%bclary.com 05bf7702c2 JavaScript Test - update test to match 1.8.1 and later serialization, bug 297025 2007-05-08 17:10:11 +00:00
bclary%bclary.com 41dfa18fbb JavaScript Test - regression test for bug 352459, by Jesse Ruderman 2007-05-07 19:20:39 +00:00
bclary%bclary.com 9c7b7df1f8 JavaScript Test - regression test for bug 352732, by Jesse Ruderman 2007-05-07 19:07:36 +00:00
bclary%bclary.com 856a98e4ca JavaScript Test - regression test for bug 361566, by Jesse Ruderman 2007-05-07 19:00:19 +00:00
bclary%bclary.com b7a7f3de99 JavaScript Tests - regression tests for bug 373827, by Jesse Ruderman 2007-05-07 18:53:05 +00:00
bclary%bclary.com 8243ed2f06 JavaScript Tests - regression test for bug 375695, by Jesse Ruderman 2007-05-07 18:45:39 +00:00
brendan%mozilla.org 5c8832e1eb Stop overloading JSOP_SETSP for both exception handling and group assignment bulk popping (375695, r=igor). 2007-05-07 06:40:10 +00:00
bclary%bclary.com 4b3f2a2135 JavaScript Test - test automation, add js1_8, no bug, not part of the build 2007-05-07 05:38:03 +00:00
bclary%bclary.com 8843cc7d49 JavaScript Tests - disable window.onerror handler to prevent false failure, bug 340804 2007-05-07 05:18:27 +00:00
bclary%bclary.com 91b4395631 JavaScript Test - remove non-standard use of unescape, bug 370585 2007-05-07 04:52:07 +00:00
bclary%bclary.com eb5e6b8af8 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-07 04:20:22 +00:00
bclary%bclary.com 81a3f01800 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-07 00:54:25 +00:00
bclary%bclary.com 3e8bdf05ad JavaScript Tests - segregate non-standard tests, add tests lists for extensions and gc test, bug 370585 2007-05-07 00:12:08 +00:00
bclary%bclary.com 9c02600478 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-07 00:08:00 +00:00
bclary%bclary.com 4b75db7647 JavaScript Tests - setup js1_6 decompilation sub suite, bug 370585 2007-05-06 23:27:00 +00:00
igor%mir2.org 87a6850bfb Bug 379855: js_CodeSpec.name/token are moved to separated arrays to shrink the code. r=brendan 2007-05-06 10:50:07 +00:00
brendan%mozilla.org 787c4a5065 Unhide a crucial pop from the decompiler (379860, r=igor). 2007-05-06 09:29:21 +00:00
igor%mir2.org 39de43d367 Bug 379851: branch callback is accessed via cx->branchCallback for smaller code. r=brendan 2007-05-06 09:08:52 +00:00
bclary%bclary.com 3fa6aad4b1 JavaScript Test - regression test for bug 378492, by Jesse Ruderman 2007-05-06 08:46:32 +00:00
bclary%bclary.com f747c72b30 JavaScript Test - regression test for bug 367120, by moz_bu_r_a4 2007-05-06 08:41:44 +00:00
bclary%bclary.com 077e294804 JavaScript Test - regression test for bug 367119, by moz_bu_r_a4 2007-05-06 08:39:46 +00:00
bclary%bclary.com 80ececaacc JavaScript Test - regression test for bug 367118, by moz_bu_r_a4 2007-05-06 08:37:14 +00:00
bclary%bclary.com 974d064f95 JavaScript Test - regression test for bug 366123, by shutdown 2007-05-06 08:34:25 +00:00
bclary%bclary.com b05ec1f013 JavaScript Test - regression test for bug 365527, by Igor Bukanov 2007-05-06 08:30:59 +00:00
bclary%bclary.com 65825a044a JavaScript Test - regression test for bug 361856, by shutdown 2007-05-06 08:11:00 +00:00
bclary%bclary.com 80b726764c JavaScript Tests - regression tests for bug 360681, by Igor Bukanov 2007-05-06 08:06:47 +00:00
bclary%bclary.com d8c9bc2afa JavaScript Test - regression test for bug 358508, by shutdown 2007-05-06 08:04:05 +00:00
bclary%bclary.com c5ed1f93e5 JavaScript Tests - regression test for bug 353078, by Jesse Ruderman 2007-05-06 08:01:46 +00:00
bclary%bclary.com d8bbe83f67 JavaScript Test - regression test for bug 311161, by Jesse Ruderman 2007-05-06 07:57:19 +00:00
bclary%bclary.com 59fed4c5b2 JavaScript Test - regression test for bug 346642, update decompilation changes. 2007-05-06 07:32:42 +00:00
bclary%bclary.com 626adec694 JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736 2007-05-06 06:53:10 +00:00
brendan%mozilla.org 50a7f7fcbf Fix blunder in reworking of how SpiderMonkey detects a label statement (reported by Steve Yegge). 2007-05-06 04:34:24 +00:00
graydon%mozilla.com 1dee25ff2e Back out patch for bug 368869, yet again. Seems to cause some obscure crashes
in nightlies.
2007-05-06 03:46:06 +00:00
bclary%bclary.com 17251155f1 JavaScript Test - regression test for bug 376052, by George Kangas 2007-05-05 07:28:04 +00:00
bclary%bclary.com 5dac4f6fcf JavaScript Test - regression test for bug 379483, by Jesse Ruderman 2007-05-05 07:12:40 +00:00
bclary%bclary.com 884a745aac JavaScript Tests - do not use anonymous functions in statement contexts, bug 379509 2007-05-05 07:03:37 +00:00
bzbarsky%mit.edu 0789d5e3b1 When pushing on top of a JSContext on the XPConnect JSContext stack, save off
the JSStackFrame chain on that JSContext.  When popping, restore the stack
frame chain.  Bug 371858, r=jst, sr=brendan
2007-05-05 05:55:47 +00:00
bclary%bclary.com fdcf8cb57a JavaScript Tests - replace JavaScriptOptions, bug 379701 2007-05-04 18:49:31 +00:00
brendan%mozilla.org 75665d1b36 Fix some assertions to avoid re-evaluating macro args; tweak comments. 2007-05-04 18:34:56 +00:00
igor%mir2.org 8b579d6ee0 Bug 379455: tracing API now let the tracer to know about the GC lock count. 2007-05-04 15:43:19 +00:00
peterv%propagandism.org fb15a2472d Fix for bug 379593 (Only create one XPCCallContext per cycle collection). r=jst, sr=brendan. 2007-05-04 08:55:08 +00:00
graydon%mozilla.com b8216b0784 Bug #368869, suspect all native wrappers as cycle roots (again).
r=brendan, sr=jst
2007-05-03 22:53:00 +00:00
brendan%mozilla.org 5339970e54 Balance the stack for destructuring catch heads (379483, r=igor). 2007-05-03 06:39:44 +00:00
igor%mir2.org bf36fc9934 Bug 377751: Switching JSClass.mark in XPConnect to the tracing semantics. r=jst, sr=brendan 2007-05-02 20:20:22 +00:00
szegedia%freemail.hu 49d0dceda0 Fix for Bug 379104 � new Date(2007,5,0) should reflect May 31, 2007, not June 1, 2007 2007-05-02 20:17:15 +00:00
crowder%fiverocks.com f412cec0ea fixing a compiler warning introduced by patch in bug 365083, r=brendan 2007-05-02 19:55:07 +00:00
bclary%bclary.com 674e58d77a JavaScript Test - regression test for bug 356083, by Jesse Ruderman 2007-05-02 17:38:53 +00:00
bclary%bclary.com 299d2fd4ea JavaScript Test - regression test for bug 356248, by Jesse Ruderman 2007-05-02 17:31:22 +00:00
bclary%bclary.com f471535d43 JavaScript Test - regression test for bug 368224, by Jesse Ruderman 2007-05-02 17:26:16 +00:00
bclary%bclary.com 109ac26244 JavaScript Test - regression test for bug 375642, by Jesse Ruderman 2007-05-02 17:21:50 +00:00
bclary%bclary.com 7df44ed5f9 JavaScript Test - regression test for bug 375794, by Jesse Ruderman 2007-05-02 17:14:39 +00:00
bclary%bclary.com c3e7d32382 JavaScript Test - regression test for bug 378738, by Igor Tandetnik, Martin Honnen 2007-05-02 16:53:43 +00:00
bclary%bclary.com ad7a39d479 JavaScript Tests - regression test for bug 378789, by Igor Bukanov 2007-05-02 16:45:47 +00:00
bclary%bclary.com c8e0f3c242 JavaScript Tests - add js1_8 suite for features not shipping on the 1.8.1 branch, no bug, not part of the build 2007-05-02 16:43:32 +00:00
szegedia%freemail.hu 7a499942a6 Committing fix for #376831: Function.prototype shouldn't be enumerable 2007-05-02 16:42:11 +00:00
bclary%bclary.com 5975df230d JavaScript Test - regression test for bug 379442, by Jesse Ruderman 2007-05-02 16:21:55 +00:00
brendan%mozilla.org 4704e7eff0 Followup fix to dumb bug in last checkin (379442, r=me). 2007-05-02 08:12:38 +00:00
szegedia%freemail.hu 939b600e33 Removed unused imports 2007-05-02 08:03:44 +00:00
brendan%mozilla.org 94e27d2a42 Skip #n= at front of initialiser on right of destructuring assignment forms (368224, r=igor). 2007-05-02 07:24:20 +00:00
brendan%mozilla.org b6e56304e1 Fix model stack management for catch guards in the decompiler; eliminate related SRC_HIDDEN abusage (375794, r=igor). 2007-05-02 07:09:27 +00:00
nboyd%atg.com 3a4b4ba16c Remove unneeded ';' 2007-05-02 01:53:41 +00:00
igor%mir2.org 1d398d03c5 Bug 377751: removal of the commit. 2007-05-01 21:54:29 +00:00
igor%mir2.org 79e14946ff Bug 377751: More build fixes. 2007-05-01 21:44:15 +00:00
igor%mir2.org cec62b28cb Bug 377751: Fixing windows compilation problem. 2007-05-01 21:33:00 +00:00
igor%mir2.org a7df17c084 Bug 377751: JSClass instances in xpconnect use the tracing API. r=brendan, sr=jst 2007-05-01 21:06:07 +00:00
nboyd%atg.com 0fc02cd279 Fix javadoc. 2007-05-01 20:31:49 +00:00
crowder%fiverocks.com 8f22345c18 Bug 356083: incorrect decompilation for ({this setter: function () {} }) and others, r=igor, r=brendan 2007-05-01 18:07:44 +00:00
crowder%fiverocks.com 37111e31ac Bug 375715: assertion on bogus character ranges in regexps, r=mrbkap 2007-05-01 17:51:34 +00:00
nboyd%atg.com abd581a841 Partial fix for Bug 378790 - Add JS 1.5 strict mode.
Patch provided by Bob Jervis (bjervis@google.com).
2007-05-01 14:11:21 +00:00
peterv%propagandism.org d9d0f1bc5d Part of bug 377606 (Switch cycle collector to more efficient hashtables - only keep hashtable around while collecting). r=graydon, sr=dbaron. 2007-05-01 12:51:39 +00:00
igor%mir2.org 219175b60a Bug 379146: New API to register application-specific GC roots. r=brendan 2007-05-01 10:09:46 +00:00
bclary%bclary.com b4904d3288 JavaScript Tests - add missing mode lines, no bug, not part of the build 2007-04-30 20:11:28 +00:00
bclary%bclary.com f3e4795418 JavaScript Tests - update automation scripts, no bug, not part of the build 2007-04-30 20:03:56 +00:00
bclary%bclary.com 5c8a95113e JavaScript Tests - update slow-n.tests, remove e4x/Regress/regress-350531.js, add js1_5/GC/regress-319980-01.js, js1_5/GC/regress-338653.js, no bug, not part of the build 2007-04-30 19:59:55 +00:00
bclary%bclary.com 5776eed302 JavaScript Tests - clean up dummy shell.js, not bug, not part of the build 2007-04-30 17:23:33 +00:00
bclary%bclary.com 80ad482bac JavaScript Test - add missing end test prolog for asynchronous test, bug 324688 2007-04-30 17:11:07 +00:00
igor%mir2.org 54d5ee11ed Bug 379165: Simplifing JS_DimpHeap while fixing BeOS build problems. r=brendan 2007-04-29 21:49:01 +00:00
bclary%bclary.com b6e84671e9 JavaScript Test - regression test for bug 353165, only test for crash 2007-04-28 22:38:32 +00:00
jwalden%mit.edu 1ee1b14498 Bug 378738 - \d pattern matches characters other than the decimal digits 0-9. r=mrbkap 2007-04-28 01:27:38 +00:00
igor%mir2.org 750ee280a1 Bug 378255: DEBUG build of xpc now dumps JS heap on shutdown to a file defined by XPC_SHUTDOWN_HEAP_DUMP environment variable. r=brendan sr=jst 2007-04-27 06:12:39 +00:00
bzbarsky%mit.edu ef4d4e9be0 Allow getting the lineNumber of XPConnect expceptions. Bug 291377, r=sicking,
sr=jst.  r=mrbkap, sr=jst for the test.
2007-04-27 04:19:12 +00:00
bclary%bclary.com 01fc720fda JavaScript Tests - update Daylight Savings Time, other Date related tests, bug 378683 2007-04-26 16:25:55 +00:00
inonit%inonit.com 0145cbd3b7 Fix bug 378580 2007-04-25 22:32:17 +00:00
igor%mir2.org 13f6304282 Bug 378789: js_PutEscapedStringImpl can now cope with \0 in JSString. r=brendan 2007-04-25 22:30:35 +00:00
igor%mir2.org 955760f1bb Bug 378255: Information about JS_DumpDebug to replace GC_MARK_DEBUG info. 2007-04-25 19:39:15 +00:00
nboyd%atg.com 1699129013 Fix a bunch of warnings. 2007-04-25 17:31:12 +00:00
nboyd%atg.com 1ccac6354f Fix test not to depend on AWT, which caused headless exceptions running without
a X terminal.
2007-04-25 17:25:08 +00:00
nboyd%atg.com 9e021bb961 Skip performance test. 2007-04-25 17:23:13 +00:00
peterv%propagandism.org d0d256596c Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 16:35:31 +00:00
igor%mir2.org d3bb8f0c33 Bug 378261: Replacing GC_MARK_DEBUG by DumpHeap. r=brendan 2007-04-25 13:43:18 +00:00
inonit%inonit.com 8ed9f05251 Include stack traces in XML output 2007-04-25 03:23:41 +00:00
inonit%inonit.com c42477c872 Identify tests run in XML output format
Translate text data into XML-ish (\n) line endings
2007-04-25 03:01:12 +00:00
inonit%inonit.com c8a4947b56 Test driver now also emits results in XML format for possible postprocessing (includes things like performance data, complete output for all tests, etc.) 2007-04-25 02:50:20 +00:00
igor%mir2.org a13d457f88 Bug 378492: proper checks for null and jsval type when tracing, r=brendan 2007-04-24 23:11:02 +00:00
inonit%inonit.com 48a4545c1e Correct the dependencies in the XMLBeans download and compilation process (so that download is not done if the xbean.jar and jsr173.jar properties already point to an installation) 2007-04-24 21:49:43 +00:00
inonit%inonit.com 8a3130f673 Separate compilation of JsDriver from compilation of JUnit-based tests so that JUnit is not required to compile non-JUnit tests 2007-04-24 21:16:57 +00:00
timeless%mozdev.org b28e8130f6 Bug 375270] GC: separating traversal and marking
Adding help() for dumpHeap [fixing crash on solaris x86]
r=igor
2007-04-24 16:42:25 +00:00
nboyd%atg.com 27e4a1491b Fix javadoc errors. 2007-04-24 12:32:30 +00:00
nboyd%atg.com 1a9e236dd3 Fix javadoc errors. 2007-04-24 11:02:42 +00:00
dbaron%dbaron.org 4da3802f28 Followup fixes to making cycle collector use more efficient hashtables: shrink size of table and fix warnings on 64-bit machines. b=377606 sr=peterv r=graydon 2007-04-23 23:34:33 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
peterv%propagandism.org e0337217d2 Fix for bug 372110 (Make cycle-collection debugging features optional at compile time). r=graydon, sr=jst. 2007-04-21 17:43:19 +00:00
igor%mir2.org 65436efe36 Bug 375270: fixing frprintf args in DumpHeap 2007-04-21 14:06:43 +00:00
peterv%propagandism.org 93712e056d Fix for bug 377606 (Switch cycle collector to more efficient hashtables). Patch by graydon, r=peterv, sr=dbaron. 2007-04-20 08:01:01 +00:00
crowder%fiverocks.com 5effd2bd66 Fixing a trivial warning in an assertion, r=crowder 2007-04-20 00:36:52 +00:00
jst%mozilla.org 1e2dcc2243 One more fix for bug 368945. Make sure to find the right this object when calling functions through a wrapper. r+sr=brendan@mozilla.org 2007-04-19 20:27:57 +00:00
nboyd%atg.com 589c036c73 Updated skip list for Rhino. Still needs more work categorizing failures. 2007-04-19 02:28:01 +00:00
nboyd%atg.com 0e98e0befe Tests in this directory oddly depend on a 3-argument TestCase constructor,
rather than the conventional 4-argument constructor, so many tests were
incorrectly failing. Changed to a 3-argument constructor.
2007-04-19 02:24:45 +00:00
igor%mir2.org aafeb526fb Bug 377896: fixing compilation warning about return JS_FALSE in a function returning JSXML*. r=brendan 2007-04-19 02:09:40 +00:00
nboyd%atg.com 40afa4fbf1 Add -debug flag to shell. Will cause it to generate debug for compiled class
files.
2007-04-18 17:08:42 +00:00
nboyd%atg.com 72b1d7697f Minor javadoc changes. 2007-04-18 15:57:44 +00:00
peterv%propagandism.org 5dacf86a27 Fix for bug 374872 (freeze/pause after clicking on a link). Patch by sspitzer, r/sr=peterv. 2007-04-18 10:14:38 +00:00
igor%mir2.org 5066f18bfc Bug 377831: patch from Martijn Wargers <martijn.martijn@gmail.com> to fix JS_TraceChildren declarataion. r=myself 2007-04-18 05:59:10 +00:00
igor%mir2.org f19cd13e4b Bug 377754: fixing JS_CLASS_TRACE macro and misspellings. r=brendan 2007-04-17 21:14:18 +00:00
igor%mir2.org ecff4dd0d6 Fixing misspelling in comments. 2007-04-17 21:10:22 +00:00
mrbkap%gmail.com d6dc4e6ce3 Add an assertion. bug 377090, r=brendan 2007-04-17 21:07:31 +00:00
bclary%bclary.com 8c6c531e30 JavaScript Test - add -Q command line option to jsDriver.pl to disable interrupt signal handler, bug 376701, r=mrbkap 2007-04-17 16:23:27 +00:00
nboyd%atg.com 39b0008481 Fix Bug 377777 - Don't lose precision on a java.lang.Long passed to a long parameter 2007-04-17 15:57:53 +00:00
bclary%bclary.com c38073f865 JavaScript Test - regression test for bug 291927, by Michael Lipp, David P. Caldwell 2007-04-17 13:27:23 +00:00
bclary%bclary.com f4f4967bf9 JavaScript Tests - move tests 5,6 from 373082 to 376773 2007-04-17 12:55:18 +00:00
igor%mir2.org b14781090f Bug 375270: API to trace GC things graph without running the GC. r=brendan 2007-04-17 06:53:39 +00:00
bclary%bclary.com ba0012ad79 JavaScript Tests - reduce test output not related to success/failure, bug 350531 2007-04-14 17:18:58 +00:00
bclary%bclary.com 81919bdc51 JavaScript Tests - do not perform comparisons for skipped test, bug 354541 2007-04-14 17:04:11 +00:00
inonit%inonit.com 9abd299845 Fix crash on startup in pre 1.5 VMs when XMLBeans not available 2007-04-14 00:48:13 +00:00
inonit%inonit.com 966e7ddc26 Rewording docs 2007-04-14 00:47:26 +00:00
crowder%fiverocks.com 4eceb88393 Bug 375642: another regexp that makes JS allocate > 1GB and hand, r=mrbkap 2007-04-14 00:27:12 +00:00
crowder%fiverocks.com aff4d55f08 Bug 356248: incorrect decompilation for object literal with named getter function; property and function names are mashed together, r=brendan 2007-04-14 00:13:02 +00:00
mrbkap%gmail.com fd792c6d29 Add an API to set aside and restore cx->fp. bug 377090, r=brendan 2007-04-13 19:20:22 +00:00
nboyd%atg.com bd8bf67520 Add missing version option. 2007-04-12 17:25:02 +00:00
nboyd%atg.com 849588fa34 Fix javadoc comment for version 1.6. 2007-04-12 17:23:21 +00:00
inonit%inonit.com ff04363b0b Fix bug in which elements which looked like HTML documents would get converted to strings incorrectly 2007-04-11 02:17:10 +00:00
mrbkap%gmail.com 1aa2b29971 Protect against someone calling XPCSafeJSObjectWrapper.prototype(). bug 375164, r+sr=brendan 2007-04-10 16:04:43 +00:00
igor%mir2.org 67d660491e Bug 373175: hiding code to set arena names behind JS_ARENAMETER. r=brendan 2007-04-10 13:29:10 +00:00
bclary%bclary.com a5ab3ba178 JavaScript Test - regression test for bug 352013, by Brendan Eich 2007-04-08 09:07:54 +00:00
bclary%bclary.com 58b9529c3f JavaScript Test - regression test for bug 352441, by Jesse Ruderman 2007-04-08 08:47:25 +00:00
bclary%bclary.com 2c6532d2e3 JavaScript Test - regression test for bug 352789, by Jesse Ruderman 2007-04-08 08:40:41 +00:00
bclary%bclary.com 3fdce81be9 JavaScript Test - regression test for bug 353146, by Jesse Ruderman 2007-04-08 08:32:51 +00:00
bclary%bclary.com fd496e8ebf JavaScript Test - regression test for bug 355786, by Jesse Ruderman 2007-04-08 07:52:03 +00:00
bclary%bclary.com aced892b48 JavaScript Test - regression test for bug 376564, by Jesse Ruderman 2007-04-08 07:44:49 +00:00
bclary%bclary.com ff13a49081 JavaScript Test - regression test for bug 376773, by Igor Bukanov 2007-04-08 06:24:43 +00:00
igor%mir2.org 4fa18dc072 Bug 373082: fixing bad English in comments for xml_lookupProperty. 2007-04-07 15:19:23 +00:00
nboyd%atg.com 89b58c9f11 Add special __javaClass__ property on NativeJavaClass to allow access to
the underlying java.lang.Class instance.
2007-04-07 02:52:23 +00:00
brendan%mozilla.org 9306c0f164 Add -o <option> to shell; add JSOPTION_ANONFUNFIX and test it for ECMA conformance (376052, r=igor). 2007-04-07 01:20:28 +00:00
bclary%bclary.com 1e0b6d0db1 JavaScript Test - regression test for bug 373072, update to check for new exception 2007-04-06 18:46:04 +00:00
inonit%inonit.com fcc81a4b64 Insert conditional having to do with bug 369394 while we are reviewing it 2007-04-06 14:48:15 +00:00
nboyd%atg.com 121dfe455e Fix warnings, clean up javadoc. 2007-04-05 15:50:25 +00:00
nboyd%atg.com 34975a42d7 Fix empty statement warnings. 2007-04-05 14:59:49 +00:00
nboyd%atg.com af2b862079 Fix javadoc. 2007-04-05 14:56:01 +00:00
nboyd%atg.com 41aebfbe10 Remove IDE-inserted comment. 2007-04-05 14:53:10 +00:00
igor%mir2.org 36850b18be Bug 366725: Fixing compilation problems with JS_C_STRINGS_ARE_UTF8 defined. 2007-04-05 10:52:35 +00:00
jruderman%hmc.edu 15033e9738 Bug 376564, Incorrect decompilation for "new (eval())". r=brendan. 2007-04-05 03:24:41 +00:00
brendan%mozilla.org 9abab2b106 Fix decompilation of for(a[b,c] in d) and the like (355786, r=mrbkap). 2007-04-04 23:35:30 +00:00
brendan%mozilla.org 1fba5a0978 Fix special case of new (f()()) and the like (352013 part deux, r=mrbkap). 2007-04-04 23:32:33 +00:00
igor%mir2.org be03838f82 Bug 375183: simpler noSuchMethod implementation, r=brendan. 2007-04-04 22:18:57 +00:00
nboyd%atg.com 3f6be5befa Fix Bug 370400 - Rhino should support const keyword
Patch provided by Bob Jervis (bjervis@google.com)
2007-04-04 20:52:13 +00:00
nboyd%atg.com 126e1ca723 Fix typo in javadoc (thanks to Bob Jervis). 2007-04-04 19:02:53 +00:00
brendan%mozilla.org b692a3c6a8 Allow case yield: in JS1.7 (352441, r=mrbkap). 2007-04-04 18:02:50 +00:00
bclary%bclary.com bc3e14487d JavaScript Test - regression test for bug 314874, by HE Shi-Jun 2007-04-04 04:09:20 +00:00
bclary%bclary.com ada8407428 JavaScript Test - update regression test for bug 345736, by Jesse Ruderman 2007-04-04 03:42:01 +00:00
bclary%bclary.com ea321e1da2 JavaScript Test - regression test for bug 350387, by Nanto Vi (TOYAMA Nao) 2007-04-04 03:37:14 +00:00
nboyd%atg.com 36bcb49b27 Fix bug 386455 - Implement "get" and "set" getter/setter forms in object
initializers in Rhino.
https://bugzilla.mozilla.org/show_bug.cgi?id=368455
Patch submitted by Bob Jervis (bjervis@google.com).
2007-04-03 21:15:17 +00:00
bclary%bclary.com 5148c4de94 JavaScript Test -regression test for bug 351219, by Jesse Ruderman 2007-04-03 13:43:44 +00:00
bclary%bclary.com 071891c9c8 JavaScript Test - regression test for bug 352360, by Jesse Ruderman 2007-04-03 13:32:28 +00:00
bclary%bclary.com 74efb8b8bc JavaScript Test - regression test for bug 352453, by Jesse Ruderman 2007-04-03 12:01:36 +00:00
bclary%bclary.com c93c39f29d JavaScript Test - regression test for bug 374160, by Jesse Ruderman 2007-04-03 11:53:34 +00:00
bclary%bclary.com c21ae9cd26 JavaScript Test - regression test for bug 374589, by Jesse Ruderman 2007-04-03 11:46:43 +00:00
bclary%bclary.com c6da52ffa6 JavaScript Test - regression test for bug 374713, by Jesse Ruderman 2007-04-03 11:34:08 +00:00
bclary%bclary.com f41d7ab2ad JavaScript Test - regression test for bug 375882, by Jesse Ruderman 2007-04-03 11:23:07 +00:00
bclary%bclary.com 68b076d343 JavaScript Test - regression test for bug 352013 2007-04-03 10:07:19 +00:00
bclary%bclary.com bdfcf2e468 Bug 374877 - Update JS_GetImplementationVersion() for JS1.7rc, r=brendan 2007-04-03 04:48:09 +00:00
brendan%mozilla.org f78f7f14ed Fix parser to allow eval(i)++ to compile (352453, r=mrbkap). 2007-04-03 03:26:50 +00:00
brendan%mozilla.org 1cc09d0eb3 Fix js_LineNumberToPC based on MikeM@RetekSolutions.com's input (313922, r=mrbkap). 2007-04-02 18:13:22 +00:00
brendan%mozilla.org 1ac3ce44d2 Unify double sprinting to handle non-finite and negative zero cases (375882, r=mrbkap). 2007-04-02 02:01:50 +00:00
igor%mir2.org 662de0ea86 Taking out the patches for bug 375999 and bug 375808 until the reason for ref counting leak would be clear. 2007-04-01 06:48:21 +00:00
igor%mir2.org c3c23acaf2 Bug 375999: fixing regression from bug 375808. r=brendan 2007-04-01 00:00:36 +00:00
bclary%bclary.com 8883d71d51 JavaScript Test - regression test for bug 371692, by Biju 2007-03-30 19:28:05 +00:00
nboyd%atg.com 7e16d75182 Fix Bug 368453 - Implement __lookupGetter__ and __lookupSetter__ in Rhino
Patch from Bob Jervis (bjervis@google.com).
2007-03-30 16:50:05 +00:00
gavin%gavinsharp.com 6870c1e398 Revert patch from bug 375715 because it broke Gmail (bug 375931) 2007-03-30 16:21:05 +00:00
bclary%bclary.com 9c56a43f60 JavaScript Test - add testcases from bug 375793, by Jesse Ruderman 2007-03-30 14:52:37 +00:00
nboyd%atg.com b7c033a5a1 Fix bug 368425: Implement __noSuchMethod__ in Rhino
Patch submitted by Bob Jervis (bjervis@google.com).
2007-03-30 13:30:05 +00:00
igor%mir2.org bae37334d9 Bug 375808 - GCX_PRIVATE is replaced by GCX_FUNCTION. r=brendan 2007-03-30 06:23:02 +00:00
igor%mir2.org 19d1dcd790 Removal of broken patch for bug 375808 2007-03-30 01:19:50 +00:00
igor%mir2.org 99ea4f132a Bug 375808 - GCX_PRIVATE is replaced by GCX_FUNCTION. r=brendan 2007-03-30 00:56:14 +00:00
igor%mir2.org 52b37f472f Bug 374160: Uniform applications of GetXMLObject. r=brendan 2007-03-29 20:39:46 +00:00
mrbkap%gmail.com bd1228fe59 Ignore let declarations when process variable declarations to ensure proper hoisting behavior. bug 350387, r=brendan 2007-03-29 18:25:22 +00:00
mrbkap%gmail.com a9969354fe Deal with the /i option before calculating the start (and localMax) for ranges. bug 375711, r=crowder 2007-03-29 18:19:15 +00:00
mrbkap%gmail.com bb6c4dcfa1 Continue processing the character set even though we found our max. bug 375715, r=crowder 2007-03-29 18:14:20 +00:00
crowder%fiverocks.com 178e9c59fb Bug 368152, more compiler warnings fixage, r=igor@mir2.org 2007-03-29 18:04:10 +00:00
nboyd%atg.com 021a8f7bcf Partial fix for bug 375682. This fixes the bug for Rhino's interpretive mode
only.
2007-03-29 16:57:54 +00:00
jwalden%mit.edu 6b6ff6cb06 Bug 375793 - Constant folder treats NaN coerced to boolean as true. r=mrbkap 2007-03-29 07:37:15 +00:00
brendan%mozilla.org 9a69a37a58 Fix bug 351219 and related (r=mrbkap). 2007-03-29 07:24:14 +00:00
bzbarsky%mit.edu 9e27ab7847 Fix JS strict warning in the wrapper code. Bug 371948, r+sr=brendan 2007-03-28 20:29:00 +00:00
igor%mir2.org 2c48424c17 Bug 374589: fixing generator/decompiler after bug 351102. r=brendan 2007-03-28 06:49:49 +00:00
crowder%fiverocks.com f1caf0d735 Bug 368152: Fixing warnings and one build error from jsregexp "debugger" patch, r=mrbkap 2007-03-28 00:31:25 +00:00
bclary%bclary.com ba4e8e1efb JavaScript Test - regression test for bug 346237, by Jesse Ruderman 2007-03-28 00:22:51 +00:00
bclary%bclary.com c2a8d82920 JavaScript Test - regression test for bug 330569, by antonlv, Andreas 2007-03-28 00:11:25 +00:00
bclary%bclary.com 24c56a2943 JavaScript Test - regression test for bug 351448 2007-03-27 21:59:31 +00:00
bclary%bclary.com 3370e0bae9 JavaScript Test - Regression test for bug 355736, by Jesse Ruderman 2007-03-27 20:56:54 +00:00
bclary%bclary.com 0843c656c6 JavaScript Test - regression test for bug 373082, by Igor Bukanov 2007-03-27 20:27:17 +00:00
bclary%bclary.com 851eb5929b JavaScript Test - regression test for bug 374112, by Jesse Ruderman 2007-03-27 19:58:31 +00:00
bclary%bclary.com b111eaab3f JavaScript Test - regression test for bug 374163, by Jesse Ruderman, Igor Bukanov 2007-03-27 19:51:51 +00:00
wsharp%adobe.com 5c8eaea17b bug 375561. Make Linux happy. 2007-03-27 19:06:49 +00:00
wsharp%adobe.com 5cca1009c9 bug 375661. Mac project files changes to get latest code working 2007-03-27 18:49:15 +00:00
wsharp%adobe.com 94a303e96e bug 375561. stejohns+ review. Various fixes from Flash player codebase 2007-03-27 18:37:45 +00:00
dbaron%dbaron.org d2a7c1e86a Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 15:35:02 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
dbaron%dbaron.org 1554843a32 Consolidate duplicated code into the beginning of the double-hashing loop. b=374906 r=brendan 2007-03-27 15:32:39 +00:00
bclary%bclary.com f5d7b947e6 Bug 370490 - Build SpiderMonkey with JS_C_STRINGS_ARE_UTF8, not part of the build, patch by Tom Insam, r=brendan 2007-03-26 21:13:57 +00:00
nboyd%atg.com 9569fe3609 Fix bugs 359358 and 359359.
Problem was that direct call optimization did not properly handle some cases
with ++ and --.
2007-03-26 19:14:32 +00:00
nboyd%atg.com b1b54b7a33 change to be conistent with 4 space indent in Rhino codebase. 2007-03-26 17:59:12 +00:00
nboyd%atg.com 5c8ad25550 Change tabs to 4 spaces for consistency with rest of Rhino codebase. 2007-03-26 17:56:45 +00:00
igor%mir2.org a8f9840780 Bug 373082: Changine XML method lookup to never alter "this". r=brendan,jwalden 2007-03-26 09:07:24 +00:00
igor%mir2.org cb0bfa57be Bug 355736: no quotas arround name matching keywords in keywordless context. r=brendan,mrbkap 2007-03-24 07:34:47 +00:00
dbaron%dbaron.org 4984d6ed39 Avoid the need for a getKey callback in jsdhash/pldhash. b=374906 r=brendan 2007-03-23 23:32:41 +00:00
crowder%fiverocks.com b66f22f375 Bug 339652: Maximum recursion value is too low, r=brendan 2007-03-23 18:11:40 +00:00
crowder%fiverocks.com a3b4536465 Bug 330352: very non-greedy regexp causes crash in jsregexp.c, r=mrbkap 2007-03-23 16:13:06 +00:00
peterv%propagandism.org 88fb0ff24b Relanding part of the fix for bug 372960 (Make XPConnect traverse more JS edges). r=brendan, sr=jst. 2007-03-23 13:21:22 +00:00
crowder%fiverocks.com 4a27838b83 Bug 368152: jsregexp preprocessor-enabled "debugging" mode 2007-03-23 03:35:42 +00:00
igor%mir2.org 9eca21e227 Bug 374112: Ensure that empty ns gets empty prefix. r=brendan 2007-03-20 23:39:16 +00:00
crowder%fiverocks.com aac32de57c Bug 335001: Build without JS_HAS_XML_SUPPORT fails, r=brendan 2007-03-20 18:26:42 +00:00
bclary%bclary.com 6ceb0a1d80 JavaScript Test - regression test for bugs 372364, 365891, by Jesse Ruderman 2007-03-20 09:48:15 +00:00
bclary%bclary.com cee1477e69 JavaScript Test - regression test for bugs 372364, 366669, by Jesse Ruderman 2007-03-20 09:34:14 +00:00
bclary%bclary.com b9901b63c0 JavaScript Test - regression test for bug 369404, by Jesse Ruderman 2007-03-20 09:07:18 +00:00
bclary%bclary.com 6b345f1701 JavaScript Test - regression test for bug 371292 added to regression test for bug 365869, by Jesse Ruderman 2007-03-20 08:46:27 +00:00
bclary%bclary.com 712603a8df JavaScript Test - regression test for bug 371369, by Igor Bukanov 2007-03-20 08:36:06 +00:00
bclary%bclary.com 5277920092 JavaScript Test - regression test for bug 371932 2007-03-20 08:17:48 +00:00
bclary%bclary.com 02f09b4c8c JavaScript Test - regression test for bug 372563, by Jesse Ruderman 2007-03-20 07:39:06 +00:00
bclary%bclary.com b5434ba10c JavaScript Test - regression test for bug 374106, fix bug number 2007-03-20 07:32:52 +00:00
bclary%bclary.com daeb4c99f5 JavaScript Test - regression test for bug 374116, fix bug number 2007-03-20 07:31:44 +00:00
igor.bukanov%gmail.com b9e0ad4470 Bug 351102: Simpler exception handling implementation, r=brendan 2007-03-20 07:31:02 +00:00
bclary%bclary.com 7675454ff4 JavaScript Test - regression test for bug 372564, by Jesse Ruderman 2007-03-20 07:30:01 +00:00
bclary%bclary.com 5838fef671 JavaScript Test - regression test for bug 372565, by Jesse Ruderman 2007-03-20 06:48:15 +00:00
bclary%bclary.com 9a445c647f JavaScript Test - regression test for bug 373072, by Igor Bukanov 2007-03-20 06:33:13 +00:00
bclary%bclary.com a792f2a489 JavaScript Test - regression test for bug 373678, by Jesse Ruderman 2007-03-20 06:20:53 +00:00
bclary%bclary.com 0d29185f0d JavaScript Test - regression test for bug 374106, by Jesse Ruderman 2007-03-20 05:48:09 +00:00
bclary%bclary.com 8f3402a521 JavaScript Test - regression test for bug 374116, by Jesse Ruderman 2007-03-20 05:38:08 +00:00
jst%mozilla.org 0a483b237a Followup fix for bug 355766. Make functions exposed through XPCSafeJSObjectWrapper wrappers work more like normal functions. r+sr=brendan@mozilla.org 2007-03-20 00:26:02 +00:00
igor.bukanov%gmail.com 929416e975 Bug 366123: Patch brendan@mozilla.org, r=myself 2007-03-19 21:46:45 +00:00
graydon%mozilla.com da39f6515c Disable the patch for 368869. 2007-03-16 19:52:33 +00:00
peterv%propagandism.org 09b00a6b2d Fix for bug 374096 (Cycle collector doesn't collect all the cycles it could). r=graydon, sr=dbaron. 2007-03-16 12:52:47 +00:00
brendan%mozilla.org e03849842c Fix non-existent attribute deref bug (374116, r=igor). 2007-03-15 23:06:22 +00:00
graydon%mozilla.com d474d7e1b4 Bug 368869 - Make cycle collection suspect all native wrapper roots
r=brendan, sr=jst
2007-03-15 23:05:03 +00:00
igor.bukanov%gmail.com bf06a1881d Bug 374106: making xml_contains to work again. r=mrbkap 2007-03-15 20:30:56 +00:00
crowder%fiverocks.com 22d14fdbd8 Bug 355827: SpiderMonkey's readline() doesn't handle EOF properly, r=crowder, patch by KATO Kazuyoshi <kzys@8-p.info> 2007-03-14 20:47:42 +00:00
igor.bukanov%gmail.com 2c4d603d35 Bug 373678: qnamepart should not set isXML. r=brendan 2007-03-13 23:59:20 +00:00
alfred.peng%sun.com d4d14610a0 Bug 116243. Incorrect type conversion of Java Boolean to Javascript String.
r=brendan,sr=jst.
2007-03-13 03:18:29 +00:00
mrbkap%gmail.com e0098bfcf7 Investigate the srcnotes for more opcodes (even ones that don't have quite the right flag formats). bug 372364, r=brendan 2007-03-11 20:59:30 +00:00
mrbkap%gmail.com bb01368181 Implement ES4's /y option on regular expressions. This is useful for scripts that want to use regular expressions for lexical scanning and don't want to have to chop the input string and use ^ to avoid O(n^2) lexing time. bug 371932, r=crowder 2007-03-11 19:36:59 +00:00
mrbkap%gmail.com 0ae378c672 Always do the JSOP_PUSHOBJ replacement magic, even if the current call op didn't push anything. bug 372563, r=igor 2007-03-11 19:28:54 +00:00
mrbkap%gmail.com 42e2304651 Create a new opcode (JSOP_FORCONST) to use when doing a for-in with a const as the lhs. This also reclaims the useless JSOP_STARTITER. bug 372565, r=brendan 2007-03-11 19:25:58 +00:00
mrbkap%gmail.com 624b0405ff Clear inXML after processing names that could have set us to be inXML. bug 372564, r=jwalden 2007-03-11 19:23:28 +00:00
peterv%propagandism.org 5734873401 Backout to try to fix orange mochitest on OS X. 2007-03-11 18:17:11 +00:00
peterv%propagandism.org a0f7ee3c90 Fix for bug 372960 (Make XPConnect traverse more JS edges). r=brendan, sr=jst. 2007-03-11 15:03:00 +00:00
igor.bukanov%gmail.com 362da7acf6 Bug 371369: delete xml.function::name now works. r=brendan,jwalden 2007-03-10 11:14:22 +00:00
alfred.peng%sun.com c3f10eee93 Bug 248409. LiveConnect should equate java and Packages.java, etc.
r=brendan,sr=jst.
2007-03-10 06:22:21 +00:00
peterv%propagandism.org 9ed7625526 Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron. 2007-03-09 13:14:06 +00:00
sayrer%gmail.com 36e2ae4798 fix for bug 366725 missed a semicolon and broke msvc 2005 express for some people. 2007-03-08 08:25:28 +00:00
igor.bukanov%gmail.com cc845fb66b Bug 366725: JS_GetString(Bytes|Chars) are no longer used in SpiderMonkey. 2007-03-08 06:25:23 +00:00
igor.bukanov%gmail.com 25344a08fd Bug 373072: consistently using JSXML_HAS_NAME(xml) instead of explicit xml class checks. r=brendan 2007-03-07 23:00:55 +00:00
dschaffe%adobe.com be3d0e3a57 bug 363844 r=dschaffe commit subha's test fixes for the new US daylight savings rules. 2007-03-06 20:27:14 +00:00
bclary%bclary.com e5cc8f231a JavaScript Tests - regression test for bug 337226, by Igor Bukanov 2007-03-06 08:40:49 +00:00
bclary%bclary.com bc5a707bcb JavaScript Test - regression test for bug 372331, by Igor Bukanov 2007-03-06 08:26:27 +00:00
igor.bukanov%gmail.com a165b703e2 Bug 372331: the proper evaluation order for for-in loops. r=brendan 2007-03-03 14:01:44 +00:00
pedemont%us.ibm.com 11e7b61647 Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg. 2007-03-02 21:28:58 +00:00
crowder%fiverocks.com bd2fcf90a8 Bug 372309: Crash in [@SetArrayElement] using canvas, r=igor@mir2.org 2007-03-02 17:35:29 +00:00
bclary%bclary.com d1dd8088fd JavaScript Test - regression test for bug 365869, by Jesse Ruderman 2007-03-02 09:53:24 +00:00
bclary%bclary.com d9313d913c JavaScript Test - regression test for bug 367888, by Jesse Ruderman 2007-03-02 09:43:11 +00:00
bclary%bclary.com 3c591790a6 JavaScript Test - regression test for bug 368213, by Jesse Ruderman 2007-03-02 09:36:16 +00:00
bclary%bclary.com c3c39ec88f JavaScript Test - regression test for bug 370048, by Igor Bukanov 2007-03-02 09:27:39 +00:00
bclary%bclary.com ab1787a5f2 JavaScript Test - fix expected path, bug 368585 2007-03-02 06:41:03 +00:00
bclary%bclary.com 90124d8fac JavaScript Test - fix Script object detection, bug 368585 2007-03-02 05:55:05 +00:00
bclary%bclary.com 2185a9e3b4 JavaScript Test - fix Script object detection, bug 368585 2007-03-02 05:49:38 +00:00
crowder%fiverocks.com 6071c8d484 Bug 359024: script bug causes deref of 0x80000001 (JSVAL_VOID), r=brendan 2007-03-01 21:30:48 +00:00
bclary%bclary.com a1bb44ddc1 JavaScript Tests - increase memory pressure in browser based gc(), bug 327198 2007-03-01 19:50:33 +00:00
crowder%fiverocks.com d894b9987e Bug 367888: regexp empty alt (|) with repeat yields infinite loop and consumes all memory, r=mrbkap 2007-03-01 16:05:30 +00:00
bclary%bclary.com 5cc476c3f3 JavaScript Tests - remove extraneous blank line, bug 372198 2007-03-01 12:41:43 +00:00
bclary%bclary.com cf634bdc0b JavaScript Tests - update slow-n.tests, bug 372198 2007-03-01 01:50:50 +00:00
igor.bukanov%gmail.com 1fea16a7ee Bug 363530: Optimizing JS function/method calling bytecodes. r=brendan 2007-03-01 01:33:46 +00:00
bclary%bclary.com 39d790359e JavaScript Tests - update netscape.security.* detection, bug 372198 2007-03-01 01:31:24 +00:00
bclary%bclary.com b5cd703520 JavaScript Tests - update tests excluded from SpiderMonkey testing, bug 372198 2007-03-01 01:05:52 +00:00
bclary%bclary.com f9d8311018 JavaScript Test - revert bad checkin for bug 274152 2007-02-28 22:24:24 +00:00
bclary%bclary.com e00c3c3c62 JavaScript Test - remove add ecma_3/Unicode/uc-001.js to spidermonkey-n.tests, bug 274152.js 2007-02-28 22:06:39 +00:00
bclary%bclary.com 11152dbe5f JavaScript Test - regressoin test for bug 274152, by Brendan Eich 2007-02-28 21:43:01 +00:00
mrbkap%gmail.com a98420e1c6 Only warn for properties that we find on our object, not on properties that we're overriding. bug 365869 and 371174, r=crowder 2007-02-28 04:04:15 +00:00
brendan%mozilla.org 2949fbd9d8 First stage of loop optimization (371802, r=igor). 2007-02-28 03:12:01 +00:00
bzbarsky%mit.edu ad9c5071b1 Don't hand ownership of stuff allocated with nsMemory to the JS engine just like that. Tell it how to deallocate instead. Bug 353107, r=jst, sr=brendan 2007-02-28 02:33:05 +00:00
brendan%mozilla.org c1d9889432 Fix group assignment of sharp-var-named right-hand-side array (368213, r=mrbkap). 2007-02-28 02:05:08 +00:00
bclary%bclary.com dae6685e0b JavaScript Test - regression test for bug 369536, by David P. Caldwell 2007-02-27 18:44:27 +00:00
bclary%bclary.com babbccafbe JavaScript Tests - regression test for bug 329257, by Don Brown, David P. Caldwell 2007-02-27 18:38:59 +00:00
bclary%bclary.com ea1640bf9b JavaScript Test - regression test for bug 291930, by Michael Lipp, David P. Caldwell 2007-02-27 18:29:23 +00:00
bclary%bclary.com e02b7f030a JavaScript Test - regression test for bug 288027, by Martin Honnen, David P. Caldwell 2007-02-27 18:18:43 +00:00
crowder%fiverocks.com 233116830a Bug 367121: thread-safety and ordering issues in Script object, r=brendan 2007-02-27 04:35:35 +00:00
jst%mozilla.org ca857ff810 Followup fix for bug 368945. Adding missing argc check to make sure we don't poke past the end of the arguments. r+sr=shaver@mozilla.org 2007-02-27 02:00:13 +00:00
brendan%mozilla.org 6375cd0fcc Allow SPROP_SET to throw the getter but no setter 'readonly' error (371724, r=mrbkap). 2007-02-26 17:45:26 +00:00
bclary%bclary.com ff500a11db JavaScript Test - regression test for bug 352285, by Jeff Walden 2007-02-26 08:57:21 +00:00