Commit Graph

172 Commits

Author SHA1 Message Date
mozilla.mano%sent.com
c61da76a58 Bug 279533 - Update Camino's font preferences code per bug 95227 (serif/sans-serif set is now per language). r=wevah sr=smfr 2005-02-16 16:40:32 +00:00
joshmoz%gmail.com
ae92e3d8ea trivial focus fixes - make initial key views and first key views the same, hook up initial key view in General pref pane so that there is an initial focus when switching back to General from some other pane. b=278820 2005-02-09 07:15:23 +00:00
smfr%smfr.org
6fdcbe02cd Fix various keyboard navigation issues. 2005-02-03 07:13:24 +00:00
pinkerton%aol.net
597901bc43 add search fields to permissions and cookie sheets (bug 263336) 2005-02-02 23:17:39 +00:00
gerv%gerv.net
51258ac3cb Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
pinkerton%aol.net
ed4ea5de1f fix spelling error 2005-02-02 22:53:22 +00:00
smfr%smfr.org
8319a60662 Fix some sheet sizing issues. r=#camino 2005-01-27 02:49:24 +00:00
pinkerton%aol.net
fc5e7e1e75 better icon for appearance 2005-01-24 21:36:47 +00:00
pinkerton%aol.net
b8fb9ddaa1 fix history panel like the others 2005-01-24 21:28:17 +00:00
pinkerton%aol.net
450aaa2f38 update the look of preference panels (from jasper) 2005-01-24 21:19:08 +00:00
joshmoz%gmail.com
65c3b4c8f8 Fix a crash on quit that happened if you had visited the Web Features pref panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. This is the same fix for the same bug that smfr committed yesterday in the privacy pref pane code. Also, add licenses to two files missing them. 2005-01-19 02:14:21 +00:00
joshmoz%gmail.com
72afa62d49 move history prefs into their own pane, part of major prefs reorg 2005-01-18 23:34:29 +00:00
smfr%smfr.org
1b0cc4d99c Fix a crash on quit that happened if you had visited the Privacy panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. r=josh 2005-01-17 19:21:56 +00:00
smfr%smfr.org
b6799a3a8f Tidy up some of the preferences nib files, to try to make the layout more similar between panels (more work needed here). Add support for the delete key in the cookie editing sheets. Ensure that the checkboxes in the security panel are update when the window is activated, because they might have been changed by the security warning sheets. 2005-01-16 07:52:39 +00:00
smfr%smfr.org
cc4d961414 Clean up the sheet for editing popup blocking whitelist. In particular, disable the Add button when the text field is empty. 2005-01-16 05:27:59 +00:00
smfr%smfr.org
642809a403 Fix keyboard navigation in the Camino preference panes. 2005-01-16 05:07:00 +00:00
smfr%smfr.org
892741da21 Warning fixes. 2005-01-16 04:36:20 +00:00
joshmoz%gmail.com
37826d0f1f rename navigation pref pane to "General", also remove multiple pane view and default to "General". no bug, sr=pinkerton 2005-01-14 01:40:13 +00:00
joshmoz%gmail.com
acf6e5be80 Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major. 2004-12-24 07:23:52 +00:00
joshmoz%gmail.com
22d6db5d62 clean up extra tab view in nib files 2004-12-18 23:23:24 +00:00
joshmoz%gmail.com
b2bc72b694 fix reversed autoclose dl manager prefs, no bug 2004-12-18 00:24:09 +00:00
joshmoz%gmail.com
4edcf65426 new tabs pref pane icon 2004-12-17 21:58:08 +00:00
joshmoz%gmail.com
f08f29f7a6 use the right nib file... 2004-12-17 20:56:12 +00:00
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