Граф коммитов

33 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org cf90897c21 Combine the two "warn when closing/quitting" checkboxes into one. Bug 196359. 2005-10-26 04:00:11 +00:00
smfr%smfr.org 1c041dc548 Fix bug 196359: show an optional warning when closing a window with multiple tabs, or quitting when multiple windows or tabs are open. Patch partially by Nathaniel Madura. 2005-10-18 04:06:55 +00:00
smfr%smfr.org c5b84967d6 Added a dialog on launch to allow the user to set Camino as their default browser (with a "Don't ask again" checkbox), and code to silently update default browser from org.mozilla.navigator to org.mozilla.camino if necessary.
Added a checkbox to the prefs to turn the default browser checking on and off.
Moved all the default browser code into an NSWorkspace category, so it can be called from the app and pref panels.
Compressed some of the pref panel tiff images.
2005-09-10 22:27:20 +00:00
smfr%smfr.org c624284af1 Fix bug 279982: remove "Use system homepage" and associated Internet Config code, other than the code to fetch the downloads folder. r=pinkerton 2005-08-25 22:23:48 +00:00
joshmoz%gmail.com 2808244571 add error checking to default browser code. no bug. 2005-03-25 00:28:56 +00:00
joshmoz%gmail.com a023cd38fe make sure we can always find Camino's path in our default browser menu code. b=287380 sr=sfraser 2005-03-25 00:01:25 +00:00
joshmoz%gmail.com 7f079e7ecc add some default browser code documentation 2005-03-17 20:21:00 +00:00
joshmoz%gmail.com 0a363cf67b don't hang if launch services can't find the browser it said is default. no bug 2005-03-17 20:15:36 +00:00
smfr%smfr.org 4efcbdd049 Fix build error. 2005-03-06 06:42:36 +00:00
smfr%smfr.org 00b2474405 Fix bug 284971: duplicate items showing up in Default Browser popup. 2005-03-06 06:25:38 +00:00
joshmoz%gmail.com 79f91e430f add preference menu for default browser. b=218271 r=smfr sr=pinkerton 2005-03-05 18:14:11 +00:00
gerv%gerv.net 1dc8a1c9a4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 779974320c move history prefs into their own pane, part of major prefs reorg 2005-01-18 23:34:29 +00:00
joshmoz%gmail.com d7f41243d4 pref reorganization part 1, no bug 2004-12-17 17:58:19 +00:00
joshmoz%gmail.com 224cc56c65 clear memory cache as well as disk cache from prefs, re-word interface accordingly (bug 257491) 2004-10-25 17:46:57 +00:00
pinkerton%aol.net 3465a89814 make clearing global history work again (bug 236033) and try to prevent
exceptions when history doesn't provide all the data.
2004-03-03 04:43:16 +00:00
pinkerton%aol.net 08352808a4 use "Select" in choose directory button instead of "Open" (bug 232926) 2004-02-04 22:52:30 +00:00
pinkerton%aol.net 210649f635 fixed the error handling in the d/l location setting 2004-01-29 16:10:07 +00:00
pinkerton%aol.net ee15c1fa42 correctly save the download location in IC (bug 232353) 2004-01-29 15:05:02 +00:00
pinkerton%aol.net e3853d645a remove references to system internet prefs since they no longer exist on
panther. first stab at choosing download folder (display works, setting it
does not)
2004-01-27 20:52:18 +00:00
pinkerton%netscape.com ce68afba13 fix compiler warning (bug 202716) 2003-08-21 02:46:11 +00:00
bryner%netscape.com e228e19237 more #include cleanup. 2003-04-27 08:41:02 +00:00
bryner%netscape.com aa8cff95d3 Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:34:25 +00:00
sfraser%netscape.com 1c0afebfe4 Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix). 2002-08-21 02:06:38 +00:00
pinkerton%netscape.com 1aec6a376d Move cache clearing button to Navigation panel, add security prefs to
Privacy panel. make privacy panel inherit from base prefpanel class.
2002-08-15 22:30:17 +00:00
sfraser%netscape.com c55c2f588a Changing the Navigation prefs pane to use the common base class. Also changed the wording of the 'load tabs in background' checkbox to indicate that this pref affects new windows too. 2002-07-14 02:13:13 +00:00
sfraser%netscape.com 3137da8662 Change the checkboxes for loaing in new windows and tabs to use positive sense (bug 153081) and put back the button that opens the System Preferences. 2002-07-01 23:13:09 +00:00
sfraser%netscape.com b877548b33 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
bryner%netscape.com fb94c1dbf8 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 d87d58ada0 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
sfraser%netscape.com 7972c4aa0a 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 620cfe1020 Updating some class/method names, adding "clear global history" button 2002-05-31 15:08:45 +00:00
pinkerton%netscape.com 131901dfe8 First checkin 2002-05-30 21:56:11 +00:00