Commit Graph

1106 Commits

Author SHA1 Message Date
smfr%smfr.org
576ecd0feb Improve sorting of history categories and items, taking care to sort categories sensibly given the current sort order.
Also save the expanded state of the history view in user defaults, to preserve it across launches.
No bug.
2005-04-01 18:12:16 +00:00
joshmoz%gmail.com
5a7ec0baa2 remove some debug code I accidentally checked in, add a reminder comment 2005-03-31 20:37:32 +00:00
joshmoz%gmail.com
7eada907b5 don't crash in autocomplete code when a search is requested without a valid session. b=288124 r=smfr 2005-03-31 08:33:59 +00:00
smfr%smfr.org
6fd302c450 Make CHBrowserView opaque so that view updates don't propagate to its parent views, which should reduce the amount of view redrawing that takes place. Currently, ChildViews are not opaque (because opacity causes issues with NSQuickDrawViews, see bug 166932). 2005-03-30 06:32:18 +00:00
smfr%smfr.org
3cc8249940 Remove history logging code now that 280342 is fixed. 2005-03-29 04:27:41 +00:00
smfr%smfr.org
201ba8cd2f Improved bookmarks menu item enabling. Rather than try to recreate the logic for automatic item enabling (which is non-trivial), use a dummy, auto-enabling bookmarks menu, loaded from the nib, to get correct enable states and item titles. This really fixes bug 287339. 2005-03-26 04:05:46 +00:00
smfr%smfr.org
54f7f1bb87 Fix bug 287339: correctly enable/disable bookmark items when tabs close, and windows change layers.
Make the NSOpenPanel into a sheet when a window is up.
Allow opening multiple items in the open panel, opening them in tabs.
Remove [MainController pumpGeckoEventQueue] which is obsolete and unused.
Add NSResponder+Utils.h/m to the project.
Remove #ifdefs in AppComponents.mm now that we will be using nsSimpleGlobalHistory.
2005-03-25 18:23:31 +00:00
smfr%smfr.org
35f255b89b Reinstate the context menu on bookmark collections, that got lost in the reshuffle. 2005-03-25 07:21:45 +00:00
smfr%smfr.org
e19d8edaaa New category on NSResponder to find the responder for a given action, and find an item of a particular class in the responder chain.
Add method on NSMenu category to enable or disable all items (potentially recursing into submenus).
2005-03-25 06:36:29 +00:00
smfr%smfr.org
ba38c193f2 Fix bug 153836, patch by wevah. Map escape to Stop and allow unmodified '+' to enlarge the text size. r=me. 2005-03-25 01:13:59 +00:00
joshmoz%gmail.com
b5e4460494 add error checking to default browser code. no bug. 2005-03-25 00:28:56 +00:00
joshmoz%gmail.com
9f80fb0090 remove unnecessary override method from tab code. no bug. r=geoff sr=sfraser 2005-03-25 00:04:21 +00:00
joshmoz%gmail.com
46b8d02ae3 make sure we can always find Camino's path in our default browser menu code. b=287380 sr=sfraser 2005-03-25 00:01:25 +00:00
smfr%smfr.org
c8cf2e47b4 Check in patch from bug 287083 (patch by <torben@despammed.com>). 2005-03-24 04:04:58 +00:00
joshmoz%gmail.com
833cfa1550 disable reload and some other menus when the bookmark manager is open. b=284831 sr=smfr 2005-03-23 22:56:01 +00:00
smfr%smfr.org
188f624249 Fix bug 286873 (patch by Wevah), r=josh, sr=pinkerton. 2005-03-23 21:44:34 +00:00
smfr%smfr.org
57320b57b0 Fix spelling error in comment. 2005-03-21 16:18:46 +00:00
smfr%smfr.org
adbd27f110 Remove a shell script target that stuffed additional history properties files into embed.jar, since we don't need them any more. Also put the version resource in Camino.rsrc, so that it's available for the Director plugin when running in any language. 2005-03-21 06:16:27 +00:00
smfr%smfr.org
5153cd8596 Fix bug 279270: when copying images, put only the image data on the clipboard so that applications that prefer text over image data don't just get the image location. 2005-03-21 02:54:56 +00:00
smfr%smfr.org
68c673e895 Fix bug 285648: url from subframe load could show in Camino's url bar. Fix by ignoring OnLocationChange for windows other than the content window. 2005-03-21 02:37:29 +00:00
joshmoz%gmail.com
43aceb573a add some default browser code documentation 2005-03-17 20:21:00 +00:00
joshmoz%gmail.com
0c201c8dfd don't hang if launch services can't find the browser it said is default. no bug 2005-03-17 20:15:36 +00:00
smfr%smfr.org
7759071e53 Fix bug 286157: the Description column was calling -description, rather than -itemDescription. 2005-03-15 06:35:40 +00:00
cbiesinger%web.de
850f3954ab Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
2005-03-13 17:03:44 +00:00
smfr%smfr.org
98119ac2c1 Fix bug 285901: when adding a bookmark, be sure to use what the user entered. When bookmarking tabs, take the suggested title from the frontmost tab, not the first one, and when tabs are open but you just want to bookmark the current page, and it's not the first tab, make sure we bookmark the correct tab. 2005-03-13 04:01:56 +00:00
smfr%smfr.org
38c2744108 Fix bug 285793 (broken Add Bookmark toolbar item) by fixing the selector name on the button. 2005-03-13 03:45:15 +00:00
smfr%smfr.org
9a2346a58b New nib file for Add Bookmarks (part of last checkin). 2005-03-10 19:30:57 +00:00
smfr%smfr.org
7473e0fffe Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this.
Fix bug 285339 (progressive slowdown with more tabs) by releasing all the nib members of the BookmarksEditing nib when closing tabs.
Delay loading the bookmarks editing nib until bookmarks are shown, making new tab creation faster.
When creating a bookmark when bookmarks are showing, use the previous page as the bookmark by looking back in session history.
Save the state of the history folders for a given bookmarks view.
Fix bug 247543 (remember last used Add Bookmark folder across windows).
Change [BookmarkItem description] to [BookmarkItem itemDescription] because -description should be reserved.
When creating a new folder deep in bookmarks, expand all parent folders so that the new folder is visible.
Rename various "add bookmark" methods so that they are all consistent (allowing us to write to FirstResponder when appropriate).
2005-03-10 18:10:23 +00:00
smfr%smfr.org
15c52d52f5 Fix typo in pinkerton's last checkin. 2005-03-07 06:44:32 +00:00
smfr%smfr.org
37819132e6 Fix bug 184394: allow Camino to load additional pref panes from its internal PreferencePanes directory, and also from ~/Library/Application Support/Camino/PreferencePanes, and /Library/Application Support/Camino/PreferencePanes. r=pinkerton 2005-03-06 06:56:57 +00:00
smfr%smfr.org
0619ebe439 Fix build error. 2005-03-06 06:42:36 +00:00
smfr%smfr.org
cff8ff9bf3 Fix the menu title and enabled state of the Show/Hide bookmarks item when toggling bookmarks. No bug. 2005-03-06 06:32:07 +00:00
smfr%smfr.org
e35d06c35e Fix bug 284971: duplicate items showing up in Default Browser popup. 2005-03-06 06:25:38 +00:00
pinkerton%aol.net
96c5b685a1 recurse into frames and iframes when filling passwords (bug 186384) 2005-03-06 03:24:10 +00:00
joshmoz%gmail.com
47e50ab01f another fix for tab bar dragging. b=269995 sr=pinkerton 2005-03-06 02:18:37 +00:00
joshmoz%gmail.com
cbc6eba31f add "Send This Link..." contextual menu item. b=227803 r=joshmoz sr=pinkerton 2005-03-06 01:33:21 +00:00
joshmoz%gmail.com
02384f182e fix: download Manager gets stuck in Customize Toolbar mode when closing on download completion. b=283359 sr=pinkerton 2005-03-05 23:28:30 +00:00
pinkerton%aol.net
713c89ee20 sometimes mDragDest wasn't set, causing crashes or drags to be ignored when
dragging to the tab bar (bug 269995, 269994)
2005-03-05 22:07:45 +00:00
joshmoz%gmail.com
3140dd7756 fix "Download Link Target" results in bad download for large MP3 file. b=281648 sr=pinkerton 2005-03-05 18:34:12 +00:00
pinkerton%aol.net
dfb520e661 add keycombos for show/hide toolbar and bookmark bar (bug 281504) 2005-03-05 18:14:21 +00:00
joshmoz%gmail.com
fb33cb8740 add preference menu for default browser. b=218271 r=smfr sr=pinkerton 2005-03-05 18:14:11 +00:00
pinkerton%aol.net
ef1f19ff36 fix case where prefs could not exist and we'd get uninitialzed values for
opening tabs/windows with cmd-click. (bug 283363)
2005-03-05 18:06:25 +00:00
joshmoz%gmail.com
62fbef5fcc allow for toggling of bookmark manager using bm manager toolbar button, no bug sr=pinkerton 2005-03-05 17:39:50 +00:00
smfr%smfr.org
95e0aef9d2 More changes for bookmarks in tabs, bug 215235. r=pinkerton 2005-03-04 17:33:49 +00:00
smfr%smfr.org
b9914657b2 Implement bookmarks in tabs, bug 215235. r=pinkerton. 2005-03-04 17:32:15 +00:00
smfr%smfr.org
9275211cad Add license. 2005-03-04 05:44:34 +00:00
smfr%smfr.org
6251522572 Add "Installed Plug-Ins" menu item to the bottom of the Help menu (bug 166966). 2005-03-03 05:59:21 +00:00
smfr%smfr.org
1289325c9a Add intl.xpt to the project to make about:plugins work (bug 199203). Also removed some empty Copy Files phases. 2005-03-03 05:45:54 +00:00
smfr%smfr.org
85e26b64ab Remove some bogus ; from the end of method names. 2005-03-03 03:27:56 +00:00
smfr%smfr.org
93139f0b23 Add zh-HK (Traditional Chinese: Hong Kong) to the font prefs. Bug 222919. 2005-03-02 05:31:18 +00:00