cls%seawood.org
74ac97fd84
Fix mingw cross-compile & static build bustage
...
Bug #333941 r=bsmedberg
2006-04-14 22:59:21 +00:00
mkaply%us.ibm.com
34ffb69148
OS/2 build bustage
2006-04-14 14:02:57 +00:00
benjamin%smedbergs.us
71da471b8c
Reverting bug 326925 because of a 6.5% Ts increase, even in static builds.
2006-04-13 17:24:12 +00:00
dougt%meer.net
9077e62a07
Fixing build bustage on WinCE. This is not the most optimal way to get windows ce working as it isn't taking advantage of winces unicode backend. WINCE only.
2006-04-12 22:34:25 +00:00
benjamin%smedbergs.us
0b70a74f81
Bug 326925 - components should be loaded with RLTD_NOW, r=darin - This is an experimental checkin that has the potential to affect Ts times on linux machines, especially nonstatic builds.
2006-04-11 13:28:21 +00:00
darin%meer.net
395bbbe780
fixing typos in comment
2006-04-10 23:43:12 +00:00
darin%meer.net
142de300a7
fixes bug 333212 "SetLastModifiedTime does not work correctly on windows" patch by kovalchuk77@list.ru, r+sr=darin
2006-04-10 18:29:41 +00:00
dbaron%dbaron.org
04b8c33eda
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
2006-04-05 00:00:44 +00:00
jwalden%mit.edu
2517aba831
Bug 322183 - Throw specified exception when moving a folder on top of a non-empty folder. AIX 4.3 defines ENOTEMPTY to be the same as EEXIST by default, so add an #if around code in the last checkin to make AIX happy.
2006-03-30 16:50:17 +00:00
jwalden%mit.edu
b32a9b6977
Bug 322183 - Moving a folder on top of a non-empty folder doesn't throw the specified exception (Linux/Windows portion). r=dougt, sr=shaver
2006-03-30 04:03:27 +00:00
mark%moxienet.com
7c96cadbb6
278161 Bustage fix when building on XP_UNIX without iconv. r=jshin
2006-03-30 02:28:01 +00:00
jshin%mailaps.org
8b173290a1
bug 332123: ] nsLocalFileWin::AppendRelativeNativePath broken with multiple path components r/sr=darin
2006-03-29 17:14:07 +00:00
jshin%mailaps.org
a6045d1c74
bug 278161 : make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) r/sr=darin
2006-03-29 04:53:21 +00:00
scott%scott-macgregor.org
9bda8ddad9
Bug #331433 --> try to fix thunderbird build bustage until the build machine
...
can be properly upgraded..
patch by Masatoshi Kumra.
2006-03-27 16:12:05 +00:00
jshin%mailaps.org
8374ad507b
bug 331453 : downloading a binary file results in a corrupted (truncated) file : r/sr=darin
2006-03-26 15:34:40 +00:00
jshin%mailaps.org
a647f3b7f9
bug 162361 : fix a 'typo' in the previous check-in. The line in question should have been left alone, but it's changed in the previous check-in by mistake. r/sr=darin
2006-03-24 07:30:22 +00:00
pedemont%us.ibm.com
ce29bd091b
Bug 330701 - NS_NewPipe with default segment size ignores max size. r=darin
2006-03-22 20:42:55 +00:00
jshin%mailaps.org
ebc7ee6742
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
2006-03-22 04:26:30 +00:00
dougt%meer.net
db0f13d809
Cleaning up PR_GetEnv() usage. b=306840. r=timeless, patch by serge gautherie
2006-03-19 02:52:30 +00:00
bryner%brianryner.com
4cd1e2b280
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
2006-03-15 04:59:42 +00:00
darin%meer.net
518720a354
fix comment typo
2006-03-10 21:38:02 +00:00
mkaply%us.ibm.com
894ebaa6b6
#3011064
...
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
2006-03-10 16:01:26 +00:00
darin%meer.net
3aaa394631
fixes bug 328920, r=mark.mentovai
2006-03-08 05:47:22 +00:00
mark%moxienet.com
9e051c299b
326668 Add NS_NewLocalFileWithFSRef function to create nsLocalFiles from FSRefs on Mac prior to xpcom startup. r=josh sr=dougt
2006-03-07 01:26:13 +00:00
darin%meer.net
0fedd52f49
relanding ftp patch for bug 312760 "implement ftp using nsBaseChannel" r=biesi sr=bzbarsky
2006-03-03 16:27:35 +00:00
darin%meer.net
d4547ceb4f
backing out my latest patch for bug 312760 to clear Tp regression.
2006-03-01 18:30:51 +00:00
darin%meer.net
3f4da940e3
landing FTP patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2006-03-01 04:48:43 +00:00
timeless%mozdev.org
1ce5986f6b
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
darin%meer.net
3e09f527cd
fixes bug 324058 "Fix nsStringStream compilation warning about multiple SetData versions" r=biesi sr=bzbarsky
2006-01-20 19:17:58 +00:00
darin%meer.net
387edde4eb
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
2006-01-11 01:50:15 +00:00
bsmedberg%covad.net
1092713530
Bug 320328 - Ts regression from bug 316416 (nsIModuleLoader) - cache the canonical (short) pathname (windows only), r=darin
2006-01-10 20:33:54 +00:00
darin%meer.net
a07510ef0d
fixes bug 322314 "[trunk] Firefox crashes on login Gmail Notifier extension [@ nsStringInputStream::SetData] [@ xpcom_core.dll + 0x3cd2c (0x6034cd2c) cd66f780]" r=biesi sr=bz
2006-01-10 01:56:00 +00:00
darin%meer.net
eb3847a802
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
bsmedberg%covad.net
4f07681075
Bug 320328 (mac) - Ts regression from bug 316416 (possible fix), r=josh moa=shaver
2005-12-19 20:19:09 +00:00
timeless%mozdev.org
f204d22cff
Bug 319917 roaming profiles crashes on startup, no way to disable roaming [@ nsBinaryOutputStream::Write]
...
Fixing nsBinaryOutputStream and nsBinaryInputStream not to crash if methods are called w/o the object being Init()ed.
patch by matthew@allpeers.com r=darin sr=darin
2005-12-14 16:51:38 +00:00
bsmedberg%covad.net
4163d2e195
Bug 316732 followup - cache the calculated nsLocalFile hashcode on windows to avoid extra stat()s in the GetShortPathName function, r=darin
2005-12-12 14:07:41 +00:00
darin%meer.net
10ce368cec
minor correction to last patch (bug 319636)
2005-12-09 21:36:56 +00:00
darin%meer.net
7a0b170e56
fixes bug 319636 "Provide convenience function for consuming an entire nsIInputStream" r=biesi sr=bzbarsky
2005-12-09 21:35:27 +00:00
dougt%meer.net
f9ffa2acdb
add option to disable fastload. Bug 194308. r=benjamin
2005-12-01 17:37:21 +00:00
bsmedberg%covad.net
e59876d64f
nsDirectoryServiceUtils.h uses nsIFile without including it, rs=shaver
2005-11-30 18:02:27 +00:00
timeless%mozdev.org
9b0852aaf7
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
eb9350f619
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
mark%moxienet.com
81710bf983
Bug 317345, nsLocalFile(OSX)::IsHidden is broken garbage. Use kFSCatInfoFinderInfo to obtain Finder attributes. r=josh sr=smfr
2005-11-22 05:09:38 +00:00
bsmedberg%covad.net
bc63a700d1
Followup to bug 316732 - impls actually have to QI to the interface (pointed out by bz)
2005-11-18 20:12:46 +00:00
mkaply%us.ibm.com
a1636b7734
OS/2 version of 316732
2005-11-18 18:54:19 +00:00
bsmedberg%covad.net
c0af4ff1aa
Bug 316732 - Allow for hashing on nsIFile by introducing a new nsIHashable interface and implementing it for the file types r=darin
2005-11-18 14:18:49 +00:00
brettw%gmail.com
cf305a077d
Bug 316869, r+sr=darin
...
Convenience function: nsEscape with CString
2005-11-17 19:28:05 +00:00
darin%meer.net
51cb6a3b78
fixes bug 315786 "Make the functions defined in nsEscape.h more useful" r=biesi
2005-11-15 21:41:57 +00:00
smfr%smfr.org
b04cad0e1a
Fix bug 208843: make AddRef and Release of nsPipeInput/OutputStreams threadsafe, so that we don't abort long downloads on fast dual CPU machines. r=dougt, wtchang. sr=darin
2005-11-12 23:31:57 +00:00
darin%meer.net
697c78f1ea
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bsmedberg%covad.net
a7253270ad
Bug 305949 Part 1 - Separate the frozen XPCOM exports with the XPCOM_API macro; add compatibility methods to the frozen string API; convert most of the tests/tools to use the xpcom glue when appropriate r=darin This checking does not actually stop exporting the nonfrozen methods yet, pending a bunch of test cleanup throughout the tree.
2005-11-08 18:17:49 +00:00
bryner%brianryner.com
5c7b9a7466
Keep an interface pointer to the nsISeekableStream in nsFastLoadFileReader/Writer/Updater to avoid repeated QI (bug 313575). r+sr=brendan.
2005-10-24 18:02:00 +00:00
bryner%brianryner.com
b4a806dc9d
Enable fastloading of JS components. Bug 279839, r=shaver sr=brendan.
2005-10-20 16:39:24 +00:00
smontagu%smontagu.org
ac5190e61a
Bustage fix following bug 311346
2005-10-10 09:15:12 +00:00
bsmedberg%covad.net
4989d9b958
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
2005-10-09 19:00:19 +00:00
timeless%mozdev.org
c81fa7761e
Bug 234624 crashes converting \r\r\n input from Iframe into a hidden form field [@ ConvertBreaks]
...
patch by tor@acm.org r=dougt
2005-09-16 21:06:21 +00:00
timeless%mozdev.org
c113ece289
Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
...
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
darin%meer.net
b0aabfef01
fixes bug 308369 "Stop copying stat cache when cloning nsIFile instances" r=josh sr=dougt
2005-09-13 22:08:52 +00:00
gerv%gerv.net
35149ea17d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
bob%bclary.com
a2e1954ed3
Bug 303506 - make xpcom nsDirectoryService assertions more meaningful, r=dougt,sr=shaver
2005-09-04 19:10:10 +00:00
dougt%meer.net
e93cdcb4c3
WinCE only. ShellExecute is now in the shunt lib, so I can remove a WINCE #define. Also, for process creation WinCE uses NSPR like a good child.... i wonder why the other platforms don't as well.
2005-09-02 18:00:23 +00:00
smontagu%smontagu.org
57eb480caf
Take surrogate pairs into account in UTF8InputStream::CountValidUTF8Bytes. Bug 299111, r=darin, sr=dbaron
2005-08-22 10:50:49 +00:00
masayuki%d-toybox.com
8638a80595
Bug 288154 If the path has 0x7c in its name, firefox cannot open the file (Should encode 0x7c to %7C) r+sr=darin, a=benjamin
2005-07-28 14:51:17 +00:00
bsmedberg%covad.net
178f20a738
Bug 297312 - EM gets confused between multiple installations of the same version, r=darin+robstrong, self-approving per deerpark triage meeting.
2005-07-23 14:00:07 +00:00
darin%meer.net
6764edca0d
fixes bug 300423 "Expose nsIPipe implementation via component factory" r+a=bsmedberg
2005-07-18 23:39:56 +00:00
mkaply%us.ibm.com
aeb5138c89
#294067
...
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - rewrite OS/2 file i/o code
2005-07-08 16:18:44 +00:00
bsmedberg%covad.net
d4eafe5027
Bug 297312 - nsILocalFile (windows) .equals is case-sensitive, which is causing problems with contains() and relativedescriptors - I'm not going to commit the rest of that patch (nsIPersistentDescriptorService) until the code that uses it is also written r=shaver a=asa
2005-07-07 16:19:20 +00:00
joshmoz%gmail.com
ffc365fb08
clean up old mac os classic stuff. b=281889 r=smfr sr=bryner a=bsmedberg
2005-07-06 01:23:20 +00:00
mark%moxienet.com
92b3f50a1c
Bug 298529, Core support for Mac 10.4u ("universal") SDK, part 2. Mac alias API update. r=josh sr=smfr a=asa via irc
2005-06-30 04:32:24 +00:00
bienvenu%nventure.com
e56010a35b
fix 254527 crash when using a symlink to a signature file, r/sr=darin, a=benjamin
2005-06-29 17:25:24 +00:00
mconnor%steelgryphon.com
5a887e590c
bug 123315 - user-added searchplugins should be installed into the profile, r=bsmedberg, sr=shaver, a=bsmedberg
2005-06-29 15:55:57 +00:00
mozilla.mano%sent.com
47b977a1f5
Bug 298801 - [Mac] nsLocalFile::InitWithNativePath doesn't interpret ~/... paths. r=jhpedemonte, sr=smfr, a=bsmedberg
2005-06-28 16:35:24 +00:00
cbiesinger%web.de
2e7e16befb
Bug 295047 Want unicode stream readers/writers: Makes nsIUnicharInputStream and
...
nsIConverterInputStream scriptable, and adds nsIUnicharOutputStream and
nsIConverterOutputStream (together with implementations).
r=jshin sr=darin a=chofmann
2005-06-24 19:44:50 +00:00
timeless%mozdev.org
aeed2ff9b7
Bug 298053 directoryservice.nsIProperties.has("nonexistant") should return false instead of throwing an exception
...
r=dougt a=asa
2005-06-21 14:45:50 +00:00
dougt%meer.net
02520ff10c
Removing nsIRandomAccessStore from tree (still lives in obsolete). b=283487 r=darin, sr=mscott, a=asa
2005-06-17 03:47:11 +00:00
bsmedberg%covad.net
4a8809af8d
Yet another bustage fix, bug 296430.
2005-06-07 20:19:07 +00:00
bsmedberg%covad.net
d452b979ba
Hopefully a bustage fix for MSVC6, bug 296430
2005-06-07 20:01:24 +00:00
bsmedberg%covad.net
dad12753a6
Bug 296430 part "firefox" - Use a firefox-specific dirprovider to provide the <extension>/searchplugins key, r=darin a=asa (at some point in the future I will move the remaining app-specific keys from nsXREDirProvider to nsMailDirectoryProvider)
2005-06-07 19:45:11 +00:00
bsmedberg%covad.net
11933987ac
Bug 296430, part "xpcom" - Add a category for directory-service providers which will be registered after autoregistration but before xpcom-startup r=darin a=asa
2005-06-07 19:35:20 +00:00
bsmedberg%covad.net
d2c7c9131d
Bug 295247 - Allow extensions to ship plugin DLLs, part 1 - r=darin a=shaver
2005-06-02 13:29:04 +00:00
timeless%mozdev.org
2c85cc0bd1
Bug 292908 r:/mozilla\intl\uconv\src\nsTextToSubURI.cpp(231) : warning C4309: 'argument' : truncation of constant value
...
r=dougt sr=darin a=shaver
2005-06-01 18:34:53 +00:00
cbiesinger%web.de
0f3ce35f0e
295126 document readLine's return value better
...
r=bzbarsky sr=darin a=asa
2005-05-24 10:59:12 +00:00
bsmedberg%covad.net
ec03fbb04a
Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa
2005-05-12 13:23:30 +00:00
cbiesinger%web.de
bf9707a51b
291033 support "local" profile directories
...
r=bsmedberg sr=darin a=asa
2005-04-27 11:56:40 +00:00
darin%meer.net
fe124c3ced
fixes bug 231300 "nsLocalFile::MoveTo is very slow to move directories [Cause of disk trashing (on NT) when clearing cache?]" patch by alfredkayser@nl.ibm.com, r+sr=darin, a=asa
2005-04-27 04:38:21 +00:00
darin%meer.net
2c230c7743
fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann
2005-04-26 00:37:23 +00:00
mkaply%us.ibm.com
775f5da9a5
OS/2 build bustage
2005-04-25 13:06:43 +00:00
dbaron%dbaron.org
2e4c523536
Fix const-ness of variables so this code compiles when _mbsstr and _mbschr are an overloaded pair of functions differing in constness, as seems to be the case on Visual Studio 2005. r=darin a=asa
2005-04-24 16:53:25 +00:00
ben%bengoodger.com
c7791f3f2c
fix build bustage - use comptr to delete obj
2005-04-23 02:08:12 +00:00
ben%bengoodger.com
d5b6769604
291177 - need interface for enumerating directories, implement nsIDirectoryEnumerator with close() method to free system resources after enumeration complete - used incorrect checkin comment for previous checkin which has the meat of the change! r+sr=darin a=brendan
2005-04-23 01:41:42 +00:00
ben%bengoodger.com
b9725a8b1a
286034 - allow extensions to be installed/uninstalled by simply adding/removing their directories... r=bsmedberg, sr=darin, a=brendan
2005-04-23 01:39:51 +00:00
mkaply%us.ibm.com
87eabb329c
#287603
...
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - Enable Mozilla to handle URL objects on the command line (similar to .url files on Windows)
2005-04-22 13:21:23 +00:00
bzbarsky%mit.edu
b423131582
Implement WriteUtf8Z. Bug 290914, r=biesi, sr=darin, a=asa
2005-04-20 15:39:24 +00:00
bzbarsky%mit.edu
16cc06ce80
Throw instead of crashing if used before init(). Bug 290907, r=biesi,
...
sr=darin, a=asa
2005-04-20 15:37:38 +00:00
timeless%mozdev.org
317bcf05d6
Bug 287987 FindProviderFile should continue Enumerating on failed QI
...
patch by bugspam.Callek@gmail.com r=darin sr=darin a=asa
2005-04-10 05:43:33 +00:00
bsmedberg%covad.net
7e03c0b224
Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin
2005-04-06 03:35:24 +00:00
bsmedberg%covad.net
beadf6cd74
Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end.
2005-04-01 18:22:57 +00:00
darin%meer.net
14ed4b3463
fixes bug 287750 "provide methods to test if streams are buffered" r=biesi sr=bzbarsky
2005-03-26 02:20:36 +00:00