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

28 Коммитов

Автор SHA1 Сообщение Дата
stuart.morgan%alumni.case.edu cc74833985 Camino only - Bug 370084: Allow for blacklisting in the popup exceptions list. r=stridey sr=mento 2007-02-23 00:51:11 +00:00
mark%moxienet.com ffaa9b7963 295755 Ship FlashBlock with Camino, and provide a preference in Camino's Web Features preference pane. Integration work by Bryan Atwood <bryan.h.atwood@gmail.com>. FlashBlock from http://flashblock.mozdev.org/, see camino/flashblock/README. Build trickery by me. r=smokey sr=smorgan 2007-02-21 20:24:55 +00:00
stridey%gmail.com dc002a8899 Bug 370357: Sync josh's email address across branch and trunk. Patch by smokey<alqahira@ardisson.org> sr=josh 2007-02-14 08:55:51 +00:00
stridey%gmail.com 1c0aaf9c4c Camino only - Bug 344982: Fix and expose 'Enable plug-ins' preference. Patch by Chris Lawson <bugzilla@chrislawson.net> r=kreeger sr=smorgan 2007-01-26 20:09:47 +00:00
stridey%gmail.com 5d161198b0 Camino only - Popup blocking preferences allow input when no data is in whitelist URL field. Patch by smorgan <stuart.morgan@alumni.case.edu> r=cl sr=pink b=357597 2006-10-25 19:08:54 +00:00
mark%moxienet.com a7f606cf4b 344036 Give certain pref checkboxes 'mixed state' look when neither on nor off. Patch by stridey@gmail.com. r=hwaara sr=pink. 2006-08-15 15:47:23 +00:00
nick.kreeger%park.edu a708c567b8 Backing out previous checkin on bug 344036 until the nib problem has been fixed. 2006-08-13 18:15:36 +00:00
nick.kreeger%park.edu 7226be3c60 Fixing bug 344036, give certain pref checkboxes mixed state look when neither on nor off. Checking in source changes, nib changes next due to synching issues (trunk vs. 1.8.1 branch). Patch by froodian <stridey@gmail.com>, r=hwaara, sr=pink. 2006-08-13 17:34:27 +00:00
nick.kreeger%park.edu a0a58a6aeb Fixing bug 277706, need pref UI to control tabbing navigation between form elements and web page links. Patch by froodian <stridey@gmail.com>, r=me, hwaara, sr=pink. 2006-07-13 15:30:39 +00:00
smfr%smfr.org 0d6859d92d Fix bug 305010: change the ad blocking pref to use nsIStyleSheetService to load the file, rather than copying it into userContent.css, so that we can load and unload the file dynamically, and not clobber the user's userContent.css.
The first time you run a build with this change, it will move any existing userContent.css to userContent_unused.css. r=pinkerton
2005-08-19 17:28:12 +00:00
pinkerton%aol.net 29fb58096c option to prevent animaged images from repeating (bug 162395) 2005-08-07 21:40:27 +00:00
pinkerton%aol.net 7374d205ed add adblocking with userContent.css to pref panel. 2005-05-27 22:10:10 +00:00
gerv%gerv.net 1dc8a1c9a4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 93d5f502b9 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
smfr%smfr.org 47d85df185 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
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 2d41d985d8 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
pinkerton%aol.net 19945422c5 add pref for resize images 2004-04-25 23:10:17 +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%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 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
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