tomw%netscape.com
ef4c933217
Pull changes forward from Nova.
...
Remove unused code.
1998-10-05 22:44:57 +00:00
pinkerton%netscape.com
958a1d5ecf
support toolbarBitmapPosition property.
1998-10-05 22:44:47 +00:00
pinkerton%netscape.com
47adb9c693
Simple hack to strawman layout to make toolbars with icon on the side create narrow buttons.
1998-10-05 22:44:21 +00:00
scc%netscape.com
fcec3df6d1
Exploited better syntax for class constants; delay hooking up HT_FEData until creating the HT_Pane to hook it up to; fixed formatting
1998-10-05 22:41:32 +00:00
beard%netscape.com
3f3172f86b
Removed extraneous ; from IID macro.
1998-10-05 22:37:22 +00:00
beard%netscape.com
5887cb3dd5
Now unwraps JSObject references properly.
1998-10-05 22:36:51 +00:00
cyeh%netscape.com
201cfbe4cc
removing -DMOCHA from Windows build.
1998-10-05 22:15:43 +00:00
ramiro%netscape.com
01c7251f92
Make sure mozilla-export builds even if only one of static/dynamic motif is
...
present on the system.
1998-10-05 22:09:11 +00:00
cls%seawood.org
3884ca16d2
ifndef NO_STATIC_LIB, compile mkicons statically to avoid problems during the build due to dynamic libs not being in the LD_LIBRARY_PATH.
1998-10-05 21:54:08 +00:00
gagan%netscape.com
7173bac0e6
NuCache changes.
1998-10-05 21:45:37 +00:00
gagan%netscape.com
3b704ef5b2
Prefs changed. NuCache prefs handled there.
1998-10-05 21:41:01 +00:00
michaelp%netscape.com
1fca219bfe
fixed bug where scrolling with the thumb would cause the thumb
...
to jump down too far on long documents.
1998-10-05 21:20:54 +00:00
mjudge%netscape.com
b9c00d9b95
added mailto as dir for MOZ_MAIL_COMPOSE
1998-10-05 21:19:47 +00:00
mjudge%netscape.com
405113aad1
Getting Multipartrelated mime working for Ender mjudge- reviewed kin
1998-10-05 21:19:21 +00:00
pinkerton%netscape.com
bcbc24d825
More rollover stuff and pure virtual interfaces in CRDFToolbarItem to get rid of LView reliance in base class.
1998-10-05 20:56:03 +00:00
spider%netscape.com
5b831a0ab5
WIP: Multi-user
1998-10-05 20:43:12 +00:00
spider%netscape.com
5ccb1ba3e4
WIP: Multi-User XML
1998-10-05 20:05:01 +00:00
cyeh%netscape.com
3e0f84521a
Remove #define MOCHA 1 from Mac builds.
1998-10-05 20:00:01 +00:00
spider%netscape.com
d6039c8004
WIP: MultiUserView
1998-10-05 19:52:15 +00:00
cltbld%netscape.com
6010799488
Deleted FullSoft Access path
1998-10-05 19:41:12 +00:00
ramiro%netscape.com
378f3693c4
Fix for bugzilla bug 886. compiler warning for missing brakets.
...
Thanks to Raffaele Sena <raff@aromatic.com> for providing a fix.
1998-10-05 19:35:48 +00:00
wtc%netscape.com
aca09c1e15
Backed out the previous change. We are trying not to introduce
...
new dependencies on Mozilla into NSPR.
1998-10-05 19:34:12 +00:00
ramiro%netscape.com
14de3f9242
Here's a quick patch to get the autoconf build to work under
...
FreeBSD. I think this is needed because the old build system
would define BSDI for FreeBSD systems, while autoconf doesn't.
Thanks to skinny <skinny@knowhere.net> for pointing this out.
1998-10-05 19:24:33 +00:00
wtc%netscape.com
64cbb733ef
Removed all the autoconf *.in files in mozilla/nsprpub.
1998-10-05 19:19:56 +00:00
wtc%netscape.com
6de2432b3e
More mozilla/nsprpub updates, including:
...
- Patch for MkLinux and glibc 2.1. Removed the MKLINUX macro.
This patch is contributed by Tom Rini <trini@kernel.crashing.org>.
- Patch to make the emulated threads work on ARM/Linux. Contributed
by raff@netwinder.org .
1998-10-05 18:58:25 +00:00
pinkerton%netscape.com
eadab8be71
Getting the button class drawing and showing rollover feedback.
1998-10-05 18:47:21 +00:00
pinkerton%netscape.com
46cf1a1691
More code to better create the correct item class, EraseBackground() to do the right thing when HT specifies a colored bg, and some more minor tweaks.
1998-10-05 18:46:54 +00:00
cyeh%netscape.com
3c34f3063b
removing obsolete files. use MANIFEST instead.
1998-10-05 18:42:02 +00:00
terry%netscape.com
ba3da66b91
Whoops; any "Open" partition was just being treated as the same as the
...
"default". Which it isn't!
1998-10-05 17:27:44 +00:00
cyeh%netscape.com
c6b557308c
back out attempted changes
1998-10-05 17:20:01 +00:00
ftang%netscape.com
4fc3594489
add menu csid selector
1998-10-05 14:56:00 +00:00
ftang%netscape.com
8a3d53f419
add one selector to access the csid for menu and menu bar
1998-10-05 14:29:57 +00:00
ftang%netscape.com
b9da715968
add one selector to access the csid of the menu
1998-10-05 14:28:01 +00:00
ftang%netscape.com
36f605762e
add one selector to access the csid id of the resource
1998-10-05 14:27:13 +00:00
ftang%netscape.com
dc3b3d42ac
add two API to access cross-platform string
1998-10-05 14:25:56 +00:00
ftang%netscape.com
f752b028b0
add new selector to access csid, add two new interface to access cross-platform string
1998-10-05 14:24:57 +00:00
troy%netscape.com
933dc19df8
Changed some code to use XPCOM ref counting related macros
1998-10-05 05:11:18 +00:00
ramiro%netscape.com
f0b2828650
This patch makes cmd/xfe link on BSD/OS 4.0. My private patch tree now
...
is down to 20K, and the majority of lines pertain to the "#ifdef BSD"
warning fixes of Bugzilla bug #424 . Mozilla on BSD/OS certainly is
coming along! Thanks to Bert Driehuis <driehuis@playbeing.org> for
providing the patch.
1998-10-05 02:18:33 +00:00
troy%netscape.com
0499b15ed9
Removed calls to MoveTo() BEFORE reflowing a frame. We used to do this
...
sequence: MoveTo(), Reflow(), SetRect(). Now that we have the WillReflow()/
DidReflow() code sandwhiches we no longer need to do the MoveTo()
1998-10-05 00:58:32 +00:00
blizzard%appliedtheory.com
057957a23c
Cleanup of the pixmap rendering code.
1998-10-04 22:29:34 +00:00
locka%iol.ie
ce5d982968
IE patcher application
1998-10-04 14:49:16 +00:00
locka%iol.ie
6e5d9ddc54
Added a few more URLs to the drop down and simple busy/idle indicator
1998-10-04 14:43:16 +00:00
locka%iol.ie
86bc748ffa
File is autogenerated and does not need to be in CVS
1998-10-04 14:41:23 +00:00
locka%iol.ie
ee4d77f415
Added enumeration used by the IWebBrowser::Refresh2 method
1998-10-04 14:39:58 +00:00
locka%iol.ie
1d81bfd80d
Removed some autogenerated files from file list
1998-10-04 14:38:59 +00:00
locka%iol.ie
80ea01af49
Added more assertions and type checking
...
Added initial implementations of more IWebBrowser methods
1998-10-04 14:38:05 +00:00
locka%iol.ie
8723e9c6e6
Improved diagnostic macros
1998-10-04 14:36:06 +00:00
locka%iol.ie
37a4496792
File is automatically generated by build and does not need to be in CVS
1998-10-04 13:21:55 +00:00
locka%iol.ie
5c105df355
File is generated during build and does not need to be in CVS
1998-10-04 13:17:25 +00:00
rickg%netscape.com
04214a2813
fixed a bunch-O-bugs
1998-10-04 04:56:55 +00:00