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

1542 Коммитов

Автор SHA1 Сообщение Дата
mark%moxienet.com 27bf57f516 321928 Allow "show in finder" on in-progress downloads. Patch by Nick Kreeger <nick.kreeger@park.edu>. Camino-only. r=me sr=pink 2006-01-04 19:29:39 +00:00
mark%moxienet.com 49d056b94f 322374 Crash [@ libobjc.A.dylib.227.0.0] when clearing download list. Call [(ProgressView) setController] on awakeFromNib in ProgressViewController and take care with mProgressController in ProgressView. Patch by Nick Kreeger <nick.kreeger@park.edu>. Camino-only. r=me 2006-01-04 19:27:51 +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
darin%meer.net a1aa1d673f fixing bustage (bug 318193) 2006-01-02 05:09:29 +00:00
pinkerton%aol.net a69e0b9f81 fix crash for feeds that don't have an href (bug 321886) 2005-12-30 17:48:36 +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
smfr%smfr.org 2af136f3a0 Fix bug 320845: when a window is miniaturized in the dock, clicking on the app icon should bring it back. Fixed by allowing miniaturized windows to be returned by -getFrontmostBrowserWindow, and included in -browserWindows. 2005-12-20 06:34:51 +00:00
smfr%smfr.org d66d8e9305 Fix Camino bugs:
Bug 319509: When doing Reset Camino, don't prompt about closing windows with multiple tabs open.
Bug 320208: Reset Camino should not clear out keychain passwords, since we don't know whether we created them.
Bug 319491: Reset Camino should clear the visit counts on the bookmarks, thus clearing the top 10 list.

Also changed -getFrontmostBrowserWindow and -browserWindows to not return windows that are not visible (e.g. those that are being created or destroyed), which fixing some odd cascading issues, and should prevent us from ever showing sheets on hidden windows.
2005-12-19 05:23:49 +00:00
smfr%smfr.org 0548df0dcf Minor tidyup from last set of changes. 2005-12-19 05:09:36 +00:00
smfr%smfr.org 1c9cd51aa9 Improve Top 10 bookmarks list maintenance, ensuring that we look at both visit count and last visit date to keep the list stable in the face of changing visit counts, and optimize list building slightly.
Add methods to allow bookmark sorting, currently only used by the top 10 list.

Remove a nasty hack that set the parent of a bookmark item to an NSNumber for Rendezvous bookmarks, replacing it with a RendezvousBookmark Bookmark subclass.

Fix a bug in the Bookmark enumerator, that could cause it to propagate above its root folder, and hang in some cases.

Optimize the notification handlers for various bookmark changes (notably visit count changes) to reduce the amount of work done when resetting all visit counts.

Optimize the building of the dictionary that maps from bookmarks to their favicon urls.

