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

85 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net c6d655cd2a set min sizes on sheets 2004-05-05 21:27:56 +00:00
pinkerton%aol.net 7ae5388d84 unused plists 2004-04-25 23:16:55 +00:00
pinkerton%aol.net 9aeb5ec2a3 remove unused files 2004-04-25 23:15:35 +00:00
pinkerton%aol.net 19945422c5 add pref for resize images 2004-04-25 23:10:17 +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 0e41d59f09 removing obsolete nibs 2004-03-29 18:06:18 +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 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 ceba89fe2f new icons, aren't we purdy? (bug 234916) 2004-02-24 23:52:03 +00:00
pinkerton%aol.net 98cc6e0845 use exterior focus ring on panther 2004-02-12 07:54:07 +00:00
pinkerton%aol.net 7abe093365 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 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 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%aol.net 8ebc54571b allow sorting in cookie sites sheet (bug 179054) 2004-01-13 22:42:07 +00:00
pinkerton%aol.net 4ce3893764 fix licenses 2004-01-07 14:12:41 +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
pinkerton%netscape.com 9c8915e027 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 ce68afba13 fix compiler warning (bug 202716) 2003-08-21 02:46:11 +00:00
pinkerton%netscape.com 78fbfc1d65 don't set the "disable during load" popup blocking pref (bug 155351) 2003-08-16 03:09:43 +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
bryner%netscape.com b0ce57cf49 fix a warning 2003-05-20 10:21:15 +00:00
pinkerton%netscape.com a96c3f51fb 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 e228e19237 more #include cleanup. 2003-04-27 08:41:02 +00:00
pinkerton%netscape.com eb030d87ea biffed getting of js/java prefs at panel init 2003-04-25 17:56:47 +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
pinkerton%netscape.com f09984699e removing search field for bug 158246 2003-04-10 03:54:24 +00:00
pinkerton%netscape.com 05ae85ece3 adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +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 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