kipp%netscape.com
80ad2ee2bd
Support clip property; fix bug 4836 and speed things up slightly by avoiding max-element-size computations when not needed
1999-04-10 17:31:45 +00:00
kipp%netscape.com
78fbf43078
Expose trapezoids
1999-04-10 17:30:57 +00:00
kipp%netscape.com
bb1586620d
Use block-band-data for debug output
1999-04-10 17:30:46 +00:00
sspitzer%netscape.com
e6c595dcfe
point the news demo url to an article on a public news server. so that it
...
works for people outside netscape
1999-04-10 17:10:26 +00:00
terry%netscape.com
276d13d26e
Patch from James Huff <james.huff@cdg.cendant.com> -- was missing one
...
file from list of scripts to run.
1999-04-10 16:43:09 +00:00
sspitzer%netscape.com
70d7dccddf
fix more build breakage for Linux
1999-04-10 16:15:02 +00:00
sspitzer%netscape.com
6e6cb4cd78
fix the --enable-tests build
1999-04-10 16:10:34 +00:00
briano%netscape.com
aa02f2b90b
Automated update
1999-04-10 15:44:36 +00:00
jefft%netscape.com
a07c564e02
enabled imap logging facility
1999-04-10 15:34:48 +00:00
blizzard%redhat.com
da077dd5a5
add makefiles for xlib and add toolkit option
1999-04-10 15:30:19 +00:00
blizzard%redhat.com
e583ec9cbf
xlib mainloop code for viewer
1999-04-10 15:28:21 +00:00
blizzard%redhat.com
2a07ac3487
skel code for xlib based widgets
1999-04-10 15:26:39 +00:00
blizzard%redhat.com
249efebd9d
xlib based gfx skeleton code
1999-04-10 15:23:47 +00:00
blizzard%redhat.com
3dbdee6a54
base code for unix timers without a toolkit
1999-04-10 15:20:27 +00:00
braddr%puremagic.com
72187f861f
more BUILD_PROFILE
1999-04-10 10:58:52 +00:00
braddr%puremagic.com
95df398e3d
more BUILD_PROFILE work
1999-04-10 10:57:53 +00:00
braddr%puremagic.com
bf6cbf4f1b
Add BUILD_PROFILE to more profile code
1999-04-10 10:52:38 +00:00
braddr%puremagic.com
1f3852a7e5
Add another condition to all the profile code until the cvs modules can be fixed
1999-04-10 10:13:20 +00:00
braddr%puremagic.com
62d5059f19
Attempt to fix the win build problems.. profile code isn't being pulled by SeaMonkey* modules yet
1999-04-10 10:07:12 +00:00
hyatt%netscape.com
5fb3fed6dc
Fix for bug 3529.
1999-04-10 09:56:51 +00:00
braddr%puremagic.com
f57ff4ba87
Make the destructor virtual
1999-04-10 09:49:03 +00:00
hyatt%netscape.com
ce9ce62252
Bug 3298 fixed with this patch.
1999-04-10 09:31:48 +00:00
hyatt%netscape.com
040008671e
Fixing build bustage.
1999-04-10 09:13:54 +00:00
braddr%puremagic.com
1cbee2ae05
Oops.. there were two.. bad gayatrib@netscape.com, no biscuit.
1999-04-10 09:01:00 +00:00
braddr%puremagic.com
84b829fbe5
Move some trace refcounting only code and variables inside the proper ifdefs
1999-04-10 08:50:50 +00:00
braddr%puremagic.com
6ce23b2ec1
Clean up undefined variables and a static prototype that no longer has a function body to match
1999-04-10 08:45:36 +00:00
braddr%puremagic.com
e088145812
Move new include into the #if XP_PC section since the only code using it (and can find the header file) is wrapped with XP_PC also
1999-04-10 08:43:17 +00:00
hyatt%netscape.com
3a913961af
Making sure the right URLs are writable.
1999-04-10 08:18:20 +00:00
jband%netscape.com
7b8c54ca32
making the overloaded assignment operator sig better match the usage in hopes that the ambiguous error on Sun will go away
1999-04-10 08:17:05 +00:00
braddr%puremagic.com
07ad78ff79
Add missing include file to define sprintf
1999-04-10 08:15:52 +00:00
hyatt%netscape.com
cb2499cbe2
Adding the skindemo file to the make system.
1999-04-10 08:12:49 +00:00
braddr%puremagic.com
1e50b6b9c1
Brace an if to shut ecgs up and possibly prevent an accident in the future.
1999-04-10 08:12:37 +00:00
hyatt%netscape.com
b145084a33
A little test file showing off how to switch skins.
1999-04-10 08:09:32 +00:00
hyatt%netscape.com
425be85be7
Implementing persistence of chrome.
1999-04-10 08:08:48 +00:00
jband%netscape.com
729ba50e03
set as component for unix
1999-04-10 07:15:21 +00:00
jband%netscape.com
bdb47d4ef1
adding library to makefile
1999-04-10 07:09:04 +00:00
jband%netscape.com
81994e192e
fix copy-paste error
1999-04-10 07:05:26 +00:00
gayatrib%netscape.com
b8428fc04c
added profile module
1999-04-10 07:02:26 +00:00
briano%netscape.com
9af330fdb5
Automated update
1999-04-10 06:59:37 +00:00
gayatrib%netscape.com
cf4e069880
added ProfileManager CID information
1999-04-10 06:58:10 +00:00
braddr%puremagic.com
31a8e9a70c
Add build and build/package to the exceptions list so that build/package/rpm/Makefile can be created
1999-04-10 06:52:59 +00:00
gayatrib%netscape.com
078067b4c3
added profile module
1999-04-10 06:52:27 +00:00
jband%netscape.com
f9394a892b
- added an interactive shell for xpconnect testing.
...
- added tests/components which autregs itself for testing.
- added finalize listener for wrapped natives to support services.
- added getService to CID class.
- renamed newInstance to createInstance in CID class.
- simplified api for Components object (easy attach to global object).
1999-04-10 06:51:01 +00:00
gayatrib%netscape.com
84a91f617a
added ProfileManager service to inform about the current profile directory
1999-04-10 06:50:46 +00:00
jband%netscape.com
45beb56691
export yet another header file (jsstddef.h is included by jsemit.h which is needed for external interactive shells)
1999-04-10 06:47:20 +00:00
gayatrib%netscape.com
a4af6e2216
added profile module
1999-04-10 06:43:26 +00:00
gayatrib%netscape.com
c85e108a5b
Added ProfileManager services
1999-04-10 06:41:59 +00:00
gayatrib%netscape.com
93998d5b91
toplevel makefile
1999-04-10 06:33:32 +00:00
gayatrib%netscape.com
63e3aeb6df
sources makefile
1999-04-10 06:33:09 +00:00
gayatrib%netscape.com
64de9de9e7
ProfileManager implementation
1999-04-10 06:32:26 +00:00