brendan%mozilla.org
|
15e0f48461
|
Warning fix.
|
2006-07-13 19:18:01 +00:00 |
|
brendan%mozilla.org
|
92134eaf2b
|
Improve mismatched tag name diagnostic (344455, r=mrbkap).
|
2006-07-13 19:14:21 +00:00 |
|
gavin%gavinsharp.com
|
74b982040d
|
Bug 343998: copysign was not defined on WINCE, patch by dougt, r=brendan
|
2006-07-13 14:01:41 +00:00 |
|
brendan%mozilla.org
|
a41c1f3355
|
Trailing whitespace removal.
|
2006-07-13 01:31:44 +00:00 |
|
bent.mozilla%gmail.com
|
59c230656f
|
Backing out changes from bug 280236.
|
2006-07-12 23:00:11 +00:00 |
|
bent.mozilla%gmail.com
|
151e9fcc71
|
Bug 280236 - "coercing an array containing an nsXPCConstructor to a string results in an uncatchable error". Patch by timeless. r=dbradley, sr=jst.
|
2006-07-12 22:18:45 +00:00 |
|
mrbkap%gmail.com
|
17e71cd968
|
Add some code that imitates split windows in the js shell. bug 337528, rs=brendan
|
2006-07-12 21:21:45 +00:00 |
|
szegedia%freemail.hu
|
3a1f4012bf
|
Fix for #343021
|
2006-07-12 09:28:57 +00:00 |
|
brendan%mozilla.org
|
baed97a243
|
Fix js_PutBlockObject, write JSOP_LEAVEBLOCKEXPR decompiler logic (344262, r=mrbkap).
|
2006-07-11 23:29:41 +00:00 |
|
mrbkap%gmail.com
|
b12405c6a4
|
Fix dependencies for regenerating jsautokw.h. bug 344265, r=brendan sr=bsmedberg
|
2006-07-11 20:19:36 +00:00 |
|
szegedia%freemail.hu
|
f1e19754a9
|
Fix for #314163 "E4X XML object constructed from an XML Beans XmlObject is not consistent with a literal (inline) E4X XML object"
|
2006-07-11 12:52:35 +00:00 |
|
szegedia%freemail.hu
|
d02505e57c
|
Fix for #342894: "examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree"
|
2006-07-11 12:38:20 +00:00 |
|
szegedia%freemail.hu
|
54f73196ec
|
Fix for #342894: "examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree"
|
2006-07-11 12:34:25 +00:00 |
|
szegedia%freemail.hu
|
ed8e5c16e9
|
Patches from #343021: "Rhino E4X does not correctly build from source with Ant"
|
2006-07-11 12:28:42 +00:00 |
|
brendan%mozilla.org
|
0aeae8a794
|
Comment update for last patch (344139, r=mrbkap).
|
2006-07-10 21:11:47 +00:00 |
|
mrbkap%gmail.com
|
3ed60e4aa8
|
Emit the correct bytecode when a let-declared variable is on the right side of a += or similar operator. bug 344139, r=brendan
|
2006-07-10 19:23:13 +00:00 |
|
brendan%mozilla.org
|
7ff75083df
|
Forgot to switch to SRC_INITPROP (344120, r=mrbkap).
|
2006-07-10 19:13:55 +00:00 |
|
bclary%bclary.com
|
94eb63d441
|
JavaScript Test Library - regression test for bug 344139, by Jeff Walden
|
2006-07-10 18:52:32 +00:00 |
|
bclary%bclary.com
|
070b0bc40b
|
JavaScript Test Library - regression test for bug 344120, by timeless
|
2006-07-10 18:46:47 +00:00 |
|
bclary%bclary.com
|
8a41e721ce
|
JavaScript Test Library - regression test for bug 336376, by Jeff Walden
|
2006-07-10 00:11:25 +00:00 |
|
bclary%bclary.com
|
67b480f96a
|
JavaScript Test Library - regression test for bug 344052, by Dao Gottwald
|
2006-07-09 23:54:39 +00:00 |
|
mrbkap%gmail.com
|
964994c006
|
Clear cached class objects when JS_ClearScope is called on the global object to avoid leaks. Also, add code to GC_MARK_DEBUG that pretty-prints slot names containing cached class objects. bug 343417, r=brendan
|
2006-07-07 22:28:05 +00:00 |
|
brendan%mozilla.org
|
102fc7b78d
|
Fix another 1.8-branch API compat bit-hack bug.
|
2006-07-07 06:25:29 +00:00 |
|
brendan%mozilla.org
|
f722c8fbf6
|
Fix bit-magic brainfart, remove useless test and add assert that it's useless (js1.7 bug, r=mrbkap).
|
2006-07-07 01:52:07 +00:00 |
|
mrbkap%gmail.com
|
77bbbb4727
|
Don't stuff the stack slot that we were about to read. bug 343765, r=brendan
|
2006-07-06 22:46:26 +00:00 |
|
mrbkap%gmail.com
|
c9b8311dda
|
Make sure that we clean up block objects that were cloned into the scope chain for environment capture, so they don't reference dead frame pointers or dead stack slots, and instead have property-based copies of their locals. bug 343765, r=brendan
|
2006-07-06 20:47:02 +00:00 |
|
mrbkap%gmail.com
|
dd69817f01
|
Nuke a warning introduced by widening JSFunctionSpec.extra. No bug, r=brendan
|
2006-07-06 20:18:46 +00:00 |
|
mrbkap%gmail.com
|
02d2912e62
|
Nuke GCC -pedantic warnings by using the GCC __extension__ keyword (along with a hack to allow us to use it on 'goto' expressions). bug 343680, r=brendan
|
2006-07-06 20:14:23 +00:00 |
|
mrbkap%gmail.com
|
30d15a673d
|
Landing a patch from Feng Qian <feng.qian.moz@gmail.com> to avoid long-running regexps from hanging the browser forever by calling the branch callback at regular intervals. bug 307456, r=brendan/mrbkap
|
2006-07-06 20:13:04 +00:00 |
|
brendan%mozilla.org
|
82c8a485f2
|
Followup to match (modulo comment and whitespace) 1.8 branch for script flags functions.
|
2006-07-06 19:35:33 +00:00 |
|
brendan%mozilla.org
|
b2072bf1a1
|
MOZILLA_1_8_BRAN CH API compatibility restoration.
|
2006-07-06 18:40:03 +00:00 |
|
mrbkap%gmail.com
|
e064fc9e40
|
Remove this assertion since with objects will botch it. bug 343713, r=brendan
|
2006-07-06 06:25:31 +00:00 |
|
bclary%bclary.com
|
fd16a87187
|
JavaScript Test Library - regression test for bug 343713
|
2006-07-06 05:29:03 +00:00 |
|
brendan%mozilla.org
|
9d0e553b2f
|
Fix function body code generation to happen within the TCF_IN_FUNCTION flag's scope (343708, tachyonal r=mrbkap).
|
2006-07-06 05:28:15 +00:00 |
|
brendan%mozilla.org
|
59bb712b6f
|
JS_1_7_ALPHA_BRANCH landing, mainly destructuring optimizations and let completion (336373, r=mrbkap).
|
2006-07-06 01:25:44 +00:00 |
|
mrbkap%gmail.com
|
a91848d680
|
Add missing rooting around a call out JS_Enumerate. bug 343290, r=brendan
|
2006-07-02 03:30:46 +00:00 |
|
mrbkap%gmail.com
|
21bc46e129
|
Protect against overly-large reallocations. bug 342960, r=brendan a=dveditz
|
2006-07-02 03:05:06 +00:00 |
|
igor.bukanov%gmail.com
|
dc6cc6e7b2
|
Bug 322135: the length setter for array tries to detect a sparse array and enumerate over properties to remove elements beyond the array length. r=mrbkap,sr=brendan
|
2006-07-01 19:58:44 +00:00 |
|
igor.bukanov%gmail.com
|
beb746b6aa
|
Bug 343228: Fixing array_sort to always free the temporary array. r=mrbkap
|
2006-07-01 19:52:32 +00:00 |
|
igor.bukanov%gmail.com
|
19908a421e
|
Bug 341956: Reorder id allocation to avoid delays with their access. r=mrbkap,sr=brendan
|
2006-07-01 19:29:34 +00:00 |
|
igor.bukanov%gmail.com
|
98919b21b5
|
Bug 342625: Fix js_GC to return false only for branch callback cancelations restoring WAY_TOO_MUCH_GC. r=mrbkap,sr=brendan
|
2006-06-29 19:13:51 +00:00 |
|
bclary%bclary.com
|
69d4233d70
|
Bug 330237 - revert patch due to mac os x bustage, not part of the build. r=shaver
|
2006-06-29 12:51:42 +00:00 |
|
igor.bukanov%gmail.com
|
9ebf7bc3ae
|
Bug 341896: GC finalizes the states of native iterators before finalizing the rest of object. It avoids using expensive close hooks. r=brendan
|
2006-06-29 06:51:33 +00:00 |
|
bzbarsky%mit.edu
|
2092c2f893
|
Move around some debug defines to make life better. No reviews, yay!
|
2006-06-29 05:33:39 +00:00 |
|
bclary%bclary.com
|
5e78949d9e
|
JavaScript Test Library - add JavaScriptOptions object to e4x test environment
|
2006-06-28 23:40:24 +00:00 |
|
bclary%bclary.com
|
a4ca8009c7
|
JavaScript Test Library - update to gVersion for version 1.6 and 1.7, no bug, not part of the build
|
2006-06-28 21:54:31 +00:00 |
|
bclary%bclary.com
|
d9755392fe
|
JavaScript Test Library - catch too much recursion exception, bug 234398
|
2006-06-28 21:50:09 +00:00 |
|
mrbkap%gmail.com
|
f2c3659778
|
Checking in Sebastien Marinier <mozilla@smarinier.net>'s patch (along with a
couple of other bugs that need fixing) to avoid file handle leaks when using
directory[path] syntax. bug 342148, NPOTB
|
2006-06-28 19:49:39 +00:00 |
|
igor.bukanov%gmail.com
|
d115537fbf
|
Bug 342737: New API to register JS_NewContext/JS_DestroyContext* callback. In this way an embedding can do a common customization of JSContext instances in a single place. r=brendan
|
2006-06-27 12:09:09 +00:00 |
|
mrbkap%gmail.com
|
80bbd167fe
|
Resolve standard classes even when assigning to give them a chance to initialize
themselves to avoid them overriding the assigned value when they're used internally
the first time. bug 342359, r=brendan sr=jst
|
2006-06-26 21:22:12 +00:00 |
|
bclary%bclary.com
|
6912312eca
|
JavaScript Test Library - regression test for bug 328897, by Boris Zbarsky
|
2006-06-26 18:58:27 +00:00 |
|
bclary%bclary.com
|
f37bf1070f
|
JavaScript Test Library - reset String constructor on each path, bug 304376, not part of the build.
|
2006-06-26 15:22:49 +00:00 |
|
silver%warwickcompsoc.co.uk
|
8470c91b81
|
Partial backout of bug 341919 to fix bustage caused by DOM_AGNOSTIC3_BRANCH landing.
|
2006-06-26 11:11:57 +00:00 |
|
silver%warwickcompsoc.co.uk
|
9405c42b36
|
Bug 341919 - Remove widget dependency from JSD. r=rginda sr=jst
|
2006-06-26 10:36:28 +00:00 |
|
timeless%mozdev.org
|
b33404c812
|
Bug 330237 editline.c:1038: warning: implicit declaration of function `getpid'
r=shaver
|
2006-06-25 07:20:40 +00:00 |
|
igor.bukanov%gmail.com
|
07441484f4
|
Bug 342180: Check for unitialized scriptFilenameTable in js_SweepScriptFilenames as js_GC can run before js_InitRuntimeScriptState is invoked. r=mrbkap
|
2006-06-24 10:48:56 +00:00 |
|
mrbkap%gmail.com
|
7b1e11248b
|
Keep a strong reference to the context that we're operating on. This involves
giving the sandbox context an nsISupports private data that controls its
lifetime. bug 337462, r+sr=jst
|
2006-06-24 04:33:24 +00:00 |
|
bent.mozilla%gmail.com
|
6fc5260a1b
|
Bug 342573 - "Fix accidental return value switch from bug 176182". r=mrbkap.
|
2006-06-23 22:29:51 +00:00 |
|
mrbkap%gmail.com
|
afbc7f20c9
|
Some style cleanups, and add some paranoia checking. bug 342267, r=dveditz sr=jst
|
2006-06-23 18:18:09 +00:00 |
|
bclary%bclary.com
|
19fec1bf7c
|
JavaScript Test Library - regression test for bug 341939, by nanto vi (TOYAMA Nao)
|
2006-06-23 03:05:07 +00:00 |
|
bclary%bclary.com
|
7cc03cafd9
|
JavaScript Test Library - regression test for bug 340199, by Blake Kaplan
|
2006-06-22 18:49:07 +00:00 |
|
szegedia%freemail.hu
|
d4515f125a
|
Removed "pre"
|
2006-06-22 16:16:07 +00:00 |
|
szegedia%freemail.hu
|
2d4fc75b74
|
Committing the patch for Bugzilla 328924 "Impossible to use the debugger from outside the omj.tools.debugger package"
|
2006-06-22 16:12:44 +00:00 |
|
bclary%bclary.com
|
9fc23fb5a4
|
JavaScript Test Library - properly terminate browser based test if uncaught exception occurs, no bug, not part of the build
|
2006-06-22 06:44:45 +00:00 |
|
mrbkap%gmail.com
|
c51c5cdee9
|
Exception classes need to set their constructors on the global object themselves since they don't use JS_InitClass. bug 342359, r=brendan
|
2006-06-21 23:54:04 +00:00 |
|
mrbkap%gmail.com
|
b2988348b3
|
Fix whitespace and style nits from brendan (bug 336409)
|
2006-06-21 18:16:52 +00:00 |
|
brendan%mozilla.org
|
9041c05ece
|
Fix warning in str_split.
|
2006-06-21 16:54:40 +00:00 |
|
igor.bukanov%gmail.com
|
9f9ab7cc1e
|
Bug 341877: Infrastructure to root properly native iterator states. r=brendan
|
2006-06-21 09:13:24 +00:00 |
|
mrbkap%gmail.com
|
87295eaca7
|
Be safer in doing these additions. bug 336409, r=igor
|
2006-06-21 00:42:04 +00:00 |
|
brendan%mozilla.org
|
cd71953372
|
Null defense in case of early failure under js_NewContext (342180, r=mrbkap).
|
2006-06-20 18:36:34 +00:00 |
|
gijskruitbosch%gmail.com
|
a68352ae26
|
Bug 342074 - JSD crashes on exit when there's two clients
r+a=timeless
|
2006-06-20 15:54:44 +00:00 |
|
igor.bukanov%gmail.com
|
8d743fde46
|
Bug 341877: Reverting the previous commit, the patch was broken.
|
2006-06-20 00:50:17 +00:00 |
|
brendan%mozilla.org
|
a422d9cec7
|
White space police state attack.
|
2006-06-19 23:38:02 +00:00 |
|
igor.bukanov%gmail.com
|
2d2124eb15
|
Bug 341877: Infrastructure to properly mark native iterator state during GC without changing public API. r=brendan
|
2006-06-19 22:53:51 +00:00 |
|
igor.bukanov%gmail.com
|
e03eb62472
|
Bug 341896: Call the branch callback outside GC lock. r=brendan
|
2006-06-19 22:46:39 +00:00 |
|
timeless%mozdev.org
|
27eaab5dcd
|
Bug 337917 Make consumers stop using cids from other modules
|
2006-06-18 21:18:22 +00:00 |
|
brendan%mozilla.org
|
574558f96c
|
Home ToString results before concatenating (341896, r=igor).
|
2006-06-18 16:27:10 +00:00 |
|
brendan%mozilla.org
|
3b45f3b63c
|
Fix iterator to mark opaque state (341877, r=igor).
|
2006-06-18 02:04:40 +00:00 |
|
bclary%bclary.com
|
e9bdb84776
|
JavaScript Test Library - regression test for bug 341675, by Igor Bukanov
|
2006-06-17 04:54:08 +00:00 |
|
bclary%bclary.com
|
99dc9732c0
|
JavaScript Test Library - regression test for bug 341500, by Igor Bukanov
|
2006-06-17 04:46:15 +00:00 |
|
bclary%bclary.com
|
db2b8d2079
|
JavaScript Test Library - regression test for bug 341499, by Igor Bukanov
|
2006-06-17 04:40:13 +00:00 |
|
bclary%bclary.com
|
bd22b9adae
|
JavaScript Test Library - regression test for bug 341496, by Igor Bukanov
|
2006-06-17 04:36:01 +00:00 |
|
bclary%bclary.com
|
407bdd50cc
|
JavaScript Test Library - regression test for bug 341360, by Ted Mielczarek, Ria Klaassen
|
2006-06-17 04:28:35 +00:00 |
|
bclary%bclary.com
|
c420b4d0eb
|
JavaScript Test Library - regression test for bug 340526, by Igor Bukanov
|
2006-06-17 02:58:31 +00:00 |
|
bclary%bclary.com
|
99032d0253
|
JavaScript Test Library - regression test for bug 340024, by jhs@lysator.liu.se
|
2006-06-17 02:47:03 +00:00 |
|
mrbkap%gmail.com
|
0ccee130e1
|
Hacky patch to allow XPConnect's global objects to participate in the JS engine's new JSCLASS_GLOBAL_FLAGS class flags. bug 339041, r=shaver, sr=sicking
|
2006-06-17 01:03:10 +00:00 |
|
bclary%bclary.com
|
f9c1cdd373
|
JavaScript Test Library - regression test for bug 340369, by Ria Klaassen, Gavin Sharp
|
2006-06-17 00:50:52 +00:00 |
|
bclary%bclary.com
|
aece56f10c
|
JavaScript Test Library - regression test for bug 338709, by Seno Aiko
|
2006-06-16 22:32:08 +00:00 |
|
igor.bukanov%gmail.com
|
1b632c00b3
|
Bug 341675: Prevent an infinite loop in GC when a close hook create more objects with close hooks. r=mrbkap
|
2006-06-16 19:21:38 +00:00 |
|
igor.bukanov%gmail.com
|
b170611b96
|
Bug 341510: GC executes close hooks after the sweeping phase as a bulletproof way to prevent finalization of new live things created by the hooks. r=mrbkap
|
2006-06-16 19:18:50 +00:00 |
|
bclary%bclary.com
|
8234e4942c
|
JavaScript Test Library - regression test for bug 339685, by Jesse Ruderman
|
2006-06-16 15:14:03 +00:00 |
|
bclary%bclary.com
|
9d749f8350
|
JavaScript Test Library - regression test for bug 338653, by shadowpage, Igor Bukanov
|
2006-06-16 14:34:56 +00:00 |
|
bclary%bclary.com
|
e17b40198b
|
JavaScript Test Library - regression test for bug 338307, by TOYAMA Nao
|
2006-06-16 12:50:07 +00:00 |
|
igor.bukanov%gmail.com
|
4ebdd1094a
|
Bug 340526: make sure during GC that all unreachable objects with close hooks are closed. r=mrbkap
|
2006-06-16 09:51:11 +00:00 |
|
bclary%bclary.com
|
84b26ca512
|
Bug 340036: Script tag should support version 1.7, r=mrbkap, r=peterv, sr=brendan
|
2006-06-15 21:47:59 +00:00 |
|
bclary%bclary.com
|
20bc441541
|
JavaScript Test Library - regression test for bug 331719, by David Baron
|
2006-06-15 10:51:00 +00:00 |
|
igor.bukanov%gmail.com
|
5c77935888
|
Bug 341499: The assert in js_NewGCThing about not running GC now takes into account that we allow allocation from close hooks. r=mrbkap
|
2006-06-15 10:42:57 +00:00 |
|
igor.bukanov%gmail.com
|
e43c76eb9d
|
Bug 341496: Iterator class now tells the engine about extra slots it uses as its instances are exposed to scripts. r=mrbkap
|
2006-06-15 10:35:11 +00:00 |
|
igor.bukanov%gmail.com
|
16c92706ee
|
Bug 340751: js_NewGCThing now contains missed checks for delayed GC after too many allocation. r=mrbkap
|
2006-06-15 10:28:39 +00:00 |
|
igor.bukanov%gmail.com
|
640729a776
|
Bug 340129: Bulletproof rooting of objects during sharp graph construction/usage. r=mrbkap
|
2006-06-15 10:14:42 +00:00 |
|