jst%mozilla.jstenback.com
|
6b9590cac8
|
Fixing bug 294795. Don't leave references from cloned member functions to the scope where xpconnect creates the functions (safe context). r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=brendan@mozilla.org
|
2005-06-02 21:33:18 +00:00 |
shaver%mozilla.org
|
3f1770c2b7
|
Bug 296006: correctly handle the re-locking of shallow GCThings. r+a=brendan
|
2005-06-02 12:17:51 +00:00 |
bzbarsky%mit.edu
|
bbd38864c2
|
Log creation of XPCNativeWrapper and XPCWrappedNative objects if
DEBUG_XPCNativeWrapper is defined. Bug 295435, r+sr=jst, a=shaver.
|
2005-06-01 19:26:24 +00:00 |
timeless%mozdev.org
|
36419b53d9
|
Bug 295636 OOM Crash [@ Init]
r=jst sr=jst a=shaver
|
2005-06-01 18:36:25 +00:00 |
bzbarsky%mit.edu
|
de25a79074
|
Fix toString on the XPCNativeWrapper prototype to return something sane instead
of crashing. Bug 295430, r+sr=jst, a=shaver
|
2005-06-01 15:20:29 +00:00 |
cls%seawood.org
|
90fcdb00a0
|
Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
|
2005-06-01 14:28:35 +00:00 |
bzbarsky%mit.edu
|
50ff79e209
|
Separate out deep-ness and auto-unwrapping of native wrappers (base the latter
on whether the wrapper is explicit). Bug 295782, r+sr+a=brendan
|
2005-06-01 01:46:01 +00:00 |
bzbarsky%mit.edu
|
461744f884
|
Don't return XPCNativeWrappers from an nsIXPConnect::WrapNative call. Bug
295152, r+sr=jst, a=brendan
|
2005-06-01 01:21:23 +00:00 |
brendan%mozilla.org
|
ac89cb0198
|
Fix gcPoke management to cope with nesty destroy-context order (296119, r=shaver, a=me).
|
2005-06-01 01:16:06 +00:00 |
jst%mozilla.jstenback.com
|
70890dce44
|
Fixing crash introduced with my earlier changes for bug 294893. Make nw and wn finalizers order independent. r+sr=bzbarsky@mit.edu, a=drivers
|
2005-05-26 21:35:27 +00:00 |
jst%mozilla.jstenback.com
|
a81b370e90
|
More fixes for bug 294893. When a XPCWrappedNative's scope is cleared, make sure we clear the scope for all of its XPCNativeWrappers as well. r+sr=bzbarsky@mit.edu, a=drivers
|
2005-05-26 19:30:36 +00:00 |
bzbarsky%mit.edu
|
a68e2d534e
|
Better version of last patch -- don't pin the atoms, and clean up nicely when
they're finalized so as not to crash. Bug 294893, assumed future r=brendan,
a=drivers
|
2005-05-26 17:21:29 +00:00 |
bzbarsky%mit.edu
|
495c01f9c8
|
Backing out to fix orange till I can sort it out.
|
2005-05-26 14:41:34 +00:00 |
bzbarsky%mit.edu
|
732a318bfe
|
Don't pin object atoms, since those can entrain all sorts of other stuff. Bug
294893 some more, r=brendan, sr=jst, a=brendan
|
2005-05-26 13:27:57 +00:00 |
brendan%mozilla.org
|
6fdd65d11d
|
Fix null deref crash on s.match.apply (295052, r=shaver).
|
2005-05-25 23:28:00 +00:00 |
jst%mozilla.jstenback.com
|
a12a67e400
|
More fixes for leak bug 294893. Make sure to clear the scope of the native wrapper when a wrapped native's scope is cleared. r+sr=bzbarsky@mit.edu, a=drivers
|
2005-05-25 03:40:24 +00:00 |
jst%mozilla.jstenback.com
|
679306af53
|
More attempts at fixing leak bug 294893 by fixing up parenting of XPCNativeWrapper objects, and fixing problem with accessing a deleted wrapper in some cases. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
|
2005-05-24 20:05:43 +00:00 |
jst%mozilla.jstenback.com
|
762423d761
|
Fixing (hopefully) leak bug 294893. Don't mark mNativeWrapper when an XPCWrappedNative is marked, let XPCNativeWrapper's die when all script references to them are gone even if their XPCWrappedNative is still referenced. r/sr/a=asa@mozilla.org (will get real reviews once people are reachable).
|
2005-05-24 06:42:30 +00:00 |
bzbarsky%mit.edu
|
3456bb0fa9
|
Fix deep-wrapping to reuse existing wrappers if it can. Bug 295301, r+sr=jst,
a=asa
|
2005-05-24 05:11:20 +00:00 |
timeless%mozdev.org
|
7e3c34656b
|
Bug 293992 printf passed user controlled buffer
r=shaver sr=bz a=asa
|
2005-05-23 21:00:06 +00:00 |
jst%mozilla.jstenback.com
|
b732bd9de4
|
More fixes for bug 295101. Don't leave *pob2 dangling (caught by bz). r+sr=bzbarsky@mit.edu, a=brendan@mozilla.org (on irc)
|
2005-05-23 16:59:29 +00:00 |
bzbarsky%mit.edu
|
239b86a89a
|
Check in jst's patch to auto-mark our new objects before we do things that
might trigger gc. Bug 295101 partial patch, r+sr=bzbarsky/brendan, a=brendan
|
2005-05-23 14:14:45 +00:00 |
brendan%mozilla.org
|
8d11e72c0e
|
Bypass XPCNativeWrapper's delProperty hook (295122, r+sr=jst).
|
2005-05-23 05:58:05 +00:00 |
bzbarsky%mit.edu
|
55bdaeb6a4
|
Stop forwarding addProperty to the wrapped native. That's not the right thing
to do in general (since we use OBJ_DEFINE_PROPERTY in this case in resolve
anyway), and it breaks some things. Bug 295122, r/sr=jst/brendan, a=brendan
|
2005-05-22 20:48:00 +00:00 |
brendan%mozilla.org
|
fe8d068db1
|
Fix UMR regression introduced in 3.110 (295116, tachyonal r=shaver).
|
2005-05-22 18:25:08 +00:00 |
bob%bclary.com
|
45099f2bc5
|
Add testcase for bug 295052, by David James. Do not crash on String.prototype.match.apply
|
2005-05-21 21:28:43 +00:00 |
brendan%mozilla.org
|
1b3f9fa8ee
|
Fix 294957 for good.
|
2005-05-21 17:35:16 +00:00 |
brendan%mozilla.org
|
ac6c6c55fd
|
Fix from bz for glitch in last checkin.
|
2005-05-21 14:55:54 +00:00 |
brendan%mozilla.org
|
dc516e2d5f
|
Fix stale comment added in last rev.
|
2005-05-21 06:32:12 +00:00 |
brendan%mozilla.org
|
931fdb098f
|
Fix adblock and many other non-system chrome users of sytem-chrome xbl (294960, r+sr=bz).
|
2005-05-21 06:24:08 +00:00 |
brendan%mozilla.org
|
2d8d326848
|
Argh, I made JS_IsSystemObject return a bogo-boolean -- thanks to bz for catching this.
|
2005-05-21 05:52:20 +00:00 |
brendan%mozilla.org
|
3c1d4852bc
|
Fix frames[0] case where DOM doesn't use an item method (294960, r+sr=bz).
|
2005-05-20 21:46:24 +00:00 |
brendan%mozilla.org
|
01554c0578
|
Fix 294957, fallout from the 281988 landing (r+sr=bz).
|
2005-05-20 20:06:22 +00:00 |
bzbarsky%mit.edu
|
fc7844f174
|
Flag our private as ISUPPORTS so object principals, etc, become happy. Bug
281988 ongoing, r+sr+a=brendan.
|
2005-05-20 19:00:14 +00:00 |
brendan%mozilla.org
|
39161400fd
|
Followup for 281988, r+sr=bz, to make deep XPCNativeWrapper __parent__ mirror wrapped-native parent linkage.
|
2005-05-20 18:51:57 +00:00 |
bzbarsky%mit.edu
|
50a41f5d6b
|
Make sure to not use an XPCNativeWrapper as the parent for an
XPCWrappedNative. Get its underlying XPCWrappedNative and use that instead.
Bug 281988 fun continues, r+sr+a=brendan
|
2005-05-20 17:35:11 +00:00 |
bzbarsky%mit.edu
|
194ef290a9
|
Make GetScopeOfObject() know about XPCNativeWrapper and get the scope of the
underlying XPCWrappedNative. Bug 281988, r+sr+a=brendan
|
2005-05-20 05:09:56 +00:00 |
bzbarsky%mit.edu
|
195fa43291
|
Fixing build bustage. Thanks to swalker for the heads-up
|
2005-05-20 04:47:28 +00:00 |
brendan%mozilla.org
|
fa453c7bb5
|
Big patch from jst and me to beef up and automate, configurably, XPCNativeWrapper (281988, r+sr=bz/shaver, a=drivers).
|
2005-05-20 03:12:22 +00:00 |
brendan%mozilla.org
|
e1232f3586
|
Unregress __noSuchMethod__ for 1.8b2.
|
2005-05-17 20:01:28 +00:00 |
brendan%mozilla.org
|
4c3b59e700
|
Another 293782 followup, to restore lost perf in call_enumerate (called from js_PutCallObject, imp. for closure perf).
|
2005-05-17 17:44:57 +00:00 |
brendan%mozilla.org
|
7ffa58fd06
|
Comment tweak.
|
2005-05-17 03:00:49 +00:00 |
brendan%mozilla.org
|
0c140d8e32
|
Remove harmless but not-ready-for-prime-time stuff that tagged along with the last checkin.
|
2005-05-17 02:57:26 +00:00 |
brendan%mozilla.org
|
cac435081a
|
Duh.
|
2005-05-17 02:41:04 +00:00 |
brendan%mozilla.org
|
e01142365d
|
Followup patch for bug 293782 etc., to unregress 137000 (r/a=shaver).
|
2005-05-17 01:06:35 +00:00 |
brendan%mozilla.org
|
1f9e2c08a1
|
Fast followup to last checkin (bug 293782) to unregress 238881.
|
2005-05-15 22:38:12 +00:00 |
brendan%mozilla.org
|
e4a43a7f5e
|
Hide function arg/var properties, to hide pre-ECMA design decision that horks ECMA-conformance and sanity in multiple cases (293782 and its deps, r+a=shaver).
|
2005-05-15 18:24:31 +00:00 |
bob%bclary.com
|
fb6c0cc527
|
Function arguments, variables should be hidden as Function properties, test by Jonathan Watt
|
2005-05-15 17:26:52 +00:00 |
bob%bclary.com
|
2afcc5cbe7
|
Test crash during String.replace when accessing String methods on backreferences
|
2005-05-15 17:04:00 +00:00 |
bob%bclary.com
|
b7b59bd98e
|
Test crash bug 294191, testcase by shutdown@ayassi.zzn.com
|
2005-05-15 16:38:46 +00:00 |