Commit Graph

144 Commits

Author SHA1 Message Date
Matheus Kerschbaum
3ebd8fcb38 Bug 597789 - Remove --disable-rdf; r=ted 2011-11-08 11:42:54 +00:00
Ehsan Akhgari
478ad1a412 Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Michael Wu
0fe7772ece Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
Ms2ger
6057ede4ed Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst 2011-09-18 11:22:17 +02:00
Ms2ger
2cecbb3535 Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar 2011-08-11 15:29:58 +02:00
Ms2ger
26b7c93961 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Masayuki Nakano
adb77c5495 Bug 664969 xpfe should use mozilla::Preferences r=neil 2011-06-20 12:00:16 +09:00
Serge Gautherie
858b7c93c1 Bug 228448 - Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'; (Gv1b) /xpfe/components/directory/nsDirectoryViewer.cpp.
r=dean_tessman.
2011-04-14 17:25:00 +02:00
Peter Van der Beken
33e2bd6f98 Fix for bug 584048 (Clean up cycle collection code) - remove NS_IMPL_CYCLE_COLLECTING_ADDREF_AMBIGUOUS/NS_IMPL_CYCLE_COLLECTING_RELEASE_AMBIGUOUS. r=bent. 2011-03-06 12:11:31 +01:00
Ehsan Akhgari
205e451fdd Bug 525222 - XML errors possible on file:// listings; r=bzbarsky a=jst 2010-10-12 18:30:42 -04:00
Jesse Ruderman
6a2161d1b5 Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst 2010-06-17 13:28:38 -07:00
Joe Drew
2530aac060 Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz 2010-04-16 17:05:47 -04:00
Ehsan Akhgari
85511b2fec Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky 2009-02-15 10:51:04 +03:30
9240840057 Bug 429123 - Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread in JS_GetReservedSlot, r=neil, sr=biesi 2009-02-07 13:50:21 -08:00
9847deb526 Bug 421202 nsHTTPIndex should be cycle collected r=sayrer a=dsicore 2008-03-08 07:47:34 -08:00
98de634631 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
bzbarsky@mit.edu
127703028d Move GetCompatibilityMode() to nsIDocument. Bug 362797, r+sr=jst 2006-12-05 15:46:18 +00:00
bzbarsky@mit.edu
0d8e296fb6 Make the redirect check get principals the same way we get them elsewhere.
Clean up some code to use the new security manager method.  Bug 354693,
r=dveditz, sr=sicking
2006-11-22 18:27:54 +00:00
timeless@mozdev.org
b539cc1bdb Bug 330331 Building with option --disable-xul failed
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)

Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF

Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
benjamin@smedbergs.us
fbac713199 Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin 2006-08-08 18:18:50 +00:00
gavin@gavinsharp.com
d61272b65d Bug 333312: fix potential crash [@ JS_GetGlobalObject - nsHTTPIndex::OnFTPControlLog] (found by coverity), r=timeless, sr=jag 2006-04-12 18:32:12 +00:00
neil@parkwaycc.co.uk
e77b2cf397 Make the XUL directory viewer work with jar: directories b=309296 r+sr=jag 2006-03-30 21:06:48 +00:00
cbiesinger@web.de
aae44b57d9 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
cbiesinger@web.de
d556e71b64 Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
cbiesinger@web.de
4dd1d4cd58 undoing better bustage fix, since it breaks on windows 2005-01-01 16:48:41 +00:00
cbiesinger@web.de
1d558577af better bustage fix 2005-01-01 16:31:29 +00:00
cbiesinger@web.de
25ebfd0675 fixing more win32 bustage 2005-01-01 16:24:52 +00:00
cbiesinger@web.de
e2cdd2c072 Bug 242350 replace LL_INIT(0,-1) with LL_MAXUINT
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-01 14:55:48 +00:00
dbaron@dbaron.org
9fa5199cda Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
cbiesinger@web.de
e6caccbf46 Bug 255432 make sure to set the content type on the channel early enough
r=bzbarsky sr=darin
2004-08-31 09:28:00 +00:00
dbaron@dbaron.org
4ef14760fc Fix leak by removing extra AddRef. b=251530 r=cbiesinger sr=bzbarsky 2004-07-15 19:57:18 +00:00
cbiesinger@web.de
879ff5b032 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2004-06-29 16:45:07 +00:00
cbiesinger@web.de
eb5030d8d6 bug 247607 http-index-format -> html conversion should be done by the necko caller, not by the channels
r+sr=darin
2004-06-25 18:30:22 +00:00
cbiesinger@web.de
b2e2b5a661 Bug 118438 Gopher 'information' tag not supported.
patch by Jan Ruzicka <jan.ruzicka@comcast.net> r=biesi sr=darin
2004-06-12 19:49:40 +00:00
cbiesinger@web.de
e25d48795a update links to point to mozilla.org instead of a 404 resource 2004-05-10 23:21:35 +00:00
cbiesinger@web.de
1f4b50b823 addressing reviewer comments 2004-04-18 13:22:31 +00:00
cbiesinger@web.de
2692d709e4 Bug 240257 directory listings show wrong sizes for files > 4 GB
changes nsIDirIndex to use PRInt64
r=darin sr=bryner
2004-04-18 13:20:54 +00:00
gerv@gerv.net
3d4aa42dd7 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
jst@mozilla.jstenback.com
0c5e542fe7 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
bryner@brianryner.com
1ffa7062d9 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
varga@netscape.com
5c7cbbbd0b 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
cbiesinger@web.de
cadb8c3cfc 97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service 2003-02-27 13:51:55 +00:00
cbiesinger@web.de
a485c35c3a 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
dbaron@dbaron.org
8c37890522 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
timeless@mozdev.org
5b0a616983 Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
timeless@mozdev.org
a4a4a02115 backing out. 2002-11-06 16:49:13 +00:00
timeless@mozdev.org
a714c2199c Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-06 15:31:02 +00:00
dougt@netscape.com
46ce738546 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt@netscape.com
aa5e4b8b34 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
henry.jia@sun.com
180c918f8c 2nd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00