ccarlen%netscape.com
af646e6f1f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
58b83da07b
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:35:08 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
dbaron%fas.harvard.edu
458adf0b19
Fix nsSharableString::SetLength to correctly handle having a shared buffer. Override GetWritableFragment on nsSharableString (perhaps temporarily) to allow use of writing iterators on nsSharableString. b=114438 r=jag sr=jst
2001-12-11 03:33:09 +00:00
pete%alphanumerica.com
7c2ab7cf47
b=106949, r=ccarlen, sr=jband
...
Bad use of nsIFile in component manager
--pete
2001-12-11 03:25:32 +00:00
dbaron%fas.harvard.edu
4df9c4de1e
Commenting out tests that can't be made to work under MSVC++ 6.0. Not part of the build.
2001-12-11 03:15:37 +00:00
ccarlen%netscape.com
c343dad63a
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
884be5f4c2
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:32:41 +00:00
ccarlen%netscape.com
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
jaggernaut%netscape.com
ddc0048d69
Bug 114288: Add nsStringComparator parameter to nsAString::Equals to mirror Compare and provide a way to do CaseInsensitive Equals. r=dbaron, sr=jst
2001-12-10 10:10:44 +00:00
seawood%netscape.com
33ab7a9398
Add win32 support to xpcom Makefile.ins
...
Bug #58981 r=bryner
2001-12-09 07:05:12 +00:00
dbaron%fas.harvard.edu
b7c07a1976
Fix inefficient Assign pattern to use Append instead. b=113188 r=jag sr=jst
2001-12-08 22:51:15 +00:00
dbaron%fas.harvard.edu
986705d7d8
Fix appending to nsSharableString by always null-terminating in SetLength. b=113188 r=jag sr=jst
2001-12-08 22:50:34 +00:00
bryner%netscape.com
0dec223ecf
Fix a signed/unsigned warning by using an unsigned int to compare against the result of sizeof(). bug 114241, r=bbaetz, sr=shaver.
2001-12-08 22:05:01 +00:00
bryner%netscape.com
fc52db848e
Fix a warning by changing C++ comments to C comments. bug 114241, r=bbaetz, sr=shaver.
2001-12-08 22:04:17 +00:00
mkaply%us.ibm.com
8289d51212
PR_FALSE NOT false
2001-12-08 11:01:12 +00:00
jaggernaut%netscape.com
83839f350e
BUg 113228: Replace nsC?String::To(Lower|Upper)Case with global To(Lower|Upper)Case. r=dbaron, sr=jst
2001-12-08 07:08:38 +00:00
akkana%netscape.com
8772e8472b
Hmm, let's try that spelling correction again
2001-12-08 06:59:49 +00:00
akkana%netscape.com
ba1f9f6c3b
Spelling correction. Noticed by and r=timeless
2001-12-08 06:32:59 +00:00
mkaply%us.ibm.com
8f020057a3
PR_FALSE NOT false
2001-12-08 04:05:58 +00:00
jband%netscape.com
db7b7cd6a8
fix bug 111771. Streamline xptcall invoke for Win32 x86 only by getting rid of the call to invoke_count_works and just making the max possible required space on the stack for the params and then cleaningup afer the call. sr=shaver r=dbradley
2001-12-08 00:49:11 +00:00
sfraser%netscape.com
6f12c35780
Fix bug 113714 -- optimized mac builds would sporadically autoregister XPT files on startup, because doing a string compare of persistent descriptor strings is not a valid way to compare them (Mac aliases to the same file can differ). r=ccarlen, sr=jband
2001-12-07 23:52:52 +00:00
pete%alphanumerica.com
efee7eec18
b=77933, r=ccarlen, sr=jst
...
nsIFile::CreateUnique() has unused parameter
removed unused parameter
/**
WARNING commercial tree has one hit for this API change
*/
--pete
2001-12-07 23:06:51 +00:00
ccarlen%netscape.com
413a724bf2
Bug 112262 - checking in mac project changes for dougt.
2001-12-07 19:55:37 +00:00
dougt%netscape.com
5cca684efc
Bug 112262. Move nsMemory into the glue library. sr=rpotts, sr=jband.
2001-12-07 19:54:16 +00:00
dp%netscape.com
583f4cf74a
bug 113833 Disabling trace-malloc if required dlls are not
...
found. (thanks jband) r=dp, sr=jband
2001-12-07 14:29:24 +00:00
dbradley%netscape.com
2f08cbd35b
Bug 112666 - XPCOM ExceptionService should return a pending exception if one exists. r=jst sr=jband
2001-12-07 13:31:01 +00:00
dp%netscape.com
bc26d6a0ca
bug 113833 preventing initalization of trace malloc stuff unless
...
--trace-malloc command line is given. sr=dveditz
2001-12-07 06:41:55 +00:00
dveditz%netscape.com
61bd3cbbee
bug 102690 patch for float formatting cleanup from Daniele Nicolodi <daniele@grinta.net>, r=me, sr=jband
2001-12-07 01:50:31 +00:00
dougt%netscape.com
480bd7781e
fixing a bad #ifdef r=me. sr=darin
2001-12-07 01:08:35 +00:00
seawood%netscape.com
cc61f17422
Drop optimization level to -O2 for MIPSpro CC builds to work around potential compiler bug.
...
Thanks to nickb@adacel.com.au (Nick Blievers) for the patch.
Bug #113511 r=cls
2001-12-06 10:51:45 +00:00
blythe%netscape.com
046f20a06d
Bug 112953, non debug trace-malloc on win32.
...
r=dp,sr=brendan
NOT part of normal build.
Change hinges on another change to nsprpub/gmakefile.win that should land
by those in charge of that module shortly.
2001-12-06 02:36:02 +00:00
dbaron%fas.harvard.edu
85dc71cdb3
Simplify loop in CountValidUTF8Bytes and fix UMR. b=110531 r=jag sr=alecf
2001-12-05 03:49:13 +00:00
leaf%mozilla.org
8310ba80d7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
dp%netscape.com
626883283d
bug 112470 Include config.mak early to get TRACE_MALLOC settings in. Patch by alecf. r=dp
2001-12-04 21:15:28 +00:00
dp%netscape.com
a020848bb0
bug 112470 Getting timeline ON for debug builds by default.
...
When running, NS_TIMELINE_ENABLE is required for seeing the timeline
output. r=cathleen, sr=alecf
2001-12-04 21:14:21 +00:00
dbaron%fas.harvard.edu
dd543d9155
Fix massive numbers of threadsafety assertions by re-adding NS_INIT_ISUPPORTS, to make builds usable again. b=110531 sr=waterson
2001-12-04 05:26:46 +00:00
dbaron%fas.harvard.edu
d4e20c5288
Fix orange by exiting loop when bytes hits aMaxBytes rather than waiting for it to get farther.
2001-12-04 04:22:44 +00:00
alecf%netscape.com
5bc871f27f
oops, requires update - add uconv
2001-12-04 01:12:51 +00:00
alecf%netscape.com
917e1454a4
fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter
2001-12-04 01:10:43 +00:00
pete%alphanumerica.com
85d0b5722c
b=112515, r=douft, sr=jst
...
remove spawn method from nsIFile.
/**
Warning nsIFile API change
*/
--pete
2001-12-04 00:27:43 +00:00
dbaron%fas.harvard.edu
dc8b10ae25
Make nsSharableString::Assign set the length correctly when it's reusing its existing buffer. b=112483 r=scc sr=alecf
2001-12-03 23:14:15 +00:00
jdunn%netscape.com
8b4cd4a4e1
Use the right vtable : AIX ONLY!
...
# 90720
r=cls@seawood.org
2001-12-03 15:02:08 +00:00
dbaron%fas.harvard.edu
581f35a9c1
Make nsSharableString::Assign set the length when it's reusing its existing buffer. b=112483 r=jag sr=hyatt
2001-12-03 03:54:32 +00:00
bryner%netscape.com
a00a1a2bbe
Backing out new code alecf accidentely checked in, fixing bustage.
2001-12-03 00:37:35 +00:00
alecf%netscape.com
968dc3e710
augh, didn't mean to check these in
2001-12-02 23:17:11 +00:00
alecf%netscape.com
c720226f30
ok, back out my ToLowerCase() change, it didn't make any difference
2001-12-02 23:15:31 +00:00
alecf%netscape.com
88f676267c
performance test - just to see if nsString.ToLowerCase() is faster than ToLowerCase()
...
no reviewer, will back out after one or two tinderbox cycles
2001-12-02 19:06:02 +00:00
dp%netscape.com
da13b4fc43
disabling unconditional printfs.
2001-12-02 05:39:49 +00:00
dbaron%fas.harvard.edu
1d5979eaf3
Fix typo. Not part of default build.
2001-11-30 22:03:28 +00:00
dveditz%netscape.com
44bcc01fd8
Free bloated component registry buffer after XPCOM init (bug 76329)
...
r=dougt, sr=shaver
2001-11-30 07:50:03 +00:00
dougt%netscape.com
e24b13a938
Add IsMainThread to nsIThread. r=danm@netscape.com, sr=darin@netscape.com 112397
2001-11-30 00:06:32 +00:00
waterson%netscape.com
712620eddd
Bug 11079. xptinfo shouldn't be an EXPORT_LIBRARY, or else it will end up both in the statically linked exectuable _and_ libxpcom.so. r=cls
2001-11-29 23:50:56 +00:00
alecf%netscape.com
64bbae7daf
move UTF8traits to the public realm for later consumption
...
r=dbaron r=jag (the string experts)
for bug 110531
2001-11-29 02:53:48 +00:00
alecf%netscape.com
78caae6067
just removing some dead code that blake spotted, followup to bug 110226
2001-11-29 00:07:42 +00:00
pete%alphanumerica.com
28c185b5db
b=92569, r=dougt, sr=brendan
...
nsLocalFileUnix cleanup part two.
nothing but white space and comment cleanup
--pete
2001-11-29 00:07:10 +00:00
pete%alphanumerica.com
a82ecaf0ae
b=92569, r=dougt, sr=brendan
...
nsLocalFileUnix general clean up
--pete
2001-11-28 15:12:14 +00:00
dbaron%fas.harvard.edu
cb52b37066
Copy my comment changes from nsAString to nsACString. b=104663 r=jag sr=scc
2001-11-28 06:06:43 +00:00
dbaron%fas.harvard.edu
824e7d22ca
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
jst%netscape.com
38b0b4de31
Checking in alecf's fix for bug 112209, string code performance regression. r=dbaron@netscape.com, sr=jst@netscape.com
2001-11-28 04:59:29 +00:00
dbaron%fas.harvard.edu
2d9af9f029
Make XPCOM_BREAK_ON_LOAD work on mach-o build. b=111519 r=beard sr=sfraser
2001-11-28 03:52:34 +00:00
alecf%netscape.com
c0f138b6da
notify observers in reverse order, so that if a observer removes itself when it gets notified, we don't forget to notify the next guy
...
r=dougt, sr=bienvenu bug 110226
2001-11-28 02:48:10 +00:00
dbaron%fas.harvard.edu
7cfd69c6a4
Fix bustage.
2001-11-28 01:26:26 +00:00
dbaron%fas.harvard.edu
25a700efcb
Use an add instead of a load to link the stack frames correctly since something seems to be clobbering the first linking pointer. Just add 8 instead of adding 4 in two places. Copy comments over from mac version. b=108646 r=sfraser sr=beard
2001-11-28 01:24:06 +00:00
dougt%netscape.com
0afe20e5ae
remove nsIShutdownListener. r=dbaron, sr=alecf, bug 99152
2001-11-28 00:57:53 +00:00
alecf%netscape.com
919808c9fb
oops, one more try to back out
2001-11-27 23:55:03 +00:00
alecf%netscape.com
c9c063213a
ack! back these out, weren't meant to land
2001-11-27 23:53:18 +00:00
alecf%netscape.com
9cdc5ef58a
debug stuff only - adding MOZ_COUNT_DTOR/CTOR and changing DEBUG to DEBUG_dougt
...
(last part r=dougt)
2001-11-27 23:52:05 +00:00
blythe%netscape.com
f7fceef68c
Fix bug 112196
...
win32 symbols now work for trace-malloc
r=dbaron,sr=brendan
2001-11-27 22:54:05 +00:00
alecf%netscape.com
8e1f300899
first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake
2001-11-27 21:13:53 +00:00
dp%netscape.com
c76ccb2f79
Removing timeline marks. These dont provide much information
2001-11-27 01:55:55 +00:00
dp%netscape.com
e1631bf51e
int g_timelineDisabled -> PRBool gTimelineDisabled (review comments for previous version) r=sgehani,sr=sfraser
2001-11-27 01:16:27 +00:00
dp%netscape.com
4249566499
NS_TIMELINE_MARK_FUNCTION1() and NS_TIMELINE_DISABLE. For timeline builds only. r/sr=sfraser
2001-11-27 00:54:57 +00:00
jband%netscape.com
2396e0c32b
fix bug 100187. This is Vidur's patch to expose the interfaceinfomanager as a service accessible via the service manager. r=dbradley sr=jband
2001-11-26 22:31:39 +00:00
blythe%netscape.com
ed4ccb0a55
Fix bug 110807, newlines on win32 trace-malloc tools
...
sr=brendan,r=dbaron
NOT in normal build
2001-11-26 21:10:45 +00:00
ccarlen%netscape.com
f366b7d8f8
Bug 110660 - MOZ_PLUGIN_PATH not added to plugin search paths. r=peterl/sr=jband
2001-11-26 15:54:38 +00:00
timeless%mac.com
51a4520c4a
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
jaggernaut%netscape.com
1c82bd3f23
Bug 103662: Allow wide concatenation of defined string constants, r=dbaron, sr=scc
2001-11-26 05:59:35 +00:00
brendan%mozilla.org
8948a6287c
Break self-cycle to fix leak (106860, r=dbaron, sr=bienvenu).
2001-11-26 01:20:31 +00:00
dbaron%fas.harvard.edu
19e2296486
Enable the gcc3 version of the sparc/solaris xptcinvoke code. r=cls sr=shaver b=71627
2001-11-25 23:29:29 +00:00
dbaron%fas.harvard.edu
b7b6161674
Cleaning up comment style per shaver's sr comments. b=71627
2001-11-25 23:15:01 +00:00
bzbarsky%mit.edu
edfb3b268f
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
dougt%netscape.com
acd340cc5e
fixing comment in idl. bug 111518
2001-11-23 15:11:37 +00:00
dbaron%fas.harvard.edu
28f8916d31
Changing |#ifdef DEBUG_dbaron| to |#ifdef DEBUG_dbaron_off| so I don't see these assertions anymore.
2001-11-22 23:19:33 +00:00
timeless%mac.com
8eccbe5de9
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
r=axel@pike.org sr=kin
2001-11-22 15:12:51 +00:00
kaie%netscape.com
3e80341582
b=84947 New print dialog for Unix and OS/2
...
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2001-11-22 10:00:44 +00:00
darin%netscape.com
d5f2358c2b
fixing bustage
2001-11-22 00:56:08 +00:00
darin%netscape.com
2217bb156a
fixes mac bustage
2001-11-22 00:28:30 +00:00
darin%netscape.com
b0ceace5ab
fixes mac bustage!!
2001-11-22 00:28:16 +00:00
darin%netscape.com
66e079e722
enables new scriptable string stream interface (bug 100172) r=dougt, sr=rpotts
2001-11-22 00:08:14 +00:00
darin%netscape.com
2daf931336
mac project changes for bug 100172 "scriptable string stream implementation" r=dougt, sr=rpotts
2001-11-22 00:06:25 +00:00
darin%netscape.com
cbddbfa89f
new files for bug 100172 "need scriptable string stream implementation (must
...
support nsIInputStream)" r=dougt, sr=rpotts
2001-11-21 23:55:10 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
dbaron%fas.harvard.edu
9d6f0a2650
Allow nsTraceMalloc to build even when cplus_demangle isn't available (should fix bustage on Brad's tinderbox). Also use NS_PTR_TO_INT32 per Brendan's review comments on bug 106352.
2001-11-20 23:32:17 +00:00
dp%netscape.com
6b663b134f
Function timers. r=sgehani, sr=sfraser
2001-11-20 21:37:27 +00:00
sgehani%netscape.com
1705d9cf87
Implemented resetTimer().
...
b=106551; r=dp; sr=sfraser
2001-11-20 03:33:11 +00:00
darin%netscape.com
27aac83eb0
removing dead/unused files
2001-11-20 02:31:47 +00:00
alecf%netscape.com
f026e50d2f
Fix for bug 110371 - remove uconv dependency from nsFileSpec by moving unicode-related routines into mailnews. sr=sspitzer, r=nhotta
2001-11-19 15:28:56 +00:00
timeless%mac.com
060425ec59
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
dougt%netscape.com
cde157b545
fixing bug 108573. Calling AutoRegisterComponents when any registered loaders do not exists will crash. r=dp,sr=rpotts
2001-11-18 20:19:44 +00:00
alecf%netscape.com
8f49ae4dbe
fix the MallocTools anchor reference - docs only
2001-11-18 18:33:06 +00:00
dp%netscape.com
f47aafb73c
Printing the dll name in the timeline r=sgehani, sr=sfraser
2001-11-17 20:37:08 +00:00
dp%netscape.com
3e3cce3d7c
Printing the dll name in the timeline r=sgehani, sr=sfraser
2001-11-17 20:23:48 +00:00
dp%netscape.com
5c6a4d5606
Implementing NS_TIMELINE_MARK_TIMER1 that prints an additional string
...
along with the timer mark. r=sgehani, sr=sfraser
2001-11-17 20:20:25 +00:00
ccarlen%netscape.com
ff0a0259a0
Bug 103384 - Move unicode conversion out of nsLocalFileCommon.cpp r=dougt/sr=alecf
2001-11-16 14:54:38 +00:00
ccarlen%netscape.com
1dd33c8791
Adding new files for bug 103384 - move unicode conversion out of nsLocalFileCommon.cpp r=dougt/sr=alecf
2001-11-16 14:47:42 +00:00
neeti%netscape.com
0edebe6c41
bug 106466 - Removed nsServiceEntry from ComponentManager, r=dougt, sr=brendan
2001-11-16 13:53:04 +00:00
locka%iol.ie
b356d6dbfb
Fix for nsILocalFIle::GetURL returning malformed URLs on Unix. b=110299 r=blizzard@mozilla.org sr=waterson@netscape.com
2001-11-16 12:07:38 +00:00
dp%netscape.com
c093068018
Satisfying compilers...
2001-11-16 03:37:15 +00:00
dp%netscape.com
f9950de713
bug 108071 Eliminate 4000 calls to malloc by using copy getters of
...
registry. r=dveditz, sr=sfraser
2001-11-16 02:38:23 +00:00
jband%netscape.com
f10689faa6
fix bug 109893. If we fail to open a zip/jar for reading then just log that fact and continue on rather than failing. r=valeski sr=jst.
2001-11-16 02:14:59 +00:00
darin%netscape.com
36a44ba4ac
landing standard url rewrite (bug 103916)
...
r=andreas.otte@debitel.net , sr=brendan,alecf
2001-11-16 02:09:13 +00:00
jaggernaut%netscape.com
ee4f787321
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
blythe%netscape.com
c096dbbd8b
Fix bug 108103, new tool SpaceTrace
...
SR,RS=brendan, SR=waterson, R=dbaron
2001-11-15 22:40:53 +00:00
dbaron%fas.harvard.edu
dbd3c84701
Oops, meant to remove that incorrect comment.
2001-11-15 07:44:59 +00:00
dbaron%fas.harvard.edu
1cde573592
New, more portable (i.e., works for me, unlike the old code) Linux nsGetTypeName using dladdr. r=jag sr=waterson b=109829
2001-11-15 07:44:26 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
bzbarsky%mit.edu
4668789df4
msvc barfs on functions taking nsAString& with default initializers from
...
an NS_LITERAL_STRING. Remove the default initializer, which is not
being used. r=jag, a=leaf to get tests building again.
2001-11-14 17:27:11 +00:00
jaggernaut%netscape.com
0ecf7cce91
Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf
2001-11-14 12:35:52 +00:00
darin%netscape.com
0183edd75f
fixing mac bustage
2001-11-14 07:38:05 +00:00
darin%netscape.com
f6a4f1885b
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
seawood%netscape.com
8cd04ee331
Removing obsolete xpcom/remote files.
...
Bug #102787 r=igor.kushnirskiy@sun.com
2001-11-14 04:10:51 +00:00
pete%alphanumerica.com
7715f0fe9d
b=108925, r=shaver, sr=jst
...
patch to remove symlinked dirs when recursive flag is set to false
--pete
2001-11-14 03:42:59 +00:00
wtc%netscape.com
a03f097dfb
Bugzilla bug 109389: changed the PLEvent event receiver window class
...
name to say "XPCOM" instead of "NSPR". r=dougt. sr=alecf.
2001-11-14 01:37:41 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
sfraser%netscape.com
eb3b9a4c1c
Fix for blocker bug 109893. Comment out line that adds the plugins folder to the XPT search paths, to avoid errors when trying to look in MRJPlugin.jar for .xpt files on Mac. r=jband/a=sleestack
2001-11-14 01:14:08 +00:00
jband%netscape.com
e445180e90
fix bug 106122. build xpt file search path based on NS_XPCOM_COMPONENTS_DIR *and* NS_APP_PLUGINS_DIR_LIST. Also, correctly detect that search path has changed - even when the change is just appended items. r=ccarlen sr=jst.
2001-11-11 19:01:00 +00:00
dbaron%fas.harvard.edu
51d3687cb4
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=jag, rs=scc
2001-11-11 01:42:10 +00:00
pete%alphanumerica.com
70156fa98e
b=53596, r=dougt, sr=brendan
...
nsLocalFileUnix fix for ::GetLeafName not working on relative paths
--pete
2001-11-11 00:15:28 +00:00
jaggernaut%netscape.com
00f1f74e7b
Bug 53057: Removing implicit |CharT*| conversion operator for nsCString, r=dbaron, rs=scc
2001-11-10 22:00:31 +00:00
blizzard%redhat.com
93f2b40fba
null check in stack trace code so we don't crash on some systems. r=bryner, dbaron no bug number.
2001-11-09 16:18:56 +00:00
jband%netscape.com
e84b393c65
fix bug 108915 to unbust XPCOM_STANDALONE. This #ifdef's out calls into code that is only available when i18n is part of the build. This has no impact on the browser or gecko embeddings. r=jst sr=alecf a=blizzard
2001-11-09 00:34:56 +00:00
jdunn%netscape.com
5ea3cb012f
Reverting back to the previous version of this file (1.3)
...
The patch submitted by IBM didn't take into account all the conditions
r=cls@seawood.org
a=blizzard@mozilla.org
# 24458
2001-11-08 12:18:37 +00:00
jdunn%netscape.com
802bd90395
Fixing the problem with AIX not passing floating point params thru xptinvoke
...
submitted by pkw@austin.ibm.com
r=cls@seawood.org
a=blizzard@mozilla.org
# 106118
2001-11-08 12:17:19 +00:00
dbaron%fas.harvard.edu
d8d5227f01
Fix |#ifdef TARGET_CARBON| assertions for bug 104651 to fix blocker bug 108911 (TARGET_CARBON changes only).
2001-11-07 22:08:31 +00:00
jaggernaut%netscape.com
796c9c271a
Bug 108734: nsCString::Replace is broken. r=darin, sr=scc
2001-11-07 07:43:11 +00:00
dbaron%fas.harvard.edu
e53bb3af2f
Add a comment explaining how to fix callers that trigger the null-termination assertion. r=jag rs=scc b=104651
2001-11-07 07:36:36 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu
3f306cd4c2
Fix nsDependentString users who were passing non-NULL terminated buffers. b=104651 rr=jag rs=scc
2001-11-07 05:51:27 +00:00
dbaron%fas.harvard.edu
f40a3018a4
Quiet annoying warning on HP by using the two-step NS_STATIC_CAST that is really meant here. r=jag sr=brendan b=107052
2001-11-07 04:12:24 +00:00
dbaron%fas.harvard.edu
bfb2f49916
Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc
2001-11-07 04:12:20 +00:00
alecf%netscape.com
b486774c77
fix for minor leak bug 108640 r=jag, sr=sspitzer
2001-11-06 23:14:47 +00:00
alecf%netscape.com
1996026eb4
fix for bug 108597 - move mOwnsBuffer and mCharSize into smaller variables to reduce nsStr's overall size
...
r=jag, sr=waterson
2001-11-06 22:50:13 +00:00
blizzard%redhat.com
2b59cc6379
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
jdunn%netscape.com
b8afc18761
fixing build bustage on HP's & AIX's new compilers
...
removing the static keyword from a couple templates
sr=jst@netscape.com
# 106167
2001-11-06 13:22:05 +00:00
darin%netscape.com
dc344f1c64
fixes mac bustage
2001-11-06 03:56:00 +00:00
darin%netscape.com
481e50ee9a
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
pete%alphanumerica.com
ba3370cffd
b=92329, r=ccarlen, sr=brendan
...
Fix for nsLocalFileUnix ::GetTarget doesn't handle relative symlinks
--pete
2001-11-06 01:42:00 +00:00
andreas.otte%primus-online.de
a9bb735c64
fix bug 61269 ['%' will get URL-escaped to "%25" if not followed by 2
...
hexadecimal digits] We no longer escape an % which is not followed by
two hex characters, at least not until forced. This is more compatible
with current usage in other browsers. r=dougt@netscape.com ,
sr=darin@netscape.com
2001-11-03 14:55:57 +00:00
dbaron%fas.harvard.edu
9065547497
Remove unused stopwatch code. b=107510 r=jag sr=waterson
2001-11-03 05:46:18 +00:00
dbaron%fas.harvard.edu
02c4c775de
Remove unused logging code. b=107510 r=jag sr=waterson
2001-11-03 05:45:27 +00:00
dbaron%fas.harvard.edu
a958fc49fc
Removing nsIStopwatch.idl, which was never really part of the build. b=107510 r=jag sr=waterson
2001-11-03 05:26:55 +00:00
seawood%netscape.com
be10c3b1a8
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
jst%netscape.com
efbd5eb3f4
Fixing leaks in the exception service. Bug 108213. r=dbradley@netscape.com, sr=jband@netscape.com
2001-11-03 02:07:20 +00:00
dbradley%netscape.com
9ad843118b
Bug 94650 - Added warning for scriptable interfaces that inherit from non-scriptable interfaces. r=jst, sr=jband
2001-11-03 00:05:57 +00:00
dbradley%netscape.com
ae0e8be080
Bug 33193 - Sanity check for typelib truncation. r=jst, sr=jband
2001-11-03 00:02:56 +00:00
ccarlen%netscape.com
ea7a6dcd37
Bug 105440 - directory service needs new keys and be able to support lists of directories. r=valeski/sr=jband
2001-11-02 15:29:57 +00:00
jaggernaut%netscape.com
9bcc72064d
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-02 06:39:49 +00:00
dp%netscape.com
3e3319f35a
bug# 105509 inlining nsHashKey::nsHashKey
...
r=dougt, sr=jband
2001-11-02 04:58:30 +00:00
jband%netscape.com
5c71948424
fix bug 108045. Don't crash on case where an xpt file is missing an interface info that was there when the manifest got built. Insead, fail gracefully and force the subsequent run to re-autoreg. r=jst sr=brendan
2001-11-02 04:40:13 +00:00
dougt%netscape.com
74924a80cd
removing appshell from xpcom. 96524. r=valeski@netscape.com, sr=jband@netscape.com
2001-11-01 23:45:04 +00:00
alecf%netscape.com
96cded8c72
yank a bunch of junk from tests
...
r=jag, sr=scc
2001-11-01 23:40:10 +00:00
alecf%netscape.com
4b9ba13776
remove all unicharutil dependencies from xpcom (finally!)
...
bug 100214, r=jag, sr=scc
2001-11-01 22:40:03 +00:00
bryner%netscape.com
4017bc7be2
Correcting the description of the third argument to NS_QuickSort. r=dbaron.
2001-11-01 22:21:34 +00:00
dougt%netscape.com
c72956b7da
Fix for 104962. Using faster win api SHGetSpecialFolderPath. r=dveditz@netscape.com, sr=jband@netscape.com
2001-11-01 22:16:56 +00:00
dbradley%netscape.com
5cb0f9371f
Bug 83426 - Remove DOM exception hack. r=jst, r=dbradley, sr=jband
2001-11-01 15:52:53 +00:00
jaggernaut%netscape.com
2546ff75ba
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
darin%netscape.com
4542d21f7f
fixes Darwin mach-o bustage (r=jband)
2001-11-01 05:06:41 +00:00
dbradley%netscape.com
9b2bda104e
Bug 101696 - interface with no uuid shouldn't parse. Patch adds a warning, does not prohibit it, and cleans up interfaces that are missing id's r=rginda, sr=jband
2001-11-01 05:04:35 +00:00
jband%netscape.com
0e7f7529b8
file had no newline at EOF. rs=jband
2001-11-01 04:42:19 +00:00
jband%netscape.com
bc57fbc30d
added files: mozilla/xpcom/ds/nsIPropertyBag.idl
2001-11-01 02:10:24 +00:00
jband%netscape.com
101aac6307
ack! forgot one .idl file. Fix Mac bustage
2001-11-01 02:08:41 +00:00
jband%netscape.com
3ff792dd5d
the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage
2001-11-01 01:45:48 +00:00
jband%netscape.com
c052cc3bf0
fix Mac bustage (I hope). I think these names conflicted with other names
2001-11-01 01:15:53 +00:00
seawood%netscape.com
8a2a775382
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
jband%netscape.com
0009a2c9f0
fix bustage on compilers that don't like anonymouse structs in unions. who knew? sr=jst
2001-11-01 00:34:29 +00:00
pete%alphanumerica.com
b52992027b
b=107823, r=ccarlen, sr=brendan
...
--pete
2001-11-01 00:11:15 +00:00
pavlov%netscape.com
594f5ea963
fixing bug 107106 r=valeski sr=jst
2001-11-01 00:05:19 +00:00
jband%netscape.com
9045e1ffac
added files: mozilla/xpcom/ds/nsVariant.cpp
2001-10-31 23:36:08 +00:00
jband%netscape.com
84bfc894a4
add support for nsIVariant and nsIPropertyBag. bug 44675 and bug 98209. sr=vidur r=dbradley
2001-10-31 23:35:07 +00:00
bbaetz%cs.mcgill.ca
370f19d526
Bug 100843 - Add an explicit output filename option (-e) to xpidl
...
Patch by aegis@aegisknight.org , r=dbradley, sr=scc
2001-10-31 23:28:36 +00:00
jband%netscape.com
cc2359207d
added files: mozilla/xpcom/ds/nsIVariant.idl
2001-10-31 23:20:27 +00:00
rginda%netscape.com
1d47cc3acb
Bug 104168, "xpcom-autoregistration notification never fires"
...
r=dougt, sr=brendan
notify category observers when xpcom registration occurs
2001-10-31 23:17:30 +00:00
brendan%mozilla.org
2764eab5c9
Store FastLoad dependency mtimes, and invalidate if any changes (106021, r=dveditz, sr=shaver).
2001-10-31 08:29:25 +00:00
dbaron%fas.harvard.edu
fadce78f0e
Remove references to nsISimpleEnumerator.h from Makefile.in and MANIFEST as well. b=99136
2001-10-31 03:33:12 +00:00
mkaply%us.ibm.com
8c2922775b
#99136
...
r=dbaron
OS/2 bustage - removing H file that is now generated by IDL
2001-10-31 03:17:59 +00:00
dougt%netscape.com
be63c1df0a
107630 Removing C++ cruft from nsIWeakReference.idl. Adding nsIWeakReferenceUtils.h. r=alecf@netscape.com, sr=scc@mozilla.org
2001-10-30 23:18:51 +00:00
dougt%netscape.com
80a163df0e
ugh. I did not mean to commit these changes. Backing out
2001-10-30 22:19:32 +00:00
dougt%netscape.com
20e863fb43
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
dougt%netscape.com
e03c679302
Moving nsISimpleEnumeratory interface into a seperate idl file. bug 99136. r=alecf@netscape.com, sr=rpotts@netscape.com
2001-10-30 22:03:05 +00:00
dougt%netscape.com
a3a5afed2e
Adding nsISimpleEnumerator.idl to project. 99136. r=alecf, sr=rpotts
2001-10-30 21:59:51 +00:00
ducarroz%netscape.com
321184f9e3
Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
...
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
dbaron%fas.harvard.edu
d78da1a4e7
Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin
2001-10-30 06:57:09 +00:00
dbaron%fas.harvard.edu
fab09c676b
Remove nsLogging.cpp and nsILoggingService.cpp from the build.
2001-10-30 06:50:57 +00:00
dbaron%fas.harvard.edu
42e57db25b
Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin
2001-10-30 06:49:37 +00:00
dbaron%fas.harvard.edu
83d24ad2c1
Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin
2001-10-30 06:33:52 +00:00
dbaron%fas.harvard.edu
ec204b41e9
Replace static constructor of EmptyEnumeratorImpl with new/delete. b=68092 r=jag sr=waterson
2001-10-30 06:10:21 +00:00
alecf%netscape.com
ee9a106589
Back out my backout, now that mac seems to be fixed
2001-10-30 03:39:18 +00:00
alecf%netscape.com
acc45c0027
Back out my checkin because !(*@3 PSM is screwed.
2001-10-30 02:41:48 +00:00