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

50 Коммитов

Автор SHA1 Сообщение Дата
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 52f8c2ecae Fix bug 286438: enabling of Remove All in sheets for editing cookies, and excpetion sites.
Also fix it so that we select the item after the last deleted item when deleting.
2005-08-02 17:27:00 +00:00
pinkerton%aol.net c8189bb142 disable "remove all" button in cookies and permissions sheet when the user
has typed in a filter to avoid confusion as to what "all" gets removed
(bug 286438)
2005-08-01 02:33:48 +00:00
pinkerton%aol.net fb3f234b5a filtered lists remain filtered and sorted when allow/deny state changed
(bug 280981)
2005-07-31 20:02:02 +00:00
smfr%smfr.org 82911707ca Fix up the keyboard loop in prefs panes (bug 298174). 2005-06-28 05:37:02 +00:00
pinkerton%aol.net c0a5b42c28 make the search field in the cookie sheets the first responder. also put
the search fields into the key loop for full keyboard access. put the hack
for tabbing with search fields on toolbars into code that's more restrictive
to the search bar only being on a toolbar so it works more normally when
used in situations such as this in a normal key loop (bug 281031)
2005-04-24 20:27:29 +00:00
smfr%smfr.org 6a75f27955 Add license. 2005-03-04 05:44:34 +00:00
smfr%smfr.org 8c288106d4 Fix various keyboard navigation issues. 2005-02-03 07:13:24 +00:00
pinkerton%aol.net f3324e8389 add search fields to permissions and cookie sheets (bug 263336) 2005-02-02 23:17:39 +00:00
smfr%smfr.org ec2203a37e Fix some sheet sizing issues. r=#camino 2005-01-27 02:49:24 +00:00
pinkerton%aol.net 52c3b9a203 update the look of preference panels (from jasper) 2005-01-24 21:19:08 +00:00
smfr%smfr.org a4d073dae6 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 20381591a8 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 e77fecb787 Fix keyboard navigation in the Camino preference panes. 2005-01-16 05:07:00 +00:00
smfr%smfr.org 887e8b71c4 Warning fixes. 2005-01-16 04:36:20 +00:00
joshmoz%gmail.com 3cc949b577 Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major. 2004-12-24 07:23:52 +00:00
bryner%brianryner.com 1435145ce6 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 47dd437793 confirm when removing all cookies (bug 246738) sr=pinkerton 2004-11-20 00:50:51 +00:00
joshmoz%gmail.com 9a9da97694 localize cookie editor yes/no values (bug 262780) 2004-11-04 21:23:48 +00:00
pinkerton%aol.net b43657687c 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 3e2af6f0ba better l10n for pref panes (bug 246163) 2004-06-16 05:19:30 +00:00
pinkerton%aol.net c6d655cd2a set min sizes on sheets 2004-05-05 21:27:56 +00:00
pinkerton%aol.net 0a44d9d7b3 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 2844e2a313 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 98cc6e0845 use exterior focus ring on panther 2004-02-12 07:54:07 +00:00
pinkerton%aol.net c4e92e1a45 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 8ebc54571b allow sorting in cookie sites sheet (bug 179054) 2004-01-13 22:42:07 +00:00
dwitte%stanford.edu 4b5efbe397 fixing bustage 2003-10-30 05:13:20 +00:00
dwitte%stanford.edu d148efde49 removing nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 04:37:14 +00:00
dwitte%stanford.edu 79a057d46a 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
pinkerton%netscape.com e4738f5ca7 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
dbaron%dbaron.org 1b7ecced34 Bustage fix. b=191380 2003-03-22 20:55:56 +00:00
dbaron%dbaron.org 669a280743 Bustage fix. b=191380 2003-03-22 19:51:59 +00:00
dbaron%dbaron.org 73a75cc707 Bustage fix from <mvl@exedo.nl>. b=191380 2003-03-22 19:47:45 +00:00
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 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
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
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
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 446dc831f9 Cleaning up unused and misnamed classes in nibs 2002-05-31 17:25:18 +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 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