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

51 Коммитов

Автор SHA1 Сообщение Дата
bryner%netscape.com 4b5d102721 Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:26:09 +00:00
bryner%netscape.com b434ea0790 Merging changes from CHIMERA_M1_0_1_BRANCH. 2003-01-08 06:33:05 +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 657e06dc68 Removing files which were moved to chimera/resources/localized/English.lproj. 2002-08-21 23:06:55 +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
sfraser%netscape.com 9e7013c865 Fix for bug 163480 (dragging from inactive tabs). Also add disabled generic icon to about:blank tabs. 2002-08-19 21:53:42 +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
pinkerton%netscape.com 4137cd86f3 updated icons from ugo 2002-08-15 18:55:54 +00:00
pinkerton%netscape.com f8095b6801 make dealloc call super class' 2002-08-06 00:17:31 +00:00
pinkerton%netscape.com 7dd70040ee Keep XPCOM from being shut down while this window is open (bug 160241) 2002-08-01 18:00:50 +00:00
pinkerton%netscape.com 4c909e8480 Removing file, changed to .mm 2002-07-25 21:58:32 +00:00
pinkerton%netscape.com 67b89023ce Changing to be a .mm file so we can use c++ for writing out prefs 2002-07-25 21:56:33 +00:00
sfraser%netscape.com bd22004b31 Making the Colors and Links tab the default (bug 158152). 2002-07-19 02:26:53 +00:00
sfraser%netscape.com aab8e37313 Adding the Appearance prefs panel to the list of panels, fixing the prefs panel base class to use UTF-8 for prefs, and adding a changeFont handler on the window's controller that can forward changeFont() messages back to the current prefs pane (used by the Appearance pane). 2002-07-16 17:45:48 +00:00
sfraser%netscape.com f51bd3348e More changes for the fonts prefs panel. 2002-07-16 17:43:43 +00:00
sfraser%netscape.com e6669e6ca6 Add implementation of the Fonts pref panel, and add the contents of the .nib file 2002-07-15 19:14:08 +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 72329600f5 New files for Appearance pref pane. The tiff is temporary. 2002-07-14 02:11:32 +00:00
sfraser%netscape.com d907954110 New base class for Preference Pane implementations, provides methods for getting and setting mozilla prefs. 2002-07-14 02:10:30 +00:00
sfraser%netscape.com d22af0653b Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615. 2002-07-05 01:32:00 +00:00
sfraser%netscape.com a0f3fdf37d Fixing keyboard navigation in the prefs panes by setting up the _initialKeyView etc, and the keyboard loop in each panel. 2002-07-04 22:15:26 +00:00
sfraser%netscape.com 4bf37d7438 Whitespace and formatting changes only 2002-07-04 22:14:27 +00:00
sfraser%netscape.com 798c217ae0 Whitespace change 2002-07-03 06:17:20 +00:00
sfraser%netscape.com 5eb31482bb Fixing capitalization of 'Command' key. 2002-07-02 23:45:07 +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
pinkerton%netscape.com f94acb9406 HomePage is primary tab 2002-07-01 18:32:01 +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 551d78ce51 Remove personal prefs from list since they're not implemented 2002-06-26 19:52:16 +00:00
pinkerton%netscape.com 89fa8ab607 Remap cookie prefs to be something chimera understands before we
get to the pref panel. Ignore p3p and foreign cookies.
2002-06-22 21:21:44 +00:00
pinkerton%netscape.com 62050bae9a a bunch of fixes that didn't land when i wanted them to. 2002-06-21 00:24:51 +00:00
pinkerton%netscape.com 642c541fa2 default tab is the first one, not the second. 2002-06-04 19:10:01 +00:00
pinkerton%netscape.com 446dc831f9 Cleaning up unused and misnamed classes in nibs 2002-05-31 17:25:18 +00:00
pinkerton%netscape.com dfa6675a6e Cleanup, and renaming clear history button 2002-05-31 15:13:27 +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 9048cb8041 Add Navigation pref panel. 2002-05-30 21:57:25 +00:00
pinkerton%netscape.com 131901dfe8 First checkin 2002-05-30 21:56:11 +00:00
pinkerton%netscape.com cc3bdd468a first checkin 2002-05-30 21:55:42 +00:00
pinkerton%netscape.com 08cd7ea08e Updated nibs for new classnames. Made Privacy pane set prefs as soon
as you click the control, not only when the panel goes away.
2002-05-30 19:12:35 +00:00
pinkerton%netscape.com 5a3b3b6e0c Make pref panel respect UI guidelines 2002-05-30 14:55:10 +00:00
pinkerton%netscape.com 181c65b829 Updated icon from Ugo. 2002-05-29 14:26:45 +00:00
pinkerton%netscape.com f4bdd09778 Update pref panels so exported symbols are unique. follows apple's guidelines. 2002-05-29 14:19:17 +00:00
pinkerton%netscape.com e72ebd29d8 backing out changes when landing privacy panel. doh! 2002-05-28 20:59:29 +00:00
pinkerton%netscape.com 1077ebb10e Just born 2002-05-23 01:16:05 +00:00
pinkerton%netscape.com b84ccc498f Adding privacy panel 2002-05-23 00:24:08 +00:00
pinkerton%netscape.com 48ab835de7 Hooking up security lock icon notification in the UI. Works as you
switch tabs as well.
2002-05-17 18:24:03 +00:00
hyatt%netscape.com 86b3764a70 Prefs commit. 2002-04-20 23:05:15 +00:00
hyatt%netscape.com 39126076a0 Personal pane commit. 2002-04-20 23:04:29 +00:00