jwalden@mit.edu
6d7584839a
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
jwatt@jwatt.org
c16e1a5d68
Fixing bug 383769. nsLocalFile::EnsureShortPath should check if GetShortPathNameW failed. r=benjamin@smedbergs.us
2007-06-27 01:36:03 -07:00
asqueella@gmail.com
de27b937fa
Bug 350932 - expose NS_EscapeURL through nsINetUtil
...
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 13:18:25 -07:00
kherron@fmailbox.com
46876b4cf8
Bug 376844 - Single quotes in URLs should be escaped. Patch by Wladimir Palant <trev.moz@adblockplus.org>. r=benjamin, sr=cbiesinger.
2007-06-17 05:29:08 -07:00
bzbarsky@mit.edu
b27bad4aad
Fix NS_InputStreamIsBuffered to detect buffered empty streams correctly. Bug368328, patch by Ryan Jones <sciguyryan@gmail.com>, r=bsmedberg, sr=biesi
2007-06-08 09:00:09 -07:00
joshmoz@gmail.com
066729b99b
fix some gcc 4 warnings in xpcom. patch by Christian Haberstroh. b=382753 r=bent sr=bsmedberg
2007-06-04 08:44:43 -07:00
asqueella@gmail.com
4f83fa46f3
Bug 347752 - Crash [@ MSVCR80.dll] when using nsIProperties service get method with null argumentp=Alfred Kayser <alfredkayser@nl.ibm.com>r=darin, sr=dougt
2007-05-13 09:48:39 -07:00
gavin@gavinsharp.com
1be8351c5a
Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg
2007-05-02 13:13:33 -07:00
benjamin@smedbergs.us
baab01ada6
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 07:21:53 -07:00
dbaron@dbaron.org
9b013dc30a
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
2007-04-15 15:22:58 -07:00
dbaron@dbaron.org
d98d9fdec5
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
jwalden@mit.edu
093b1f6231
Bug 372546 - Mark pipe input/output streams as threadsafe. r=bsmedberg
2007-03-25 00:31:45 -07:00
jwalden@mit.edu
a300262180
Bug 373640 - nsIFile.parent throws an exception on reaching top of file system on Windows -- should return null. r=bsmedberg
2007-03-25 00:28:06 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
jwalden%mit.edu
8aef0e3029
Bug 367467 - Allow inputstream generation at the end of data in a storage stream (i.e., so reading from the new stream automatically blocks/throws and doesn't even read any data). r=bsmedberg
2007-03-09 12:28:55 +00:00
joshmoz%gmail.com
9d33769e4b
nsLocalFile::GetParent() doesn't return nsnull at top of volume. patch by Wladimir Palant. b=332389 r=sayrer r=josh
2007-03-07 22:17:01 +00:00
benjamin%smedbergs.us
0776dfcda8
Bug 368297 - Fail to find plugins under MOZ_PLUGIN_PATH, patch by Boying Lu <brian.lu@sun.com>, r=me
2007-02-21 19:45:48 +00:00
sayrer%gmail.com
e4e974dc5a
Bug 367608. implement nsIFile::normalize() on OS X. r=mano, sr=bsmedberg
2007-01-30 21:50:45 +00:00
jwalden%mit.edu
a53f200571
Bug 368158 - nsPipe XPCOM attributes are missing initialization checks. r+sr=darin
2007-01-29 20:08:50 +00:00
sspitzer%mozilla.org
6ee174f52d
supplimental fix for bug #364599 : some newly created profile files are write protected, for example bookmarks.html
...
in addtion to fixing the permissions of bookmarks.html, we need to fix the permissions of the bookmark.html.moztmp file, otherwise we'll still fail to modify bookmarks.
r=dveditz
2007-01-20 01:28:33 +00:00
mozilla.mano%sent.com
177a1e40ad
Bug 364521 - Need a bundleIdentifier attribute in nsILocalFileMac. r=mento, sr=pink.
2006-12-23 20:17:29 +00:00
gavin%gavinsharp.com
fc58ca05d3
Mac bustage fix for bug 361351
2006-12-16 15:11:56 +00:00
gavin%gavinsharp.com
8d8b9b6e5f
Bug 361351: nsIFile.exists() should throw NOT_INITIALIZED if nsIFile is not initialized, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=darin
2006-12-16 14:55:00 +00:00
gerv%gerv.net
caae487a24
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
mozilla%weilbacher.org
4deb44606c
[OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 1, changes to OS/2 only core code. r=abwillis1, sr=mkaply
2006-12-10 08:53:03 +00:00
timeless%mozdev.org
f6489a9fba
Bug 283487 nsStringInputStream is still broken
...
use LengthRemaining consistently
r=darin
2006-12-06 18:46:29 +00:00
alfred.peng%sun.com
80b213d02e
Bug 351950. nsLocalFileUnix has "access"(system call) problem on Solaris.
...
r+sr=dougt.
2006-12-06 03:58:48 +00:00
dveditz%cruzio.com
109a2a098e
Sync executable extension list w/Outlook (bug 348763) r/sr=dougt, a=pavlov
2006-11-30 04:36:21 +00:00
jshin%mailaps.org
705ac0cfe6
bug 359808 : drop support Win 9x/ME in xpcom/io (r/sr=darin)
2006-11-24 01:02:56 +00:00
mozilla%weilbacher.org
2140e9ac7c
[OS/2] Bug 356287: replace possible forward slashes in q:\tmp with backward slashes, r/sr=mkaply
2006-11-20 21:06:11 +00:00
joshmoz%gmail.com
f94613b36d
remove XP_MAC from xpcom. b=281889 r=bsmedberg
2006-11-16 09:10:09 +00:00
cbiesinger%web.de
8d5ed7d1c6
trying to fix non-windows bustage (from bug 359808)
2006-11-16 01:39:09 +00:00
jshin%mailaps.org
a519b05919
bug 359808 : drop support for Win 9x/ME : r/sr=darin
2006-11-16 01:00:49 +00:00
jshin%mailaps.org
1a85765ae5
bug 359808 : drop support for Win 9x/ME (r/sr=darin)
2006-11-16 00:59:55 +00:00
joshmoz%gmail.com
e8b317b9f3
Since some platforms do string operations within local file ::Load, we shouldn't declare that objects being created/destroyed from static ctor/dtor is not legal throughout the entire ::Load function. That only needs to be true around the actual PR_LoadLibrary calls. Fixing this stops the ridiculous amount of warning output that we get from every debug mac build. Also removing unused old mac local file impls. b=326837 r=bsmedberg
2006-11-14 22:06:00 +00:00
timeless%mozdev.org
46d2b15871
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
dougt%meer.net
ffbceaba41
Bug 308073. Adding Download folder to directory service. r=timeless
2006-10-24 20:56:13 +00:00
timeless%mozdev.org
caf7787fb9
Bug 331996 nsIBinaryInputStream.readString/nsIBinaryInputStream.readCString and nsBinaryInputStream.readString/nsBinaryInputStream.readCString don't agree
...
r=darin
2006-10-16 08:01:00 +00:00
mozilla%weilbacher.org
d0005618bc
[OS/2] Bug 351614: do not use strcpy, r=biesi, sr=mkaply
2006-10-02 21:18:23 +00:00
timeless%mozdev.org
664b6df306
Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
...
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
timeless%mozdev.org
4ac05d33bb
Bug 352573 nsLocalFile::CopyDirectoryTo uses oldPerms uninitialized
...
r=dougt
2006-09-16 23:53:48 +00:00
jshin%mailaps.org
fbb15ad31a
bug 344630: "mojibake" in download dialog (relanding with a bustage fix)
2006-09-15 02:56:02 +00:00
jshin%mailaps.org
3d99f5abe6
back out the patch for bug 344630
2006-09-15 01:52:09 +00:00
jshin%mailaps.org
006997ce62
bug 344630 : "Mojibake" in file download dialog : r/sr=darin
2006-09-14 18:34:17 +00:00
brendan%mozilla.org
251910f4d6
Fix lack of XPC.mfasl versioning via separate JS bytecode version (350787, r=mrbkap/dbaron/jst).
2006-09-05 22:53:47 +00:00
timeless%mozdev.org
6d112f0859
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
benjamin%smedbergs.us
149e9c12ff
Bug 348992 - gFastLoadService_ exported unnecessarily, r=brendan
2006-08-17 17:10:24 +00:00
mark%moxienet.com
3faa5035a0
347778 nsLocalFile::MoveTo no longer creates directories when needed on OS X after bug 294584. r=darin
2006-08-07 21:27:09 +00:00
brendan%mozilla.org
ee6d5a0d06
Fix from alfred.peng@sun.com for a bug hiding out from over four years ago (341595, r=me).
2006-08-03 22:07:03 +00:00
brendan%mozilla.org
6ec73b11fa
Back out last commit to try to turn Balsa green.
2006-08-01 23:33:24 +00:00