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

295 Коммитов

Автор SHA1 Сообщение Дата
nick.kreeger%park.edu 0db21d66a4 Updating the localization strings for the fix on bug 343299. 2006-07-31 16:29:31 +00:00
nick.kreeger%park.edu 5a3c16ceb0 Fixing bug 188679, enhance tooltips with URL for some toolbar icons. patch by froodian <stridey@gmail.com>, r=stuart.morgan, sr=pink 2006-07-21 03:15:23 +00:00
nick.kreeger%park.edu 52c4e9e3eb Fixing bug 328048, initial focus in Update keychain with new information sheet. nib fix by froodian<stridey@gmail.com>, r=smokey, sr=pink 2006-07-10 17:42:32 +00:00
hwaara%gmail.com 2d862ef87d Minor string fix by Smokey. Hopefully last check-in for the day. :-) 2006-07-06 10:30:01 +00:00
hwaara%gmail.com 7a893d3e0f Fix bug 342829, 335983, string cleanup by Smokey. Check-in string change for froodian. 2006-07-06 10:06:51 +00:00
hwaara%gmail.com ccc844573c NIB changes for froodian on trunk. branch coming up soon. 2006-07-06 09:46:41 +00:00
pinkerton%aol.net 20f3c55d3b context menu for spellchecking (bug 151040) 2006-06-30 22:06:23 +00:00
mark%moxienet.com 65ce6cfbd4 313083 Right-click in empty tab bar space has no contextual menu. Add a contextual menu. Patch by Chris Lawson <bugzilla@chrislawson.net>. r=smorgan sr=me a=me 2006-05-26 18:56:14 +00:00
hwaara%gmail.com f154210663 Nib file update for focus fixes. r=Wevah, sr=mento 2006-05-19 16:30:40 +00:00
mark%moxienet.com fa798381c1 331311 Correct spelling of pop-up (from poupup) in new pop-up bar. nib by Nick Kreeger <nick.kreeger@park.edu>. r=me 2006-04-14 02:51:10 +00:00
mark%moxienet.com c11cd14ed1 315928 "Copy Address" on mailto: link with multiple addresses only captures the first address. Patch by Bruce Davidson <mozilla@transoceanic.org.uk>. r=kreeger r=ardisonne sr=pink 2006-03-27 23:48:49 +00:00
pinkerton%aol.net 6711144898 add ability to collapse google search, add searching web from context menu
(bugs 331064, 327470). also fixes crash when removing location bar.
2006-03-23 23:08:24 +00:00
pinkerton%aol.net 5479181ecb make blocked popup view color less objectionable, add close button, fix leaking of view. 2006-03-20 21:01:46 +00:00
pinkerton%aol.net bb8e17a050 Remove popup blocking ui from the status bar, display it inline in the
browser wrapper.
2006-03-19 23:28:25 +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
mark%moxienet.com 8031b9176a 302865 strings changes: add "Allow for Session", remove "SessionOnly"
328802 strings change: "ExportedBookmarkFile" = "ExportedCaminoBookmarks"
329011 strings change: "dlTrashButtonLabel" = "Trash"
Camino-only
2006-03-14 20:29:10 +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 d9cdfc8587 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 3350215db2 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 8dd4a21f65 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 dbd7fff204 Fix spelling error (bug 316029). Patch by Smokey. 2006-01-20 15:25:38 +00:00
smfr%smfr.org 9f2b3504fa 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 221455c6e5 Fix bug 316692: add command-shift-L as shortcut for Email Page Location. 2006-01-16 05:01:34 +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
smfr%smfr.org b8cfb7ce76 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 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
smfr%smfr.org 056ec9a600 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 5bcfdc6db3 Fix bug 319488: make Camino's Page Info look nicer. 2005-12-10 06:19:57 +00:00
smfr%smfr.org da2bd9cb10 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 2f48bcb184 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 f9fa02eeeb Standardize terminology in Send Link/Email Page Location strings. Bug 315877. 2005-12-05 03:02:51 +00:00
smfr%smfr.org f8409bd2ab Tidy up Camino UI strings (bug 203235). 2005-12-05 02:21:30 +00:00
smfr%smfr.org 0003272f0f Fix bug 304036: clean up the Help menu in Camino. 2005-12-05 02:15:00 +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
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
mark%moxienet.com a6ee15d3b2 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 4a852feabb 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 20c6661b36 Make sure the Info tab is selected. 2005-11-05 22:16:19 +00:00
smfr%smfr.org 75b12cdfa3 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 3955e38dba increase default size of dialog to fit all buttons (bug 308094) 2005-11-03 14:58:00 +00:00
mark%moxienet.com db1886f8e6 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 bb90d10c30 Combine the two "Warn when closing/quitting" prefs into one. Bug 196359 2005-10-26 04:02:37 +00:00
smfr%smfr.org 0cd0061c59 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 15c3e42d5d 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 1cb8a19fe3 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 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 d7b1744fac 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 32f6aea2c6 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 333c0a5196 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 ec1f22b15e Fix bug 299758: ensure that "Add to Address Book" string is localizable. Patch by Smokey Ardisson. 2005-09-30 04:17:22 +00:00