.. |
access-builtin
|
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 07:08:56 +00:00 |
auth
|
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 07:08:56 +00:00 |
canvas3d
|
Bug 413318. Fix broken canvas3d build. r=vlad, NPOTB
|
2008-01-26 23:28:51 +00:00 |
cck
|
Add livemark support
|
2008-01-09 22:31:23 +00:00 |
cookie
|
tweaking debug warning to reduce noise.
|
2008-01-12 00:38:38 +00:00 |
cview
|
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 20:08:55 +00:00 |
datetime
|
389440 move LOAD_NO_NETWORK_IO to nsICachingChannel to avoid modifying semantics of a frozen interface. Also replace NS_ERROR_NEED_NETWORK with NS_ERROR_DOCUMENT_NOT_CACHED
|
2007-07-27 02:40:46 +00:00 |
editor/cascades
|
…
|
|
finger
|
389440 move LOAD_NO_NETWORK_IO to nsICachingChannel to avoid modifying semantics of a frozen interface. Also replace NS_ERROR_NEED_NETWORK with NS_ERROR_DOCUMENT_NOT_CACHED
|
2007-07-27 02:40:46 +00:00 |
gnomevfs
|
Bug 412280 nsGnomeVFSInputStream::DoOpen probably shouldn't treat values other than GNOME_VFS_OK from gnome_vfs_get_file_info as OK
|
2008-02-09 23:19:01 +00:00 |
inspector
|
Bug 415992 - "[fr] French DOMi update for bug 413605 and bug 393820" [p=cedric.corazza@wanadoo.fr (C��dric Corazza) r=Benoit a1.9=schrep]
|
2008-02-10 05:07:22 +00:00 |
irc
|
Bug 414387 - Give emoticons role=image for accessibility, so they read out the title attribute containing the text version. Chatzilla only. r=gijs
|
2008-02-12 16:15:29 +00:00 |
java
|
Bug 381579: extensions/java/xpcom/interfaces/org directory is incorrectly removed when "make clean". p=Wang Xianzhu <phnixwxz1@yahoo.com>, r/sr=jag, a=NPOTB
|
2008-02-04 01:02:50 +00:00 |
jssh
|
Bug 398114. JS_Assert: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread from nsJSSh::Init. r=mrbkap, sr=shaver
|
2007-10-05 20:10:46 +00:00 |
layout-debug
|
Bug 373623 - "Unicode ��� should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
|
2007-11-27 02:44:51 +00:00 |
lightning
|
Bug 415081 Get rid of lightning-wcap.xpi; r=philipp
|
2008-02-05 22:55:11 +00:00 |
manticore
|
Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky
|
2006-05-25 21:22:32 +00:00 |
metrics
|
b=412703
|
2008-01-28 15:48:08 +00:00 |
mono
|
…
|
|
penelope
|
Added missing makefile for the penelope extension
|
2007-04-15 19:34:37 +00:00 |
permissions
|
Use the principal doing the load to decide on the URI to pass to content
|
2007-08-08 01:16:12 +00:00 |
pref
|
Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep
|
2008-01-15 15:51:02 +00:00 |
python
|
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
|
2008-01-12 04:30:44 +00:00 |
reporter
|
Bug 373623 - "Unicode ��� should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
|
2007-11-27 02:44:51 +00:00 |
schema-validation
|
Bug 388992 ��� Make schema-validation not depend on webservices, patch=aaronr, r=doronr, sspeiche@gmail.com, benjamin, a=beltzner
|
2008-02-12 14:36:40 +00:00 |
spatialnavigation
|
fixing bug 384563. patch by weirdal. npodb
|
2008-01-02 17:14:00 +00:00 |
spellcheck
|
Bug 340634 - "spell checker doesn't suggest "alot" correction" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=RyanVM sr=mscott a1.9=schrep]
|
2008-01-22 00:14:11 +00:00 |
sql
|
Bug 373623 - "Unicode ��� should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
|
2007-11-27 02:44:51 +00:00 |
sroaming
|
Bug 373623 - "Unicode ��� should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
|
2007-11-27 02:44:51 +00:00 |
tasks
|
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 20:08:55 +00:00 |
tridentprofile
|
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 07:08:56 +00:00 |
typeaheadfind
|
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
|
2008-02-09 10:37:44 +00:00 |
universalchardet
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 14:22:04 +00:00 |
venkman
|
Bug 308283 - treat stateFlags as a proper bitfield
|
2008-02-11 21:29:52 +00:00 |
wallet
|
Bug 208587 [mlk] wallet leak
|
2008-02-10 04:12:31 +00:00 |
webdav
|
Bug 400949 use static CRT on windows; r=mvl
|
2007-12-27 09:41:46 +00:00 |
webservices
|
Follow-up to bug 397929 -- s/GetMessage/GetMessageMoz/ in webservices/soap [rs=bsmedberg]
|
2008-02-12 20:07:22 +00:00 |
xforms
|
[XForms] NPOTDB Implement XForms XPath number functions power, random and compare. Bug 415963, p=msterlin r=olli+aaronr
|
2008-02-12 19:36:15 +00:00 |
xml-rpc
|
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 20:08:55 +00:00 |
xmlextras
|
Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv
|
2007-10-01 10:02:34 +00:00 |
xpath-generator
|
Bug 319768 - (XPathGenerator) - Implement XPath generator. Patch by Alex Vincent <ajvincent@gmail.com>. r=peterv, sr=jonas NPOTB
|
2007-08-03 23:00:40 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
…
|
|
build.mk
|
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 20:08:55 +00:00 |
confvars.sh
|
bug 383112 - make MOZ_XUL_APP=1 the default in configure, r=bsmedberg
|
2007-06-04 15:09:50 +00:00 |