Commit Graph

196 Commits

Author SHA1 Message Date
pinkerton%netscape.com
6d6001ac89 Return correct values from Confirm[Check]Ex (int, not bool) and fix up
the buttons for the unknown cert in accordance with new constants for the
buttons (bug 155287)
2002-07-03 14:42:18 +00:00
sfraser%netscape.com
afb901e71b Changing the home page behaviour. Now, if no user pref is set, we get the default home page from a .strings file, and set this in the user pref. Also using values from CHUserDefaults.h 2002-07-03 06:22:15 +00:00
sfraser%netscape.com
f94048cccf Using values from CHUserDefaults.h 2002-07-03 06:20:42 +00:00
sfraser%netscape.com
e821b187dd New file containing #defines for various NSUserDefaults entries. Documents which entries we use, and their formats. 2002-07-03 06:19:39 +00:00
sfraser%netscape.com
af1a4e0b75 Put profile directories in ~/Library/Application Support now 2002-07-03 00:46:59 +00:00
sfraser%netscape.com
a01c6063b7 Use the 'mozProfileDirName' key from the Info.plist to decide the name of the profile directory. 2002-07-03 00:46:07 +00:00
sfraser%netscape.com
6eb9e15116 Localizing the 'OK' button in bookmarks import warning dialogs, and detabbing. 2002-07-03 00:41:05 +00:00
sfraser%netscape.com
8739da1dee Check in an interim fix for bug 154442: warn before deleting bookmarks. 2002-07-03 00:38:37 +00:00
pinkerton%netscape.com
cbebcfcea3 Fix updating of stop menu item and a crash when a popup with the personal
toolbar hidden was the frontmost and the menubar was clicked. Fixed some
warnings as well (bug 155461)
2002-07-02 22:48:04 +00:00
bryner%netscape.com
ff3df6116b Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser. 2002-07-02 21:45:09 +00:00
pinkerton%netscape.com
4364bb25f9 Wait for the all-stop from Necko before closing down the controller on
a cancelled download. Prevents a crash where we'd continue to get left-over
progress events after the controller had gone away (bug 154913)
2002-07-02 20:24:29 +00:00
pinkerton%netscape.com
b3860439fd Use string table for website defaults rather than moz prefs 2002-07-02 18:08:12 +00:00
pinkerton%netscape.com
c4f1a8dec4 Use a string table for throbber, search, and home pages rather than
hardcoding them into the app
2002-07-02 17:31:32 +00:00
pinkerton%netscape.com
e03edb10ed use a plist for toolbar defaults instead of hardcoding. make throbber do
something when clicked than just spin.
2002-07-02 16:13:38 +00:00
bryner%netscape.com
a86faa5356 Don't choke if the directory name has spaces in it. 2002-07-02 06:32:37 +00:00
sfraser%netscape.com
eed7024b67 Checking in patch from David Haas in bug 155048, with modifications to improve the 'is there a browser window' logic. This also fixes bug 152026 (2 windows when launched with a GetURL AE), and my changes fix bugs 155309 (dragging multiple files onto the icon works now) and 155147 ("browser.always_reuse_window" always works for GetURL events now). 2002-07-02 06:08:51 +00:00
sfraser%netscape.com
b84a6e9902 Fixing signage of the chromeMask flag, and putting an unused function inside the QUICKTIME_THROBBER #ifdef 2002-07-02 05:58:38 +00:00
pinkerton%netscape.com
6daecf9f2a updated corporate branded toolbar defaults 2002-07-01 21:56:08 +00:00
pinkerton%netscape.com
8f96000cf9 fix a warning 2002-07-01 20:08:59 +00:00
bryner%netscape.com
6e19380b4f Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton. 2002-07-01 19:10:14 +00:00
bryner%netscape.com
2a46d6537d Add command-line URL handling via the switch -url (bug 148887). r=pinkerton. 2002-07-01 19:07:16 +00:00
pinkerton%netscape.com
45fc788bb6 Reverse logic on personal toolbar hiding state so that if no pref is
found, that corresponds to showing the personal toolbar, which is what
we want as the default.
2002-07-01 18:36:29 +00:00
sfraser%netscape.com
1963e73e0f Hook up preferences to load URLs from GetURL in new tabs or windows, and make UI for the 'load new tabs in background' pref (bug 150242). Also clarified the wording of the 'command-click opens new tab' pref. 2002-07-01 18:23:21 +00:00
pinkerton%netscape.com
54db6af7cd unix linefeeds 2002-07-01 13:57:51 +00:00
sfraser%netscape.com
aa6696da38 Clean up build warnings and detab files 2002-07-01 04:54:28 +00:00
bryner%netscape.com
33180fd777 Hook up "Do not load home page when opening new tab" pref (bug 154288). r=pinkerton. 2002-07-01 04:36:47 +00:00
sfraser%netscape.com
f2a63bfcbd Checking in fix for bug 145815 for bnesse. Hook up 'Search' button in toolbar to use mozilla pref, if it exists, or the IC preference. r=me 2002-07-01 03:48:42 +00:00
sfraser%netscape.com
890e9b84e8 Fixing bug 154203 -- implement a checkbox to use the system home page preference (Internet Config), but keep this preference separate from mozilla's home page pref. 2002-07-01 03:38:34 +00:00
bryner%netscape.com
7b405bd7e0 Hooking up enabling/disabling of back and forward context menu items (bug 154296). r=ben. 2002-06-30 23:47:48 +00:00
bryner%netscape.com
fba1bbf4f2 Making the popup window prompt localizable. 2002-06-29 04:40:13 +00:00
sfraser%netscape.com
6131d9991c Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed. 2002-06-28 23:47:49 +00:00
pinkerton%netscape.com
bda59bc56b Fix crash clicking on url schemes we don't understand (bug 154538) 2002-06-27 22:16:09 +00:00
pinkerton%netscape.com
40ba10ba32 Put up dialog to let users know when posting secure data from insecure site
(bug 151653).
2002-06-27 22:06:20 +00:00
sfraser%netscape.com
8d572e2c8e Fixing history tab in sidebar to show history. Also hiding history tab by default. 2002-06-27 22:03:30 +00:00
sfraser%netscape.com
425b50233a Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. r=pinkerton 2002-06-27 21:07:30 +00:00
sfraser%netscape.com
5b54cb5352 Fix bug 146322; make Undo/Redo/Delete work, and menu items enable correctly. r=pinkerton. 2002-06-27 21:02:51 +00:00
pinkerton%netscape.com
866d56a1b8 update windows when the bit depth changes (bug 153651) 2002-06-27 19:58:49 +00:00
pinkerton%netscape.com
9b2925f604 fix method name so we correctly load urls again (bug 154514) 2002-06-27 18:40:17 +00:00
pinkerton%netscape.com
9bf23eb4e5 Reinstate dragging the proxy to the personal toolbar and the outliner as
well as fixing a crasher dragging to the end of the bookmarks list (bug 154460)
2002-06-27 18:07:56 +00:00
pinkerton%netscape.com
4cf53169db commented about broken window cascading on multiple monitors with
radar bug number
2002-06-27 14:53:20 +00:00
pinkerton%netscape.com
1c404d3def Fix crash when deleting a folder and some of its subitems were selected
(bug 151901)
2002-06-27 13:33:19 +00:00
pinkerton%netscape.com
0e29dd1cf7 Only stop the download when the network flag is set, not any time
we get a stop message on the listener. (bug 154277)
2002-06-27 13:09:30 +00:00
pinkerton%netscape.com
1aca541b04 Change profile name back to chimera 2002-06-26 23:41:16 +00:00
pinkerton%netscape.com
e7a1e228dd Landing file rewrite changes for conrad 2002-06-26 21:59:47 +00:00
pinkerton%netscape.com
fdae055fe2 don't enable 'find again' unless the user has done a 'find' first. (bug 153643) 2002-06-26 21:06:17 +00:00
pinkerton%netscape.com
cad5d6dec1 Fix command updating in edit menu. (bug 154291) 2002-06-26 20:52:38 +00:00
pinkerton%netscape.com
fbad58c12c Remove personal prefs from list since they're not implemented 2002-06-26 19:52:16 +00:00
pinkerton%netscape.com
53242b7255 Make viewSource work again. (bug 154413) 2002-06-26 17:30:22 +00:00
pinkerton%netscape.com
dc0efc2f13 booboo fix, fixes 152629 and 152903 2002-06-26 15:18:51 +00:00
sfraser%netscape.com
88316a9e93 Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton. 2002-06-25 22:08:33 +00:00