darin%meer.net
|
37b6eb8fa1
|
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 |
martijn.martijn%gmail.com
|
fe3dffb677
|
Bug 333307 - signature is wrong for nsComponentManagerImpl::RegisterComponent and nullchecks are improperly handled. Patch by Nickolay Ponomarev, r=timeless, sr=darin
|
2006-04-10 17:09:48 +00:00 |
peterv%propagandism.org
|
7dcc51c7b3
|
Fix for bug 332908 (nsUUIDGenerator should use CFUUIDCreate on OS X). r=vlad, sr=darin.
|
2006-04-06 21:48:47 +00:00 |
benjamin%smedbergs.us
|
6856a562fa
|
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
|
2006-04-06 14:17:25 +00:00 |
dbaron%dbaron.org
|
ac49c790c1
|
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 |
gerv%gerv.net
|
c62293b120
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-03-31 06:13:49 +00:00 |
darin%meer.net
|
a8b562ae72
|
restoring warning per bsmedberg
|
2006-03-31 00:59:02 +00:00 |
darin%meer.net
|
5521781301
|
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
|
2006-03-30 18:40:56 +00:00 |
jwalden%mit.edu
|
d22daffc44
|
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 |
benjamin%smedbergs.us
|
ab17656b13
|
Bug 332135 - atomservice should provide utf8 accessors, r=darin
|
2006-03-30 15:22:42 +00:00 |
jwalden%mit.edu
|
246847d433
|
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
|
169946e146
|
278161 Bustage fix when building on XP_UNIX without iconv. r=jshin
|
2006-03-30 02:28:01 +00:00 |
jshin%mailaps.org
|
b31e18ff46
|
bug 332123: ] nsLocalFileWin::AppendRelativeNativePath broken with multiple path components r/sr=darin
|
2006-03-29 17:14:07 +00:00 |
leon.sha%sun.com
|
0dfd596962
|
Bug 332053.
Fail to build latest firefox and seamonkey trunk on solaris.
Patch by leon.sha@sun.com.
cls: review+
|
2006-03-29 15:22:28 +00:00 |
jshin%mailaps.org
|
3dfc81a3d2
|
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 |
mark%moxienet.com
|
0f9d7359a9
|
331827 Provisional build patch to make gtk2/darwin builds functional out of the box. There may be additional changes needed for static builds. r=bsmedberg
|
2006-03-28 20:06:17 +00:00 |
mark%moxienet.com
|
c83688efe5
|
331827 Runtime crash due to xptcall not aligning stack when running on Mac OS X with gtk2. Align stack in xptcall for all $(OS_ARCH) == "Darwin". r=josh sr=shaver
|
2006-03-28 20:03:50 +00:00 |
benjamin%smedbergs.us
|
c32e8e59af
|
Bug 325450 - nsGREGlue check of GRE_HOME needs to add /libxpcom.so, r=darin
|
2006-03-28 18:48:21 +00:00 |
benjamin%smedbergs.us
|
ee73e9d22f
|
EXTRA_DSO_LIBS isn't included in EXTRA_DSO_LDOPTS automatically.
|
2006-03-27 21:27:05 +00:00 |
benjamin%smedbergs.us
|
e3eedd2e1f
|
mozreg requires linking against TK_LIBS
|
2006-03-27 21:02:33 +00:00 |
benjamin%smedbergs.us
|
83ba3e5a9e
|
xpcomobsolete component needs to link with mozreg also, build bustage from bug 214889
|
2006-03-27 20:48:41 +00:00 |
benjamin%smedbergs.us
|
a5342e1803
|
Bug 214889 - add mozreg_s to the static link list and don't link it into xpcom obsolete when in a static build, r=cls
|
2006-03-27 20:16:50 +00:00 |
scott%scott-macgregor.org
|
fea64b932e
|
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
|
75a71d5d88
|
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
|
548123895a
|
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 |
dbaron%dbaron.org
|
172a860286
|
Workaround brokenness of __builtin_frame_address(0) on gcc 4.1 (as shipped with FC5, at least). b=331436 r=brendan
|
2006-03-23 23:21:27 +00:00 |
pedemont%us.ibm.com
|
bad43cf355
|
Bug 330701 - NS_NewPipe with default segment size ignores max size. r=darin
|
2006-03-22 20:42:55 +00:00 |
jshin%mailaps.org
|
0f4a52954a
|
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 |
benjamin%smedbergs.us
|
4ab3ceb1e4
|
Bug 331012 - topcrash on exit [@timerthread::updatefilter] - r=darin
|
2006-03-21 14:46:35 +00:00 |
benjamin%smedbergs.us
|
5f483e27f3
|
Bug 326491 - leaked observer service leaks things on shutdown - r=darin
|
2006-03-21 14:43:56 +00:00 |
dougt%meer.net
|
e4b1b62115
|
Cleaning up PR_GetEnv() usage. b=306840. r=timeless, patch by serge gautherie
|
2006-03-19 02:52:30 +00:00 |
darin%meer.net
|
aed45f7b66
|
fixes bug 327719 "Passing a big double serialize a rounded double" patch by afatecha@idea.com.py r=dbaron sr=darin
|
2006-03-15 14:23:11 +00:00 |
bryner%brianryner.com
|
41e6c02b2f
|
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 |
mkaply%us.ibm.com
|
97fc90bb52
|
#301064
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
|
2006-03-14 22:34:20 +00:00 |
mkaply%us.ibm.com
|
3b93c4e8f4
|
#301064
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
|
2006-03-14 21:57:09 +00:00 |
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
|
fc4b03d8cb
|
fixes bug 326168 "Add a UTF-16 API to load a library" patch by jshin1987@gmail.com r=wtc,darin
|
2006-03-10 05:30:57 +00:00 |
timeless%mozdev.org
|
c776271958
|
Bug 329728 Coverity doesn't like main in xpt_link because it pretends header could be null
r=mrbkap sr=bz
|
2006-03-10 00:01:45 +00:00 |
darin%meer.net
|
74dd53a91f
|
backing out bsmedberg's patch for bug 326491 to fix bug 329505.
|
2006-03-09 03:14:32 +00:00 |
mkaply%us.ibm.com
|
2248c57ea5
|
#3011064
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
|
2006-03-08 19:56:32 +00:00 |
mkaply%us.ibm.com
|
481124e49d
|
#3011064
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
|
2006-03-08 19:29:25 +00:00 |
darin%meer.net
|
69abca26db
|
fixes bug 328920, r=mark.mentovai
|
2006-03-08 05:47:22 +00:00 |
darin%meer.net
|
e1fd3e6f47
|
fixes bug 329450 "EnumerateCategory enumerates deleted entries" patch by chpe@gnome.org, r+sr=darin
|
2006-03-07 20:48:44 +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 |
timeless%mozdev.org
|
59922a25dd
|
Bug 327997 warning C4005: 'EXTERN_C' : macro redefinition nscore.h and winnt.h
r=darin sr=darin
|
2006-03-06 01:49:10 +00:00 |
benjamin%smedbergs.us
|
05825942c6
|
Bug 326491 - cleanup observers on shutdown even if the observer service is leaked, r=darin
|
2006-03-04 14:04:05 +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 |
benjamin%smedbergs.us
|
aa41d3e7e1
|
Bug 326491 (part 0) - move timer shutdown up to somewhere reasonable, r=darin
|
2006-03-03 13:48:25 +00:00 |
mnyromyr%tprac.de
|
a66247d9c0
|
Bug 328900: Crash in StuffFixedBuffer; r=bsmedberg, sr=darin
|
2006-03-02 20:30:58 +00:00 |