Commit Graph

351 Commits

Author SHA1 Message Date
smfr%smfr.org
3d2e377a9f Change the default browser prompt to use "Yes" and "No" for button titles, and fix up nsAlertController methods to return standard cocoa button values. 2005-09-10 23:39:19 +00:00
smfr%smfr.org
340ef9e085 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
smfr%smfr.org
462a86ea80 More adblocking tweaking. 2005-09-10 22:22:52 +00:00
mark%moxienet.com
73564e919f 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
4ec5ed3216 Fix bug 179009: update items in context menus by making the menus autoupdate. 2005-09-10 04:37:37 +00:00
mark%moxienet.com
2555a451fd Removing files obsoleted by bug 302080. 2005-09-10 04:09:08 +00:00
mark%moxienet.com
6f410040c6 Bugs 305717, disk image background is confusing. New background and icon by Jasper Hauser <camino@jasperhauser.nl>. Bug 305369, disk image window clips content and other aesthetic complaints. New .DS_Store by yours truly. Camino-only-npotb. r=me 2005-09-10 03:46:11 +00:00
smfr%smfr.org
0033b94c79 Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:. 2005-09-10 03:30:47 +00:00
smfr%smfr.org
b7d2679dc6 More ad blocking tweaks. 2005-09-10 03:27:28 +00:00
smfr%smfr.org
45499c4ab2 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
smfr%smfr.org
b8576d7ce2 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
pinkerton%aol.net
1577e766a8 use ellipsis instead of ... (bug 307252) 2005-09-07 14:12:23 +00:00
pinkerton%aol.net
e36e1d053e rebranding trunk as 1.0+ 2005-08-31 18:11:25 +00:00
mark%moxienet.com
344d5a9208 Bug 289334, Download manager text is cut off if too long. Set truncation on NSTextFields. Fix by Nick Kreeger <nick.kreeger@gmail.com>. Camino-only. r=me 2005-08-29 22:51:33 +00:00
smfr%smfr.org
459daf10ff Add some error dialogs for various fatal errors that can happen during launch of Camino. Addresses bug 201506. 2005-08-28 21:27:04 +00:00
smfr%smfr.org
7198ad1000 Make sure CSS is valid. 2005-08-28 00:45:13 +00:00
smfr%smfr.org
dee83267ec 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
473548d78f 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
mark%moxienet.com
4e188e8ab2 Missed files from bug 302080. 2005-08-18 13:29:55 +00:00
mark%moxienet.com
4e19563146 Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner 2005-08-18 13:11:46 +00:00
smfr%smfr.org
11e658247d Fix bug 259903: allow the user to show file extensions when saving web pages, and correctly fix up the file extension when they swap formats. 2005-08-17 18:30:12 +00:00
pinkerton%aol.net
6c4bf40715 implement "use selection for find" and move more of the find code into
the CHBrowserView and change it to using the firstResponder. (bug 157051)
2005-08-08 02:59:20 +00:00
smfr%smfr.org
700f885ac8 Optimize the performance of bookmarks loading in Camino so that we launch must faster with large bookmarks files. Changes include:
* Change from having every bookmark register for page and favicon load notifications to having the BookmarksManger watch for loads, and then notify the relevant bookmarks. Requires the BookmarksManager to maintain two maps, one of page url -> bookmark, and another of favicon url -> bookmark.
* Now we build the bookmarks menus lazily on display: BookmarkMenu is now an NSMenu subclass.
* The writing of Spotlight Metadata for bookmarks now happens on a thread, after we've set up the rest of the bookmarks.
* We no longer save some empty keys for bookmarks and folders to the bookmarks plist file, which reduces its size (and saving cost). Also changed some bookmarks members from being object types (NSNumber) to primitive types.
* Delay the loading of bookmark icons until requested (rather than when the bookmarks url is set on bookmark loading).
* Bookmark changed notifications now go out with a set of change flags, so we know what changed and can avoid saving bookmarks for trivial changes.
* We no longer save the bookmarks when you tab between fields in the Info panel, if you didn't change anything.
* Sundry bookmarks code cleanup for readability and leg-cocking.
* We now save custom (i.e. <link>-based) favicon URLS with bookmarks, which allows us to avoid hitting the Necko cache for every bookmark up-front as we try to figure out the favicon url for a bookmark.
* The site icon provider code now provides info in the "loaded" notification about whether the load came from the network.

