peterl%netscape.com
237caa690f
added avl tree
1999-07-18 00:02:48 +00:00
peterl%netscape.com
e3019ad978
clean up some string usage
1999-07-18 00:01:21 +00:00
ramiro%netscape.com
ca57fc99d2
Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
...
according to the toolkit they match. Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com
a716d68e72
Was breaking with necko. Thanks to Andreas for pointing it out.
1999-07-17 23:46:02 +00:00
ramiro%netscape.com
b69b9faa9a
Step 2 of cleaning up link time toolkit dependencies. Change the names of
...
the gfx and widget dsos to be readable by normal human beings that expect
some kind of spacer between cryptic acronyms. Thank you.
1999-07-17 22:24:49 +00:00
sspitzer%netscape.com
3af940c5d5
clean up #defines. more printfs for my benefit.
1999-07-17 22:17:00 +00:00
ramiro%netscape.com
dd6bc0aafc
Add scribble to match windows and because I want to eyeball the case where
...
there are widget or gfx linking problems on the dumbass unix platforms.
1999-07-17 22:10:02 +00:00
hyatt%netscape.com
4c2a642cb4
Teaching XUL overlays how to do positioning.
1999-07-17 21:50:01 +00:00
rjc%netscape.com
dbce229d7e
Use application locale when sorting with collation service; fix for bug #9968 .
1999-07-17 21:36:17 +00:00
ramiro%netscape.com
88f8771c1b
Step 1 of cleaning up link time toolkit dependencies. Put the widget
...
factories in the toolkit specific widget libs.
1999-07-17 21:23:46 +00:00
gagan%netscape.com
4b185a7f03
Added #include to nsNeckoUtil.h. NECKO only.
1999-07-17 20:49:15 +00:00
bienvenu%netscape.com
b8bbebefc6
more work on folder cache
1999-07-17 20:33:15 +00:00
hangas%netscape.com
1d98a93ce1
Added features to address book card view pane, edit card, new card, and result pane
1999-07-17 20:02:46 +00:00
sspitzer%netscape.com
690f6b2175
more #define clean up
1999-07-17 19:08:20 +00:00
sspitzer%netscape.com
a09b9ec6f7
clean up #defines
1999-07-17 18:32:39 +00:00
sspitzer%netscape.com
49dc7cbee3
fix warnings
1999-07-17 18:32:18 +00:00
sspitzer%netscape.com
67111823f3
fix warning
1999-07-17 18:29:42 +00:00
mcafee%netscape.com
ed22aed9bb
Better include for GetURI(), thanks to Andreas Otte for this patch.
1999-07-17 17:45:46 +00:00
blizzard%redhat.com
8e070764aa
Fix some scrolling anomolies. This fixes bug #10058 .
1999-07-17 17:24:04 +00:00
ramiro%netscape.com
fecd737d22
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
ramiro%netscape.com
342b5083f1
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
ramiro%netscape.com
3ac418f15b
Fixing mismatched deallocator errors.
1999-07-17 13:08:45 +00:00
ramiro%netscape.com
d0a1d25ac7
Add timer dirs.
1999-07-17 13:03:52 +00:00
rickg%netscape.com
3865b6d896
fixed bug 9748
1999-07-17 13:01:47 +00:00
rickg%netscape.com
f8ffe6984f
still trying to fix mac bustage
1999-07-17 11:52:14 +00:00
rickg%netscape.com
b13f16c48a
removed potential memory deref errors
1999-07-17 11:08:28 +00:00
mccabe%netscape.com
e0d14d2f7d
Fix to 9596.
...
Change several allocations to behave safely when we're linking 0 interfaces. This also allows xpt_link to be linked against Electric Fence, which will doubtless discover other problems...
Thanks to kherron@sgum.mci.com for the great patch!
1999-07-17 10:31:29 +00:00
rickg%netscape.com
f087ee875c
removing references to iostreams
1999-07-17 10:08:10 +00:00
rickg%netscape.com
2d65385505
fixed build warnings and eliminated a few bugs
1999-07-17 10:06:04 +00:00
rickg%netscape.com
e63f9e0805
fix another error in observer-DB; thanks ramiro!
1999-07-17 09:51:00 +00:00
rickg%netscape.com
df27112114
trying to remove iostream
1999-07-17 08:28:02 +00:00
zuperdee%penguinpowered.com
cdcbda7c92
Implementing the SetCursor function for the wonderful raw Xlib port. (Copied almost verbatim from the Motif port, actually.)
1999-07-17 08:25:45 +00:00
rickg%netscape.com
2e81538bec
trying to remove iostreams
1999-07-17 08:17:54 +00:00
rickg%netscape.com
9de50284ac
working on removing iostream
1999-07-17 08:16:04 +00:00
rickg%netscape.com
3b02b1e2f8
landing updates to nsString
1999-07-17 07:26:16 +00:00
rickg%netscape.com
ab3cd6fc56
fixed fatal error in observer dictionary code
1999-07-17 07:21:57 +00:00
mcafee%netscape.com
7c22a8aaa2
Removing unnecessary includes of xp_core.h and xp_str.h to help BeOS compile. Patch provided by warren.
1999-07-17 06:50:57 +00:00
mcafee%netscape.com
1581e051e6
Missing header file, fixes NECKO build
1999-07-17 04:38:31 +00:00
hyatt%netscape.com
85d30d28a3
XUL overlays work!
1999-07-17 04:27:55 +00:00
mcafee%netscape.com
5314538709
Adding a link change for BeOS
1999-07-17 03:38:08 +00:00
brendan%mozilla.org
22b5e360df
- Fix possessive "its" misspelled as "it's".
...
- Use if statements rather than ?: with 0 "else part" after the : in macros
whose bodies are statements anyway (and already protected by PR_BEGIN_MACRO
and PR_END_MACRO).
- Such if statements test for non-null pointers, so the subsequent statements
to null those pointers can move into the then parts -- there's no point in
setting a null pointer to null again.
1999-07-17 03:32:39 +00:00
brendan%mozilla.org
554b30af96
Avoid nonsense 0 <= uint32_typed_variable tests.
1999-07-17 03:28:41 +00:00
brendan%mozilla.org
43d021029e
Use PRUint32 instead of unsigned long.
1999-07-17 03:27:10 +00:00
bienvenu%netscape.com
77cc0a3b0d
more work on folder cache
1999-07-17 03:26:24 +00:00
jband%netscape.com
d475118c2a
fix for bug 10033 - failing to resolve at runtime interfaces that were forward declared in one xpt file and resolved in another xpt file. r: mccabe
1999-07-17 03:10:31 +00:00
mcafee%netscape.com
171c64c371
Fixing unused variable warnings
1999-07-17 03:06:14 +00:00
mcafee%netscape.com
057b904582
More error checking for nsFTPChannel::Init()
1999-07-17 03:02:22 +00:00
pavlov%pavlov.net
196bd018ba
fixing AIX build breakage
1999-07-17 02:49:36 +00:00
bienvenu%netscape.com
968095ce67
fix memory leak of mork env
1999-07-17 02:34:29 +00:00
rjc%netscape.com
70e09ca0d1
More cleanup.
1999-07-17 02:33:00 +00:00