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 |