mcafee%netscape.com
eaf82d50df
read_str is now fe_PrefReadString(), write_str() is fe_PrefWriteString()
1998-09-21 05:25:49 +00:00
mcafee%netscape.com
b2fecde8b1
Added updateRelatedLinksShowing()
1998-09-21 05:25:09 +00:00
mcafee%netscape.com
d8ebfbc709
Removed cookie stuff from fe_GlobalPrefs
1998-09-21 05:24:30 +00:00
mcafee%netscape.com
520b9707e2
Unused variable warning on Linux
1998-09-21 04:58:41 +00:00
mcafee%netscape.com
ef36717cc9
Merging SmartBrowsing prefs in from Nova.
1998-09-21 04:44:42 +00:00
mcafee%netscape.com
cfd9f1e676
Unused variables warnings on Linux
1998-09-21 04:43:33 +00:00
mcafee%netscape.com
da1ce84937
Fixing compiler warning on Linux
1998-09-21 04:42:13 +00:00
troy%netscape.com
e30e3bdf78
Removed references to mFirstContentOffset, mLastContentIsComplete, and mChildCount
1998-09-21 03:50:44 +00:00
troy%netscape.com
e46c707ed3
Removed references to mFirstContentOffset
1998-09-21 03:47:45 +00:00
troy%netscape.com
528288293f
Removed all references to m<First,Last>ContentOffset,mChildCount,mLastContentIsComplete
1998-09-21 03:40:32 +00:00
michaelp%netscape.com
30f132caa6
now correctly refreshes the window in ForceRefresh().
1998-09-20 22:24:21 +00:00
ramiro%netscape.com
94d8568314
This is a temprary hack to fix the "off by one" toolbar closed problem that
...
occurs when all toolbox items are closed.
1998-09-20 17:17:12 +00:00
ramiro%netscape.com
6d970d4706
Remove superflous XmNchildUsePreferred{Width,Height} resources.
1998-09-20 17:06:05 +00:00
ramiro%netscape.com
ace10a9a50
Add a comment in place of broken feature.
1998-09-20 16:14:06 +00:00
ramiro%netscape.com
25fd9d684c
Fix a typo.
1998-09-20 16:13:44 +00:00
ramiro%netscape.com
eaf6554369
A better name. layout_frozen instead of ignore_configure.
1998-09-20 16:01:12 +00:00
ramiro%netscape.com
36b3ba8f45
Allow each toolbar child's width/height to be forced to the max individually.
...
Before, it was either all or nothing which was bad when getting dynamic
toolbars to work, especially with complicated toolbar items such as a
combo box.
1998-09-20 13:32:41 +00:00
ramiro%netscape.com
7efe680b41
Move unused Splash.cpp into an ifdef NSPR_SPLASH.
1998-09-20 11:29:58 +00:00
ramiro%netscape.com
95d727fb30
Fix a type and update autoconf makefile.
1998-09-20 11:22:41 +00:00
ramiro%netscape.com
5177c47f57
Remove taskbar widget and use toolbar instead. UNBLOAT.
1998-09-20 11:05:00 +00:00
ramiro%netscape.com
ba2a13e2eb
Un-break MOZ_TASKBAR.
1998-09-20 09:18:38 +00:00
ramiro%netscape.com
9a313f7366
Add missing rep type.
1998-09-20 08:37:33 +00:00
ramiro%netscape.com
010a1716c3
Use a better name: FIXED_SIZE instead of OFFSET.
1998-09-20 06:48:31 +00:00
ramiro%netscape.com
1a8d01cd6c
Simplufy the XFE_RDFChromeTreeView class by using a divider instead of all
...
those broken XmForm hacks.
1998-09-20 06:39:43 +00:00
ramiro%netscape.com
a66df305db
More modularization changes. Move all the string defs and registration
...
functions to the respective places where they are needed. Also cleanup up
a bunch of children info stuff.
1998-09-20 06:38:24 +00:00
ramiro%netscape.com
ad22733ea2
Add #include <Xfe/Cascade.h>.
1998-09-20 06:34:28 +00:00
ramiro%netscape.com
3a9e71a54b
Fix crash when creating a chromeless window. Dont de-reference a NULL
...
toolbar.
1998-09-20 06:33:35 +00:00
ramiro%netscape.com
c9254cec33
Add divider.
1998-09-20 06:32:11 +00:00
rpotts%netscape.com
68fa1515c4
Added NPL and made the implementation threadsafe.
1998-09-20 05:56:41 +00:00
rpotts%netscape.com
8aeb12a55e
Added NPL and fixed typo in GUID #define
1998-09-20 05:56:11 +00:00
rpotts%netscape.com
6092b872d4
Added missing NS_RELEASE(...)
1998-09-20 05:28:25 +00:00
rpotts%netscape.com
56c8a2b346
Fixed nettest to work with threaded netlib...
1998-09-20 05:13:42 +00:00
buster%netscape.com
c663125cd3
captions now work properly with new frame layout strategy.
...
nsTableOuterFrame->mFirstChild==nsTableOuterFrame->mInnerTableFrame, always.
1998-09-20 04:50:08 +00:00
brendan%netscape.com
4e50700cf3
Fix last checkin.
1998-09-20 02:58:41 +00:00
wtc%netscape.com
f50ff3f64d
Removed the NSPR20 macro definition for XP_MAC.
1998-09-20 01:04:58 +00:00
wtc%netscape.com
0278e837d4
Compile this file only if HAVE_SNPRINTF is not defined so that we
...
won't accidentally override the system's snprintf and vsnprintf
functions. This patch is contributed by Soren Juul Moller <sjm@nwc.dk>.
1998-09-20 00:58:30 +00:00
wtc%netscape.com
8b7506a577
Backed out the HAVE_LONG_LONG change temporarily because
...
it breaks binary compatibility. We will put it back in
after the v3.0 release is branched off.
1998-09-20 00:50:31 +00:00
wtc%netscape.com
789238bb50
Bug fix: If the envp argument for PR_CreateProcess is NULL,
...
call execv (instead of execve) so that the new process inherits
the environment of the parent process.
1998-09-20 00:21:35 +00:00
wtc%netscape.com
6741bc11cf
Renamed the 'index' argument for PR_Get/SetThreadPrivate to 'tpdIndex'.
...
This is because BSD systems have a funciton named 'index' in
<string.h>, and if you compile with the -Wshadow flag, gcc warns
that our declaration of `index' shadows global declaration.
Thanks to Ben Laurie <ben@algroup.co.uk> for the problem report
and the suggested workaround.
1998-09-20 00:18:18 +00:00
troy%netscape.com
4d0cc0344e
Work in progress for displaying icon while laoding image...
1998-09-20 00:08:24 +00:00
wtc%netscape.com
0d99998373
Added the 'const' qualifier to the 'fmt' argument for PR_FormatTime.
...
This patch is contributed by Ben Laurie <ben@algroup.co.uk>.
Files changed: prtime.h and prtime.c.
1998-09-19 23:52:13 +00:00
blizzard%appliedtheory.com
74bdf9ccea
Bring autoconf build into sync with non-autoconf build
1998-09-19 22:40:53 +00:00
blizzard%appliedtheory.com
e746712aa5
Bring autoconf build up to date with non-autoconf build
1998-09-19 22:28:51 +00:00
morse%netscape.com
020356415a
fix up wording in cookie nag box
1998-09-19 16:27:16 +00:00
morse%netscape.com
603316340f
avoid js crash in cookie viewer if cookie->host or cookie->path contain a quote
1998-09-19 15:15:59 +00:00
mcafee%netscape.com
c1be74898d
Adding support for Rhapsody
1998-09-19 08:51:59 +00:00
mcafee%netscape.com
9582e3d811
Rhapsody doesn't like to link with -m
1998-09-19 08:48:00 +00:00
mcafee%netscape.com
cfd2d30318
Fixing Linux breakage
1998-09-19 08:42:51 +00:00
mcafee%netscape.com
772086d6c4
Adding support for non-Linux OS's
1998-09-19 08:25:04 +00:00
mcafee%netscape.com
56d10f8858
Adding more portable link line for non-Linux OS's
1998-09-19 07:49:42 +00:00