db48x%yahoo.com
66451b9751
bug 244956: Small correction to comments in nsStringAPI.h
...
patch by Jonathan Watt <jonathan.watt@strath.ac.uk>, r/sr=shaver
2004-07-30 16:00:59 +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
timeless%mozdev.org
ba07955d27
Bug 238963 nsObserverList::GetObserverList should return OOM on failure
...
r=dougt
2004-07-30 02:43:13 +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
darin%meer.net
8cc273cc11
fix uninitialized variable warning (does not correspond to a real bug)
2004-07-29 13:48:08 +00:00
cbiesinger%web.de
761f1de85a
Bug 198694 make nsTime inherit from nsInt64
...
r=bsmedberg sr=dougt
2004-07-28 21:33:28 +00:00
cbiesinger%web.de
efbf5e65dc
adding missing NS_COM to fix win bustage
2004-07-25 13:58:47 +00:00
cbiesinger%web.de
f8d4764a36
remove InsertWithConversion
...
Bug 113234 r=darin sr=dbaron
2004-07-25 12:25:43 +00:00
cbiesinger%web.de
83c2c2cb4d
Bug 113243 Get rid of (Compare|Equals)WithConversion
...
r=darin sr=dbaron
2004-07-25 12:23:28 +00:00
cbiesinger%web.de
05f3d1c2eb
Bug 252541 remove nsString::IsSpace and nsString::IsASCII
...
r=darin sr=dbaron
2004-07-25 12:12:39 +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
mkaply%us.ibm.com
b8fca0d80e
This stuff doesn't work on OS/2 and is causing thousands of warnings errors
2004-07-22 20:27:48 +00:00
tor%cs.brown.edu
82e88f5deb
Bug 249048 - Implement SVG exceptions.
...
p=jonathan.watt@strath.ac.uk , r=afri, sr=peterv
2004-07-22 18:34:36 +00:00
peterv%propagandism.org
b177687f8a
Fix for bug 249028 (Make XPCOM_DEBUG_BREAK=trap work on OS X). r=bryner, sr=dougt.
2004-07-22 14:44:38 +00:00
cbiesinger%web.de
b60cec1290
Bug 251277 add a Clear() function to remove all elements from an nsValueArray
...
r=bsmedberg sr=dougt
2004-07-21 12:30:52 +00:00
darin%meer.net
83a0b2f10a
fixes bug 248695 "string code misuses realloc" r=timeless sr=dbaron
2004-07-19 20:01:42 +00:00
darin%meer.net
512b02924a
fix for bug 240986 "XPCOM sample fails to start inside xpcshell" r=bsmedberg,dougt
2004-07-19 19:27:24 +00:00
gerv%gerv.net
7043d82836
Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups.
2004-07-16 19:09:02 +00:00
dbaron%dbaron.org
d52eef0eae
Only use __attribute__ on gcc 3 or higher. Fixing bustage. b=249652
2004-07-15 00:00:43 +00:00
dbaron%dbaron.org
49453aa5cd
Only use __attribute__ on gcc 3 or higher. Fixing bustage.
2004-07-14 23:43:15 +00:00
bryner%brianryner.com
377380315d
Add a NS_FASTCALL macro that specifies regparm(3) and stdcall on gcc/x86 to improve performance (passing up to 3 arguments in registers instead of on the stack, and having the caller pop any stack arguments). Apply NS_FASTCALL to our most frequently called non-public methods and functions. Also add NS_CDECL to explicitly specify the default calling convention and make it part of NS_IMETHOD, since xptcall can't deal with NS_FASTCALL. Bug 249652, r=darin, sr=dbaron.
2004-07-14 22:14:34 +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
4466c4e953
bug 245927 add nsUint64, similar to nsInt64
...
r=bsmedberg sr=darin
2004-06-26 18:32:15 +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
roc+%cs.cmu.edu
8194fc86a7
Bug 226439. Make nsCharTraits<PRUnichar>::ASCIIToLower handle Unicode characters whose lowercase form is ASCII. r+sr=darin
2004-06-16 23:29:49 +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
tor%cs.brown.edu
bd483bc79f
Bug 153586 - Date.toLocaleString() not returning locale string.
...
r=jst, sr=brendan
2004-06-15 16:38:43 +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
cbiesinger%web.de
ce1e3fd94e
fixing bustage...
2004-06-11 16:39:38 +00:00
cbiesinger%web.de
8efd04ae2e
bug 245673 named literal strings should be const
...
r+sr=darin
2004-06-11 15:05:29 +00:00
jst%mozilla.jstenback.com
9f06b8ef8c
Fixing bug 245930. Don't crash if attempting to replace data past the end of a string. r=dbaron@dbaron.org, sr=darin@meer.net
2004-06-08 22:30:11 +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
roc+%cs.cmu.edu
d719dba0fe
fixing bustage AGAIN.
2004-06-06 04:42:45 +00:00
roc+%cs.cmu.edu
8e5e248d0d
fixing bustage.
2004-06-06 03:38:35 +00:00
roc+%cs.cmu.edu
a05b357612
Bug 226439. Add ASCII and Literal versions of Append, EqualsIgnoreCase, and Assign. r+sr=darin
2004-06-06 02:17:00 +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
akkzilla%shallowsky.com
d821e90703
243870: Suppress output to stdout in non-debug builds. r=cls sr=shaver
2004-05-27 20:54:46 +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