mark%moxienet.com
4a39a0f48d
329967 Ad-blocking: ads back on myspace.com. Patch by Smokey Ardisson <alqahira@mindspring.com>. r=samuelsidler sr=smfr a=me
2006-04-19 05:19:33 +00:00
hwaara%gmail.com
c1b398c8e1
Fix bug 330801, [ad-blocking] ads made by javascript not blocked on spiegel.de. Patch by Smokey Ardisson (alqahira@mindspring.com). r+sr=sfraser
2006-03-25 14:22:53 +00:00
pinkerton%aol.net
f2238ef436
always bring dl window to the front when a dl starts (user_pref to disable)
2006-03-21 01:46:04 +00:00
pinkerton%aol.net
3999b6e2a7
make google search resizable. this will reset everyone's toolbar defaults (bug 244099)
2006-03-19 16:13:44 +00:00
hwaara%gmail.com
848f096797
fix bug 320203, Respect the Gecko pref for browser.backspace_action
...
r=smorgan, sr=pinkerton, patch by Chris Lawson (bugzilla@chrislawson.net )
2006-03-01 19:44:01 +00:00
mark%moxienet.com
e32eff6651
327850/327682 Bump version numbers
2006-02-19 22:41:13 +00:00
mark%moxienet.com
ff2569323f
327682 Bump version numbers: 1_8_0 to 1.0.0+, 1_8 to 1.0+, trunk to 1.2+
2006-02-19 00:12:31 +00:00
mark%moxienet.com
188d77e4a6
324617 Ad-blocking fixes, ad-blocking i18n. Patch by Smokey Ardisson <alqahira@mindspring.com>, some other changes by smfr. r=smfr
2006-02-13 19:11:39 +00:00
smfr%smfr.org
8562921cac
Tweak Camino's ad blocking.
2006-01-15 20:31:18 +00:00
dbaron%dbaron.org
1c2ad07515
Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006.
2006-01-03 04:19:06 +00:00
mark%moxienet.com
d7aceb33a9
Bug 314287, command-scroll changes text size which is so incredibly annoying. Remap command-scroll to standard scroll, putting text size on control and history on option. Camino-only, npotdb. r=smfr
2005-12-28 17:01:20 +00:00
smfr%smfr.org
54960c1d33
Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info.
...
Fix the "Reset Camino" warning string to remove the reference to saved passwords (re: bug 320208).
Improve some #include hygiene in AutoCompleteDataSource.h and fallout.
Fix it so that main windows don't have to all implement -autosaveWindowFrame.
Fix some ownership issues in AutoCompleteDataSource that could cause us to use potentially released images in the autocomplete popup.
Push the code for accessing page security information down into CHBrowserView, and change Page Info to use it. Also fix some spelling errors, and improve Page Info strings for mixed content.
Fix an nsIDOMWindow leak in Page Info, and use a already_AddRefed<> return value in CHBrowserView to make ref counting of nsIDOMWindows less prone to bugs.
Change some code to use pre-existing CHBrowserView.h constants.
No longer show the "trust" checkboxes in the certificate view if we can't read the trust settings (cert not in DB), unless we're accepting a CA cert.
When showing a cert from Page Info or the lock icon, show trust for SERVER_CERT usage, rather than CA_CERT usage.
Tweak ad blocking.
2005-12-25 01:52:35 +00:00
pinkerton%aol.net
8b554d04a1
removing netscape.com from defaults (bug 312969)
2005-12-09 18:28:55 +00:00
smfr%smfr.org
25967bf9a4
Fix bug 159048: implement Page Info for camino. This uses a new set of views that have size-to-fix behavior, which are also used now for the certificate view, and the downloads window.
2005-12-02 05:20:36 +00:00
smfr%smfr.org
c0d59bf833
Block images matching .2mdn.net
2005-11-18 05:27:24 +00:00
smfr%smfr.org
6563569d9f
Remove the "?click" rule, because it breaks some legitimate sites.
2005-11-12 19:35:07 +00:00
smfr%smfr.org
bb90d10c30
Combine the two "Warn when closing/quitting" prefs into one. Bug 196359
2005-10-26 04:02:37 +00:00
smfr%smfr.org
d9b4b3721e
Add a couple more sites to Camino's ad-blocking CSS.
2005-10-23 17:29:36 +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
895b674327
Fix bug 181649: make sure that site icons are not loaded if the (hidden) "browser.chrome.favicons" pref is set to false.
2005-10-13 02:23:05 +00:00
mark%moxienet.com
4f6227cab0
Tweak mousewheel sysnumlines values to be correct, the Camino equivalent of bug 311941.
2005-10-11 15:13:49 +00:00
mark%moxienet.com
4c18041ad1
Bug 293503, back/forward behavior is reversed when scrolling horizontally with alt/option. Fix mousewheel binding. Includes Camino pref fixage. r=mano sr=roc
2005-10-10 06:05:38 +00:00
smfr%smfr.org
ffddaf591f
Fixes for Camino bugs:
...
311049: fix focus issue in popup windows.
307743: export of bookmark keywords etc (patch by Chris Lawson).
293768: we now remember which container was selected in bookmarks.
Fixed HTML export by ensuring that the root folder has the appropriate special flag set.
Fixed "Redo" when moving a bookmark within a folder.
Fixed the first Undo after showing bookmarks (which used to throw an exception) by avoiding using the bookmarks undo manager for URL bar text operations.
Fixed drag and drop in the bookmarks to show the correct feedback when copying, and allow copying into the containers table again.
Fixed Undo in the url bar to not create undo items for no-op changes.
Fixed the context menu for empty rows in the bookmarks to enable the "New Folder" item.
Also cleaning up bookmarks reading and import code to deal better with corrupted bookmarks files, ensuring that we always end up with toolbar and menu containers. Fixed setting up the toolbar folder from a bookmarks.xml conversion. Allow us to read a Safari Bookmarks.plist file as the bookmarks file (rather than an import) in case a user copies it over. Break assumptions about the container ordering, so that if container folders get moved around in the bookmarks file, we'll still find them OK.
2005-10-05 20:24:03 +00:00
smfr%smfr.org
9c34db8ac6
Fix camino ad-blocking issues, bugs 306796, 307849, 310721, 311017.
2005-10-04 17:02:23 +00:00
bryner%brianryner.com
0c00f57e07
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-23 18:16:40 +00:00
mark%moxienet.com
7ca14d03a5
Typo fix, didn't affect anything before, won't affect anything now. r=your grammar teacher
2005-09-20 03:40:50 +00:00
bryner%brianryner.com
33955684cd
Backing out 292965 until Tp regression is understood.
2005-09-14 07:28:05 +00:00
bryner%brianryner.com
300a390b7b
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-14 03:38:40 +00:00
smfr%smfr.org
1b34d592d9
More adblocking tweaking.
2005-09-10 22:22:52 +00:00
mark%moxienet.com
bd8137c668
Bug 244678, change bundle identifier to org.mozilla.camino and creator to MOZC. r=smfr
2005-09-10 05:43:09 +00:00
smfr%smfr.org
96d921591e
More ad blocking tweaks.
2005-09-10 03:27:28 +00:00
smfr%smfr.org
7423622fe7
Fix bug 306565: don't block all yahoo images, bug 306723 block mspaceads.com. Also tweaked some other blocking CSS.
2005-09-08 20:56:31 +00:00
pinkerton%aol.net
267f28cc11
rebranding trunk as 1.0+
2005-08-31 18:11:25 +00:00
smfr%smfr.org
964a7f0ff5
Make sure CSS is valid.
2005-08-28 00:45:13 +00:00
smfr%smfr.org
468d6720c3
Fix bug 296783: clean up ad_blocking.css to avoid lots of false hits. Make the rules more specific; testing by visiting many of the top 200 sites. r=me
2005-08-28 00:18:35 +00:00
smfr%smfr.org
9e1946dbbc
Fix bug 231736: get the Proxy Auto-Config settings from the OS if possible. Added a new hidden pref "camino.use_system_proxy_settings" which can be used to turn off the automatic reading of proxy info from the OS, if you want to specify it yourself.
...
Also turned off the dumping of JS/CSS errors to the console. r=pinkerton
2005-08-19 19:20:22 +00:00
smfr%smfr.org
730c541360
Take out a rule that matches any div with "popup" in the id because it's too general (bug 302547).
2005-08-05 03:36:36 +00:00
pinkerton%aol.net
71ea4cb477
adding "camino support" link to help menu (bug 183570)
2005-07-31 21:28:05 +00:00
pinkerton%aol.net
62e066a40c
move bookmarks.plist into localized folder so default bookmarks can be
...
tailored per localization. (bug 179900)
2005-07-31 21:09:14 +00:00
pinkerton%aol.net
8d44844b8c
09a2+ branding
2005-07-20 14:46:33 +00:00
pinkerton%aol.net
0ad3eaaf26
0.9a2 branding
2005-07-12 18:39:04 +00:00
pinkerton%aol.net
7b3c72fb2c
removing unsued prefs file
2005-07-05 22:48:08 +00:00
pinkerton%aol.net
b718840f60
turn on bfcache pref for nightly builds
2005-07-05 22:41:08 +00:00
smfr%smfr.org
e9c8c68aaf
Fix bug 248304: turn off the universal charset detector by default, but allow users to turn it back on via an item at the bottom of the Text Encodings menu. Also add a new item for GB 18030. r=pinkerton.
2005-07-05 20:11:34 +00:00
pinkerton%aol.net
992df5b26f
0.9a1+ branding for trunk
2005-06-21 00:29:41 +00:00
pinkerton%aol.net
a7f59e5f6c
updating user agent to 09a1
2005-06-09 14:47:30 +00:00
pinkerton%aol.net
3b15bf4ae2
much better version of the file from Neil
2005-05-31 13:00:44 +00:00
pinkerton%aol.net
10fdda9e81
0.9a1 alpha branding
2005-05-29 15:48:18 +00:00
pinkerton%aol.net
7374d205ed
add adblocking with userContent.css to pref panel.
2005-05-27 22:10:10 +00:00
pinkerton%aol.net
9812caeadd
force camino to tab to form controls, regardless of the system pref. this
...
best matches user expectation as nobody knows about the system pref, or that
that particular pref would impact camino's content area tabbing.
2005-05-11 03:26:08 +00:00