Commit Graph

21 Commits

Author SHA1 Message Date
nick.kreeger%park.edu
c7f144245b Fixing bug 342956, [ad-blocking] Block some common/repeat offender imdb flash ads. Patch by Ardisson <alqahira@mindspring.com>, sr=smfr
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206264 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-01 04:09:54 +00:00
mark%moxienet.com
625c64d5cb 329967 Ad-blocking: ads back on myspace.com. Patch by Smokey Ardisson <alqahira@mindspring.com>. r=samuelsidler sr=smfr a=me
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194668 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-19 05:19:33 +00:00
hwaara%gmail.com
fb154366ff Fix bug 330801, [ad-blocking] ads made by javascript not blocked on spiegel.de. Patch by Smokey Ardisson (alqahira@mindspring.com). r+sr=sfraser
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192983 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-25 14:23:09 +00:00
mark%moxienet.com
beaa518307 324617 Ad-blocking fixes, ad-blocking i18n. Patch by Smokey Ardisson <alqahira@mindspring.com>, some other changes by smfr. r=smfr
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189837 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:11:39 +00:00
smfr%smfr.org
f1837512f6 Camino only:
Fix bug 169816: implement bookmark sorting (really arranging) in Camino. Selecting a single folder will sort its children. Selecting two or more items will sort them together. Holding down the Option key will do a deep sort of all selected items. If nothing is selected, the current collection is sorted (if allowed).
Fix bug 322809: bookmarks toolbar and menu folders should have localized names.
Other fixes:
Re-order the bookmarks and history context menus slightly to reduce the number of separators.
Fix the bookmarks toolbar to not respond to every bookmark update by looking for a button with the changed bookmark.
Fix the bookmarks toolbar to notice child re-orderings and update appropriately.
Clean up the key handling code in ExtendedOutlineView and ExtendedTableView, and make our outline and table views respond to the home and end keys by scrolling to top/bottom.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187661 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-15 21:16:09 +00:00
smfr%smfr.org
22402be67f Camino only:
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.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@186570 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-25 02:18:20 +00:00
smfr%smfr.org
94db572e90 Camino only:
Land Page Info (bug 159048) on the branch, with associated ProgressDialog and CertificateView changes.
Remove some files from the Resources target of the project, since they were added there by mistake.
Merge other minor changes from the trunk.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@185675 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-05 01:34:19 +00:00
smfr%smfr.org
c9aee6dc00 Camino only:
Block images matching .2mdn.net


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@184890 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-18 05:28:01 +00:00
smfr%smfr.org
ca10b1733a Camino only:
Remove the "?click" rule, because it breaks some legitimate sites.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@184517 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-12 19:35:18 +00:00
smfr%smfr.org
7384bd9411 Add a couple more sites to Camino's ad-blocking CSS.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182822 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-23 17:29:44 +00:00
smfr%smfr.org
b8de7a7793 Camino only:
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.
Also tweak ad-blocking slightly.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182441 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-18 04:21:02 +00:00
smfr%smfr.org
5bb82a04b9 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.
297860: after import, bookmarks bar does not retain folder copied into it.

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.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181676 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-05 21:00:39 +00:00
smfr%smfr.org
de7d9e95af Fix camino ad-blocking issues, bugs 306796, 307849, 310721, 311017.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181587 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 17:02:47 +00:00
smfr%smfr.org
727950d286 More ad blocking tweaking.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179970 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-10 22:23:37 +00:00
smfr%smfr.org
c41fc1ed6f Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179944 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-10 03:36:54 +00:00
smfr%smfr.org
69827cfa85 Branch fix for bug 306565: fix ad-blocking in camino to not nuke all Yahoo images.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179893 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-09 03:17:53 +00:00
smfr%smfr.org
f2a7fcab2d Make sure CSS is valid.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179150 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 00:45:19 +00:00
smfr%smfr.org
7503f87b58 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179147 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 00:19:15 +00:00
smfr%smfr.org
0a71f3b1f0 Take out a rule that matches any div with "popup" in the id because it's too general (bug 302547).
git-svn-id: svn://10.0.0.236/trunk@177155 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 03:36:36 +00:00
pinkerton%aol.net
6b09ef8e9d much better version of the file from Neil
git-svn-id: svn://10.0.0.236/trunk@173841 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 13:00:44 +00:00
pinkerton%aol.net
da89772a63 add adblocking with userContent.css to pref panel.
git-svn-id: svn://10.0.0.236/trunk@173821 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 22:10:10 +00:00