darin%meer.net
38d64d9d99
fix comment typo
2006-03-10 21:38:02 +00:00
mkaply%us.ibm.com
67979a59c8
#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
69abca26db
fixes bug 328920, r=mark.mentovai
2006-03-08 05:47:22 +00:00
mark%moxienet.com
fe9b9274fd
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
641d8abf88
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
6942519245
backing out my latest patch for bug 312760 to clear Tp regression.
2006-03-01 18:30:51 +00:00
darin%meer.net
0ac7cb7cb3
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
a279d689e5
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
darin%meer.net
46dacadd3b
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
527acfe9e9
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
2006-01-11 01:50:15 +00:00
bsmedberg%covad.net
a8530efb05
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
48a885095c
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
645a0a885e
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
bsmedberg%covad.net
75e0efc1a6
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
ab57a30234
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
9acd8681eb
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
b76edd8bcf
minor correction to last patch (bug 319636)
2005-12-09 21:36:56 +00:00
darin%meer.net
5443c7a6e8
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
92d3b408b7
add option to disable fastload. Bug 194308. r=benjamin
2005-12-01 17:37:21 +00:00
bsmedberg%covad.net
b904585df0
nsDirectoryServiceUtils.h uses nsIFile without including it, rs=shaver
2005-11-30 18:02:27 +00:00
timeless%mozdev.org
3db428f6ac
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
532329ac75
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
8ec53f9346
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
fc5ac31007
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
28a72e5ab2
OS/2 version of 316732
2005-11-18 18:54:19 +00:00
bsmedberg%covad.net
d611b236bb
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
cfdf1aa014
Bug 316869, r+sr=darin
...
Convenience function: nsEscape with CString
2005-11-17 19:28:05 +00:00
darin%meer.net
78d87a9725
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
3aedf290f4
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
56de173b8c
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
dff1dea638
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
1172c33dfc
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
69fe2cdd47
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
3ca2aef100
Enable fastloading of JS components. Bug 279839, r=shaver sr=brendan.
2005-10-20 16:39:24 +00:00
smontagu%smontagu.org
7027689fdd
Bustage fix following bug 311346
2005-10-10 09:15:12 +00:00
bsmedberg%covad.net
9b7c63887b
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
2005-10-09 19:00:19 +00:00
timeless%mozdev.org
a101fcfacf
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
adcd5cac17
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
4703e18621
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
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
bob%bclary.com
f6055ed791
Bug 303506 - make xpcom nsDirectoryService assertions more meaningful, r=dougt,sr=shaver
2005-09-04 19:10:10 +00:00
dougt%meer.net
1ebff7a81a
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
5da5830272
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
8f26182c05
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
781f9b10b0
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
b1e4626c06
fixes bug 300423 "Expose nsIPipe implementation via component factory" r+a=bsmedberg
2005-07-18 23:39:56 +00:00
mkaply%us.ibm.com
b0ae92e1d8
#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
c99bb6dff5
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
dc542d349f
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
68d6a1c924
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
6bdb481dde
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
bf79647f0e
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
9d235bbb04
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
4de61d291b
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
c9a2016374
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
ed0ddb3c84
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
f0ce5ec1ba
Yet another bustage fix, bug 296430.
2005-06-07 20:19:07 +00:00
bsmedberg%covad.net
5e9747e53a
Hopefully a bustage fix for MSVC6, bug 296430
2005-06-07 20:01:24 +00:00
bsmedberg%covad.net
cc3b2f6846
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
591acc2faa
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
c137db3265
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
192e7544f9
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
a0fb97d850
295126 document readLine's return value better
...
r=bzbarsky sr=darin a=asa
2005-05-24 10:59:12 +00:00
bsmedberg%covad.net
96622a4250
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
2506168a57
291033 support "local" profile directories
...
r=bsmedberg sr=darin a=asa
2005-04-27 11:56:40 +00:00
darin%meer.net
a8d17a46d7
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
035f8ed08d
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
6764dcfb1c
OS/2 build bustage
2005-04-25 13:06:43 +00:00
dbaron%dbaron.org
a79f8ea34f
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
c68bf62671
fix build bustage - use comptr to delete obj
2005-04-23 02:08:12 +00:00
ben%bengoodger.com
06cbe5532b
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
ba4476693f
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
5948bb5cb7
#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
eaa2835932
Implement WriteUtf8Z. Bug 290914, r=biesi, sr=darin, a=asa
2005-04-20 15:39:24 +00:00
bzbarsky%mit.edu
baa185cb62
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
372d543278
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
564337d16d
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
20b57929a4
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
31f754a658
fixes bug 287750 "provide methods to test if streams are buffered" r=biesi sr=bzbarsky
2005-03-26 02:20:36 +00:00
cbiesinger%web.de
1769fbf5e5
281343 show an error message when filenames are too long; and convert that error
...
to an nsresult
patch by Son Le <son.le0@gmail.com> r=biesi sr=darin
2005-03-02 18:16:37 +00:00
jshin%mailaps.org
0f505a2104
bug 193439 : use RFC 2231 style encoding for filename parameter (rather than RFC 2047 style encoding) r=bienvenu, sr=darin
2005-03-01 12:37:02 +00:00
roc+%cs.cmu.edu
18e76dbd53
Bug 241245. Make 'Desk' a supported system directory on Unix, and make it fully cross-platform. r+sr=darin
2005-03-01 01:03:33 +00:00
ben%bengoodger.com
f7ee487a02
252189, XPCOM section:
...
add nsILocalFileWin interface and implementation with method to retrieve VERSIONINFO metadata from Windows binaries. r=dougt, sr=darin
2005-02-25 09:00:45 +00:00
timeless%mozdev.org
14dada7146
Bug 281977 nsStringInputStream botches -1 lengths
...
r=biesi sr=darin
2005-02-23 02:31:58 +00:00
cbiesinger%web.de
1c92a930be
fixing bustage
2005-02-20 14:28:07 +00:00
cbiesinger%web.de
4aca00f7fc
Bug 280351 don't assert when a relative path is passed to
...
nsLocalFileUnix::InitWithPath
r=dougt sr=darin
2005-02-20 14:05:46 +00:00
darin%meer.net
1f8d4bc45f
fixes bug 280082 "ensure maxRootLength in CreateUnique is never negative" r=dveditz sr=brendan
2005-02-19 07:44:59 +00:00
dougt%meer.net
19d163b5e8
nsLocalFileWin::IsExecutable needs to trim trailing dots. After talking with dbaron, we agreeded that we shouldn't mutate the object. r=dbaron, a=dveditz
2005-02-11 23:13:38 +00:00
dougt%meer.net
005b641d26
nsLocalFileWin::IsExecutable needs to trim trailing dots. Fixes bug 267828. r=dbaron, a=dveditz
2005-02-11 22:11:45 +00:00
pinkerton%aol.net
24e3272458
fix mem leak (rs=pink)
2005-02-07 03:12:25 +00:00
dbaron%dbaron.org
844ed1c45c
Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless
2005-02-05 00:49:25 +00:00
cbiesinger%web.de
f2194310ae
Bug 235691 [beos] Mozilla/Firefox don't start
...
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d sr=dougt
2005-02-01 14:46:40 +00:00
dougt%meer.net
d258f3e99d
bug 280245. WinCE build and support changes. r=darin
2005-01-30 21:33:47 +00:00
timeless%mozdev.org
391733bcec
Bug 169506 nsLocalFileUnix have problems with BeOS. IsExecutable()...
...
patch by thesuckiestemail@yahoo.se r=sergei_d moa=dougt
2005-01-30 08:55:16 +00:00
timeless%mozdev.org
12cbca805f
Bug 276373 [BeOS] SpecialSystemDirectory::GetSpecialSystemDirectory don't work correctly for BeOS_DesktopDirectory (and cleanup)
...
patch by mailto:thesuckiestemail@yahoo.se r=sergei_d moa=dougt
2005-01-30 08:52:24 +00:00
vladimir%pobox.com
dfb89ea81e
b=280276, add storage file to well-known directory service files list, r=darin,sr=shaver
2005-01-29 00:48:03 +00:00
mkaply%us.ibm.com
46e944d722
#279773
...
r=mkaply
Patch from Peter Weilbacher - Firefox isn't coming up on OS/2
2005-01-28 16:03:20 +00:00
cbiesinger%web.de
86e40b2395
backing out patch for bug 278786. it breaks read(-1).
2005-01-22 00:16:44 +00:00
joshmoz%gmail.com
d08ce10f76
work around crash when starting a download if download folder not specified in IC preferences (e.g. a fresh user account) b=265903 sr=pinkerton
2005-01-20 21:28:44 +00:00
cbiesinger%web.de
bc1e8577ce
Bug 278786 Scriptable inputstream needs not call available in Read
...
r+sr=darin
2005-01-19 19:44:37 +00:00
mkaply%us.ibm.com
91b63e7ab4
OS/2 build bustage from 276592 - a=mkaply
2005-01-06 18:11:46 +00:00
bzbarsky%mit.edu
e425259e0d
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bsmedberg%covad.net
a24258e19f
Bug 276592 - NS_OS_CURRENT_WORKING_DIR is not implemented. r=darin
2005-01-04 16:28:50 +00:00
dbaron%dbaron.org
1cc6b3262a
Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
2004-12-19 21:45:51 +00:00
dbaron%dbaron.org
8335dab53b
Add assertions where they help implementors of nsISerializable, and remove a bogus one. b=252703 r=darin sr=bzbarsky
2004-12-02 06:58:06 +00:00
dbaron%dbaron.org
55053e0158
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
dbaron%dbaron.org
a84646c6dd
Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
2004-12-01 22:39:17 +00:00
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
jshin%mailaps.org
7b0ebbc60b
bug 268219 NS_CopyNativeToUnicode/NS_CopyUnicodeToNative on Mac OS X should use CopyUTF8toUTF16/CopyUTF16toUTF8, r=ccarlen sr=darin
2004-11-08 05:20:05 +00:00
bzbarsky%mit.edu
7cac02fb30
Make it possible to use the string input stream without heap-allocating a
...
string. Bug 263973, r=darin, sr=dbaron
2004-10-27 02:19:43 +00:00
jshin%mailaps.org
95aa9ed127
bug 263462 : NS_UnescapeURL doesn't honor esc_OnlyNonASCII (r=darin, sr=jst)
2004-10-12 08:48:31 +00:00
darin%meer.net
ee173313aa
fixes bug 207846 "M17 FF09x [@ msvcrt.dll - nsStorageInputStream::Read] Miscellaneous non-repeatable browsing crashes" r=dbradley sr=bzbarsky
2004-09-29 16:45:22 +00:00
darin%meer.net
cae8263e6d
landing v1.1 patch for 257162 "core changes required to enable XULRunner functionality" r=bsmedberg
2004-09-07 18:59:07 +00:00
cbiesinger%web.de
aceb33de9f
Bug 258014 make @param names match function signature
...
r+sr=darin
2004-09-05 13:25:51 +00:00
timeless%mozdev.org
c656d650e6
Bug 251749 use initializers for ShortcutResolver::ShortcutResolver() and nsLocalFile::nsLocalFile() and clobber mFileInfo64
...
r=darin sr=darin
(changing style per darin)
2004-08-02 06:10:37 +00:00
dwitte%stanford.edu
3a9c6fe65c
make nsSafeFileOutputStream follow target symlinks.
...
b=252050, r=biesi, sr=darin
2004-07-30 05:00:32 +00:00
brofield%jellycan.com
dcd18c1baf
bug 148704: directories should always return PR_TRUE from IsWritable(), r=darin sr=dougt
2004-07-29 23:25:32 +00:00
brofield%jellycan.com
db0524c742
bug 187957: implement nsIFile.normalize for windows and os/2, r=darin sr=dougt
2004-07-29 15:08:25 +00:00
timeless%mozdev.org
aa87558bf1
Bug 237094 [W] UMC: Uninitialized memory copy in nsLocalFile::nsLocalFile(nsLocalFile const&) {1 occurrence}
...
r=dougt
2004-07-25 05:39:26 +00:00
brofield%jellycan.com
5bc3cafffc
Windows special system directories should preserve case b=221872 r=darin sr=dougt
2004-07-05 02:15:07 +00:00
cbiesinger%web.de
f43128f04e
bug 247491 document parameters of nsIStorageStream::init
...
r+sr=darin
2004-06-25 19:53:58 +00:00
darin%meer.net
98cb0c38d4
fixes regression caused by patch for bug 243473. patch by Brodie Thiesfield, r+sr=darin
2004-06-25 17:27:24 +00:00
timeless%mozdev.org
1c5b4a3bbd
Bug 235744 Expose StorageStream class to Javascript
...
patch by nsayer@kfu.com r=darin sr=darin
2004-06-18 09:03:10 +00:00
timeless%mozdev.org
a37c838fe6
Bug 235744 Expose StorageStream class to Javascript
...
patch by nsayer@kfu.com r=darin sr=darin
2004-06-18 08:35:14 +00:00
timeless%mozdev.org
00c0a7bda1
Bug 235744 Expose StorageStream class to Javascript
...
patch by nsayer@kfu.com r=darin sr=darin
2004-06-18 08:17:58 +00:00
darin%meer.net
38e9512e25
fixes bug 243473 "nsLocalFileWin shortcut resolver does more work than necessary" patch by brofield@jellycan.com r=darin sr=dougt
2004-06-17 16:37:25 +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
cbiesinger%web.de
651b84cbf0
bug 243974 can't download files larger than 4 GB
...
Also changes nsIResumableChannel to have a resumeAt function, that does not open the channel immediately, and changes its size parameter to a 64 bit integer
r=darin sr=bryner
2004-06-16 19:51:21 +00:00
bsmedberg%covad.net
5bd6577f63
Bug 244009 - implement profile preferences for EM (backend work for directoryservice preferences list) Migrating patch from aviary1.0 branch, r=me sr=darin
2004-06-14 05:55:13 +00:00
mozilla.BenB%bucksch.org
b973ad780d
bug 245399, part 2: use ' rather than ‘ for ' (single quote)
...
r+sr=jst
2004-06-08 10:47:09 +00:00
dougt%meer.net
f010db00ad
Fixes SplitPath which read off the end of the string. r=timeless sr=me b=245516
2004-06-08 05:03:59 +00:00
mozilla.BenB%bucksch.org
dd2ed21b3a
Bug 245399: HTML-escape ' (single quote), too
2004-06-05 22:26:46 +00:00
neil%parkwaycc.co.uk
25b6798f4b
Bug 156422 Win32's nsILocalFile.reveal() doesn't select file p=dean_tessman r=law (tweaked by brofield@jellycan.com r=me) sr=alecf
2004-06-02 08:19:42 +00:00
cbiesinger%web.de
dd579eaa22
bug 244911 nsEscape should document the meaning of the nsEscapeMask enum values
...
r+sr=darin
2004-06-01 19:55:01 +00:00
bsmedberg%covad.net
b4e769b235
Bug 243973 - nsILocalFile.getRelativeDescriptor should not be case-sensitive on Windows. r+sr=darin
2004-05-29 15:37:44 +00:00
mkaply%us.ibm.com
24b31c8be8
Init charset utils if they are not initted yet - Firefox bringup
2004-05-27 18:56:36 +00:00
roc+%cs.cmu.edu
b8ecbc84da
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
f79a6813af
Relanding, since backing out did not fix orange. Bug 232691.
2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu
62f7fc6ea3
Backing out to attempt to fix Mac orange. Bug 232691
2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu
f1a96e591e
Test backout to maybe fix mac orange. Bug 232691
2004-05-22 18:49:53 +00:00
bzbarsky%mit.edu
b733dd59da
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
bienvenu%nventure.com
ceef828fbe
back out part of patch in bug 241708 that breaks mailnews dirs on a different drive, r/sr/a=sspitzer
2004-05-20 17:46:35 +00:00
cls%seawood.org
38329136a7
Make code more standards compliant to build with mingw gcc 3.4.0.
...
Bug #243273 r=bsmedberg sr=dbaron
2004-05-13 04:08:34 +00:00
cls%seawood.org
9583cfaf4a
Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is.
...
Thanks to Adrian Bunk <bunk@fs.tum.de> for the patch.
Bug #160180 r=cls
2004-05-13 03:12:49 +00:00
dougt%meer.net
d54d76ced9
Fix for 239160. updated the list of extensions which are considered executable to match that of what Microsoft does for IE. r=darin, sr=bienvenu@nventure.com
2004-05-11 03:36:01 +00:00
darin%meer.net
b3ad4e2639
fixes bug 241155 "Support multiple 'components' directories" r=bsmedberg moa=dougt
2004-05-07 00:50:53 +00:00
bienvenu%nventure.com
a348600c38
fix build warnings introduced by 64 bit seekable streams, r=darin, sr=mscott, 242591, 242583
2004-05-04 23:32:32 +00:00
brendan%mozilla.org
0b263dedd4
Track Seek/Tell 32=>64-bit API change in DEBUG_MUX ifdefs.
2004-05-04 22:52:46 +00:00
timeless%mozdev.org
bd2c7f02f3
Bug 241708 nsIFile support for unc paths is almost entirely broken
...
Handle local computer (\\.) allowing enumeration of local drives, and
access to local computer from local drives via |parent|. The parent of
local computer is null.
r=darin sr=darin
2004-04-29 08:16:50 +00:00
timeless%mozdev.org
eb9446c6ee
Bug 241710 nsILocalFile.getRelativeDescriptor(null) crashes
...
r=dougt
2004-04-28 12:53:20 +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
darin%meer.net
05cac6342e
fixes bug 240754 "Escape dots in the username and password when canonicalizing URIs" r=dougt sr=dveditz
2004-04-19 21:50:35 +00:00
gerv%gerv.net
6f486a3c92
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
cbiesinger%web.de
42d5d584ae
backing out 240192 patch
2004-04-16 20:10:47 +00:00
cbiesinger%web.de
64cbbca41c
trying to fix bustage
2004-04-16 19:46:05 +00:00
cbiesinger%web.de
44d284fb14
bug 240192, nsLocalFileUnix doesn't work with files larger than 2 GB
...
r+sr=darin
2004-04-16 19:01:58 +00:00
brendan%mozilla.org
70bc844f10
Restore some lost empty lines, use number-line order in range-check asserts.
2004-04-13 23:17:18 +00:00
darin%meer.net
54da783722
bumping IID of nsISeekableStream, b=180154 r+sr=brendan
2004-04-13 23:08:59 +00:00
cbiesinger%web.de
480d5dd41f
fix compile warnings in nsLocalFileWin, r=dougt bug 239298
2004-04-13 19:30:51 +00:00
bienvenu%nventure.com
6fd0bba771
make nsISeekableStream interface support 64 bit streams, part of 180154 also fix 207400 allow mail folders > 2GB r=darin, sr=mscott
2004-04-13 14:37:53 +00:00
mkaply%us.ibm.com
3eb4d9e496
#230618
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - we weren't removing the parent directory when we moved a directory
2004-04-08 20:30:37 +00:00
darin%meer.net
a3645b33e5
fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann
2004-04-03 17:16:17 +00:00
darin%meer.net
7616ea0c1a
fixes bug 237590 "nsIBinaryInputStream inherits from nsIInputStream but can't be QI'ed to it" r=biesi sr=brendan a=brendan
2004-04-03 17:09:07 +00:00
bryner%brianryner.com
3f83658858
fixing hpux bustage, bug 239465, r=dbaron
2004-04-02 23:48:18 +00:00
bryner%brianryner.com
aeecfdfb3a
Fixing hpux bustage. r=dbaron.
2004-04-01 23:13:25 +00:00
bzbarsky%mit.edu
89e5bbb3f6
Add .scr to list of "executable" extensions. Wallpaper for bug 191460,
...
r=biesi, sr=darin, a=chofmann.
2004-03-30 23:53:05 +00:00
mkaply%us.ibm.com
d90c9c230e
238445 - r=mkaply, a=mkaply - my code sucked. Here's a better version from Javier Pedemonte
2004-03-26 05:29:18 +00:00
mkaply%us.ibm.com
cb33dd608f
#238445
...
r=pedemont, sr=blizzard (platform specific code), a=mkaply
OS/2 only - need to allocate more space for our unicode to native conversions
2004-03-25 20:22:37 +00:00
timeless%mozdev.org
0e4a8e9606
Bug 209110 GetNativeTarget() function under win32 returns extra '\\'
...
esp for volume root
patch by Dainis_Jonitis@swh-t.lv r=dougt
2004-03-02 11:17:27 +00:00
timeless%mozdev.org
ce24914420
Bug 202366 Problem with profile location and non-latin User Name in Mozilla 1.4+/Phoenix
...
patch by pharkas@yahoo.com.pl r=dougt sr=dveditz
2004-03-02 08:20:25 +00:00
timeless%mozdev.org
2bd2c934b4
Bug 235745 Possible leak or crash in nsStorageStream
...
patch by nsayer@kfu.com r=darin sr=darin
2004-03-02 01:13:15 +00:00
timeless%mozdev.org
7f7d5cb21b
Bug 235744 Expose StorageStream class to Javascript
...
patch by nsayer@kfu.com r=darin sr=darin
2004-03-02 01:11:06 +00:00
darin%meer.net
1d2d419885
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
cls%seawood.org
999aee4f64
Explicitly mark inlined functions with |inline| & drop NS_COM since we rely upon these functions being inlined. Works around mingw gcc bustage.
...
Bug #226609 r=darin sr=dbaron
2004-02-23 22:12:03 +00:00
jshin%mailaps.org
b4155c6050
bug 233485 : add 'size' parameter to nsAutoBuffer (patch for customers) : r=ccarlen, sr=rbs)
2004-02-19 11:00:29 +00:00
darin%meer.net
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
bryner%brianryner.com
aebf1fa6fd
Change a few more destructors in XPCOM to be non-virtual, and comment destructors that need to be virtual. Bug 229875, r=dougt, sr=dbaron.
2004-02-11 06:19:03 +00:00
brendan%mozilla.org
220fbc1ec2
Typo in comment.
2004-02-07 05:38:56 +00:00
jshin%mailaps.org
f185240ddc
follow-up to bug 227547 (not a bug) : added missing 'const' qualifier to the first parameter of CopyUTF8toUTF16NFC()
2004-01-28 08:21:39 +00:00
jshin%mailaps.org
c1cd0c39a9
bug 227547: return local file names after converting NFD (decomposed Unicode) to NFC (composed Unicode) for consumers (Mac OS X only). r=ccarlen, sr=sfraser
2004-01-28 05:55:30 +00:00
bryner%brianryner.com
8201c0cef1
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
2004-01-22 01:01:19 +00:00
bryner%brianryner.com
bc829daafa
Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron.
2004-01-15 06:14:18 +00:00
jshin%mailaps.org
4d3f0a7382
bug 228176 : in the previous checkin, missed the reviewer comment about the name change (exclude -> skip)
2004-01-07 04:17:40 +00:00
jshin%mailaps.org
c82ca64f9c
bug 228176 exclude control characters from unescaping URLs for the UI : r=darin, sr=jst
2004-01-07 03:57:20 +00:00
bzbarsky%mit.edu
c4895dd106
Use the right dir as the default download location. Bug 204548, patch by
...
josha@mac.com (Josh Aas), r=sdagley, sr=bzbarsky
2004-01-06 07:37:55 +00:00
jshin%mailaps.org
aa6d8dd039
bug 225125 : open/save dialog crashes mozilla on coming across 'invalid' filenames ; tentative measure (r=smontagu, sr=darin)
2004-01-04 08:20:52 +00:00
cbiesinger%web.de
c1933ad111
Bug 183871
...
Crash on "Show hidden files and directories" [@ nsFileView::SetDirectory(nsIFile*) ]
fix: don't let files be initialized with relative paths.
also fix the directory service to not do that.
r=dougt sr=bzbarsky
2003-12-25 22:05:01 +00:00
peter%propagandism.org
81e7265124
Fixing BeOS bustage.
2003-12-23 19:32:25 +00:00
peter%propagandism.org
342740557a
Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2003-12-23 09:56:23 +00:00
bienvenu%nventure.com
983600ba2b
fix nsILocalFile relative descs calculation of relative path, r=sspitzer, sr=mscott required for 137006
2003-12-19 18:13:42 +00:00
mkaply%us.ibm.com
5e01afb66e
#214152
...
r=pedemonte, sr=blizzard (platform specific), a=mkaply
adjust unicode return buffer lengths to work around OS/2 bug
2003-11-19 19:35:09 +00:00
bzbarsky%mit.edu
2b79afa256
Make profile directory not be created world readable. Bug 59557, patch by
...
biesi/shaver, r=ccarlen, sr=bzbarsky
2003-11-19 01:30:16 +00:00
bzbarsky%mit.edu
53ed8e42cc
Read at EOF should not throw. Bug 224093-ish, r=darin, sr=dbaron
2003-11-18 15:06:03 +00:00
pete.zha%sun.com
ac108683c6
bug 124029 Roaming - 4.x-HTTP-compatible
...
This is attachment 125933 of this bug
r=darin, sr=bz-vacation
2003-11-06 06:03:14 +00:00
cbiesinger%web.de
1d0687628c
fixing wrong comments. r+sr=darin
2003-10-17 21:21:45 +00:00
darin%meer.net
b5031beec6
fixes bug 193917 "incorporate changes from bz's comments in bug 176919" r+sr=bzbarsky
2003-10-09 01:54:07 +00:00
darin%meer.net
325b3c6de7
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
brendan%mozilla.org
c145c5e31b
Follow the modeline, please.
2003-09-29 18:15:52 +00:00
cbiesinger%web.de
8aff0b68a9
Bug 220406 nsLocalFileWin::Launch should return more specific errors
...
convert the specific return values to nsresult-errorcodes.
r=dougt sr=darin
2003-09-27 14:37:16 +00:00