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

199 Коммитов

Автор SHA1 Сообщение Дата
joshmoz%gmail.com 7746d68d45 add nib files forgotten from prefs reorg part 1 2004-12-17 19:51:53 +00:00
joshmoz%gmail.com 5e424a10a5 pref reorganization part 1, no bug 2004-12-17 17:58:21 +00:00
joshmoz%gmail.com 09c4204dfc pref reorganization part 1, no bug 2004-12-17 17:58:19 +00:00
joshmoz%gmail.com 9252ccf520 pref reorganization part 1, no bug 2004-12-17 17:58:18 +00:00
bryner%brianryner.com 29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
joshmoz%gmail.com 057b727d02 fix bug 158180 - Appearance section should have default button 2004-11-23 18:37:34 +00:00
joshmoz%gmail.com d515c2d196 remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton 2004-11-20 01:05:27 +00:00
joshmoz%gmail.com 5a94fe1797 confirm when removing all cookies (bug 246738) sr=pinkerton 2004-11-20 00:50:51 +00:00
joshmoz%gmail.com 6e72fbd5d7 localize cookie editor yes/no values (bug 262780) 2004-11-04 21:23:48 +00:00
joshmoz%gmail.com 625ac8f418 clear memory cache as well as disk cache from prefs, re-word interface accordingly (bug 257491) 2004-10-25 17:46:57 +00:00
joshmoz%gmail.com e319f36b5a fix landing of updated nib file for bug 175924 2004-10-14 00:23:11 +00:00
joshmoz%gmail.com 48acafa86d make Appearance pref pane use labeled buttons for changing fonts, also lots of stylistic cleanup (bug 175924) 2004-10-13 21:29:56 +00:00
pinkerton%aol.net 9cd4b7dd58 make cookie/cookie perm tables show which column is selected, use the
alternating row colors if available, show sort indicator images if available,
and allow reverse sorting (bug 239392)
2004-06-17 04:57:04 +00:00
pinkerton%aol.net 1f3b071b23 better l10n for pref panes (bug 246163) 2004-06-16 05:19:30 +00:00
pinkerton%aol.net 4223ad9eaa set min sizes on sheets 2004-05-05 21:27:56 +00:00
pinkerton%aol.net 7216ce00b8 unused plists 2004-04-25 23:16:55 +00:00
pinkerton%aol.net 86e5cb50b8 remove unused files 2004-04-25 23:15:35 +00:00
pinkerton%aol.net 3adecca831 add pref for resize images 2004-04-25 23:10:17 +00:00
pinkerton%aol.net 65f3675b8e add view/delete/sort of cookies to privacy panel. added "accept cookies only
from sites i visit" pref. cleaned up layout and wording of panel. added
ability to switch allow/deny on site white/blacklist inline. (bug 182540)
2004-03-31 01:51:59 +00:00
pinkerton%aol.net 4a31bf60b4 removing obsolete nibs 2004-03-29 18:06:18 +00:00
pinkerton%aol.net 211784e3e3 correctly handle the 'ask about each cookie' pref since the changes from
bug 233339 (bug 238550)
2004-03-26 02:05:59 +00:00
pinkerton%aol.net f692e33830 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 32a663009f new icons, aren't we purdy? (bug 234916) 2004-02-24 23:52:03 +00:00
pinkerton%aol.net cdb9a9dcbc use exterior focus ring on panther 2004-02-12 07:54:07 +00:00
pinkerton%aol.net dfe01020cf use ExtendedTableView for whitelist table so backspace works to delete. Use
exterior focus ring style on panther
2004-02-12 07:51:25 +00:00
pinkerton%aol.net aaafc71be3 make edit sites use a ExtendedTableView so it gets backspace support. Set
table view explicitly to be the first responder so it accepts keys right
off the bat.
2004-02-12 07:19:59 +00:00
pinkerton%aol.net 8232db642c use "Select" in choose directory button instead of "Open" (bug 232926) 2004-02-04 22:52:30 +00:00
pinkerton%aol.net 27a32d493e fixed the error handling in the d/l location setting 2004-01-29 16:10:07 +00:00
pinkerton%aol.net be978da8fd correctly save the download location in IC (bug 232353) 2004-01-29 15:05:02 +00:00
pinkerton%aol.net 4a173eca28 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%aol.net 19b5a07d8d allow sorting in cookie sites sheet (bug 179054) 2004-01-13 22:42:07 +00:00
pinkerton%aol.net 2c7585358a fix licenses 2004-01-07 14:12:41 +00:00
dwitte%stanford.edu 08c8d38756 fixing bustage 2003-10-30 05:13:20 +00:00
dwitte%stanford.edu 2306dd8f1c removing nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 04:37:14 +00:00
pinkerton%netscape.com fe33386ca8 don't use the capbilities.* prefs to block setting status and window
resizes as they cause websites to break by throwing unexpectedly.
(bug 216779)
2003-09-03 02:51:52 +00:00
pinkerton%netscape.com 4d09668e02 fix compiler warning (bug 202716) 2003-08-21 02:46:11 +00:00
pinkerton%netscape.com 9ec72c8f0c don't set the "disable during load" popup blocking pref (bug 155351) 2003-08-16 03:09:43 +00:00
dwitte%stanford.edu ee64b32c3e Bug 209475: Make nsIPermissionManager more flexible for extensions.
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.

Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).

patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
bryner%netscape.com b9af4fb421 fix a warning 2003-05-20 10:21:15 +00:00
pinkerton%netscape.com 89691a5b5a make add to whitelist work on 10.1 by using the routine i really wanted
from the start.
2003-04-29 02:06:57 +00:00
bryner%netscape.com 0282489c03 more #include cleanup. 2003-04-27 08:41:02 +00:00
pinkerton%netscape.com 75f9210269 biffed getting of js/java prefs at panel init 2003-04-25 17:56:47 +00:00
pinkerton%netscape.com 2137adc731 new layout of webfeatures panel, added popup whitelist editor and setting
to turn off ability of websites to adjust win size/pos and status bar. Fixed
privacy panel to correctly scan the permission list for cookies.
2003-04-25 06:18:37 +00:00
pinkerton%netscape.com 4c5cb1755e removing search field for bug 158246 2003-04-10 03:54:24 +00:00
pinkerton%netscape.com d9dc9f4ffd adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
dbaron%dbaron.org 59082fdb1e Bustage fix. b=191380 2003-03-22 20:55:56 +00:00
dbaron%dbaron.org 1948e2d1df Bustage fix. b=191380 2003-03-22 19:51:59 +00:00
dbaron%dbaron.org 2990ceea7e Bustage fix from <mvl@exedo.nl>. b=191380 2003-03-22 19:47:45 +00:00
bryner%netscape.com 513721f882 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 2a7b65c505 Merging changes from CHIMERA_M1_0_1_BRANCH. 2003-01-08 06:33:05 +00:00
bryner%netscape.com 213a0b4218 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 3ba234c77f Removing files which were moved to chimera/resources/localized/English.lproj. 2002-08-21 23:06:55 +00:00
sfraser%netscape.com ef11d670d8 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 6d36f99478 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 e5fa70f42c 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 24e42c97ed updated icons from ugo 2002-08-15 18:55:54 +00:00
pinkerton%netscape.com ad8afd923a make dealloc call super class' 2002-08-06 00:17:31 +00:00
pinkerton%netscape.com 3f53046bea Keep XPCOM from being shut down while this window is open (bug 160241) 2002-08-01 18:00:50 +00:00
pinkerton%netscape.com 04b69c904a Removing file, changed to .mm 2002-07-25 21:58:32 +00:00
pinkerton%netscape.com 3711fd870a 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 5b31283cd5 Making the Colors and Links tab the default (bug 158152). 2002-07-19 02:26:53 +00:00
sfraser%netscape.com 8236111517 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 5bd90cc075 More changes for the fonts prefs panel. 2002-07-16 17:43:43 +00:00
sfraser%netscape.com 7b2f3e556f 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 10c51b328b 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 2f3b1bd0c8 New files for Appearance pref pane. The tiff is temporary. 2002-07-14 02:11:32 +00:00
sfraser%netscape.com 9b1e4178c8 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 5aad030ea4 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 4ba139edaf 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 094de7ed21 Whitespace and formatting changes only 2002-07-04 22:14:27 +00:00
sfraser%netscape.com 9e9e3c7439 Whitespace change 2002-07-03 06:17:20 +00:00
sfraser%netscape.com 3c19a51662 Fixing capitalization of 'Command' key. 2002-07-02 23:45:07 +00:00
sfraser%netscape.com fc67ed1c27 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 4225c4e77d HomePage is primary tab 2002-07-01 18:32:01 +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
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 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
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 fbad58c12c Remove personal prefs from list since they're not implemented 2002-06-26 19:52:16 +00:00
pinkerton%netscape.com da81ecc44e 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 510c8c4c80 a bunch of fixes that didn't land when i wanted them to. 2002-06-21 00:24:51 +00:00
pinkerton%netscape.com 16fac51c4c default tab is the first one, not the second. 2002-06-04 19:10:01 +00:00
pinkerton%netscape.com ea813dc9ea Cleaning up unused and misnamed classes in nibs 2002-05-31 17:25:18 +00:00
pinkerton%netscape.com 2adfe2e21f Cleanup, and renaming clear history button 2002-05-31 15:13:27 +00:00
pinkerton%netscape.com 47b9595439 Updating some class/method names, adding "clear global history" button 2002-05-31 15:08:45 +00:00
pinkerton%netscape.com 0e215da1d9 Add Navigation pref panel. 2002-05-30 21:57:25 +00:00
pinkerton%netscape.com 7cfcc9d09b First checkin 2002-05-30 21:56:11 +00:00
pinkerton%netscape.com 4fb6fcaa2a first checkin 2002-05-30 21:55:42 +00:00
pinkerton%netscape.com 43ca5b70d1 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 71350ecf08 Make pref panel respect UI guidelines 2002-05-30 14:55:10 +00:00
pinkerton%netscape.com 6a348190c4 Updated icon from Ugo. 2002-05-29 14:26:45 +00:00
pinkerton%netscape.com 8d1fcff6ba Update pref panels so exported symbols are unique. follows apple's guidelines. 2002-05-29 14:19:17 +00:00
pinkerton%netscape.com 2e1e1a71f3 backing out changes when landing privacy panel. doh! 2002-05-28 20:59:29 +00:00
pinkerton%netscape.com ae41edbd1d Just born 2002-05-23 01:16:05 +00:00
pinkerton%netscape.com f1b7cb0f5e Adding privacy panel 2002-05-23 00:24:08 +00:00
pinkerton%netscape.com b3a9cf3cb4 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 3bc9784e37 Prefs commit. 2002-04-20 23:05:15 +00:00
hyatt%netscape.com 926b5e4e90 Personal pane commit. 2002-04-20 23:04:29 +00:00
hyatt%netscape.com 9c94bdf184 Initial commit of .h files 2002-04-20 22:59:40 +00:00