ben%bengoodger.com
3c18790798
244655 - uninstalling an extension breaks Firefox.
2004-05-26 21:54:14 +00:00
bryner%brianryner.com
f9f55ca33e
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
2004-05-03 21:48:36 +00:00
ben%bengoodger.com
4d588e3900
stray printf
2004-05-02 04:22:43 +00:00
ben%bengoodger.com
1663e8d7d6
242309 - implement nsIXULChromeRegistry::UninstallPackage for 170006 (extension manager) - requires changing nsIXULChromeRegistry::UninstallPackage to take an ACString like all the other uninstall methods.
2004-05-02 04:03:54 +00:00
ben%bengoodger.com
d566794451
make ConvertChromeURL return an error code when it cannot successfully convert a chrome URL rather than build a "wacky default" - remove some cruft too
2004-04-30 01:46:02 +00:00
bsmedberg%covad.net
02373a0bb0
Bug 141090 - New profiles do not display current theme w/ check flag
...
patch by jerry.tan@sun.com r=me sr=bryner
2004-04-24 17:05:23 +00:00
bsmedberg%covad.net
1600a1f372
Re-landing bug 237407 with crash-fix. r/sr=dbaron+brendan a=asa+mkaply
2004-03-23 18:26:43 +00:00
bsmedberg%covad.net
b107850633
Bug 233160 - separate style overlays out of nsIXULChomeRegistry r+sr=hyatt with additional lookovers from dbaron+bz
2004-03-09 19:59:09 +00:00
bsmedberg%covad.net
4b200df809
Bug 232059 - installed-chrome.txt shouldn't need to end in a newline. r+sr=bryner
2004-02-04 12:49:43 +00:00
bsmedberg%covad.net
1fa5ea045f
Bug 222542 - delayed profile install fails. This landed for seamonkey 10/21/03 but never got ported, a=pch
2004-01-31 04:48:33 +00:00
bryner%brianryner.com
021ace8aa1
fallout from chrome registry reorg - fix CID to match chrome/src/nsChromeRegistry.h
2004-01-23 08:53:35 +00:00
bsmedberg%covad.net
173d271bc3
Re-landing bug 229285 - There was a misplaced close-brace in nsXULDocument.cpp that was causing problems non-chrome XUL documents.
2004-01-14 18:03:25 +00:00
bsmedberg%covad.net
b791f1c831
Backing out bug 229285 until I can figure out the orange with the -chrome file:///blah scenario.
2004-01-14 15:26:08 +00:00
bsmedberg%covad.net
7615b1313d
Bug 229285 - separate nsIXULOverlayProvider from nsIXULChromeRegistry
...
r=bryner sr=hyatt
2004-01-14 13:30:55 +00:00
bzbarsky%mit.edu
38d4de896a
Pull this benighted file into the new post-bug-211376 world.
2004-01-14 02:15:02 +00:00
jst%mozilla.jstenback.com
23b4f06ec6
Fixing phoenix bustage caused by my fix for bug 226522.
2004-01-10 01:52:36 +00:00
bryner%brianryner.com
9c81944cb6
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
2004-01-07 22:30:53 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
bsmedberg%covad.net
9c830545ca
fix more bustage on bug 219233 - update Makefile REQUIRES
2003-12-22 20:45:06 +00:00
bsmedberg%covad.net
f1932929ed
Oops, chrome registry itself now requires content. Why didn't my build break before? (bug 219233)
2003-12-22 05:49:57 +00:00
bsmedberg%covad.net
a262c9b4f7
bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
...
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
bryner%brianryner.com
a0e219b348
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
bryner%brianryner.com
d18c9b6ee3
fixing firebird/thunderbird build bustage (bug 26893)
2003-09-27 18:49:39 +00:00
mkaply%us.ibm.com
bfcdf21dfa
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-15 19:16:24 +00:00
bryner%brianryner.com
f65ca11ef7
Forgot one file as part of bug 218551. a=brendan.
2003-09-08 21:26:29 +00:00
bryner%brianryner.com
7f4af2e0f9
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 21:50:21 +00:00
hyatt%mozilla.org
29f71e9ef2
Forgot makefile.in for firebird.
2003-08-09 01:10:38 +00:00
hyatt%mozilla.org
9720928374
Fork the chrome registry for Fb+Tb, bug 215496, r=bryner, sr+a=brendan
2003-08-08 23:28:27 +00:00
bzbarsky%mit.edu
95256ce645
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
...
r+sr=jst
2003-07-28 21:35:53 +00:00
bryner%netscape.com
b4e7b4b7a7
Backing out checkin for bug 210216 because it caused regression bugs 210377 and 210437 (themes and extensions missing from UI). r=ben, sr=hyatt.
2003-06-24 22:04:43 +00:00
bsmedberg%covad.net
50671bd48b
Bug 210216 remove unused nsChromeRegistry::mUIDataSource r=rjc sr=shaver
2003-06-23 04:44:28 +00:00
caillon%returnzero.com
ba75de772b
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
dbaron%dbaron.org
43a8cabf76
Refactor version compatibility and package existence check into separate function (VerifyCompatibleProvider). When one of these checks fails in GetBaseURL, use only the install directory's data source as a backup in case the profile's selection is not in the current install, and don't write the backup back to the profile. b=191954 sr=bryner r=danm
2003-06-01 20:14:59 +00:00
shliang%netscape.com
1f9686f31d
bug 190174 - skin-switching broken for migrated profiles. r=ccarlen, sr=jag
2003-05-30 05:29:37 +00:00
alecf%flett.org
ca4d2a3bf1
part of bug 119923 - add a -p option to regchrome to output the chrome registry to a .properties file
...
r=bryner, sr=hyatt
2003-05-29 18:53:33 +00:00
dwitte%stanford.edu
149f719c00
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
varga%netscape.com
1734eec58f
Landing bookmarks changes.
...
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa
The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
alecf%netscape.com
1bd126755e
oops, this change was on another machine - part of the previous checkin to bug 199170, sr=bryner, r=ccarlen (no, this won't cause bustage, just something I forgot)
2003-04-15 22:21:02 +00:00
alecf%netscape.com
2354d05a20
fix for bug 199170 - more static atom work in xpcom, chrome registry, rdf, and profile dir service provider.. sr=bryner, r=ccarlen
2003-04-15 22:19:01 +00:00
bryner%netscape.com
4d3b825ffa
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
bryner%netscape.com
7ce4b290a0
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
2003-03-12 04:57:33 +00:00
peterv%netscape.com
51b88d8880
Fix for bug 162960 (chrome registry doesn't enumerate overlays installed in user profile.). r=varga, sr=hyatt.
2003-03-05 12:20:00 +00:00
cbiesinger%web.de
26fd1afa1f
190020 r=timeless sr=alecf GetResource should take AUTF8String
2003-02-25 19:02:00 +00:00
dbaron%dbaron.org
3da694f7ae
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:45:23 +00:00
bzbarsky%mit.edu
de6d5c0335
Re-relanding part of the fix for bug 182124 to narrow down the source of the
...
perf impact. r=rjc, sr=darin
2003-01-05 16:26:59 +00:00
bzbarsky%mit.edu
5940c8be4e
And backing bug 182124 yet again... why is comet the _only_ tinderbox showing
...
the problem?
2002-12-11 12:42:50 +00:00
bzbarsky%mit.edu
175bfa18ac
relanding bug 182124 since it looks like comet was just noise and the other Ts
...
boxes that cycled with this show no problems...
2002-12-11 05:40:14 +00:00
bzbarsky%mit.edu
1779ed3eca
Backing out bug 182124 because I think it caused Ts to go up...
2002-12-11 04:35:37 +00:00