axel%pike.org
|
cf1180e670
|
bug 263865, crash with nonconsecutive containers, r=bsmedberg, sr=shaver
|
2004-11-10 21:21:05 +00:00 |
cbiesinger%web.de
|
fa2f66841a
|
fixing build bustage
|
2004-11-08 01:14:56 +00:00 |
darin%meer.net
|
f94aa8151e
|
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
|
2004-11-07 23:59:35 +00:00 |
axel%pike.org
|
4be4d2d0b0
|
fix crasher in serializing RDF/XML, missed a break; bug 267050, r=bsmedberg, sr=darin
|
2004-11-03 10:46:27 +00:00 |
jst%mozilla.jstenback.com
|
d9915d605d
|
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
|
2004-11-02 19:52:32 +00:00 |
darin%meer.net
|
96c79cea45
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
cbiesinger%web.de
|
cbb3297fbe
|
265333 don't explicitly pass all arguments to NS_NewInputStreamChannel, so that the
more efficient variant with fewer arguments can be used r+sr=darin
|
2004-10-25 22:08:09 +00:00 |
varga%nixcorp.com
|
cd1df2e308
|
Updating my email address.
|
2004-10-22 18:33:55 +00:00 |
cbiesinger%web.de
|
bfee8f8426
|
Bug 261593 get rid of AssignWithConversion in filesystemdatasource
r=axel@pike.org sr=darin
|
2004-09-30 21:44:02 +00:00 |
bsmedberg%covad.net
|
9b824e5486
|
Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst
|
2004-09-21 20:19:48 +00:00 |
jst%mozilla.jstenback.com
|
c9319106d6
|
Fixing RDF crash. Change weak pointer to strong pointer as was the intention (as the comment in the code reflects) when the fix for crash bug 248071 landed. r=axel@pike.org, sr=darin@meer.net
|
2004-09-10 22:48:10 +00:00 |
dbaron%dbaron.org
|
4c36660044
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
axel%pike.org
|
a842e48405
|
bug 239369, nsRDFXMLSerializer string do, check return values and copy less utf8<->utf16, r=bsmedberg, sr=darin
|
2004-09-09 20:17:36 +00:00 |
vladimir%pobox.com
|
9b6f713449
|
b=235665, aggregation broken in bookmarks [gecko only bits], r=axel,shaver,others,sr=shaver
|
2004-08-30 22:25:29 +00:00 |
cbiesinger%web.de
|
545cbfb7b6
|
Bug 252435 get rid of *WithConversion in chrome registry
r=bsmedberg sr=darin
|
2004-07-28 21:23:12 +00:00 |
dbaron%dbaron.org
|
fa4808301b
|
Move things that aren't author stylesheets out of nsDocument's mStyleSheets array to simplify stylesheet management code. Add a level of the cascade for style attributes and ensure that there's only one rule processor per level of the cascade, and simplify the logic of nsCSSRuleProcessor creation. b=252578 r+sr=bzbarsky
|
2004-07-28 07:08:41 +00:00 |
neil%parkwaycc.co.uk
|
56774ddbdf
|
Bug 249996 Local store should return "rdf:local-store" as its URI r=pike sr=darin
|
2004-07-07 06:37:39 +00:00 |
vladimir%pobox.com
|
f6868306b8
|
b=250119, xmlextras parsestring/parsestream should use autf8string. r=jst, sr=shaver
|
2004-07-07 05:49:29 +00:00 |
timeless%mozdev.org
|
824177e5b1
|
Bug 241948 Change RDF nsprlogging to spam all:4/all:5 instead of all:2
r=axel sr=dveditz
|
2004-06-25 00:51:24 +00:00 |
jst%mozilla.jstenback.com
|
e770a45812
|
Fixing firefox topcrash bug 248071. Make sure to hold on to observers during calls on the observers to prevent crashes in cases where the observers remove themselves during a notification call. r=dbaron@dbaron.org, sr=brendan@mozilla.org
|
2004-06-24 00:31:04 +00:00 |
roc+%cs.cmu.edu
|
52092297fe
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
aaronleventhal%moonset.net
|
b129a05b0f
|
Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner
|
2004-06-08 19:34:55 +00:00 |
bzbarsky%mit.edu
|
27b140b534
|
Change FlushPendingNotifications to have more granularity and update callers to
only flush the things they really need flushed. Bug 144072, r+sr=jst
|
2004-05-27 22:08:42 +00:00 |
roc+%cs.cmu.edu
|
b8ecbc84da
|
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
|
2004-05-22 22:15:22 +00:00 |
bryner%brianryner.com
|
f9f55ca33e
|
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
|
2004-05-03 21:48:36 +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 |
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 |
axel%pike.org
|
0bed18379d
|
removing dead test code, might resurrect dsds, not part of build, moa=me
|
2004-04-24 09:34:21 +00:00 |
bienvenu%nventure.com
|
8b57f91769
|
make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538
|
2004-04-22 15:32:54 +00:00 |
gerv%gerv.net
|
6635d16530
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 13:54:27 +00:00 |
gerv%gerv.net
|
482dc5fcad
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 18:33:16 +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
|
46cb970ead
|
Bug 234392 - nsIRDFResource needs scriptable access to IDN resources. r=pike sr=darin
|
2004-03-09 14:42:24 +00:00 |
timeless%mozdev.org
|
0acc0ff7bc
|
Bug 231137 NS_GetSpecialDirectory rv isn't checked in WriteProperties
patch by luser_bugzilla@perilith.com r=bsmedberg sr=tor
|
2004-03-03 03:35:07 +00:00 |
darin%meer.net
|
8bc9bba9d5
|
landing patch for bug 234864 "string branch landing resulted in large spike in heap allocations (brad:A metric)" r+sr=dbaron
this patch also introduces nsTFixedString and removes CBufDescriptor.
|
2004-02-20 01:53:23 +00:00 |
bsmedberg%covad.net
|
7a922f66fd
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +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 |
jst%mozilla.jstenback.com
|
1804c4910c
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
dougt%meer.net
|
81473726f1
|
If we aren't building XUL, we don't need RDF r=dougt+bryner
|
2004-01-20 09:02:09 +00:00 |
tingley%sundell.net
|
bf7762134a
|
Namespace-qualify RDF attributes. bug=227307 r=rjc sr=bzbarsky
|
2004-01-18 19:26:02 +00:00 |
bsmedberg%covad.net
|
982894f7ce
|
From bug 229285, Don't build the fat chrome registry when --disable-xul is specified, build minimo/chromelite registry instead. Suggested by dbaron, r=bryner
|
2004-01-17 00:20:00 +00:00 |
tingley%sundell.net
|
783b16bec7
|
bug 230099: don't serialize RDF literals inline if they contain newlines.
r=rjc, sr=bz-vacation
|
2004-01-15 01:17:25 +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
|
75c2b9acde
|
Remove nsIHTMLContentContainer, merge those three functions into nsIDocument,
and make XUL style attribute dynamic changes get a proper CSSLoader off the
document. Bug 211376, r+sr=jst
|
2004-01-13 23:14:49 +00:00 |
jst%mozilla.jstenback.com
|
4ab234b8be
|
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
|
2004-01-09 23:54:21 +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 |