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

1084 Коммитов

Автор SHA1 Сообщение Дата
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
smfr%smfr.org 509481de39 Fix bug 173150: change the font panel to not show font face, and strip out font face info from the saved font.
Fix bug 188300: when the text samples have focus, return custom field editors so that we can get changeFont: notifications.
Also fix a bug where if a font was missing, subsequent font selections would not stick (should help with bug 175651).
2005-03-01 08:20:35 +00:00
smfr%smfr.org d2acc405fc Add windowWillReturnFieldEditor: handling to help fix bug 188300, and forward font panel delegate methods to the current pane, for bug 173150. 2005-03-01 08:18:11 +00:00
smfr%smfr.org c762ece153 Rename all the member variables to start with "m" so the code is more readable.
Fix a problem where, if the font samples were clicked on, changing the font in the Font Panel no longer had any effect (using custom field editors). Bug 188300.
2005-03-01 06:32:54 +00:00
joshmoz%gmail.com e7a8d43ea2 fix broken Safari bookmark importing b=284159 2005-02-28 23:33:58 +00:00
joshmoz%gmail.com 2789c949cd remove a double check - thanks dbaron ;) 2005-02-28 02:33:42 +00:00
smfr%smfr.org fd419a97c7 When copying the project in an objdir build, don't copy over the foo.model and foo.pbxuser files, because doing that overwrites breakpoints and project state in the objdir project (which you use for debugging). 2005-02-27 22:15:40 +00:00
joshmoz%gmail.com 133d2afa65 fix leak in history, also somewhat inconsequential leak in preferences 2005-02-25 06:52:51 +00:00
joshmoz%gmail.com 427de5cd86 fix memory leak when importing HTML bookmark files. Alloc'ing at the beginning of a loop, releasing at the end, but not releasing before a 'continue' statement in the middle. no bug. 2005-02-25 06:28:18 +00:00
joshmoz%gmail.com b81c09b121 fix memeory leak when adding separators, no bug 2005-02-25 06:13:59 +00:00
joshmoz%gmail.com 8d0f902991 fix leak in google search textfield, b=283430 2005-02-25 03:41:42 +00:00
joshmoz%gmail.com b73e059786 fix leaking of dl manager toolbar buttons b=283431, no review as this is obvious 2005-02-25 03:34:39 +00:00
smfr%smfr.org 329897bbbb Sync up BrowserWindow.nib with the removal of the mBookmarkViewController and mHistoryDataSource outlets from the BrowserWindowController. 2005-02-24 07:11:21 +00:00
smfr%smfr.org fb749771b9 Final tidyup for bug 283419; init members to empty strings, not unretained static string. 2005-02-24 07:07:17 +00:00
smfr%smfr.org 81e720bbf2 Tidy up what I checked in by mistake, pertaining to bug 283419. 2005-02-24 06:58:07 +00:00
smfr%smfr.org 63159e0c7d Remove the HistoryDataSource instance from the nib, and instantiate it in code so that we can more clearly release it, fixing history leaks. No bug. 2005-02-24 06:43:20 +00:00
smfr%smfr.org afd588c754 Fix warning by being explicit about return type of -setDisplaySecureIcon. 2005-02-24 06:41:06 +00:00
smfr%smfr.org e4f2b2170a Fix a reference cycle between the HistoryDataSource and its update timer (timers retain their targets!) by using an intermediate, proxy object. 2005-02-24 06:38:24 +00:00
smfr%smfr.org 04f7376155 Fix bug 283138: leaking NSMenuItems in bookmarks context menu code. 2005-02-23 17:18:06 +00:00
ginn.chen%sun.com 8dc4f71037 Bug 70154 (ctrl)+shift+home/end should select to beginning/end of webpage
r=brade sr=sfraser
2005-02-18 07:29:40 +00:00
mozilla.mano%sent.com c61da76a58 Bug 279533 - Update Camino's font preferences code per bug 95227 (serif/sans-serif set is now per language). r=wevah sr=smfr 2005-02-16 16:40:32 +00:00
smfr%smfr.org a8d2af66eb Fix bug 281803: make sure we respond to batch notifications, and reload the entire history tree when the batch ends. 2005-02-16 06:47:30 +00:00
smfr%smfr.org 1d28e9d8ef Fix bug 281133: if adding a page with no title to bookmarks, the Add Bookmarks dialog would never show up because we threw an exception trying to set a text field with a nil string. Now, use the url if the title is empty. 2005-02-15 06:18:36 +00:00