Commit Graph

4633 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
035be30444 Bug #84950 --> Emoticons should be themeable. Move them out of editor\content and into a shared (communicator) theme package.
r=benB
sr=bienvenu
moa=glazman

a=asa
2004-03-10 19:16:53 +00:00
darin%meer.net
b8889d3155 adding strings for bug 232567 based on suggestions made by gerv in comment #16 2004-03-10 07:47:18 +00:00
darin%meer.net
a7166e9ccd removing DEBUG_darinf printf section 2004-03-10 07:25:54 +00:00
darin%meer.net
e88a75d16d patch for bug 68796 "IPv6 : Some IPv4 addresses won't resolve w/IPv6 OS" patch by lorenzo@colitti.com r+sr=darin 2004-03-09 20:31:54 +00:00
darin%meer.net
e0c5d1103c fixes bug 232385 "nsIRequest::INIHIBIT_CACHING not implemented" r=dougt sr=bzbarsky 2004-03-09 02:17:25 +00:00
darin%meer.net
8bdaba45ad final patch for bug 234908 "getter_Copies scoping problem" r+sr=dbaron 2004-03-08 23:48:39 +00:00
neil%parkwaycc.co.uk
e07ecdf170 Bug 11080 news "spoiler" feature p=mnyromyr@tprac.de r=ben.bucksch sr=bienvenu 2004-03-04 17:00:00 +00:00
ben%bengoodger.com
a3bc444d2c 215094 - 235360 Password Manager changes to support Firefox profile automigration - add two methods to nsIPasswordManagerInternal - the ability to add an entry with details, and to read a Mozilla Password manager file from an external source. r=dveditz, sr=darin 2004-03-03 07:52:12 +00:00
cbiesinger%web.de
65a4c62ead 183415, typo in PAC's getClassObject (double negation instead of single one);
also add nsIRequestObserver to getClassObject's interface list.
r=darin sr=bzbarsky; thanks to Nathan Kurz who suggested (the first part of) this patch
2004-03-01 21:23:45 +00:00
darin%meer.net
c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
darin%meer.net
73298e056e landing patch for bug 233305 "Support gnome-vfs's smb: URL scheme" r=biesi sr=bryner 2004-02-28 00:05:58 +00:00
darin%meer.net
a0186ddb74 fixes bug 229984 "HTTP download of over 64MB causes disk cache to break" r=gordon sr=bzbarsky 2004-02-25 23:01:08 +00:00
darin%meer.net
f6875e2d3c fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron 2004-02-25 02:08:34 +00:00
cbiesinger%web.de
7ea034fb6b bug 78919, last part. r=bzbarsky sr=darin.
This adds a new method launchWithFile on nsIMIMEInfo which takes care of opening
the selected (preferred or default) application on the mime info with a
specified document. defaultDescription is now readonly, and defaultApplication
no longer available.
This also removes the clone method which was unused in the entire tree.
2004-02-23 22:49:28 +00:00
scott%scott-macgregor.org
e91eb18b8d Cleanup extraneous [const] tags in the interface that are inplicit because the args
are listed as input parameters.

sr=darin
2004-02-20 06:58:30 +00:00
darin%meer.net
2c90f8bb44 somehow this one escaped my last checkin .. oops! 2004-02-20 02:13:59 +00:00
scott%scott-macgregor.org
9c92fb36c5 change a nsString back to an nsAutoString the way it should be.
Part of Bug #234936

thanks to darin for pointing that out
2004-02-19 21:10:29 +00:00
scott%scott-macgregor.org
52e2f8d60f Add some comments describing FindURLInPlainText 2004-02-19 21:08:11 +00:00
scott%scott-macgregor.org
4107587ad8 Bug #234936 --> expose method to find a url given a string. This allows the spell checker to
ignore urls in mail compose. Porting this functionality to seamonkey.

