Commit Graph

3163 Commits

Author SHA1 Message Date
dp%netscape.com
257065306c Landing XPCOM_M8_PERF_BRANCH.
- GetFactoryEntry() factored out into a function
- Factory Cacheing enabled
- deletion of removed factory entries enabled
- Locks removed from FindFactory() and Register*()


git-svn-id: svn://10.0.0.236/trunk@38652 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 07:47:14 +00:00
dp%netscape.com
e3db628872 Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString().
git-svn-id: svn://10.0.0.236/trunk@38648 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 07:42:03 +00:00
mang%subcarrier.org
e8930a7e46 libIDL expects the line number to be one more than we think it is.
Who are we to argue?
Fixes bug 5872 for header mode.


git-svn-id: svn://10.0.0.236/trunk@38614 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:42:33 +00:00
ramiro%netscape.com
146e131927 Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.


git-svn-id: svn://10.0.0.236/trunk@38598 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:38:18 +00:00
toshok%hungry.com
a418e1c996 squelch unused parameter warnings.
git-svn-id: svn://10.0.0.236/trunk@38593 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:17:45 +00:00
gayatrib%netscape.com
d7710f1dce Added Recursive Copy routine
git-svn-id: svn://10.0.0.236/trunk@38527 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:02:16 +00:00
jband%netscape.com
722141faa7 updating xptcall status page
git-svn-id: svn://10.0.0.236/trunk@38448 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:57:45 +00:00
briano%netscape.com
5c91914989 Better way to deal with IRIX-specific problem with xptcstubs_asm_irix.s.
git-svn-id: svn://10.0.0.236/trunk@38439 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:52:20 +00:00
racham%netscape.com
2100995ef9 Removing check for mpath in Recursive copy routine
git-svn-id: svn://10.0.0.236/trunk@38426 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:41:42 +00:00
jband%netscape.com
77db3011fb added MultipleInheritence xptcall invoke test
git-svn-id: svn://10.0.0.236/trunk@38373 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 21:31:25 +00:00
racham%netscape.com
f8eb4fa44c Adding RecursiveCopy interface
git-svn-id: svn://10.0.0.236/trunk@38347 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 01:39:42 +00:00
danm%netscape.com
5e8240f9a6 makefile was broken if GLOWCODE was enabled. fixed, and removed glowcode.
git-svn-id: svn://10.0.0.236/trunk@38308 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-04 02:10:16 +00:00
danm%netscape.com
464b9d630d makefile was broken if GLOWCODE was enabled. fixed, and removed glowcode.
git-svn-id: svn://10.0.0.236/trunk@38307 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-04 01:54:34 +00:00
warren%netscape.com
3eed8a6463 Fixed bug in string stream length.
git-svn-id: svn://10.0.0.236/trunk@38257 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 06:49:28 +00:00
briano%netscape.com
1cf14c831a Looks like we'll need IRIX -o32 files as well (for IRIX 5.x and earlier).
git-svn-id: svn://10.0.0.236/trunk@38227 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 02:58:38 +00:00
mscott%netscape.com
24936d5848 Rewrite NS_IMPL_THREADSAFE_ADDREF and NS_IMPL_THREADSAFE_RELEASE in cross platform way instead of having separate
implementations for windows and everyone else. They are now written to use PR_AtomicIncrement and PR_AtomicDecrement.
this meant adding #include "pratom.h".

A side effect of this change is that no one needs to include "windows.h" in .cpp files which were implementing threadsafe
interfaces. You used to have to do this before with the old implementations.


git-svn-id: svn://10.0.0.236/trunk@38130 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 20:18:20 +00:00
dveditz%netscape.com
8fb1eaa156 Argh, escaped from the branch during my makefile munging -- Sorry!
git-svn-id: svn://10.0.0.236/trunk@38101 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 15:11:44 +00:00
dveditz%netscape.com
4a69d1d866 nakefile cleanups
git-svn-id: svn://10.0.0.236/trunk@38066 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
43391c2dca Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.


git-svn-id: svn://10.0.0.236/trunk@38035 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
384cde9cb4 fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@38033 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 12:39:26 +00:00
dveditz%netscape.com
6c67b618a0 Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
git-svn-id: svn://10.0.0.236/trunk@38031 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 11:50:19 +00:00
sspitzer%netscape.com
0a1cd32ae8 bulletproofing changes. check return value and return it if error.
git-svn-id: svn://10.0.0.236/trunk@38015 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 06:31:31 +00:00
dp%netscape.com
08cc0da33f Diabling registry prepopulation. These changes was meant for the
branch and not in the tip. When XPCOM_M8_PERF_BRANCH lands, these will
be enabled.


