319 Commits

Author SHA1 Message Date
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
ramiro
b834e51067 Remove dead code. 1998-05-15 11:32:28 +00:00
ramiro
643dba7680 Add icon to indicator if needed. 1998-05-15 11:23:24 +00:00
ramiro
c9ae415b14 Add a check for a NULL str before passing it to strcmp().
Otherwise, Linux and possibly other platforms with strict strcmp()
implementations will crash when the plugin list is NULL.  Thanks to
pollmann@netscape.com.
1998-05-15 11:21:09 +00:00
ramiro
4f6c1e3cc1 Take out row column assertion. Any manager can be a parent of this widget.
Thanks to Dirk Laessig <d.laessig@tu-bs.de>
1998-05-15 10:01:57 +00:00
ramiro
643383c02a Dont move dead widgets.
Thanks to Dirk Laessig <d.laessig@tu-bs.de>
1998-05-15 10:01:54 +00:00
spence
a375745066 correctly set position for shack elements 1998-05-15 01:15:01 +00:00
spence
0d927d2a5f improve shack widget mgmt 1998-05-15 00:13:57 +00:00
spence
ab10fef87d xfe shack changes 1998-05-14 23:43:26 +00:00
selmer
8a51257439 Fixed up comments in QuitNavigator re: 112622 1998-05-14 23:40:45 +00:00
selmer
11b9cac9fa Bug #112622 - change our quit to not broadcast, it was tripping up a java window 1998-05-14 23:37:57 +00:00
slamm
b49f293596 Make page proxy hot spot fit the icon. 1998-05-14 20:32:03 +00:00
ramiro
9e6979e082 TASKBAR define should be MOZ_TASKBAR. 1998-05-14 09:18:26 +00:00
robinf
cf715f8203 replacing corrupted images 1998-05-14 00:00:17 +00:00
robinf
a073b3642b fixing text so that it tells user how to start AS right away frfom this screen. 1998-05-13 23:59:16 +00:00
pinkerton
82c9ee5a8b Removed mention of central personal toolbar manager since each toolbar now talks to HT. (appr sdagley). 1998-05-13 21:25:39 +00:00
pinkerton
e5aa100cbf removed CPersonalToolbarTable.cp which is no longer needed (appr sdagley). 1998-05-13 21:25:12 +00:00
pinkerton
62e72d4c08 rewrite of personal toolbar not to use centralized manager class and talk directly to HT like the selector pane (appr sdagley). 1998-05-13 21:24:48 +00:00
pinkerton
a5b3a2de80 Fix crash during "view source" where we were double-deleting the urlStruct. (appr sdagley). 1998-05-13 21:22:56 +00:00
sar
b4b195f781 add util to the include path 1998-05-13 20:33:32 +00:00
robinf
5ae326ef3a replacing corrupted file; adding plaecholder image for netcenter xscreen 1998-05-12 19:38:47 +00:00
brade
962eeb8156 don't allow image tags to be created without an image source 1998-05-12 17:12:02 +00:00
selmer
df945999fd fix bug#116315: don't pass null char into JRI_NewPlatformString 1998-05-12 02:03:33 +00:00
montulli
a4fceeeae2 use mozilla/network now instead of lib/libnet 1998-05-11 22:09:10 +00:00
montulli
99121c4c00 use network dir instead of libnet 1998-05-11 22:07:07 +00:00
atotic
90a78abec5 Netlib modularity changes. montulli's your point man 1998-05-11 22:02:43 +00:00