sr=bienvenu
2004-02-19 20:45:57 +00:00
darin%meer.net
8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
jst%mozilla.jstenback.com
505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
tor%cs.brown.edu
bbf2ef596f Bug 208314 - remove use of iostreams to allow building with compilers
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
darin%meer.net
f19f25fa1a adding a JS testcase for server sockets (see bug 92928) 2004-02-06 20:36:58 +00:00
kairo%kairo.at
3d12a17e05 bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions 2004-02-04 14:24:38 +00:00
jst%mozilla.jstenback.com
90431d8022 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
pinkerton%aol.net
6233fbb29e add support for OSX 10.3 SDK support so build done on 10.3 can be run on
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
darin%meer.net
7b7d65afca landing patch for bug 114451 "digest auth nonce count not updated properly" patch by avva@livejournal.com r+sr=darin 2004-01-29 00:10:32 +00:00
bsmedberg%covad.net
7d79d7ba8b Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin 2004-01-28 23:45:17 +00:00
cbiesinger%web.de
242ffb7490 bug 78919, part 3: Move nsMIMEInfoImpl to exthandler, and don't allow to CreateInstance it
r=bzbarsky sr=darin
2004-01-28 14:48:22 +00:00
cbiesinger%web.de
ee39004779 bug 230931 - nsFileStreams.h should not #include nsReadLine.h
this forward-declares nsLineBuffer in nsFileStreams.h instead, and turns a
typedef struct { ... } nsLineBuffer into struct nsLineBuffer { ... }
r=bzbarsky sr=darin
2004-01-28 00:22:55 +00:00
dbaron%dbaron.org
0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
mozilla.BenB%bucksch.org
f5134e7ee1 209526: Treat Japanese space as space.
Patch by Brodie Thiesfield <brofield@jellycan.com>.
r=BenB, sr=mscott
2004-01-19 14:07:42 +00:00
timeless%mozdev.org
52532acd61 Bug 229476 about:cache title capitalization inconsistent
patch by jmd@pobox.com r=bz sr=darin
2004-01-11 08:11:53 +00:00
bzbarsky%mit.edu
6ccc20cdbe Work around misconfiguration in default Apache installs that makes it claim all
sorts of stuff as text/plain.  Bug 220807, r=biesi, sr=darin
2004-01-08 03:56:02 +00:00
neil%parkwaycc.co.uk
cac0311c73 Bug 203422 fix some warnings in netwerk p=gautheri@noos.fr r=andreas.otte sr=darin 2004-01-07 23:43:12 +00:00
bsmedberg%covad.net
d0f309943a 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
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
technutz%netscape.net
48c9af73a5 Bug 106618. Change KB to KiB across the application. Patch by Alexey Chernyak <alexey@optus.net>. r=bz, sr=darin 2003-12-26 07:11:58 +00:00
peter%propagandism.org
feda8614f8 Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2003-12-23 16:48:40 +00:00
darin%meer.net
861d5ef83d fixes bug 227267 "Upload file doesn't work well. It just upload file with zero size. [ftp only?]" r=dougt sr=dveditz a=chofmann 2003-12-18 18:41:05 +00:00
darin%meer.net
dfaa4657ea fixes bug 226615 "PAC: cannot specify SOCKS5 proxy" r=dougt sr=bz a=tor 2003-12-16 21:23:36 +00:00
dbaron%dbaron.org
d5582721b7 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
darin%meer.net
08344d863c fixing up comment for nsIServerSocket::getAddress so it is clear that this cannot be used to determine the IP address of the local system. 2003-11-21 07:09:31 +00:00
bzbarsky%mit.edu
1e43dee4bb Fix silly operator precedence error. Bug 226230, r=biesi, sr=darin, a=brendan 2003-11-20 17:31:15 +00:00
darin%meer.net
8d2dc58570 fixes bug 223815 "do not unescape %2e if it occurs in the filename part of the filepath" patch=andreas.otte@debitel.net r=bz sr=darin 2003-11-19 06:03:01 +00:00
darin%meer.net
d7ce33ed84 fix two "might be used uninitialized" warnings from NTLM patch, bug=224653. 2003-11-19 05:00:43 +00:00
bzbarsky%mit.edu
27d56f9d7e Decide it's application/octet-stream if it contains any ASCII control chars,
not just if it contains a null byte.  Bug 126782, r+sr=darin
2003-11-18 15:10:56 +00:00
dwitte%stanford.edu
cd7d429814 reduce mallocs when creating a new nsCookie, by storing member strings contiguously with the cookie object.
b=223289, r=caillon, sr=darin.
2003-11-18 12:30:23 +00:00
darin%meer.net
81fa7f7002 adding back TestServ.cpp... didn't mean to remove that. 2003-11-18 02:58:18 +00:00
darin%meer.net
660b16478a fixes bug 224749 "REUSABLE_CREDENTIALS and REUSABLE_CHALLENGE flags ignored in nsHttpChannel::setAuthorization" r=cneberg sr=bzbarsky 2003-11-18 02:39:24 +00:00