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

7919 Коммитов

Автор SHA1 Сообщение Дата
mrbkap%gmail.com 27b6595272 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 f0e402e1f9 Bug 341821: removing the previous commit, the patch was broken. 2006-07-28 13:23:09 +00:00
bclary%bclary.com 462018b43e JavaScript Test Library - regression test for bug 3462027, by Feng Qian 2006-07-28 09:56:03 +00:00
bclary%bclary.com 81fe8279ba JavaScript Test Library - regression test for bug 346203, by Nickolay Ponomarev 2006-07-28 09:45:23 +00:00
igor.bukanov%gmail.com 17fe9f8744 Bug 341821: Close hooks are run outside GC locks. r=brendan,sr=mrbkap 2006-07-28 08:05:56 +00:00
brendan%mozilla.org 6e1fa5e1eb Fix thinko of pnprop for pnhit (346203, r=mrbkap). 2006-07-28 00:37:58 +00:00
brendan%mozilla.org 16fc062f41 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 863ea02802 Flag JS components as system scripts. Bug 345991, r=mrbkap, sr=brendan 2006-07-27 17:49:01 +00:00
mrbkap%gmail.com 7d779c4d37 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 86945155bc bug 345866 - support OJI for Win64. r/sr=jst 2006-07-27 16:51:25 +00:00
bclary%bclary.com c27fde6d36 JavaScript Test Library - regression test for bug 345879, by Seno Aiko 2006-07-27 11:23:25 +00:00
bclary%bclary.com 314c8d0355 JavaScript Test Library - regression test for bugs 336373, 345922, by Jeff Walden 2006-07-27 11:16:25 +00:00
bclary%bclary.com 3e772026d1 JavaScript Test Library - regression test for bug 336921, by Joey Minta 2006-07-27 11:12:13 +00:00
mrbkap%gmail.com 9a8e8bfca5 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 76f0ad3201 Bug 345967: ensure proper id rooting in array_unshift. r=mrbkap,sr=brendan 2006-07-26 21:32:56 +00:00
mrbkap%gmail.com 97e873c7f4 Add a newline. 2006-07-26 20:54:01 +00:00
mrbkap%gmail.com c9d87c2bfe 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 ad0b9077cb 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 8fa698f011 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 6a58b518d2 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 9d9e946dfb 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 fd7a5d36d0 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 9cfd8af041 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 d3f726c702 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 f9cd7ff116 Make jsfile.c compile in the new world. bug 345761, rs=brendan 2006-07-25 20:46:11 +00:00
mrbkap%gmail.com 48582dfa8b 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 b775e94f0c Add change log for 1.6R3. 2006-07-24 12:30:45 +00:00
nboyd%atg.com a209a4f3c2 Don't add apidocs URL prefix since this file is input to javadoc. 2006-07-24 12:02:07 +00:00
nboyd%atg.com f5d9fac5d0 fix broken links 2006-07-23 16:17:52 +00:00
bclary%bclary.com d3963a700f JavaScript Test Library - regression test for bug 345542, by nanto vi (TOYAMA Nao) 2006-07-23 03:42:39 +00:00
bclary%bclary.com 726093f12f 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 f89ab319cd Mark the calle (argv[-2]) from generator_mark (343455, r=mrbkap). 2006-07-22 22:20:40 +00:00
mrbkap%gmail.com e36cd17062 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 9768f26fd8 Rest of fix for 343455 (r=mrbkap). 2006-07-21 21:59:21 +00:00
brendan%mozilla.org 40c7df07fc 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 f21afa95b1 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 ca84af0dfc Mark newborn generators' frames (343455, r=mrbkap). 2006-07-21 02:00:36 +00:00
bclary%bclary.com c5a3f0a849 JavaScript Test Library - regression test for bug 324359 by Joey Minta 2006-07-20 22:38:46 +00:00
bclary%bclary.com 40b9c51fd3 JavaScript Test Library - regression test for bug 324650, by Philipp Vogt, Brendan Eich 2006-07-20 22:35:45 +00:00
bclary%bclary.com b265889b01 JavaScript Test Library - regression test for bug 330684, by Shaohua Wen 2006-07-20 22:32:29 +00:00
bclary%bclary.com 5627a6b494 JavaScript Test Library - test MakeDate, no bug 2006-07-20 22:28:13 +00:00
bclary%bclary.com 617d62207b 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 24ff5a8c5d Bug 343511 - Don't assert more than necessary. r=rginda 2006-07-20 15:25:32 +00:00
bclary%bclary.com 76e484fd54 JavaScript Test Library - regression test for bug 344804, by Jesse Ruderman 2006-07-19 20:14:48 +00:00
bclary%bclary.com c077313074 JavaScript Test Library - regression test for bug 344370, by nanto vi (TOYAMA Nao) 2006-07-19 20:02:08 +00:00
mrbkap%gmail.com a305a33478 Protect the newborn function object from being collected because of a GC callback displacing it from its newborn root. bug 344759, r=brendan 2006-07-19 18:37:53 +00:00
mrbkap%gmail.com 93d1cd7160 Remove the new wrapper from the map when postcreate fails so that we don't find
it the next time we try to wrap that object. bug 344873, r=jst sr=brendan
2006-07-18 21:26:36 +00:00
mrbkap%gmail.com ae55575f38 Set up let declarations properly by finding the correct JSStmtInfo (not missing try or catch
blocks). This required making the 'scope' statements have a bit instead of a statement type
since we can now morph e.g. try statements. This patch also fixes the numbering for let
blocks after the first let block. bug 344370, r=brendan
2006-07-18 21:23:30 +00:00
bclary%bclary.com 8ed097357f JavaScript Test Library - report JS_Assert as a test failure, add failure list output file, bug 344131 2006-07-18 19:48:32 +00:00
jst%mozilla.jstenback.com 1f678fe83f Fixing bug 344960. Cap the length of ActiveX contract id argument to prevent windows from crashing in bstr code due to OOM. r=mrbkap@gmail.com, sr=bugmail@sicking.cc 2006-07-18 19:45:08 +00:00