Commit Graph

2001 Commits

Author SHA1 Message Date
sdagley%netscape.com
b9dceaf433 Necko change specific to Mac - don't bail if cookie manager component can't be found as it doesn't exist yet for Mac. 1999-07-25 01:50:02 +00:00
evaughan%netscape.com
dbbf62f5a7 Adding to manifest to fix mac build. 1999-07-25 01:33:38 +00:00
evaughan%netscape.com
f97d9c4df1 1) added .gif for horizontal scrollbar
2) added cropping to titledbuttons
3) fixed bugs in navigator.xul and navigator.css
1999-07-25 01:15:14 +00:00
hyatt%netscape.com
1c527e4f82 Fixing the syntax of the sample XUL file. Harmless. 1999-07-25 00:17:36 +00:00
hyatt%netscape.com
22260aa0ff Tweaks to the sample XUL. Harmless. 1999-07-24 23:11:56 +00:00
hyatt%netscape.com
022ab35b7e More tweaks to the menu style rules. 1999-07-24 23:11:40 +00:00
hyatt%netscape.com
6ddde5815d Checking in a harmless sample file. 1999-07-24 22:49:56 +00:00
hyatt%netscape.com
9fba3123d0 Adjusting more style rules for xp menus. 1999-07-24 22:49:42 +00:00
hyatt%netscape.com
4f7fbe58af Padding it a bit. 1999-07-24 22:24:51 +00:00
hyatt%netscape.com
997046a1b5 Making sure XP menu images get installed. 1999-07-24 22:21:32 +00:00
mcafee%netscape.com
5923d98342 Adding caps library to fix Solaris linkage. 1999-07-24 10:40:42 +00:00
mcafee%netscape.com
5a573c00bc Adding XP Menus test case under Debug menu. 1999-07-24 09:50:35 +00:00
chuang%netscape.com
6ba588ef21 fix bug 6836, change News to Newsgroups 1999-07-24 06:20:03 +00:00
pavlov%netscape.com
44dd6dd4db add a soundtest to the menus 1999-07-24 05:00:53 +00:00
mscott%netscape.com
930493c1ba necko only! Fix several necko problems where we are calling GetBuffer on an nsString and passing the result into
NS_NewUri. If the nsString is unicode then GetBuffer returns null which is not the desired behavior.
I also cleaned up the necko stuff a bit as we were doing some extraneous steps. With this change you can bring
up bookmarks in apprunner.
1999-07-24 02:06:30 +00:00
hyatt%netscape.com
eef0e8edf6 Adding style rules for xpmenuitems. 1999-07-24 01:58:56 +00:00
hyatt%netscape.com
9bcf6a63a9 Harmless checkin of a sample XUL file. 1999-07-24 01:58:40 +00:00
hyatt%netscape.com
8324e99203 Images for the XP menus. Not compiled, so completely harmless. 1999-07-23 10:19:10 +00:00
hyatt%netscape.com
54762c7045 Added a background to test transparency of menus. 1999-07-23 08:37:33 +00:00
hyatt%netscape.com
62f16fae95 Adding style rule for depressed menu items on the menu bar. 1999-07-23 08:33:02 +00:00
hyatt%netscape.com
ee0f57fb6f Checking in my sample XUL file. Not used in the product. Completely safe. 1999-07-23 07:22:37 +00:00
davidm%netscape.com
7a35ca58bf Change return value when no window is found to NS_OK. Init variable to NULL 1999-07-23 03:14:43 +00:00
hyatt%netscape.com
10e328c922 A thoroughly harmless checkin of a sample XUL file for XP menus. 1999-07-23 02:40:02 +00:00
danm%netscape.com
402548e533 reversing inadvertent removal of dynamic menubar 1999-07-23 02:37:14 +00:00
hangas%netscape.com
ee474fa908 Added taskbar to address book, turned on abilty to go to front most mail 3pane or ab from Tasks menu. Added Page Setup to messenger compose. Hook? = jj 1999-07-23 02:14:33 +00:00
davidm%netscape.com
08542cafae Move task bar to tasksOverlay.xul. Added in some test content 1999-07-23 00:32:42 +00:00
danm%netscape.com
b4e60f5b6c removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
rjc%netscape.com
73d493359b Const this! 1999-07-22 23:01:29 +00:00
rjc%netscape.com
5e018d9859 Cleanup. Use GetValueConst() more, allow returning IE favorites URLs (on Mac), fix memory leak. 1999-07-22 22:58:22 +00:00
hyatt%netscape.com
daac4ceb51 Fixing a security violation in GetContentWebShell. When no shell was found, it
was returning the chrome shell.  It should just return nsnull instead.
1999-07-22 22:48:23 +00:00
nisheeth%netscape.com
a14ff6dcb2 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
rjc%netscape.com
e581724190 For a given node, try asking the grap for the URL before falling back to using the node's ID. They might be different. REALLY! 1999-07-22 22:11:21 +00:00
ramiro%netscape.com
42b9b84f44 Remove stubs which are not needed anymore. 1999-07-22 18:38:55 +00:00
hyatt%netscape.com
db0c8b521d Another thoroughly harmless checkin. Just a sample XUL file. 1999-07-22 10:16:26 +00:00
rjc%netscape.com
6acc4caa83 Back out the code where, under Windows, try and munge imported IE Favorites names to not include a ".url". I'm going to put the code elsewhere. 1999-07-22 09:35:55 +00:00
rjc%netscape.com
ee373b9645 Under Windows, try and munge imported IE Favorites names to not include a ".url". 1999-07-22 09:28:36 +00:00
rjc%netscape.com
f26c23ea84 When looking for a bookmark file, first try PROFILE_DIR/bookmarks.html and if that doesn't exist, then try PROFILE_DIR/bookmark.htm Do this because of differences in names on various platforms in older browser versions, when importing bookmarks into this version leaves us with naming differences. We don't want to force the import process to change the bookmark filename, as that might break third party applications which mess with the bookmark file and expect the old name. 1999-07-22 09:08:44 +00:00
hyatt%netscape.com
4b043dabc0 A thoroughly harmless checkin. Just tweaking the content of a sample XUL file. 1999-07-22 08:49:58 +00:00
leaf%mozilla.org
2a13b0afc0 admin -kb'ing these bad boys 1999-07-22 01:56:32 +00:00
matt%netscape.com
7a148b68fa Needed to switch animations around 1999-07-22 00:46:31 +00:00
matt%netscape.com
e8856dc640 Adding new throbber 1999-07-22 00:34:23 +00:00
davidm%netscape.com
4f806b4de5 Modify navigator.xul to use taskoverly. Updated overlay to have all the functionality that existed in navigator.xul 1999-07-22 00:27:14 +00:00
gagan%netscape.com
14c1cb2c49 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
hyatt%netscape.com
da0e174fd6 Checking in a sample file for the menus. 1999-07-21 09:49:22 +00:00
hyatt%netscape.com
af934abd81 Updated style rules for menus. 1999-07-21 07:49:38 +00:00
hangas%netscape.com
1e06638090 *** empty log message *** 1999-07-21 07:28:21 +00:00
danm%netscape.com
5b90e50be0 make window.open windows visible 1999-07-21 06:37:58 +00:00
gagan%netscape.com
4dd1ac109f Fixed the missing slash in chrome: hacks. 1999-07-21 03:18:55 +00:00
danm%netscape.com
6293a9fad0 necko-copacetic version of last checkin 1999-07-21 02:58:26 +00:00
jj%netscape.com
29f954a327 fixed duplicate code fragment name (replaced FIND_DLL with XFER_DLL) 1999-07-21 01:51:25 +00:00