git-svn-id: svn://10.0.0.236/trunk@37969 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 04:04:31 +00:00
dp%netscape.com
de99da5303 Removing old RegisterComponent calls as these are inbuilt into XPCOM
git-svn-id: svn://10.0.0.236/trunk@37961 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 03:50:44 +00:00
dp%netscape.com
d6f434b193 Calling PlatformPrePopulateRegistry()
git-svn-id: svn://10.0.0.236/trunk@37959 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 03:37:44 +00:00
dp%netscape.com
21c6f54372 PlatformPrePopulateRegistry()
git-svn-id: svn://10.0.0.236/trunk@37957 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 03:35:09 +00:00
dp%netscape.com
666974771c Caching of node names in nsIRegistryNode
Adding nsIRegistryNode::GetIID()
        - Thanks Dan Veditz


git-svn-id: svn://10.0.0.236/trunk@37955 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 03:34:08 +00:00
dp%netscape.com
e564eb594c Adding nsProxiedService.h to export.
git-svn-id: svn://10.0.0.236/trunk@37888 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 22:14:15 +00:00
sgehani%netscape.com
72023cf976 Guarding against memory allocation error and a resulting null pointer.
Also, now AddRef'ing XPCOM nsPropertyElements when created.


git-svn-id: svn://10.0.0.236/trunk@37740 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 18:39:46 +00:00
jdunn%netscape.com
0d91adab31 partical fix for the stubs call on AIX
git-svn-id: svn://10.0.0.236/trunk@37727 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 18:16:34 +00:00
sspitzer%netscape.com
87a9d8b629 fix SunOS bustage. r=tor, a=leaf
git-svn-id: svn://10.0.0.236/trunk@37705 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 16:36:37 +00:00
sspitzer%netscape.com
4d535474a8 fix solaris build bustage, I hope
git-svn-id: svn://10.0.0.236/trunk@37687 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 08:48:25 +00:00
sspitzer%netscape.com
b176b22c4f fix warning
git-svn-id: svn://10.0.0.236/trunk@37686 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 08:48:06 +00:00
sspitzer%netscape.com
50681113ae rename variable to avoid warnings on linux.
time is globally defined.


git-svn-id: svn://10.0.0.236/trunk@37641 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 03:59:55 +00:00
gagan%netscape.com
87d5829509 NECKO cleanup.
git-svn-id: svn://10.0.0.236/trunk@37635 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 03:00:06 +00:00
jband%netscape.com
09ad481b2b quick fix for bug 9250 - assert on startup
git-svn-id: svn://10.0.0.236/trunk@37520 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 07:13:26 +00:00
scc%netscape.com
180949a473 all the changes are in, time to remove the #undef line so the traits class can do the right thing on platforms that support template specialization
git-svn-id: svn://10.0.0.236/trunk@37508 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 01:40:21 +00:00
shaver%netscape.com
364aea910c partial backout of scc's nsCOMPtr, attempting to revive Win32 build
git-svn-id: svn://10.0.0.236/trunk@37486 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 22:33:18 +00:00
jband%netscape.com
12c2195b8a doing my part for bug 8227
git-svn-id: svn://10.0.0.236/trunk@37472 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:15:31 +00:00
scc%netscape.com
62fb8f7c1f added logic to test whether QueryInterface was actually required when it is ommitted, |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|, changed the scheme by which we compare with zero to a more robust mechanism, modified specialized |CallQueryInterface| to use the global version
git-svn-id: svn://10.0.0.236/trunk@37468 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:09:59 +00:00
scc%netscape.com
c66394589f do_QueryInterface(NULL, &error) now returns the appropriate error in |error|
git-svn-id: svn://10.0.0.236/trunk@37467 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:09:56 +00:00
scc%netscape.com
74c14b270c added and removed tests as features of |nsCOMPtr| change
git-svn-id: svn://10.0.0.236/trunk@37466 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:06:17 +00:00
scc%netscape.com
a2d0be4d64 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
git-svn-id: svn://10.0.0.236/trunk@37444 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:01:31 +00:00
scc%netscape.com
57e3089ae3 bug fixes and suggestions
git-svn-id: svn://10.0.0.236/trunk@37443 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:01:11 +00:00
jdunn%netscape.com
6e58a1c196 Fix HPUP and AIX build bustage by 'casting' the params.
git-svn-id: svn://10.0.0.236/trunk@37438 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 20:37:18 +00:00
scc%netscape.com
9ea8cebe57 Added |GetIID()|
git-svn-id: svn://10.0.0.236/trunk@37432 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 20:28:56 +00:00
scc%netscape.com
fd2d046e02 add traits class to solve multiple |GetIID()| problems
git-svn-id: svn://10.0.0.236/trunk@37421 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 20:11:57 +00:00
mcafee%netscape.com
8de966fc93 Rearranging libraries to get solaris to link.
git-svn-id: svn://10.0.0.236/trunk@37403 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 10:45:51 +00:00
mcafee%netscape.com
b366c7e0ba BeOS changes
git-svn-id: svn://10.0.0.236/trunk@37402 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 10:27:58 +00:00
gagan%netscape.com
4e0ead7d4a Removed gfxps linkage.
git-svn-id: svn://10.0.0.236/trunk@37319 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 02:46:56 +00:00