gecko-dev/extensions
mhammond%skippinet.com.au 7027fc93ed First cut at the Python implementation of nsIScriptContext etc (see
http://wiki.mozilla.org/Breaking_the_grip_JS_has_on_the_DOM).

See also bug 255942 - "Support other scripting languages than JS".

Not part of the build - indeed this will not build at all until bug
255942 lands, or the latest patch there is applied.
2006-04-29 01:56:45 +00:00
..
access-builtin Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:10 +00:00
auth fix crash doing sspi auth, patch by schlichting@tu-harburg.de, r=cneberg@gmail.com, sr=bienvenu 2006-03-07 02:38:31 +00:00
cck Silly mistake 2006-04-25 21:51:12 +00:00
cookie Bug 334319: buffer overrun in nsPermissionManager::Read when reading an invalid cookperm.txt file, r=mvl, sr=darin 2006-04-22 13:32:25 +00:00
cview Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
datetime Bug 320498 Fix NewChannel impls to handle null in argument 2005-12-18 01:50:50 +00:00
editor/cascades Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch 2005-02-18 16:33:02 +00:00
finger Bug 320498 Fix NewChannel impls to handle null in argument 2005-12-18 01:50:50 +00:00
gnomevfs fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz 2006-01-02 02:30:32 +00:00
help bug 334478 - Get suiterunner to actually run - make help locale work, r+sr=Neil 2006-04-21 15:23:24 +00:00
inspector Bug 334416: Misc view usage cleanups. r+sr=roc. 2006-04-18 06:05:24 +00:00
irc Bump ChatZilla's version number (locale change due to missed version bump for ban formatting changes). 2006-04-21 02:54:18 +00:00
java Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
jssh Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 04:41:00 +00:00
layout-debug bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones 2006-02-03 14:18:39 +00:00
lightning need to use relative entries in DIRS, if you actually want things to build 2005-02-21 21:28:20 +00:00
manticore Remove UTF-8 BOMs from source files. Bug 280656, r=jshin, sr=brendan 2005-02-02 13:25:44 +00:00
metrics Make sure to call GetMemUsage_Shutdown when the load collector goes away (bug 335480) r=marria 2006-04-26 20:41:09 +00:00
mono Bug 296672: fixes to build on latest Mono, and produce non-empty interfaces. 2005-06-05 15:10:12 +00:00
p3p Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst. 2006-04-26 09:19:48 +00:00
permissions Fix build bustage 2006-04-24 20:25:56 +00:00
pref Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
python First cut at the Python implementation of nsIScriptContext etc (see 2006-04-29 01:56:45 +00:00
reporter Bug 333806 Remove reporter about page r=mconnor 2006-04-17 18:01:43 +00:00
safe-browsing fixes bug 329713 "check for memory leaks" patch by tony@ponderer.org, r=darin 2006-03-24 22:57:47 +00:00
schema-validation Bug 334832 - NPOTDB Maximum value of schema int is handled wrong. r=aaronr 2006-04-20 19:43:27 +00:00
spatialnavigation bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones 2006-02-03 14:18:39 +00:00
spellcheck Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
sql Bug 326501. Mark tree views as being suitable for untrusted code. r+sr=bzbarsky 2006-03-26 20:59:03 +00:00
sroaming Enable session roaming extension to be built into static builds. 2006-04-14 20:47:06 +00:00
tasks bug 261797 incorrect .cvsignore breaking cvs import, not part of build 2004-09-27 19:15:11 +00:00
tridentprofile Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 18:38:19 +00:00
typeaheadfind Bug 333896 2006-04-24 05:40:11 +00:00
universalchardet Bug 328009 UniversalChardetTest.cpp(65) : warning C4800: 'const PRBool' : forcing value to bool 'true' or 'false' (performance warning) 2006-03-21 06:35:45 +00:00
venkman Bug 276075 - Make Venkman compatible with Thunderbird. Woo. 2006-04-12 23:23:07 +00:00
wallet Remove some redundant code. Bug 309834, patch by Samuel Tardieu <sam@rfc1149.net>, r=neil, sr=bzbarsky 2006-04-11 22:22:22 +00:00
webdav Allow CalDAV provider to use prompt service to request username and password (bug 308567); thanks to Gary van der Merwe <garyvdm@gmail.com> for the patch, r=dmose@mozilla.org. Not part of the default build. 2006-04-24 16:10:59 +00:00
webservices Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst. 2006-04-26 09:19:48 +00:00
xforms Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
xml-rpc Bug 197087 - xml-rpc should use XMLHttpRequest (and other small updates) 2006-02-20 04:04:48 +00:00
xmlextras Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst. 2006-04-26 11:37:55 +00:00
xmlterm Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
.cvsignore
Makefile.in Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:14:17 +00:00