dougt%netscape.com
7cb21a33be
if components directory does not include any xpt files, we should not fail
...
autoregistration. This caused the xpinstall stub installer to fail.
r=dveditz, a=leaf
2000-04-25 19:37:57 +00:00
dougt%netscape.com
56f4d7e351
missed commenting out two assertions which will cause mac and OS2 users
...
lots of pain. r=brade, a=leaf.
2000-04-25 18:16:16 +00:00
sspitzer%netscape.com
f249873f43
fix the threadsafe assertion.
2000-04-25 14:56:59 +00:00
pavlov%netscape.com
03d4675682
string api changes r=scc
2000-04-25 05:40:45 +00:00
jband%netscape.com
0d006c89f8
make the component manager's AutoRegister call the interface info manager's AutoRegisterInterfaces
2000-04-25 05:11:30 +00:00
mjudge%netscape.com
3faeabcb95
fixing vc6.0 compiler bug. cant have static variable called "count" and compare it using "<". dont ask.
2000-04-25 05:09:49 +00:00
jband%netscape.com
a2827c5018
Remove use of nsSpecialSystemDirectory. r=dougt
2000-04-25 05:01:05 +00:00
jband%netscape.com
f5377a4579
fix to make the comment not lie
2000-04-25 04:52:30 +00:00
pinkerton%netscape.com
a7bb525b7c
adding a helper to create/init from an FSSpec.
2000-04-25 04:09:18 +00:00
ssu%netscape.com
b8fe8bbb03
fixing bug #36958 . No longer makes the installer require a reboot at the end if replacing file that are *not* in use.
2000-04-25 02:39:42 +00:00
dougt%netscape.com
cf392312f9
checked in warren's patch to remove circular memory leak in directory service
...
removed strcmp'er in favor of atom compares.
added comments to nsFileSpec indicating that it is no longer supported.
2000-04-25 01:48:02 +00:00
shaver%mozilla.org
7b6f80d5fb
Linux/m68k xptcall port from <Michael_Fedrowitz@gmx.net>
2000-04-25 01:15:51 +00:00
shaver%mozilla.org
8e0c600b26
add CurrentItemInPlaceUTF8 to reduce startup alloc by 2.3M(!), r=brendan
2000-04-25 01:11:08 +00:00
brendan%mozilla.org
a3dc40d18b
Count allocations too; dump nodes ranked by mean allocation size.
2000-04-24 23:52:27 +00:00
dougt%netscape.com
79681b7a19
Adding xpcom.currentProcess
2000-04-24 22:54:04 +00:00
brade%netscape.com
c6cac4df01
fixing build bustage; submitted by Philip.Blundell@pobox.com (a=granrose)
2000-04-24 15:42:15 +00:00
dougt%netscape.com
3bf4c6a4f3
Fix for bug 35751. Caching type and creator information for nsLocalFileMac. This is so that files can be created with a given type/creator tag after the initialization of the ifile.. r=warren and sfraser.
2000-04-24 03:24:49 +00:00
jband%netscape.com
ec1a5ea7a0
checking in changes from Stefan Hanske <sh990154@mail.uni-greifswald.de> (who wrote the original version of the Linux ARM code)
2000-04-23 21:14:11 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
128a91b6b4
Removing unused dependency upon nsappShellCIDs.h. Bug #24515 . r=shaver
2000-04-23 16:08:55 +00:00
shaver%mozilla.org
7d006ae565
show pointed-to symbol onmouseover, for easier scanning (r=brendan)
2000-04-23 07:13:19 +00:00
pavlov%netscape.com
29d75b355b
add typename to make linux compiler happy r=scc
2000-04-23 05:54:36 +00:00
brendan%mozilla.org
e6d9eaa229
Add -f function-dump-filename option; try to keep its first table cell of reasonable width without depending on (broken in 4.x) css support.
2000-04-23 05:04:58 +00:00
scc%netscape.com
f1766992d8
Added an additional permitting and denying signatures for |NS_ConvertASCIItoUCS2|
2000-04-23 01:03:28 +00:00
jband%netscape.com
2d23299249
a little safer
2000-04-22 19:21:18 +00:00
jband%netscape.com
80765be861
cleanup manifest line scanner - was reading one char beyond the end of the array
2000-04-22 19:13:39 +00:00
brendan%mozilla.org
eebea6f933
Comment improvements.
2000-04-22 18:36:10 +00:00
tbogard%aol.net
76e8db8e09
Moved the implementation of AssignWithConversion to the cpp file since Linux and Windows didn't like it inline in the h file. r=scc
2000-04-22 09:17:20 +00:00
scc%netscape.com
03755b0d9d
making string conversions explicit
2000-04-22 08:43:34 +00:00
scc%netscape.com
08376156e3
Added a signature previously covered by |Assign(const nsStr&)|, now |Assign( const nsString& )|.
2000-04-22 08:36:28 +00:00
jband%netscape.com
45fe5dd669
fix bug 36805 - was leaking xptiInterfaceGuts by unconditionally overwriting a union
2000-04-22 06:30:46 +00:00
jband%netscape.com
a43b0cce27
fix bug 36806 - leaking locks. Just plain sloppy!
2000-04-22 06:28:44 +00:00
jband%netscape.com
3aed823910
hey! someone changed the progid for the zip reader, updating my copy of the progid. xptiZipLoader.cpp
2000-04-22 04:11:33 +00:00
jband%netscape.com
6aae3cf41f
fix debug message
2000-04-22 01:07:39 +00:00
dbaron%fas.harvard.edu
e1ada51a01
Make XPCOM_MEM_LOG_OBJECTS work with alloc logging (before it worked only with refcount logging). r=waterson@netscape.com
2000-04-22 00:40:13 +00:00
erik%netscape.com
b045d89b8b
grabbing a few IDs for nsILanguage and nsILanguageService; not part of
...
build
2000-04-21 22:42:42 +00:00
ftang%netscape.com
c8017ec30e
fix nsFileSpec unicode interface .
2000-04-21 21:44:23 +00:00
brendan%mozilla.org
df0a4c7926
Stop component-wise over-totalling madness when JS=>js=>JS=>js.
2000-04-21 21:38:18 +00:00
cls%seawood.org
16043963c0
BeOS uses the Unix local file implementation.
2000-04-21 21:04:35 +00:00
cls%seawood.org
741fb751f9
Removed extra & as suggested by Matthew Z. on m.beos.
2000-04-21 21:03:56 +00:00
brendan%mozilla.org
11ab539a13
Percent signs after numbers, please\!
2000-04-21 19:05:53 +00:00
brendan%mozilla.org
3d1af4c738
Optimize total computation, fix visited to be a counter.
2000-04-21 08:47:00 +00:00
jband%netscape.com
43af13977d
trivial renaming of local var to fix compiler warning
2000-04-21 08:42:14 +00:00
pinkerton%netscape.com
b138f71e20
Fix build bustage r=scc.
2000-04-21 07:34:06 +00:00
scc%netscape.com
1a5f86f42b
making string conversions explicit
2000-04-21 07:09:51 +00:00
scc%netscape.com
c9db033ed7
there were a bunch of routines that returned references to this and were abused as much as they were used correctly. now they return |void|
2000-04-21 06:59:14 +00:00
warren%netscape.com
02dfd094cb
Fixed optimized build problem.
2000-04-21 05:32:59 +00:00
warren%netscape.com
b63cd30bcf
Fixed thread pool thread allocation to be more lazy (still doesn't release unused threads though). (Code adapted from dougt.)
2000-04-21 05:12:57 +00:00
brendan%mozilla.org
0f9b2de459
Fix plib-instead-of-lib->total += type; use int32 for possibly negative values.
2000-04-21 03:01:09 +00:00
jband%netscape.com
9fa4268f1c
fix bustage due to relative path include of removed (and otherwise unused) file
2000-04-21 01:33:13 +00:00
scc%netscape.com
2eb9fa2d3c
Fixed |nsPromiseSubstring::GetReadableFragment|, which had been walking off the end. Re-implemented |copy_string| in terms of the new char-source/char-sink stuff that beard and I came up with. Factored some code into |SameFragment|. Did some general shuffling and cleanup.
2000-04-21 01:25:19 +00:00
jband%netscape.com
b1e6abc30a
fix bustage due to relative path include of removed (and otherwise unused) file
2000-04-21 01:22:16 +00:00
scc%netscape.com
dd7694898d
Added |nsCharSourceTraits| and |nsCharSinkTraits| to better facilitate copying from arbitrary char sources into arbitrary char consumers
2000-04-21 01:20:55 +00:00
scc%netscape.com
d03cfe6e83
added |nsWritingIterator<T>::write| to satisfy the char-source/char-sink stuff beard and I put in.
2000-04-21 01:19:40 +00:00
jband%netscape.com
983ab29f39
fix bustage due to relative path include of removed (and otherwise unused) file
2000-04-21 01:12:19 +00:00
rginda%netscape.com
6e5e987b35
Adding nsIConsoleService.idl, nsIConsoleMessage.idl, nsIConsoleListener.idl. Previously, the .h and .xpt products of these files were still being built back in xpfe/components/console, which is bad.
Checkin by McCabe, on rginda's mac.
2000-04-21 00:52:02 +00:00
jband%netscape.com
9248badb25
removing unused files
2000-04-21 00:17:56 +00:00
dbragg%netscape.com
f68faea6f7
typo in Manifest file
2000-04-20 23:06:00 +00:00
ftang%netscape.com
3eaa473913
add nsLocalFileCommon.cpp
2000-04-20 23:00:00 +00:00
dbragg%netscape.com
65f25ea943
Oops, forgot nsFileSpec.h
2000-04-20 22:59:30 +00:00
ftang%netscape.com
492cbadd7d
1. small fix on nsLocalFileCommon.cpp to fix unix warrning
...
2. add unicode methods to nsIFile/nsILocalFile idl
3. add nsLocalFileCommon.cpp to the unix and window makefile
2000-04-20 22:53:29 +00:00
dbragg%netscape.com
17f53749f2
Fully implemented the DirectoryService and fixed the Mac nsFileSpecToIFile
2000-04-20 22:49:18 +00:00
dveditz%netscape.com
8ba478a993
resurrecting VC 5 build (and other pedantic compilers)
2000-04-20 18:52:06 +00:00
jband%netscape.com
f9a733be1f
landing typelib loading improvements. bug 30753
2000-04-20 08:52:05 +00:00
ftang%netscape.com
d968ef267e
first add for nsILocalFile unicode interface wrapper code
...
not part of the build system yet.
2000-04-20 05:44:03 +00:00
ftang%netscape.com
329f088d23
fix 22116. Check in patch from m_kato@ga2.so-net.ne.jp
...
Perform IsDBCSLeadByte before 0x5c escaping
2000-04-20 05:08:02 +00:00
brendan%mozilla.org
43bfe2d5e8
Add nsTraceMalloc.[ch] and bloatblame.c, not part of build (setenv NS_TRACE_MALLOC to enable here and in xpfe/bootstrap).
2000-04-20 04:55:26 +00:00
jband%netscape.com
208ce8c320
update comment - mostly just to verify that I can checkin from my Mac without bad things happening.
2000-04-20 04:50:06 +00:00
dougt%netscape.com
7264d84926
fix for 36266. submitting by koehler@mythrium.com.
2000-04-20 01:08:53 +00:00
beard%netscape.com
9d3aee255a
Compatibility with Universal Headers 3.3 or later. a=leaf
2000-04-19 22:13:51 +00:00
jdunn%netscape.com
d2182db1a4
adding newline - hp bustage
2000-04-19 14:57:43 +00:00
davidm%netscape.com
65508e91e9
28412 metaDataLength is wrong in nsCachedNetData::Deserialize. Add routines to build stream from char* and length
2000-04-19 04:54:53 +00:00
sspitzer%netscape.com
c63e61a95a
add error module for the profile module.
2000-04-19 03:04:49 +00:00
scc%netscape.com
995abb7f46
making string conversions explicit
2000-04-18 23:53:10 +00:00
jband%netscape.com
eb124bcc4b
NOT PART OF BUILD. cvs is a fine place for the TODO list
2000-04-18 22:19:12 +00:00
jband%netscape.com
45a49ce848
Fix sorting bug reported by Michael Kaply <mkaply@us.ibm.com>. There was a bad assumption that qsort would produce the exact same ordering on two arrays with elements of different size even when some string keys compare the same. The fix is to use the address of the string keys as a fallback in the compare function. This works right because the two arrays have diffrent elements, but they contain pointers to shared strings. r=mccabe
2000-04-18 21:57:57 +00:00
jband%netscape.com
bca6601e81
add an assert for a whacky case that is not supposed to happen but biting me a while back when some other code was broken. This has been kicking around my tree for a while.
2000-04-18 21:44:38 +00:00
jband%netscape.com
e6a64cb2a6
NOT YET PART OF SEAMONKEY BUILD. added locking
2000-04-18 21:33:46 +00:00
dp%netscape.com
f96b022e23
Hooking up component unregister to regxpcom.
2000-04-18 06:20:35 +00:00
waterson%netscape.com
86e08cc740
Alphabetize the bloat log output.
2000-04-18 06:00:24 +00:00
dp%netscape.com
10d2c3b870
Implemented component unregistration.
2000-04-18 05:25:05 +00:00
rginda%netscape.com
fe53ad855b
Add new files nsConsoleService.cpp, nsConsoleMessage.cpp.
2000-04-18 02:55:39 +00:00
mccabe%netscape.com
575c2ed8c6
added files: mozilla/xpcom/base/nsConsoleService.cpp, mozilla/xpcom/base/nsConsoleMessage.cpp
2000-04-18 02:36:18 +00:00
mccabe%netscape.com
b93c689e66
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
scc%netscape.com
5c3b3872c2
needed to make the implementation of |EqualsIgnoreCase(nsIAtom*, ...)| available.
2000-04-17 14:50:07 +00:00
scc%netscape.com
9e78c81481
fixing build bustage
2000-04-17 12:22:37 +00:00
scc%netscape.com
45681631d8
attempting to fix build bustage
2000-04-17 11:49:23 +00:00
scc%netscape.com
4753a77d13
Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|.
2000-04-17 11:06:41 +00:00
scc%netscape.com
c26c8ee879
no, the |Equals(PRUnichar*, PRUnichar*, ...)| form is not what you think it is. It has to go. Make comparing with |nsIAtoms| remain avalailable even in |NEW_STRINGS_APIS|
2000-04-16 11:09:16 +00:00
andreas.otte%primus-online.de
63dfd3d4fa
fix bug 20891 [Assertion when displaying message], don't try to find a drive in an empty path, r=putterman@netscape.com
2000-04-16 07:33:25 +00:00
scc%netscape.com
d0cd9d8b84
making string conversions explicit
2000-04-15 05:23:09 +00:00
pavlov%netscape.com
fa7bb1ae70
use C comments
2000-04-15 04:05:53 +00:00
scc%netscape.com
52ad71ebb3
new ideas about string conversion
2000-04-15 00:05:17 +00:00
pavlov%netscape.com
9913f693e1
hack to fix 35594 so that evaughan can land his box changes
2000-04-14 23:27:19 +00:00
scc%netscape.com
4a987edad4
Added signatures to prevent automatic incorrect promotion of |char| to |PRUnichar|
2000-04-14 23:20:31 +00:00
scc%netscape.com
11dac06cbd
Added a new type, |incompatible_char_type| to help build signatures that prevent automatic incorrect promotion from |char| to |PRUnichar|. Kind of a hack, but the right way (specializing |nsAWritable| for |PRUnichar| can't be made to compile everywhere)
2000-04-14 23:19:14 +00:00
jband%netscape.com
c25668ec9b
NOT PART OF BUILD. Getting recent fixes to this stuff we aren't building yet safely into cvs
2000-04-14 23:06:39 +00:00
jband%netscape.com
decc15a9a3
NOT PART OF BUILD - removing this badly named and unused work around file
2000-04-14 23:01:11 +00:00
shaver%mozilla.org
ffe3488f1e
FreeBSD 3.4 and BSDI/4.1 tweaks from <joerg.brunsmann@FernUni-Hagen.de>
...
and <drehuis@plaything.org>, respectively.
2000-04-13 21:43:45 +00:00
warren%netscape.com
d28275f713
Fixed AddRef/Release to use NS_ADDREF/NS_RELEASE.
2000-04-13 09:20:58 +00:00