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

7837 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org c47df91617 Fix another 1.8-branch API compat bit-hack bug. 2006-07-07 06:25:29 +00:00
brendan%mozilla.org fef6ebdfb0 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 42443a9542 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 40adf07ddd 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 15abf15ab1 Nuke a warning introduced by widening JSFunctionSpec.extra. No bug, r=brendan 2006-07-06 20:18:46 +00:00
mrbkap%gmail.com aa27b0cde4 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 a75f7d6b96 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 98e28f44de 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 87073db7b9 MOZILLA_1_8_BRAN CH API compatibility restoration. 2006-07-06 18:40:03 +00:00
mrbkap%gmail.com 36d1229457 Remove this assertion since with objects will botch it. bug 343713, r=brendan 2006-07-06 06:25:31 +00:00
bclary%bclary.com 96e57f6a9a JavaScript Test Library - regression test for bug 343713 2006-07-06 05:29:03 +00:00
brendan%mozilla.org ba29b8c7e1 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 999913756b 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 ce7f8b4281 Add missing rooting around a call out JS_Enumerate. bug 343290, r=brendan 2006-07-02 03:30:46 +00:00
mrbkap%gmail.com 1c28781a91 Protect against overly-large reallocations. bug 342960, r=brendan a=dveditz 2006-07-02 03:05:06 +00:00
igor.bukanov%gmail.com 6f64341bcc 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 9c67473b07 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 2317062306 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 ee45a4adee 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 30f588e19a 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 83062e5eb3 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 e8b56cc5fa Move around some debug defines to make life better. No reviews, yay! 2006-06-29 05:33:39 +00:00
bclary%bclary.com 1e3afbeb5e JavaScript Test Library - add JavaScriptOptions object to e4x test environment 2006-06-28 23:40:24 +00:00
bclary%bclary.com 021156972f 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 59c6f606f6 JavaScript Test Library - catch too much recursion exception, bug 234398 2006-06-28 21:50:09 +00:00
mrbkap%gmail.com 48f644c623 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 7e9e6124fa 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 965e2a766b 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 1023ece4f7 JavaScript Test Library - regression test for bug 328897, by Boris Zbarsky 2006-06-26 18:58:27 +00:00
bclary%bclary.com 8c79087030 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 809acd011e 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 bfbdc4c8ec Bug 341919 - Remove widget dependency from JSD. r=rginda sr=jst 2006-06-26 10:36:28 +00:00
timeless%mozdev.org 8c30eba0d3 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 f2a4af5e71 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 44c4148643 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 9c854d5c4b Bug 342573 - "Fix accidental return value switch from bug 176182". r=mrbkap. 2006-06-23 22:29:51 +00:00
mrbkap%gmail.com 678560af20 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 eb76996e38 JavaScript Test Library - regression test for bug 341939, by nanto vi (TOYAMA Nao) 2006-06-23 03:05:07 +00:00
bclary%bclary.com 51066c0677 JavaScript Test Library - regression test for bug 340199, by Blake Kaplan 2006-06-22 18:49:07 +00:00
szegedia%freemail.hu d80832e338 Removed "pre" 2006-06-22 16:16:07 +00:00
szegedia%freemail.hu 7d1b33a19c 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 78808e4b74 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 a8c9c7b9c2 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 e76b1c545c Fix whitespace and style nits from brendan (bug 336409) 2006-06-21 18:16:52 +00:00
brendan%mozilla.org f18b8c82e8 Fix warning in str_split. 2006-06-21 16:54:40 +00:00
igor.bukanov%gmail.com c2eda3f750 Bug 341877: Infrastructure to root properly native iterator states. r=brendan 2006-06-21 09:13:24 +00:00
mrbkap%gmail.com 9aed286cff Be safer in doing these additions. bug 336409, r=igor 2006-06-21 00:42:04 +00:00
brendan%mozilla.org 06ec1e4bf2 Null defense in case of early failure under js_NewContext (342180, r=mrbkap). 2006-06-20 18:36:34 +00:00
gijskruitbosch%gmail.com dd4ff5fca7 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 496b676b35 Bug 341877: Reverting the previous commit, the patch was broken. 2006-06-20 00:50:17 +00:00