sfraser
fadf4e509b
First Checked In.
1998-05-27 00:53:25 +00:00
sfraser
89c79cdaaa
Addd some more export files
1998-05-27 00:53:11 +00:00
radha
91c7212ef6
Re-fix for earlier fix for bug # 104761. Re-fix provided by timm. See bug report
...
for further details.
1998-05-26 19:05:32 +00:00
radha
0dba29da46
New resources for the "Show/Hide Navigation Center" menu option
1998-05-26 18:52:01 +00:00
radha
d214063f78
Add new command xfeToggleNavCenter to show/hide Aurora pane
1998-05-26 18:51:12 +00:00
radha
cfede3a172
Add BrowserView to the source files list.
1998-05-26 18:50:25 +00:00
radha
1e12e3b576
Use BrowserView instead of HTML View. BrowserView holds a HTML view and a
...
NavCenter. Create a new menu option "Show/Hide NavCenter".
1998-05-26 18:49:53 +00:00
radha
c8c5138a99
Initial Checkin. This is the new view for all browser frames. It holds a HTML
...
View and a Nav Center View. Navcenter is currently turned off by default. It
can be turned on with the "Show Navigation Center" menu option.
1998-05-26 18:48:14 +00:00
pinkerton
8f10dac8dd
Status bar now uses appearance to draw progress bar separate from status text. Related Netscape classes that do the same thing obsoleted.
1998-05-26 16:32:05 +00:00
pinkerton
42c333de65
default button again works in profile picker dialog.
1998-05-26 16:30:42 +00:00
ramiro
271e289e0c
Change the logic of the || operators. This fixes a problem where the
...
bookmark window was asserting for no reason.
Thanks to Andrew Veliath <andrewtv@usa.net>
1998-05-26 12:15:44 +00:00
ramiro
e5809132df
In mozilla.c it says that XFE_InitDNS_Early is called before NSPR, etc.; but
...
the LOG macro calls PR_smprintf which fires up NSPR. Use fprintf instead
of LOG() for this case.
Thanks to tenthumbs@cybernex.net .
1998-05-26 11:08:10 +00:00
ramiro
799191354f
Mozilla crashed after visiting a page with plugin. This is caused
...
by an access to a NULL pointer (plugin->handle).
Thanks to weitsang@yahoo.com
Fixes bugzilla #409 .
1998-05-26 10:58:59 +00:00
briano
61ae0639a8
Fixing the SCO OpenServer builds. Need to define _SVID3 in this special case so including statvfs.h will give us what we need. Anyone want to volunteer a more elegant solution? Approved by ramiro@netscape.com.
1998-05-23 03:46:19 +00:00
sfraser
44e9956672
First Checked In.
1998-05-23 01:14:17 +00:00
cyeh
bfba9e694a
add file vr_stubs.c to libreg as part of the XPCOM_BRANCH landing
1998-05-22 22:01:45 +00:00
hardts
6bcb19ce6f
landing XPCOM_BRANCH
1998-05-22 21:56:30 +00:00
hardts
d9c700cb8b
land XPCOM_BRANCH
1998-05-22 21:55:49 +00:00
pinkerton
57f608c962
More appearance manager changes. Support for toolbar buttons being AM savvy. (appr sdagley).
1998-05-22 20:25:42 +00:00
slamm
8602d9867f
Fix crash on bringing up second NavCenter.
1998-05-22 17:15:03 +00:00
ramiro
47f5a571b5
Fix a dyslexic typo. Geez, how long was this here for ?
1998-05-22 06:52:57 +00:00
ramiro
4cb2e40aa6
Add initial support for layable children resource.
1998-05-22 06:50:41 +00:00
pinkerton
fcc3270223
Landing of a bunch of appearance manager stuff. (appr sdagley).
1998-05-22 04:19:24 +00:00
guha
451ec35fd9
Export NET_InitRDFCookieResources
1998-05-21 19:17:21 +00:00
selmer
a1c7463f7a
Change over to http: w/IP for reggie connections
1998-05-21 18:18:55 +00:00
toshok
6625b23211
fix the bug where form reset with textarea's would segfault. just cut-n-pasted one line from the text input element's reset method.
1998-05-21 07:18:51 +00:00
slamm
ffd7ba4873
Fix Mozilla bug #385 . Global history file would not get recreated if it was deleted. Thanks to Ronan Waide <waider@cognotec.com> for reporting the problem and developing a patch.
1998-05-21 01:39:25 +00:00
slamm
9b09aaf8dd
Use the winning animation from the Mozilla Logo Contest. Congratulations go to Urs Streidl <urs@gigaperls.org>.
1998-05-20 23:33:44 +00:00
robinf
0e1e2f78b2
fixinb header bug in AS help
1998-05-20 19:17:14 +00:00
robinf
c3cbce47a9
fixinb header bug
1998-05-20 19:10:12 +00:00
robinf
f2b0a73565
fixinb bug in comment line
1998-05-20 19:02:32 +00:00
pinkerton
aa181506d4
provide a valid context to HT_Launch (appr/rev sdagley).
1998-05-20 04:29:48 +00:00
brade
3286390da5
*** empty log message ***
1998-05-20 04:06:08 +00:00
blythe
ac8fa47104
The preference DLLs contain COM objects. Their registry keys are set to
...
have relative paths. This normally works fine, unless the current working
directory is other than that of the default program directory where the
pref DLLs are normally located. This could happen by executing the
program from a different directory, or by saving a file to a directory
other than the default program directory. In order to fix this, we need
to push to the program directory just prior to loading a preference
COM object, and then pop back.
1998-05-20 02:15:42 +00:00
sar
2e39ee0960
backing out the whitespace change and implementing a better fix for the line length problem - courtesy of Dan Veditz
1998-05-19 20:20:15 +00:00
sar
9d380b9680
were up against a 4k POSIX inspired limit on command lines. I've removed white space to bring the command line under the limit. This is a temporary workaround and this needs to be repaired properly.
1998-05-19 19:59:38 +00:00
pinkerton
36e8856c9b
Beginnings of appearance manager support. Add AM classes to powerplant and make toolbars use either AM (through CAMSavvyBevelView) or old way if AM not present (for now, this may change). (appr sdagley).
1998-05-19 19:25:59 +00:00
pinkerton
8a79555b53
use new HT_Launch api (appr sdagley).
1998-05-19 19:21:38 +00:00
cmanske
5b1767bb4a
Trying to help out the build bustage
1998-05-19 06:31:08 +00:00
davidm
f32c2dbacb
Reverting out changes which should have landed on the branch
1998-05-19 04:06:40 +00:00
davidm
49abd264bd
Updated from Nova branch to Normandy branch
1998-05-19 01:05:05 +00:00
scullin
32c1b69aad
Moved cvactive.h from include to network/cnvts
1998-05-19 00:38:16 +00:00
scullin
caa794ae2b
Moved cvactive.h from include to network/cnvts
1998-05-19 00:07:47 +00:00
atotic
14f30edc4c
Added new access paths for planned will's netlib modularization checkin
1998-05-18 22:10:09 +00:00
toshok
448e297c63
this change may look like a lot, but it's really only one line. the rest is formatting. at any rate, this fixes the problem where the underlines were drawn at places other than the proper place for links.
1998-05-18 20:42:30 +00:00
toshok
5b12e2dbf7
Fix bugzilla entries 134 (javascript crashing setting text in textarea) and 346 (missing & in call to fe_convertToXmString) thanks to waider@waider.ie (Ronan Waide) for the fixes.
1998-05-18 18:28:55 +00:00
ramiro
4a3029301d
Add support for dropping to toolbox tabs.
1998-05-15 14:32:43 +00:00
ramiro
43071cc7a5
Add XfeTabDrawRaised().
1998-05-15 14:14:17 +00:00
ramiro
19868a15c8
Add XfeToolBarGetFirstItem().
1998-05-15 13:30:24 +00:00
ramiro
afe766bcf9
Use a define instead of a hard coded '-1' constant.
1998-05-15 11:37:38 +00:00