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

278 Коммитов

Автор SHA1 Сообщение Дата
mark%moxienet.com 640826888a 230320 Add Move to Trash command and Delete button to Downloads window. Patch by Bruce Davidson <mozilla@transoceanic.org.uk>. Icon by Jasper Hauser <camino@jasperhauser.nl>. Thanks also to Nick Kreeger <nick.kreeger@park.edu> and Ludovic Hirlimann <qa-mozilla@hirlimann.net>. Project file kicked by the usual suspect. r=kreeger sr=pink 2006-02-06 21:26:26 +00:00
mark%moxienet.com 1967a9a5a6 326004 Default size of download progress view window is too small. Fatten it up
.  Also change the order of the list of allowed toolbar items to match the defau
lt set.  r=smfr
2006-02-06 15:26:42 +00:00
smfr%smfr.org 6d1173c0d7 Fix camino bug 324511: "Last visit" should be "Visits" in the Bookmark Info panel. 2006-01-24 16:56:36 +00:00
smfr%smfr.org f083bd4cc7 Fix spelling error (bug 316029). Patch by Smokey. 2006-01-20 15:25:38 +00:00
smfr%smfr.org b2e8ee9964 Fix bug 322176: bump copyright year on the app to 2006. Patch by Smokey. 2006-01-16 05:05:34 +00:00
smfr%smfr.org 44d5a4a107 Fix bug 316692: add command-shift-L as shortcut for Email Page Location. 2006-01-16 05:01:34 +00:00
smfr%smfr.org f56a84681a 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
smfr%smfr.org dc67e36797 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.
2006-01-15 21:03:32 +00:00
smfr%smfr.org 9effb298fb 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
smfr%smfr.org 3c853f0ded Fix bugs 299799 and 254313: add context menu item to copy bookmark and history item urls to the clipboard. Patch by Chris Lawson. 2005-12-10 20:43:17 +00:00
smfr%smfr.org af4193dfa2 Fix bug 319488: make Camino's Page Info look nicer. 2005-12-10 06:19:57 +00:00
smfr%smfr.org b201b0d87e Fixing:
Bug 288979: can't resize bookmarks info (you can now), and tidied up the view impl.
Bug 319516: bookmark info panel is blank if you Get Info in bookmarks before selecting anything.
Bug 315338: bookmark info panel should not disappear if you unselect a bookmark. Now we just clear it instead.
Bug 311838: we save bookmark keyword changesnow when you close the panel.
Also fix various other cases where changes to the description would be lost, and changes to the other keyword or description would not show in the bookmarks right away.

Also fixing a misspelling in the download code.
2005-12-08 07:24:59 +00:00
smfr%smfr.org cb87184320 Prettify the drag feedback for tabs and the tab bar background, and add a (non-visible) title to the tab close button for accessibility. 2005-12-05 06:38:11 +00:00
smfr%smfr.org 8c11ddb186 Standardize terminology in Send Link/Email Page Location strings. Bug 315877. 2005-12-05 03:02:51 +00:00
smfr%smfr.org 9e1fbbc251 Tidy up Camino UI strings (bug 203235). 2005-12-05 02:21:30 +00:00
smfr%smfr.org ffa0195799 Fix bug 304036: clean up the Help menu in Camino. 2005-12-05 02:15:00 +00:00
smfr%smfr.org 8639bf0c77 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
mark%moxienet.com 30b8bf6f41 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
mark%moxienet.com 1ef21d9bf8 Bug 315866, "New window" item no longer in dock menu. Connect the proper NSMenuItem to the dock menu's mItemBeforeCustomItems. Camino-only, npotdb. r=pink 2005-11-10 20:26:07 +00:00
smfr%smfr.org 384d5692d1 Fix bug 314803: fix crash on download failure, caused by DownloadDone() getting called twice. Added error reporting for common downloading errors (no permissions in destination dir, and disk full) via a sheet on the downloads window.
Implemented nsIInterfaceRequestor on nsDownloadListener and nsHeaderSniffer because I was seeing assertions about this, and to avoid possible uninitialized value usage (bug 315246).
2005-11-06 06:40:36 +00:00
smfr%smfr.org 3b69fb7f86 Make sure the Info tab is selected. 2005-11-05 22:16:19 +00:00
smfr%smfr.org ab3c65a947 Fix bug 294732: rename "Name" field to "Title" to be consistent with the rest of the UI. Also tidy up the "Visit count" panel. Patch partly by Markus Magnuson. 2005-11-05 22:14:25 +00:00
pinkerton%aol.net 657886b3f4 increase default size of dialog to fit all buttons (bug 308094) 2005-11-03 14:58:00 +00:00
mark%moxienet.com 481c43da3a Bug 314226, "Unrequested Popup Detected" title should be localizable. The new key name is PopupBlockTitle. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>. Camino-only. r=smfr 2005-10-31 20:21:15 +00:00
smfr%smfr.org 7b5b6b8a46 Combine the two "Warn when closing/quitting" prefs into one. Bug 196359 2005-10-26 04:02:37 +00:00
smfr%smfr.org f32f41c0e6 Change the Camino pref pane identifiers to contain "org.mozilla.camino" rather than "org.mozilla.chimera", and fix the text encoding of many of the pref panel Localized.strings files. 2005-10-20 02:31:36 +00:00
smfr%smfr.org f7b95d449b Fix bug 312923: fix spelling errors in certificate dialog strings. Patch by lensovetp@mail.ru. 2005-10-18 23:42:08 +00:00
smfr%smfr.org 20c9bb65cb Fix bug 175863: Add a "reload all tabs" item to the tab context menu. Patch by Chris Lawson. 2005-10-18 17:44:41 +00:00
smfr%smfr.org a0e7cd8c30 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 8f59caf52d Fix bug 311453: make the tooltips on bookmark buttons show the title and url separated by a newline. r=pinkerton 2005-10-08 00:13:16 +00:00
smfr%smfr.org 7c83ac8847 Fix bug 303909: remove ellipsis from the "Create New Folder" context menu item on the bookmark bar. Patch partly by Nick Kreeger. 2005-10-07 04:35:35 +00:00
smfr%smfr.org d1c81a1f76 Fix bug 290520: change the Hide/Show Toolbar and Hide/Show Bookmarks Bar modifiers to use Shift, rather than Option. 2005-09-30 04:27:30 +00:00
smfr%smfr.org a98df28e0a Fix bug 299758: ensure that "Add to Address Book" string is localizable. Patch by Smokey Ardisson. 2005-09-30 04:17:22 +00:00
smfr%smfr.org 1a56a2fde4 Fix bug 308700: hang when generating certificates on some sites, because the "completion" PLEvent wasn't getting handled promptly. Fix is to push a new event queue while keygen is in progress. Also wired up the "Cancel" button in the nib. 2005-09-20 16:51:14 +00:00
smfr%smfr.org b4cbfced28 Convert CertificateDialog.strings to UTF-16 for localization. Bug 309019. 2005-09-19 17:12:47 +00:00
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 4ec5ed3216 Fix bug 179009: update items in context menus by making the menus autoupdate. 2005-09-10 04:37:37 +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 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
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 7be81771d5 add toolbar button to show history (bug 229957) 2005-08-01 01:03:10 +00:00