igor.bukanov%gmail.com
|
4cfe4081f1
|
Bug 341821: Taking out the fix for the bug once again. The fix exposed the problem reported in bug 341815 and it better to address everything as single patch.
|
2006-07-31 08:40:44 +00:00 |
bclary%bclary.com
|
518b61e43c
|
JavaScript Test Library - check that everything was iterated, by Jeff Walden
|
2006-07-31 08:09:10 +00:00 |
mrbkap%gmail.com
|
4a4679cf9c
|
Ensure that we set gData->ok in OOM situations to avoid continuing on past an OOM and crashing later. bug 346237, r=brendan
|
2006-07-30 18:42:19 +00:00 |
martijn.martijn%gmail.com
|
584a33c71c
|
Bug 323195 - XPCAutoUnlock messes with detection of potential deadlocks, patch by Matthew Gertner, r=brendan
|
2006-07-29 14:45:09 +00:00 |
igor.bukanov%gmail.com
|
13764b426d
|
Bug 342854: Using JSContext callback to ensure that C stack limit is always set. r=brendan,mrbkap,sr=jst
|
2006-07-29 08:39:04 +00:00 |
igor.bukanov%gmail.com
|
f690075c95
|
Bug 341821: close hooks are run outside GC locks. r=brendan,sr=mrbkap
|
2006-07-29 07:26:40 +00:00 |
mrbkap%gmail.com
|
da84573ed8
|
Checking in Feng Qian's <feng.qian.moz@gmail.com> patch to make XPConnect eagerly attach its thread private data before the JS engine does, ensuring good ordering when the thread (and thus both XPConnect on that thread and the JS runtime) shuts down, thus preventing racing and use of deleted memory. bug 335018, r=brendan
|
2006-07-28 20:25:39 +00:00 |
igor.bukanov%gmail.com
|
63d75e09ea
|
Bug 341821: removing the previous commit, the patch was broken.
|
2006-07-28 13:23:09 +00:00 |
bclary%bclary.com
|
1a43cc2608
|
JavaScript Test Library - regression test for bug 3462027, by Feng Qian
|
2006-07-28 09:56:03 +00:00 |
bclary%bclary.com
|
0714273277
|
JavaScript Test Library - regression test for bug 346203, by Nickolay Ponomarev
|
2006-07-28 09:45:23 +00:00 |
igor.bukanov%gmail.com
|
0324194b39
|
Bug 341821: Close hooks are run outside GC locks. r=brendan,sr=mrbkap
|
2006-07-28 08:05:56 +00:00 |
brendan%mozilla.org
|
7c57ebc20f
|
Fix thinko of pnprop for pnhit (346203, r=mrbkap).
|
2006-07-28 00:37:58 +00:00 |
brendan%mozilla.org
|
3e00dc9b3e
|
Fix finally after try that throws, or catch-none finally in try-catch-finally, to save pending exception on stack, then rethrow after retsub (346029, r/sr=mrbkap/shaver).
|
2006-07-27 21:41:07 +00:00 |
bzbarsky%mit.edu
|
6d2c41cdbb
|
Flag JS components as system scripts. Bug 345991, r=mrbkap, sr=brendan
|
2006-07-27 17:49:01 +00:00 |
mrbkap%gmail.com
|
bf57978e14
|
Checking in Feng Qian's <feng.qian.moz@gmail.com> patch to fix a typo. bug
346027, r=mrbkap
|
2006-07-27 17:11:36 +00:00 |
m_kato%ga2.so-net.ne.jp
|
2d193fbd68
|
bug 345866 - support OJI for Win64. r/sr=jst
|
2006-07-27 16:51:25 +00:00 |
bclary%bclary.com
|
5e6addc8ed
|
JavaScript Test Library - regression test for bug 345879, by Seno Aiko
|
2006-07-27 11:23:25 +00:00 |
bclary%bclary.com
|
43468146ca
|
JavaScript Test Library - regression test for bugs 336373, 345922, by Jeff Walden
|
2006-07-27 11:16:25 +00:00 |
bclary%bclary.com
|
0561599de5
|
JavaScript Test Library - regression test for bug 336921, by Joey Minta
|
2006-07-27 11:12:13 +00:00 |
mrbkap%gmail.com
|
2a02b41adb
|
GCC isn't smart enough to see that list cannot be used uninitialized. Fallout from bug 336921, rs=brendan
|
2006-07-26 22:10:04 +00:00 |
igor.bukanov%gmail.com
|
bd81ffee8a
|
Bug 345967: ensure proper id rooting in array_unshift. r=mrbkap,sr=brendan
|
2006-07-26 21:32:56 +00:00 |
mrbkap%gmail.com
|
5871e3cf79
|
Add a newline.
|
2006-07-26 20:54:01 +00:00 |
mrbkap%gmail.com
|
b8950a2eb1
|
Make XML.prototype.appendChild useful by fixing a bug in GetProperty that also exists in ECMA-357. bug 336921, r=brendan
|
2006-07-26 20:49:52 +00:00 |
mrbkap%gmail.com
|
626162160c
|
Checking in a patch from Feng Qian <feng.qian.moz@gmail.com> to improve the performance of Date by caching the UTC time as well as the local time. bug 340992, r=mrbkap
|
2006-07-26 20:23:45 +00:00 |
mrbkap%gmail.com
|
3d9bf71497
|
Allow reserved keywords to be used as property identifiers after attribute selectors. bug 345922, r=brendan a=beltzner
|
2006-07-26 18:50:40 +00:00 |
bclary%bclary.com
|
35a7e72be4
|
Improve consistency of IEEE 754 floating point, shell only, not part of the build, r=mrbkap,sr=brendan, bug 343984
|
2006-07-26 03:56:41 +00:00 |
mrbkap%gmail.com
|
2584e1b8b6
|
Deal with a function in a generator passing too few arguments and with calling the result of 'yield'. Patch from brendan, r=mrbkap, bug 345879
|
2006-07-26 03:07:16 +00:00 |
mrbkap%gmail.com
|
ad013a907d
|
Push catch and with statements onto tc->topScopeStmt so we don't optimize variable lookups inside of them. Also, protect against adding a stmt to the scope statement list twice. bug 345867, r=brendan
|
2006-07-26 03:03:18 +00:00 |
bclary%bclary.com
|
3f8bf3c65a
|
Force JS_Assert to exit with code 3 on Windows, debug only, r=mrbkap,sr=brendan, bug 345118
|
2006-07-26 02:38:58 +00:00 |
mrbkap%gmail.com
|
2711b61c3c
|
Protect each cloned block object from being GC'd. Patch from brendan, r=mrbkap, bug 345772
|
2006-07-25 23:21:03 +00:00 |
mrbkap%gmail.com
|
b631dfc76d
|
Make jsfile.c compile in the new world. bug 345761, rs=brendan
|
2006-07-25 20:46:11 +00:00 |
mrbkap%gmail.com
|
c2c3247957
|
User a variable that's actually defined by default everywhere. bug 345787, r=brendan
|
2006-07-24 23:20:56 +00:00 |
nboyd%atg.com
|
4343615629
|
Add change log for 1.6R3.
|
2006-07-24 12:30:45 +00:00 |
nboyd%atg.com
|
47720dd287
|
Don't add apidocs URL prefix since this file is input to javadoc.
|
2006-07-24 12:02:07 +00:00 |
nboyd%atg.com
|
82381cc9b3
|
fix broken links
|
2006-07-23 16:17:52 +00:00 |
bclary%bclary.com
|
b2950c6a39
|
JavaScript Test Library - regression test for bug 345542, by nanto vi (TOYAMA Nao)
|
2006-07-23 03:42:39 +00:00 |
bclary%bclary.com
|
509b8bd8a4
|
JavaScript Test Library - add ability to declare multiple success exit codes, bug 345370, r=mrbkap
|
2006-07-23 03:29:10 +00:00 |
brendan%mozilla.org
|
cd15d6c3b1
|
Mark the calle (argv[-2]) from generator_mark (343455, r=mrbkap).
|
2006-07-22 22:20:40 +00:00 |
mrbkap%gmail.com
|
202a6f3a0b
|
Don't assert when the block chain has been captured. bug 345542, r=brendan
|
2006-07-22 02:16:12 +00:00 |
brendan%mozilla.org
|
152df1b227
|
Rest of fix for 343455 (r=mrbkap).
|
2006-07-21 21:59:21 +00:00 |
brendan%mozilla.org
|
154cd0d3ae
|
Defend against null acx->thread in js_GC, in case JS_ClearContextThread is used for context-pooling (345365, r=feng).
|
2006-07-21 19:09:36 +00:00 |
brendan%mozilla.org
|
4d789580db
|
Null defense needed in case of JS_DestroyRuntime with no script filenames tabled (345350, r=mrbkap).
|
2006-07-21 02:17:22 +00:00 |
brendan%mozilla.org
|
17eecc3107
|
Mark newborn generators' frames (343455, r=mrbkap).
|
2006-07-21 02:00:36 +00:00 |
bclary%bclary.com
|
bf33bbb75c
|
JavaScript Test Library - regression test for bug 324359 by Joey Minta
|
2006-07-20 22:38:46 +00:00 |
bclary%bclary.com
|
d5f12363a5
|
JavaScript Test Library - regression test for bug 324650, by Philipp Vogt, Brendan Eich
|
2006-07-20 22:35:45 +00:00 |
bclary%bclary.com
|
505d889a58
|
JavaScript Test Library - regression test for bug 330684, by Shaohua Wen
|
2006-07-20 22:32:29 +00:00 |
bclary%bclary.com
|
61f72850a3
|
JavaScript Test Library - test MakeDate, no bug
|
2006-07-20 22:28:13 +00:00 |
bclary%bclary.com
|
4fbc693556
|
JavaScript Test Library - remove extraneous print() in js1_7/block/regress-341939.js
|
2006-07-20 21:37:03 +00:00 |
silver%warwickcompsoc.co.uk
|
3ba02d2f8f
|
Bug 343511 - Don't assert more than necessary. r=rginda
|
2006-07-20 15:25:32 +00:00 |
bclary%bclary.com
|
5f85c0f27a
|
JavaScript Test Library - regression test for bug 344804, by Jesse Ruderman
|
2006-07-19 20:14:48 +00:00 |