peterl%netscape.com
91fbbe22c4
fixed crash in compress chars on 0 length string
1999-09-11 00:10:36 +00:00
warren%netscape.com
09e4b5658c
Disabled the page manager until we have more time to make it work properly.
1999-09-10 23:34:12 +00:00
jdunn%netscape.com
00fadc59c0
Provide workaround in nsPageMgr.cpp if platform (HPUX) doesn't have /dev/zero.
...
briano, ramiro & warren all looked at the code.
(also sneaked in a linking option in for hpux only)
1999-09-10 23:07:09 +00:00
sfraser%netscape.com
7a739336b0
First Checked In.
1999-09-10 22:48:49 +00:00
dveditz%netscape.com
6f9b4b14a2
hoping this fixes dougt's bustage
1999-09-10 20:58:46 +00:00
dougt%netscape.com
00725ef8f7
changing GetDiskSpaceAvailable to return a signed 64 bit value
1999-09-10 20:03:56 +00:00
duncan%be.com
019ad9bd97
Fix int64 support in GetDiskSpaceAvailable, BeOS only fix.
1999-09-10 12:39:08 +00:00
dveditz%netscape.com
cdf809b15c
speed startup by avoiding registry look ups that are guaranteed to fail, eliciting worst-case behavior
1999-09-10 05:27:23 +00:00
shaver%netscape.com
d3b088072e
fix for 8060 and switch to iterative annotation processing to reduce stack suck, a=mcafee, r=mccabe
1999-09-10 02:48:32 +00:00
sdagley%netscape.com
593a8a91ab
Fixing build bustage for warren.
1999-09-09 23:00:23 +00:00
kipp%netscape.com
9c5b0aa21b
Eliminate some silly nsString usage
1999-09-09 22:34:02 +00:00
warren%netscape.com
40ed9d6ad2
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
dougt%netscape.com
a29ca16fcf
missed this file.
1999-09-09 19:43:26 +00:00
dougt%netscape.com
01cce158c5
fixing var name
1999-09-09 19:37:29 +00:00
dougt%netscape.com
41a7fa078c
nsFileSpec::GetDiskSpace now returns a PRUint64. (12479)
...
thanks to Chet Murphy <cmurphy@modelworks.com> for the windows code!
1999-09-09 19:20:35 +00:00
Jerry.Kirk%Nexwarecorp.com
246d1455e1
Add new Photon files I forgot yesterday
1999-09-09 14:44:37 +00:00
shaver%netscape.com
a131f8079e
fix memory leaks (eep) and add some debugging noise for myself
1999-09-09 00:48:30 +00:00
toshok%hungry.com
bf77668740
remove the dll from mDllStore if we're about to delete it. keeps us from crashing if we try to load a dll after we fail once.
1999-09-09 00:47:22 +00:00
dp%netscape.com
dae5177f75
RegFactory without any parameters will autoregister.
1999-09-08 23:45:29 +00:00
briano%netscape.com
817ba95486
Removed the obsolete non-NECKO leftovers.
1999-09-08 23:12:13 +00:00
vidur%netscape.com
cd30fe89a8
Added error base for DOM module
1999-09-08 23:11:52 +00:00
vidur%netscape.com
c2deddc1b1
Added nsIDOMDOMException IID
1999-09-08 23:11:32 +00:00
dougt%netscape.com
322e85f0c8
bug fix for 13321. (hardly a fix, more of a hack).
1999-09-08 22:52:11 +00:00
troy%netscape.com
476f0be19f
Fixed build bustage
1999-09-08 21:26:24 +00:00
troy%netscape.com
68bf056cd9
Removed GetEmptySharedBuffer() and changed to using a const Unicode array of
...
size 1
1999-09-08 20:21:27 +00:00
dougt%netscape.com
d674f8af60
Adding buffered output to nsIFileStream.
...
Renaming nsIFile to nsIOpenFile.
commenting out a testcase in FilesTest.cpp which fails. evil, i know.
1999-09-08 20:12:35 +00:00
Jerry.Kirk%Nexwarecorp.com
e7cec87bc9
Major change in ncCEvent, I made another encapsulation layer called
...
nsCPhEvent
1999-09-08 20:11:24 +00:00
tbogard%aol.net
f451103520
Ooops, forgot to give a little licensing love.
1999-09-08 19:44:51 +00:00
tbogard%aol.net
cf9c04816e
Added a test file for testing the XP Event Loop. This is windows only.
1999-09-08 19:42:12 +00:00
tbogard%aol.net
a4d2794e61
Clarified some documentation.
1999-09-08 19:24:16 +00:00
tbogard%aol.net
b4e0d76200
Connecting the xpcom appshell pieces up to the windows build.
1999-09-08 19:22:55 +00:00
Jerry.Kirk%Nexwarecorp.com
4b570cfbfc
First attempt at a unix Makefile for the nativeApp directory.
...
I have it building a static lib right now, but I think thats wrong,
going to talk to Travis to see what this really is/should be.
1999-09-08 14:42:26 +00:00
Jerry.Kirk%Nexwarecorp.com
3ab6c75705
First attempt at unix Makefile for the xp directory. Makes use of MOZ_TOOLKIT
...
to include certain files. It creates a static library that is then included
into a shared library by each toolkits code.
Also checked in the Photon event and filter definition.
1999-09-08 14:40:13 +00:00
Jerry.Kirk%Nexwarecorp.com
4bc22f0e9e
First attempt at getting unix Makefiles to work, not sure where
...
everything goes just yet..
1999-09-08 14:38:21 +00:00
Jerry.Kirk%Nexwarecorp.com
e8d169a16b
First attempt at a unix Makefile for appshell. It descends into the "xp"
...
directory and then into photon or gtk depending on the toolkit.
1999-09-08 14:36:49 +00:00
shaver%netscape.com
ea2955902d
fix MLK bugs 13285 and 13286 and prevent repeated PrePopulateRegistry calls
1999-09-08 04:22:37 +00:00
mccabe%netscape.com
228106844c
Backed out offending change for now. Busted windows and mac (xpidl returns failure.)
1999-09-08 01:51:56 +00:00
mccabe%netscape.com
415ebbfe1d
Fixes to compile on DEC (gargamel) courtesy briano; remove XPT_ASSERT from macros, and remove unused macros from xpt_struct.c.
1999-09-08 00:45:13 +00:00
shaver%netscape.com
aee3857b3b
teach component manager that there are non-native entries in the registry
1999-09-07 23:18:47 +00:00
akkana%netscape.com
072e662a0d
Print all warning messages on stdout, not just assertions
1999-09-07 19:15:10 +00:00
waterson%netscape.com
a792915daf
Fix variable scoping problem that busts #ifdef DEBUG build.
1999-09-07 05:40:22 +00:00
shaver%netscape.com
c1950cee17
Moved abs:/rel: handling to ComponentManager.
...
Made nsIModule::GetClassObject and nsIFactory scriptable for JS components.
Added registryLocation param to nsIModule::(Un)RegisterSelf.
1999-09-07 05:06:37 +00:00
sdagley%netscape.com
a509302246
Fix build bustage for brendan. Some platforms actually scope variables to the for loop where they're declared.
1999-09-07 00:08:30 +00:00
brendan%mozilla.org
849e52b0fb
Pick nits.
1999-09-06 23:00:17 +00:00
brendan%mozilla.org
a84076e44e
Expand tabs to spaces per Emacs modeline; other space cleanups.
1999-09-06 22:59:11 +00:00
cls%seawood.org
c73bc6f895
Forgot to run ranlib on libhostxpt.a
1999-09-06 22:10:18 +00:00
shaver%netscape.com
e43f44b24b
put back <string.h> until we find all the uses =(
1999-09-06 21:22:36 +00:00
brendan%mozilla.org
7de384224d
Use deadlock detecting nsAutoMonitors, etc., correctly.
1999-09-06 19:57:40 +00:00
leaf%mozilla.org
31d7249b18
added files: mozilla/xpcom/threads/nsAutoLock.cpp
1999-09-06 19:35:53 +00:00
brendan%mozilla.org
154f675bda
Deadlock detection hacks.
1999-09-06 19:28:56 +00:00