smfr%smfr.org
8659ec4f40
Fix bug 324369: make sure we save a changed history value when closing the prefs pane (if the user hasn't tabbed to another control), while validating that it's a number.
2006-02-01 05:18:47 +00:00
smfr%smfr.org
87f1157175
Fix bug 321882: put some missing strings into Localized.strings in the app and Navigation prefs pane. Patches by Smokey.
2006-01-16 04:52:33 +00:00
mark%moxienet.com
697dcee41b
Bug 314632, update toolbar icons. Icons by Jasper Hauser <camino@jasperhauser.nl>. r=me
2005-12-02 21:10:51 +00:00
mark%moxienet.com
31309c7a63
Bug 318638, tweak security nibs. Changes by Jasper Hauser <camino@jasperhauser.nl>. Camino-only, npotdb. r=me
2005-12-02 03:07:00 +00:00
smfr%smfr.org
1745dfbcf0
Fix bug 269084: allow users to select one or more cookies and say "block these sites" to add the sites to the "deny" list. Also tidy up the UI in the Cookies and Exceptions sheets to use action buttons, and save table and window state.
2005-11-18 05:20:41 +00:00
pinkerton%aol.net
f4ae82a4f8
change button text to Edit Exceptions List (bug 316002)
2005-11-16 23:47:12 +00:00
smfr%smfr.org
f4abea28a6
Fix bug 314478: make sure the "Remove All" button in the "Edit exceptions list" sheet in Camino removes only the cookie permissions, and not any others.
2005-11-14 06:42:19 +00:00
smfr%smfr.org
ff1a4841d7
Fix bug 314557: add a "are you sure" warning before clearing all the cookie site exceptions. Patch by Bill Kocik and Smokey Ardisson.
2005-11-14 06:23:27 +00:00
smfr%smfr.org
f323a47f2d
Fix bug 315886 and bug 295774: add warning sheets when clearing the cache and history in the prefs, and standardize the terminology. Patches based on changes by Smokey Ardisson and Chris Lawson.
2005-11-14 05:31:36 +00:00
smfr%smfr.org
cf90897c21
Combine the two "warn when closing/quitting" checkboxes into one. Bug 196359.
2005-10-26 04:00:11 +00:00
smfr%smfr.org
1c041dc548
Fix bug 196359: show an optional warning when closing a window with multiple tabs, or quitting when multiple windows or tabs are open. Patch partially by Nathaniel Madura.
2005-10-18 04:06:55 +00:00
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
mark%moxienet.com
95b0dc32fd
Bug 244678, change bundle identifier to org.mozilla.camino and creator to MOZC. Changing the last straggler, ICStart(). Camino-only, certainly not navigator.
2005-09-10 06:06:31 +00:00
smfr%smfr.org
4eba246a8c
Fix bug 272606 and dependents: implement security in UI that allows you to trust new CAs, generate certificates, pick certs when a site asks for one, and a new certificate manager window accessible from prefs. Fixes bugs 151656 170355 267414 272591. r/sr=me.
2005-09-08 00:26:43 +00:00
smfr%smfr.org
c624284af1
Fix bug 279982: remove "Use system homepage" and associated Internet Config code, other than the code to fetch the downloads folder. r=pinkerton
2005-08-25 22:23:48 +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
smfr%smfr.org
5971533a14
Fix up the keyboard loop.
2005-08-07 22:26:02 +00:00
pinkerton%aol.net
29fb58096c
option to prevent animaged images from repeating (bug 162395)
2005-08-07 21:40:27 +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
smfr%smfr.org
395cac2e16
Fix bug 185750: when showing the Advanced font prefs, hide the font panel (and make sure that changeFont: notifications don't change the selected fonts in the main panel).
2005-06-02 04:02:37 +00:00
pinkerton%aol.net
7374d205ed
add adblocking with userContent.css to pref panel.
2005-05-27 22:10:10 +00:00
smfr%smfr.org
edae1198c7
Fix bug 289549: don't use -alternateTitle to store the type of proprotional font, because it can be changed by localizers. Instead, get the font type from the region dictionary.
...
Also fix the updating of the proportional font labels when you change font type, and fix the project so that it knows that the strings file is UTF-16.
2005-05-26 05:31:34 +00:00
smfr%smfr.org
816368ef87
Fix bug 262245: make sure the Downloads location is displayed using localized names. Patch by Ludovic Hirlimann.
2005-05-26 04:38:48 +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
pinkerton%aol.net
a7786fce2b
pref to have tab bar always visible (bug 162241)
2005-04-23 21:09:04 +00:00
pinkerton%aol.net
bfd7a78f6f
add "new folder" to choose download folder sheet (bug 288743)
2005-04-20 23:04:28 +00:00
smfr%smfr.org
0d6d3b55f7
Remove a space before an #import
2005-04-12 03:32:30 +00:00
bsmedberg%covad.net
2ce2d5059a
Attempting to fix b=288626, this will probably require setting MOZILLA_INTERNAL_API define in the xcode project, as I mentioned in the bug.
2005-04-06 06:11:40 +00:00
joshmoz%gmail.com
2808244571
add error checking to default browser code. no bug.
2005-03-25 00:28:56 +00:00
joshmoz%gmail.com
a023cd38fe
make sure we can always find Camino's path in our default browser menu code. b=287380 sr=sfraser
2005-03-25 00:01:25 +00:00
smfr%smfr.org
8818935af5
Check in patch from bug 287083 (patch by <torben@despammed.com>).
2005-03-24 04:04:58 +00:00
joshmoz%gmail.com
7f079e7ecc
add some default browser code documentation
2005-03-17 20:21:00 +00:00
joshmoz%gmail.com
0a363cf67b
don't hang if launch services can't find the browser it said is default. no bug
2005-03-17 20:15:36 +00:00
smfr%smfr.org
4efcbdd049
Fix build error.
2005-03-06 06:42:36 +00:00
smfr%smfr.org
00b2474405
Fix bug 284971: duplicate items showing up in Default Browser popup.
2005-03-06 06:25:38 +00:00
joshmoz%gmail.com
79f91e430f
add preference menu for default browser. b=218271 r=smfr sr=pinkerton
2005-03-05 18:14:11 +00:00
smfr%smfr.org
6a75f27955
Add license.
2005-03-04 05:44:34 +00:00
smfr%smfr.org
8cd0cd865c
Add zh-HK (Traditional Chinese: Hong Kong) to the font prefs. Bug 222919.
2005-03-02 05:31:18 +00:00
smfr%smfr.org
bd088ad5c9
Fix bug 173150: change the font panel to not show font face, and strip out font face info from the saved font.
...
Fix bug 188300: when the text samples have focus, return custom field editors so that we can get changeFont: notifications.
Also fix a bug where if a font was missing, subsequent font selections would not stick (should help with bug 175651).
2005-03-01 08:20:35 +00:00
smfr%smfr.org
85b35364ec
Rename all the member variables to start with "m" so the code is more readable.
...
Fix a problem where, if the font samples were clicked on, changing the font in the Font Panel no longer had any effect (using custom field editors). Bug 188300.
2005-03-01 06:32:54 +00:00
mozilla.mano%sent.com
0b6da1e22d
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
afd60575e4
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
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
gerv%gerv.net
1dc8a1c9a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-02 23:16:20 +00:00
pinkerton%aol.net
1bf6a29e51
fix spelling error
2005-02-02 22:53:22 +00:00
smfr%smfr.org
ec2203a37e
Fix some sheet sizing issues. r=#camino
2005-01-27 02:49:24 +00:00
pinkerton%aol.net
dea6cc54bb
better icon for appearance
2005-01-24 21:36:47 +00:00
pinkerton%aol.net
988e7d8b7d
fix history panel like the others
2005-01-24 21:28:17 +00:00
pinkerton%aol.net
52c3b9a203
update the look of preference panels (from jasper)
2005-01-24 21:19:08 +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
joshmoz%gmail.com
779974320c
move history prefs into their own pane, part of major prefs reorg
2005-01-18 23:34:29 +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
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
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
151e0f101e
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
3cc949b577
Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major.
2004-12-24 07:23:52 +00:00
joshmoz%gmail.com
f08f0662d7
clean up extra tab view in nib files
2004-12-18 23:23:24 +00:00
joshmoz%gmail.com
e4f53ec13e
fix reversed autoclose dl manager prefs, no bug
2004-12-18 00:24:09 +00:00
joshmoz%gmail.com
23d99cc294
new tabs pref pane icon
2004-12-17 21:58:08 +00:00
joshmoz%gmail.com
3a765c8236
use the right nib file...
2004-12-17 20:56:12 +00:00
joshmoz%gmail.com
6c343c46fc
add nib files forgotten from prefs reorg part 1
2004-12-17 19:51:53 +00:00
joshmoz%gmail.com
e727e361f0
pref reorganization part 1, no bug
2004-12-17 17:58:21 +00:00
joshmoz%gmail.com
d7f41243d4
pref reorganization part 1, no bug
2004-12-17 17:58:19 +00:00
joshmoz%gmail.com
19f4194065
pref reorganization part 1, no bug
2004-12-17 17:58:18 +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
f5a1ad776a
fix bug 158180 - Appearance section should have default button
2004-11-23 18:37:34 +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
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
joshmoz%gmail.com
224cc56c65
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
ded4e1b23b
fix landing of updated nib file for bug 175924
2004-10-14 00:23:11 +00:00
joshmoz%gmail.com
23fc18f74f
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
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
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