Fixes bug 279994, bug 236373.
2005-08-06 20:14:30 +00:00
smfr%smfr.org
0db9004872 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
99b46a5719 add pause/resume to download manager (bug 187483) 2005-08-02 22:53:43 +00:00
smfr%smfr.org
57e1fe973a Fix bug 160008: make autocomplete work in the Location sheet. 2005-08-02 20:28:45 +00:00
pinkerton%aol.net
41444d5835 change default button to "Add" (bug 285528) 2005-08-01 02:19:51 +00:00
pinkerton%aol.net
b70f122721 ran through -cat to reduce file size 2005-08-01 02:03:25 +00:00
pinkerton%aol.net
ea84a3bdf0 history toolbar item 2005-08-01 01:03:45 +00:00
pinkerton%aol.net
7be81771d5 add toolbar button to show history (bug 229957) 2005-08-01 01:03:10 +00:00
smfr%smfr.org
10450416d0 Fix bug 302732: favicon can remain in tab when going back/forward; fixed by swapping favicons even if there is no new network load (which happens wiht bfcache).
Fix bug 195169: when making bookmarks, we save the URL with relataive anchors now (before, we just used the page URL).
Fix bug 295731: when a favicon loads, make sure it's for the current page before showing it.
Fix bug 231039: we save the bookmarks splitter location now.
Fix bug 284829: about:bookmarks/about:history have a favicon now.
Fix bug 293768: we save the expanded state of bookmarks folders in the bookmarks outliner now (which requires us to save UUIDs to the bookmarks file)
Maybe help bug 289769: avoid using 'nil' as a premature argument to [NSDictionary dictionaryWithObjectsAndKeys], which may have contributed to lost bookmarks.
Fix bug 285097: show the correct (localizable) window title for bookmarks and history.

Code cleanup: removed [CHBrowserView getCurrentURLSpec] and replaced all calls with calls to [CHBrowserView getCurrentURI], which should return the same thing. Standardized wrapper methods to match.
2005-07-31 22:36:56 +00:00
pinkerton%aol.net
64a70e6466 adding "camino support" link to help menu (bug 183570) 2005-07-31 21:28:05 +00:00
pinkerton%aol.net
a145ec5bd9 move bookmarks.plist into localized folder so default bookmarks can be
tailored per localization. (bug 179900)
2005-07-31 21:09:14 +00:00
smfr%smfr.org
55428a8dd6 Fix bug 191702: change New Bookmark Folder shortcut to Command-SHIFT-N. 2005-07-30 01:16:37 +00:00
pinkerton%aol.net
55f2b027fb 09a2+ branding 2005-07-20 14:46:33 +00:00
smfr%smfr.org
a23627a211 Fix keyboard navigation in the keychain dialogs (bug 173213). 2005-07-17 04:33:09 +00:00
smfr%smfr.org
d38cfa3baa Fix bug 298295 (tweak tab corner images), and shrink other images with tiffutil. 2005-07-17 04:27:28 +00:00
pinkerton%aol.net
bc88601141 bold title of alert sheets (bug 300581) 2005-07-13 17:11:41 +00:00
pinkerton%aol.net
741ed14037 0.9a2 branding 2005-07-12 18:39:04 +00:00
pinkerton%aol.net
cdcfe3b1c8 removing unsued prefs file 2005-07-05 22:48:08 +00:00
pinkerton%aol.net
d174d4c550 turn on bfcache pref for nightly builds 2005-07-05 22:41:08 +00:00
smfr%smfr.org
344e87775b 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
joshmoz%gmail.com
d706e4741e add "Reset Camino" to localizable strings. b=294727 r=josh 2005-07-05 19:41:38 +00:00
smfr%smfr.org
f50615aecb Fix bug 298629: clear search results when switching between history and bookmarks. Also fix the action menu when history is visible to use the dynamically created context menu. 2005-06-24 02:23:43 +00:00
pinkerton%aol.net
223a59ef98 0.9a1+ branding for trunk 2005-06-21 00:29:41 +00:00
joshmoz%gmail.com
577588f69c get rid of blue globe/lock icon in status bar for UI cleanliness reasons. what did the blue globe mean anyway? b=297138 r=armen sr=pinkerton 2005-06-09 18:09:57 +00:00
pinkerton%aol.net
1ac6977895 updating user agent to 09a1 2005-06-09 14:47:30 +00:00
joshmoz%gmail.com
2b94cdd1cf Get rid of "Document: Done" from status bar. b=246112 r=josh sr=smfr 2005-06-09 07:59:05 +00:00
joshmoz%gmail.com
9c0e921559 Make scrollbar size consistent in bookmark manager. Collections scrollbar is now big. No bug, trivial change. r=josh r=armen 2005-06-09 02:34:16 +00:00
pinkerton%aol.net
e43a39dc38 much better version of the file from Neil 2005-05-31 13:00:44 +00:00