Add a stack-based C++ class that can be used to time an event.
2005-12-19 04:46:48 +00:00
smfr%smfr.org 093f371fe6 Follow-on from bug 315337: allow the user to shift-tab out of the Description text view. 2005-12-17 19:24:57 +00:00
hwaara%gmail.com ad2356c8b8 fix bug 315337, make bookmark description field tabbable.
r=wevah, sr=sfraser
2005-12-16 14:21:12 +00:00
smfr%smfr.org ceecdbed0c Fix bug 298458: if page content has a oncontextmenu handler, don't show the normal context menu. r=pinkeron 2005-12-13 07:28:05 +00:00
smfr%smfr.org 6acc176c50 Fix bug 319921: remove New Folder, and enable Copy Location for bookmark toolbar context clicks. Also land part of the code for bug 319491 (Reset Camino should clear visit counts), without yet hooking it up. 2005-12-12 03:35:58 +00:00
smfr%smfr.org 6014a35033 Fix bug 308714: location of prefs window moves around because of window height changes. Changed to center the window the first time, and thereafter store the window top-left point in user defaults. 2005-12-11 19:22:13 +00:00
smfr%smfr.org 3dbd3c6074 Fix the connection state string in the mixed content case. 2005-12-11 18:20:58 +00:00
smfr%smfr.org ab00ba69a6 Fix bug 319559: dragging a bookmark folder over the content view should replace tabs, rather than append (just like dragging over the tab). Patch by Chris Lawson, r=Julian Pellico.
Also fix build warning.
2005-12-10 21:02:06 +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 43356dd602 Fix bug 319257: when opening new windows from external apps, make sure we bring them to the front if appropriate. 2005-12-10 20:19:25 +00:00
smfr%smfr.org fe123346a9 Whitespace cleanup. 2005-12-10 20:04:46 +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 1b4a7b2412 Make sure that we redraw the tab bar background when dropping on it after a drag. 2005-12-10 05:16:39 +00:00
pinkerton%aol.net 8b554d04a1 removing netscape.com from defaults (bug 312969) 2005-12-09 18:28:55 +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 f25fa05e31 Fix bug 319349: fix scrolling new downloads into view (offset math was broken by my view changes). 2005-12-08 05:21:30 +00:00
smfr%smfr.org ac39ecf98a Fix bug 315759: crash when accessing Brother printer via Bonjour. Use the new Tiger -TXTRecordData stuff if we can, and protect against null -protocolSpecificInformations. 2005-12-07 05:53:41 +00:00
smfr%smfr.org f3600aa101 Fix bug 319257: make sure we bring the browser window to the front when creating new tabs from external apps, if another window (like Downloads) is frontmost. 2005-12-07 04:54:48 +00:00
smfr%smfr.org 5ae73894d2 Fix bug 319131: eliminate blank area at the bottom of the downloads list by making sure that the CHFlippedShinkWrapView that wraps the CHStackView doesn't add any extra padding. 2005-12-07 04:30:36 +00:00
smfr%smfr.org e98f04892f Make the drag feedback on the bookmarks toolbar prettier. 2005-12-07 04:15:29 +00:00
smfr%smfr.org 0e2989362c Fix instructions about importing bookmarks. 2005-12-06 07:06:52 +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 26b5b5c403 Fix bug 295858: reuse the frontmost tab for some URL loads if it's empty. Patch by Chris Lawson, r=me 2005-12-05 04:07:54 +00:00
smfr%smfr.org f12fce5002 Fix bug 292878; support Tiger .webloc files. Patch by Wevah, r=me. 2005-12-05 03:51:59 +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 7f82cc90e4 Tweak dl_cancel and stop toolbar icons. 2005-12-04 23:03:08 +00:00
smfr%smfr.org 17f2bc758b Fix bug 318884: crash when closing last window if built with 10.4u SDK. Don't release menus in the nib. 2005-12-03 18:54:31 +00:00
mark%moxienet.com 19aceeea8b Bug 314632, removing unused files. 2005-12-02 21:16:30 +00:00
mark%moxienet.com 697dcee41b Bug 314632, update toolbar icons. Icons by Jasper Hauser <camino@jasperhauser.nl>. r=me 2005-12-02 21:10:51 +00:00
smfr%smfr.org 939e8c250b More Info.plist fixing. 2005-12-02 17:42:21 +00:00
smfr%smfr.org 32ddd24daa Fix Xcode 2.2 build by fixing Info.plist location. 2005-12-02 17:34:15 +00:00
smfr%smfr.org c9c2daf727 Fix build bustage. 2005-12-02 06:59:22 +00:00
smfr%smfr.org de27d692d8 Fix the IBPalette project to use its own prefix file, and the 10.2.8 SDK. 2005-12-02 06:07:06 +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 c89b0d1e0c Bug 308627, Camino should not set the default FTP client. Change suggested by Wevah <mozilla@derailer.org>. Camino-only-npotdb. r=me 2005-12-01 22:47:41 +00:00
mark%moxienet.com 1eed63ef89 Bug 317232, enable SVG in Camino. Camino-only, npotdb. r=pink 2005-12-01 22:24:58 +00:00
mark%moxienet.com 0cb676075b Bug 316965, importing bookmarks from the fox brings apostrophes in as &#39;. Seek and destroy, or find and replace. Patch by Chris Lawson <bugzilla@chrislawson.net>. Camino-only-npotdb. r=pink 2005-12-01 22:18:24 +00:00