bzbarsky@mit.edu
85dffb61e3
Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver
2008-03-19 17:42:47 -07:00
reed@reedloden.com
a7e0d3a973
Bug 419765 - "PyDOM script error, Python cannot handle dom events" (Add handling of the additional version argument) [p=toddw@ActiveState.com (Todd Whiteman) r=mhammond (NPOTB)]
2008-02-28 21:32:30 -08:00
mhammond@skippinet.com.au
05ddc78ce1
Get Python extensions buildng again on the trunk. NPOTDB.
2008-02-25 16:55:21 -08:00
bzbarsky@mit.edu
67e616b5ed
Fixing build bustage
2008-02-15 22:50:40 -08:00
bzbarsky@mit.edu
0ffeb8258f
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
2008-02-15 21:13:16 -08:00
dwitte@stanford.edu
3f33f45d2a
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
2008-01-11 20:30:42 -08:00
dwitte@stanford.edu
8d74b831d4
partial backout in an attempt to fix orange.
2008-01-11 02:08:58 -08:00
dwitte@stanford.edu
cc924d2d23
relanding bug 410250.
2008-01-11 01:13:04 -08:00
dwitte@stanford.edu
f300515e36
backing out to fix orange.
2008-01-10 20:59:44 -08:00
dwitte@stanford.edu
09217db711
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
2008-01-10 19:56:00 -08:00
reed@reedloden.com
8eea72d992
Bug 368476 - "pyxpcom linking fails with "unresolvable R_386_GOTOFF relocation"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)]
2008-01-10 01:09:57 -08:00
reed@reedloden.com
20ad2b8277
Bug 386610 - "pyxpcom fails to build against python 2.5 (api changed)" [p=asac@jwsdot.com (Alexander Sack) r=mhammond (NPOTB)]
2008-01-04 22:32:35 -08:00
reed@reedloden.com
b2966a6778
Bug 355608 - "xulrunner + python fails with "dist/lib/libpyxpcom.a: No such file or directory"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)]
2008-01-04 21:46:44 -08:00
gerv@gerv.net
6dd53e09ca
Bug 398009 - fix mangled license headers. a=stuart.
2007-10-06 05:08:39 -07:00
mhammond@skippinet.com.au
a04f093320
Fix a memory leak when Python calls nsIClassInfo::GetInterfaces()
...
Not part of the default build.
2007-07-11 23:39:22 -07:00
jwalden@mit.edu
6d7584839a
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
bent.mozilla@gmail.com
20b6443053
Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions.
2007-05-23 13:08:44 -07:00
Olli.Pettay@helsinki.fi
7817abfbca
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
2007-05-14 02:11:38 -07:00
Olli.Pettay@helsinki.fi
40178e46a3
backout Bug 363089
2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi
e1fb8b073b
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
2007-05-11 04:15:11 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
peterv%propagandism.org
f9d150b4a0
Fix Python. Patch by sombrero@alum.mit.edu, r=me.
2007-03-02 14:01:36 +00:00
peterv%propagandism.org
e1a7411a91
Fix for bug 368369 (nsIScriptContextOwner looks unused). r/sr=jst.
2007-02-22 13:33:50 +00:00
mhammond%skippinet.com.au
0e7ef1c8b1
Get Python DOM extension building again.
...
Not part of the default build
2007-01-16 08:52:14 +00:00
mhammond%skippinet.com.au
4a83314ad4
Get pyxpcom working with the recent nsXPTCStubBase changes.
...
Not part of the default build.
2007-01-16 06:44:38 +00:00
benjamin%smedbergs.us
122614bb23
Bug 349002, try #2 - Refactor xptcall into a frozen API, r=timeless - with OS/2 fixup by Peter Weilbacher
2006-11-20 17:03:38 +00:00
benjamin%smedbergs.us
62c212952b
Backout xptcall because linux tboxes are stupid, I think.
2006-11-16 20:17:24 +00:00
benjamin%smedbergs.us
f618238f02
Bug 349002 - Refactor xptcall into a frozen API, r=timeless. Includes OS/2 fixup by Peter Weilbacher
2006-11-16 18:29:33 +00:00
mhammond%skippinet.com.au
70c4d673c8
When passing arrays of interfaces to an XPCOM method, we didn't know the
...
declared IID to obtain. This prevented us detecting arrays of variants
and giving them the same special treatment normal Variants get. Fix that.
Not part of the build.
2006-11-09 04:31:13 +00:00
mhammond%skippinet.com.au
122f837072
If someone passes a bad IID string, raise a normal Python ValueError
...
rather than synthesizing an XPCOM error.
Not part of the build
2006-11-09 04:20:47 +00:00
mhammond%skippinet.com.au
d660796ee2
Generate better .py code and handle some 'new' xpcom data types.
...
Not part of the build.
2006-11-09 01:05:31 +00:00
timeless%mozdev.org
46d2b15871
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
mhammond%skippinet.com.au
77f69277a4
Fix a couple of memory leaks. Not part of the default build.
2006-11-01 11:53:18 +00:00
mhammond%skippinet.com.au
b8ca55ad08
GetAsISupports was actually calling GetAsInterface.
...
Not part of the default build.
2006-11-01 11:37:46 +00:00
mhammond%skippinet.com.au
b2ade93836
Correct the semantics of Python global variables in event handlers.
2006-10-26 05:23:08 +00:00
mhammond%skippinet.com.au
c3de7cc900
* Allow arrays in Variants to hold elements of any type, by using
...
nsIVariant for each element.
* Return empty arrays as an empty list instead of None.
Not part of the default build.
2006-10-16 09:30:04 +00:00
mhammond%skippinet.com.au
2f555d2f39
When running Py2.4, take advantage of new logging module feature that
...
gives less ugly/misleading exceptions in some cases.
Not part of the default build.
2006-10-16 09:19:39 +00:00
mhammond%skippinet.com.au
8ad6cb658c
Whitespace normalization - not part of the default build.
2006-10-15 10:56:05 +00:00
mhammond%skippinet.com.au
199682a085
Fix Python's handling of nsACString's with embedded null bytes.
...
Not part of the default build.
2006-10-15 10:53:15 +00:00
bugzilla%standard8.demon.co.uk
a291a97697
Bug 351921 Remove xpcom/obsolete/nsSpecialSystemDirectory.{h,cpp} r=darin,edburns
2006-10-12 16:44:32 +00:00
mhammond%skippinet.com.au
065d0c32f1
Allow a closure as an event handler. Not part of the build.
2006-10-05 10:53:32 +00:00
mhammond%skippinet.com.au
43a8cdaf19
[Bug 348426] Python extensions fail to build with libxul
...
r=benjamin@smedbergs.us , sr=jst
2006-10-05 10:44:03 +00:00
Olli.Pettay%helsinki.fi
64e491c833
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
2006-09-02 10:00:26 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
mhammond%skippinet.com.au
f27078442b
Fix bug 347865 (PyXPCOM fails to build on alpha) on trunk.
...
Not part of the default build.
2006-08-09 13:37:38 +00:00
mhammond%skippinet.com.au
ca11f368e4
Bug 341915: can we move nsIScriptContext(Owner) from dom to xpconnect
...
r=timeless, sr=jst
2006-07-19 04:15:50 +00:00
mhammond%skippinet.com.au
e14e195ea5
SetTimeoutOrInterval now takes an integer. Not part of the default build.
2006-07-12 12:00:10 +00:00
mhammond%skippinet.com.au
8ee8b94569
Fix the chrome building process in the Python/DOM work. Not part of the build.
2006-06-19 23:13:14 +00:00
bzbarsky%mit.edu
9509962b32
Move the safe vs unsafe about: distinction out of the security manager and into
...
nsIAboutModule implementations. Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
mhammond%skippinet.com.au
86a4ed2cf5
Copy our components via the EXTRA_COMPONENTS Makefile variable.
...
Not part of the build.
2006-06-06 07:06:41 +00:00