mrbkap@gmail.com
|
0292761798
|
Add a mochitest for bug 390001. r=sayrer sr=bzbarsky
|
2007-08-07 19:12:31 -07:00 |
|
mrbkap@gmail.com
|
b1458c56ab
|
De-confuse GetWrappedNativeOfJSObject about wrappers around the outer object. bug 391055, r+sr=jst
|
2007-08-07 18:54:48 -07:00 |
|
mrbkap@gmail.com
|
0197403515
|
Allow UniversalXPConnect scripts to touch XPCNativeWrappers. bug 390788, r+sr=bzbarsky a=jst
|
2007-08-07 18:51:43 -07:00 |
|
mrbkap@gmail.com
|
10a72405d4
|
Make XPCSafeJSObjectWrapper easier to use by not throwing for primitive values passed to the constructor. Use it in more places in PAC. bug 388450, r=crowder sr=brendan a=bzbarsky
|
2007-08-07 18:49:49 -07:00 |
|
crowder@fiverocks.com
|
c0fe57eea8
|
Bug 121183 - error for {return;} isn't helpful, patch by Rich Dougherty <rich@rd.gen.nz>, r=brendan
|
2007-08-07 08:51:46 -07:00 |
|
igor@mir2.org
|
4d68066c7e
|
Bug 387481, bug 389063: multithreading atom fixes and cleanups. r=brendan
|
2007-08-07 00:29:32 -07:00 |
|
sayrer@gmail.com
|
304d723cfe
|
Bug 390958. XPCWrappedNativeScope leaks a WrappedNative2WrapperMap. r=brendan/mrbkap, sr=brendan, a=jst
|
2007-08-06 20:57:15 -07:00 |
|
bzbarsky@mit.edu
|
0ae3ce0662
|
Don't set aside the JS stack when pushing a JSContext which is already on top of the JSContext stack on top of itself. Bug 390488, r=jst, sr=brendan, a=jst
|
2007-08-06 19:05:24 -07:00 |
|
benjamin@smedbergs.us
|
0e047142a4
|
Bug 386025 - Expose cycle-collection symbols, r=graydon
|
2007-08-06 07:34:02 -07:00 |
|
bclary@bclary.com
|
1364af67ae
|
JavaScript Tests - regression test for bug 363258, not part of the build
|
2007-08-05 10:39:44 -07:00 |
|
bclary@bclary.com
|
68aeb10235
|
JavaScript Tests - updated tests for JS1_8 by Igor Bukanov, bug 380469, not part of the build
|
2007-08-05 03:22:16 -07:00 |
|
bclary@bclary.com
|
676134fc6e
|
JavaScript Tests - regression test for bug 387871, by Jesse Ruderman, Igor Bukanov, not part of the build
|
2007-08-05 03:09:52 -07:00 |
|
bclary@bclary.com
|
185cce411b
|
JavaScript Tests - regression test for bug 390918, by Jesse Ruderman, Igor Bukanov, not part of the build
|
2007-08-05 02:59:42 -07:00 |
|
bclary@bclary.com
|
d3d595626f
|
JavaScript Tests - new version of test to reflect removal of close phase of GC in bug 380469 in JS18, by Igor Bukanov, not part of the build
|
2007-08-05 02:31:32 -07:00 |
|
igor@mir2.org
|
471ac4ae2c
|
Bug 390918: fixing gen_trace assert. r=brendan
|
2007-08-04 21:54:34 -07:00 |
|
igor@mir2.org
|
db07fa7de8
|
Bug 106495: js_strtod and js_strtointeger no longer require \0-terminated js chars. r=brendan
|
2007-08-04 12:05:16 -07:00 |
|
igor@mir2.org
|
7eb2034218
|
Bug 390348: pinning of JSAtomState.emptyAtom is restored. r=brendan
|
2007-08-04 11:59:21 -07:00 |
|
brendan@mozilla.org
|
30ec8e2596
|
Cope with stillborn funobj tracing via newborn root (390743, r=igor).
|
2007-08-04 00:31:19 -07:00 |
|
dbaron@dbaron.org
|
b8ec995348
|
Fix leak of JSScript when a JSFunction is collected in a later GC than its function object. This changes GCX_PRIVATE to GCX_FUNCTION, and is essentially the same as the finalization part of the changes from bug 375808 (by igor). b=389757 r=igor a1.9=brendan
|
2007-08-04 00:00:43 -07:00 |
|
igor@mir2.org
|
ec402ee7a9
|
Bug 390078: Avoiding unnecessary GC-tracing of JSStackFrame members. r=brendan
|
2007-08-03 12:56:35 -07:00 |
|
martijn.martijn@gmail.com
|
8ff4e4f1a5
|
Bug 390042 - mingw build error - error: no matching function for call to nsAutoString::nsAutoString(jschar*), r=mrbkap, sr=jst, a=jst
|
2007-08-03 03:15:36 -07:00 |
|
dbaron@dbaron.org
|
8f2ee90bcb
|
Fix leak of xptiInterfaceInfo in DebugDump. b=389765 r+sr=jst a=DEBUG-only
|
2007-08-02 17:08:28 -07:00 |
|
mrbkap@gmail.com
|
9e31657307
|
Remove an unused variable. no bug, r=sparky sr=lumpy
|
2007-08-02 16:42:33 -07:00 |
|
mrbkap@gmail.com
|
cc9667a9a4
|
Detect cyclic __proto__ values ourselves because the JS engine gets confused by the wrappers. bug 390626, r=brendan sr=jst
|
2007-08-02 16:38:11 -07:00 |
|
brendan@mozilla.org
|
37164c6b8c
|
Remove deadlock hazard when reparenting, single-threaded DOM so don't worry (390551, r+sr=jst).
|
2007-08-02 13:56:02 -07:00 |
|
brendan@mozilla.org
|
a5b934bb87
|
Restore lost ECMA compatibility for length delegating/shadowing (390598, r=igor).
|
2007-08-02 13:36:53 -07:00 |
|
brendan@mozilla.org
|
920458529b
|
Fix array_pop default return value (390684, r=igor).
|
2007-08-02 11:40:47 -07:00 |
|
igor@mir2.org
|
fd20317182
|
Bug 387481: baking out again accidental re-commit of the patch.
|
2007-08-02 04:34:41 -07:00 |
|
igor@mir2.org
|
9074c93ce0
|
Bug 390348: Baking out the last commit as the tree is closed.
|
2007-08-02 04:32:40 -07:00 |
|
igor@mir2.org
|
4498e5d0f7
|
Bug 106495: baking out the last commit as the tree is closed.
|
2007-08-02 04:27:04 -07:00 |
|
igor@mir2.org
|
acf45b989a
|
Bug 106495: js_strtod and js_strtointeger no longer require \0-terminated js chars. r=brendan
|
2007-08-02 02:34:31 -07:00 |
|
igor@mir2.org
|
072eb51edf
|
Bug 390348: pinning of JSAtomState.emptyAtom is restored. r=brendan
|
2007-08-02 02:28:25 -07:00 |
|
igor@mir2.org
|
d7c8d33f9f
|
Bug 385393: Changing the return value of js_BoyerMooreHorspool to be jsint to fix mingw compilation.
|
2007-08-02 02:14:06 -07:00 |
|
brendan@mozilla.org
|
a12dfaf037
|
Fix bogus assertion in last patch (for 385393).
|
2007-08-02 01:21:55 -07:00 |
|
brendan@mozilla.org
|
40101f57b0
|
Fixing uninitialized v bug in InitExnPrivate (385393 followup, r=waldo).
|
2007-08-01 23:32:41 -07:00 |
|
brendan@mozilla.org
|
f9ab1bb197
|
No good, un-reverting.
|
2007-08-01 23:05:44 -07:00 |
|
brendan@mozilla.org
|
a5bb4b6493
|
Attempt to fix orange.
|
2007-08-01 22:46:19 -07:00 |
|
brendan@mozilla.org
|
ba3ad2ce7a
|
Fast (frame-less) native call optimizations (385393, r=igor).
|
2007-08-01 21:33:52 -07:00 |
|
mrbkap@gmail.com
|
f429921c80
|
Make enumeration over XOWs work. bug 390001, r=jst/brendan sr=jst
|
2007-08-01 15:25:47 -07:00 |
|
mrbkap@gmail.com
|
7713385300
|
Let "window.eval" work again by always wrapping eval when it comes out of a cross origin wrapper. bug 389878, r+sr=jst
|
2007-07-31 13:15:21 -07:00 |
|
mrbkap@gmail.com
|
4b4cd4b8f1
|
Protect vp from garbage collection, since GC could nest under several of the calls here. bug 390222, r+sr=jst
|
2007-07-31 12:17:31 -07:00 |
|
mrbkap@gmail.com
|
d20c9c9b30
|
Don't call FindInJSObjectScope on an object that's being finalized because its parent might have been finalized already. bug 389985, r+sr=jst
|
2007-07-30 15:39:53 -07:00 |
|
mrbkap@gmail.com
|
053410f558
|
Deal with XPCCallContexts that aren't able to initialize themselves. This also fixes bugs related to finalizing objects on dead contexts. bug 390083, r+sr=jst
|
2007-07-30 14:50:10 -07:00 |
|
igor@mir2.org
|
1499d581c1
|
Bug 389880: removal of redundant gcflags argument from string-allocation functions. r=brendan
|
2007-07-28 09:57:30 -07:00 |
|
mrbkap@gmail.com
|
2ccd5c8afc
|
Implement cross-origin wrappers to gate accesses between sites that are cross origin. This will prevent sites from monkeying with each other by doing bad things to allAccess properties, and pave the way for more security work. bug 367911, r=jst rs=brendan
|
2007-07-26 12:18:06 -07:00 |
|
benjamin@smedbergs.us
|
2694ad77f8
|
Fix MSVC7 build bustage from bug 389401, a=gavin for checkin to closed tree
|
2007-07-26 07:09:46 -07:00 |
|
brendan@mozilla.org
|
18e7692117
|
Backing out, see bug 389122 and orange or red tinderboxes.
|
2007-07-21 16:21:20 -07:00 |
|
brendan@mozilla.org
|
5f038f69ae
|
Fast natives and related optimizations (385393, r=igor).
|
2007-07-21 14:39:42 -07:00 |
|
mrbkap@gmail.com
|
32e5403680
|
Don't double-wrap objects when getting them out of an XPCVariant. bug 384632, r=peterv sr=jst
|
2007-07-20 18:03:55 -07:00 |
|
nboyd@atg.com
|
22bf01cd82
|
Fix bug 388643 - JavaScript Tests - global shell.js sets JavaScript version to
version lower than required by E4X tests
Patch from David Caldwell.
|
2007-07-19 12:57:48 -07:00 |
|
dbaron@dbaron.org
|
e2de611d66
|
Add more useful assertion for debugging cycle collector faults. b=386912 r+sr=peterv
|
2007-07-18 21:58:39 -07:00 |
|
dmose@mozilla.org
|
b67b115f9b
|
Fix comment to say 'createInstance' when it really means that, since this is pointed to by devmo as API documentation; no bug; rs=shaver
|
2007-07-18 13:19:05 -07:00 |
|
nboyd@atg.com
|
4b843458ac
|
Fix bug 387694 - More reportMatch changes to generalize tests
|
2007-07-18 12:59:20 -07:00 |
|
bclary@bclary.com
|
f4c691ea89
|
add winmm.lib to JavaScript Shell build configuration on Windows, bug 363258, not part of the build. r=mrbkap
|
2007-07-18 12:55:15 -07:00 |
|
jwalden@mit.edu
|
aed9b5ce09
|
Bug 388276 - Build failed on solaris x86 due to checkin for 372428. Patch by Leon Sha <leon.sha@sun.com>, r=cls
|
2007-07-17 14:23:24 -07:00 |
|
mrbkap@gmail.com
|
243fcf04c8
|
Move where we convert things into strings into a more centralized place. bug 372075, r=bzbarsky sr=jst
|
2007-07-17 13:12:21 -07:00 |
|
igor@mir2.org
|
7521eca107
|
Bug 387871: proper state checks when closing the generator. r=brendan
|
2007-07-16 23:41:20 -07:00 |
|
igor@mir2.org
|
c1697578e3
|
Bug 380469: Followup to remove to no longer used JSGenerator.next. r=brendan
|
2007-07-16 23:38:27 -07:00 |
|
mrbkap@gmail.com
|
5c7beffa5d
|
Fixing build bustage.
|
2007-07-16 14:44:00 -07:00 |
|
mrbkap@gmail.com
|
fdc7ef43dc
|
Bad millisecond resolution for (new Date).getTime() / Date.now() on Windows. bug 363258, patch from Rob Arnold <robarnold@mozilla.com>, r=brendan
|
2007-07-16 14:29:57 -07:00 |
|
igor@mir2.org
|
2c3d4c6796
|
Bug 380469: Taking away too zealous code simplification.
|
2007-07-16 13:57:16 -07:00 |
|
dolske@mozilla.com
|
6bf090c4dc
|
Bug 388190: XPCOMUtils spews uuids when registering components. r=sayrer, sr=benjamin
|
2007-07-16 10:57:49 -07:00 |
|
alex@croczilla.com
|
1f0c5d93d4
|
Bug 381693 - Allow null targetObj arg to xpcIJSModuleLoader::import().
r=sayrer, src=brendan.
|
2007-07-15 11:21:11 -07:00 |
|
asqueella@gmail.com
|
25882be3be
|
synchronize documentation, Sylvain Pasche <sylvain.pasche@gmail.com>
r=sayrer, bug 380970
|
2007-07-14 14:43:35 -07:00 |
|
igor@mir2.org
|
35f6f4434c
|
Bug 380469: Followup for the previous check in to remove more no longer used close-on-GC code. r=brendan
|
2007-07-14 01:28:57 -07:00 |
|
igor@mir2.org
|
7f9b5d19e5
|
Bug 387909: make sure that [generator] is the first bytecode. r=brendan
|
2007-07-13 14:23:39 -07:00 |
|
bclary@bclary.com
|
fa8f53b8c7
|
JavaScript Test - regression test for bug 349326, by Igor Bukanov
|
2007-07-13 10:23:49 -07:00 |
|
bclary@bclary.com
|
34979ba6a5
|
JavaScript Test - regression test for bug 382981, by Jesse Ruderman
|
2007-07-13 10:08:03 -07:00 |
|
bclary@bclary.com
|
7387995a11
|
JavaScript Test - regression test for bug 383269, by Igor Bukanov, Brendan Eich
|
2007-07-13 09:56:29 -07:00 |
|
igor@mir2.org
|
79f3a28c2d
|
Bug 380469: Calling close on unreachable generators from GC is no longer supported. r=brendan
|
2007-07-13 00:28:47 -07:00 |
|
bclary@bclary.com
|
50dd33d1af
|
JavaScript Test - regression test for bug 384680, by Jesse Ruderman
|
2007-07-12 19:26:26 -07:00 |
|
bclary@bclary.com
|
6c2c3b9ee4
|
JavaScript Test - regression test for bug 385134, by Jesse Ruderman
|
2007-07-12 19:08:24 -07:00 |
|
bclary@bclary.com
|
0e7cbb17c7
|
JavaScript Test - regression test for bug 385729, by Jesse Ruderman
|
2007-07-12 18:49:58 -07:00 |
|
bclary@bclary.com
|
6b599d58f1
|
JavaScript Test - regression test for bug 386030, by Blake Kaplan
|
2007-07-12 18:13:41 -07:00 |
|
crowder@fiverocks.com
|
b41a2f79a8
|
Bug 357016: follow-up to fix another void* nit, patch by Edward Lee edilee@mozilla.com, r=crowder
|
2007-07-12 17:04:23 -07:00 |
|
bclary@bclary.com
|
f66da88076
|
JavaScript Test - regression test for bug 387501
|
2007-07-12 13:56:00 -07:00 |
|
jwalden@mit.edu
|
af5688aa77
|
Back out bug 386635; it broke restoring sessions in the browser.
|
2007-07-12 12:11:45 -07:00 |
|
bclary@bclary.com
|
21f8eca1f2
|
JavaScript Tests - automation updates, bug 387909, not part of the build
|
2007-07-12 10:49:30 -07:00 |
|
igor@mir2.org
|
a3be4211d4
|
Bug 357016: Patch from Edward Lee to restore ability to compile SpiderMonkey with C++ compiler. It was broken after my changes. r=myself
|
2007-07-12 00:48:50 -07:00 |
|
jwalden@mit.edu
|
8f1a184c3f
|
Back out bug 387390; it causes the marquee binding to throw security exceptions.
|
2007-07-11 20:14:27 -07:00 |
|
mrbkap@gmail.com
|
ab6b85e4fa
|
Don't trust the filename of cloned functions. bug 387390, r=jst sr=brendan
|
2007-07-11 18:27:03 -07:00 |
|
mrbkap@gmail.com
|
fcde0538ee
|
Always return XPCSafeJSObjectWrappers from Components.utils.Sandbox and evalInSandbox. This makes this interface much, much easier to use safely, as the wrapper takes care of several common problems that occur when touching regular JS objects directly. bug 386635, r=jst sr=brendan
|
2007-07-11 15:52:28 -07:00 |
|
mrbkap@gmail.com
|
f90fd387a3
|
Clear dormantNext when we're done using it. bug 387725, r=igor
|
2007-07-11 14:57:05 -07:00 |
|
igor@mir2.org
|
a4c622bced
|
Bug 386885: JSAtom.number is removed in favour of using atoms itself for hashing. r=brendan
|
2007-07-11 02:25:45 -07:00 |
|
neil@parkwaycc.co.uk
|
11ed13d71f
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
|
2007-07-11 01:46:44 -07:00 |
|
bzbarsky@mit.edu
|
a91172fdd2
|
Clean up the XDR properly even if JS_XDRScript fails. In particular, don't
double-free things. Bug 387572, r+sr=brendan
|
2007-07-10 20:10:43 -07:00 |
|
bzbarsky@mit.edu
|
8a55f7964d
|
Relanding bug 326777, r=bsmedberg, sr=jst
|
2007-07-10 17:57:17 -07:00 |
|
mrbkap@gmail.com
|
bb96ca4a6a
|
Create exceptions with the right parent. bug 387390, r=jst sr=brendan
|
2007-07-10 17:37:03 -07:00 |
|
mrbkap@gmail.com
|
fb2469a627
|
Ensure that we have a valid scope chain at all times so C++ callers can create objects in the right scope. bug 387591, r=brendan
|
2007-07-10 17:29:25 -07:00 |
|
mrbkap@gmail.com
|
c71d4d7cd9
|
Avoid asserting for user-controlled thing (through __proto__ setting). bug 387182, r+sr=jst
|
2007-07-10 17:27:57 -07:00 |
|
brendan@mozilla.org
|
85a81f822c
|
to{Source,{,Locale}String} are not generic (387501, r=mrbkap).
|
2007-07-09 22:07:20 -07:00 |
|
bzbarsky@mit.edu
|
b684e745b0
|
Backing out to fix red
|
2007-07-09 21:07:45 -07:00 |
|
bzbarsky@mit.edu
|
e57cc08535
|
Make sure that we push a null JSContext on the current thread's XPConnect stack
before processing events. Bug 326777, r=bsmedberg, sr=jst
|
2007-07-09 20:48:06 -07:00 |
|
mrbkap@gmail.com
|
623c0f85b7
|
Attempt to fix leaks.
|
2007-07-09 17:24:16 -07:00 |
|
mrbkap@gmail.com
|
9142f922fa
|
Back out this change to hopefully fix the rest of the regressions test failures (from bug 386695).
|
2007-07-09 16:34:58 -07:00 |
|
mrbkap@gmail.com
|
9f3554437c
|
Associate XPCWrappedNativeScopes with XPCContexts, like the DOM does with windows and contexts, so that we can push a context that's allowed to actually call XPCWrappedJS functions. bug 352791, r=jst sr=brendan
|
2007-07-09 14:51:57 -07:00 |
|
mrbkap@gmail.com
|
980c3bec0a
|
Don't create exceptions using the global object as the parent, since that's bogus, use the scope chain instead. bug 386695, r+sr=jst
|
2007-07-09 14:46:18 -07:00 |
|
igor@mir2.org
|
ab560f0cb7
|
Bug 385729: objects and regexps are stored in separated tables in JSScript. r=brendan,mrbkap
|
2007-07-08 02:03:34 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
igor@mir2.org
|
20e1e61bfd
|
Bug 387229: now DUMP_SCOPE_STATS includes js_scope_stats into the log. r=brendan
|
2007-07-07 14:55:29 -07:00 |
|