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

1214 Коммитов

Автор SHA1 Сообщение Дата
bsmedberg%covad.net b7d34d892e Attempting to fix b=288626, this will probably require setting MOZILLA_INTERNAL_API define in the xcode project, as I mentioned in the bug. 2005-04-06 06:11:40 +00:00
cbiesinger%web.de f9beb62ec5 forgot to check in this part of the patch... fixing camino bustage 2005-04-05 23:55:39 +00:00
cbiesinger%web.de f0b358248f 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
smfr%smfr.org 6c349555a7 Remove explicit -bundle from link line of prefs panes, since Xcode will add it automatically. 2005-04-05 03:17:49 +00:00
smfr%smfr.org f93b17eb44 Fix path to Info-HistoryPrefPane.plist. 2005-04-04 02:48:59 +00:00
smfr%smfr.org 1e9092c81f Converting users of nsIPrefBranch to use the PreferenceManager (no bug). 2005-04-04 01:52:35 +00:00
smfr%smfr.org 0e0f1c416b Fix signature of -isOpaque 2005-04-04 01:43:02 +00:00
smfr%smfr.org 6562c84def Fix bug 281133 - Add Bookmark fails for page without a title. Test to see if we have a page title before adding to the dict. 2005-04-02 17:37:15 +00:00
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
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
smfr%smfr.org 2e4574361f Fix bug 149648: add support for <optgroup> is Camino's super-funky <select> popup replacement, and clean up the code a little. r=pink. 2005-02-14 16:35:56 +00:00
pinkerton%aol.net 4c1689e10e if not all languages are in the right format, fall back to en-us rather than
picking the first one that is in the right format (bug 281107)
2005-02-11 18:44:39 +00:00
joshmoz%gmail.com ae92e3d8ea trivial focus fixes - make initial key views and first key views the same, hook up initial key view in General pref pane so that there is an initial focus when switching back to General from some other pane. b=278820 2005-02-09 07:15:23 +00:00
cbiesinger%web.de 40888bf15f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
smfr%smfr.org 8af2efedce Add some code to copy bad history files to history_BAD-N.dat for debugging bug 280342. 2005-02-05 06:53:37 +00:00
pinkerton%aol.net f762e31e74 allow user to override lang prefs, don't use region as it messes up users
that change their langauge setting to differ from the region (bug 280814)
2005-02-03 14:24:43 +00:00
smfr%smfr.org 6fdcbe02cd Fix various keyboard navigation issues. 2005-02-03 07:13:24 +00:00
smfr%smfr.org e2d3a99df3 Fix wording of debug msgs. 2005-02-03 05:55:42 +00:00
smfr%smfr.org c5b9c0a74d Add some HISTORY DEBUG logging on DB close as well. 2005-02-03 05:54:17 +00:00
smfr%smfr.org ab920ec758 Add some logging to history file opening, to try to track down bug 280342.
Also removed some unused code.
2005-02-03 05:46:37 +00:00
pinkerton%aol.net 597901bc43 add search fields to permissions and cookie sheets (bug 263336) 2005-02-02 23:17:39 +00:00
gerv%gerv.net 51258ac3cb Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
pinkerton%aol.net ed4ea5de1f fix spelling error 2005-02-02 22:53:22 +00:00
joshmoz%gmail.com 499c52018a update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +00:00
joshmoz%gmail.com 69c994fd8d pull accept-language header from system prefs b=161337 sr=pinkerton 2005-01-31 20:58:14 +00:00
joshmoz%gmail.com 311f298195 show mouse feedback on copy of bookmark b=272254 sr=pinkerton 2005-01-31 20:55:54 +00:00
smfr%smfr.org 7dd5767b62 Fix bug 279844: tabs loaded in the background don't scroll correctly to relative anchors. Fix by making sure that background tabs are sized correctly on creation and URL load, so that a later resize on show doesn't mess with the scroll position. r=pinkeron.
Fix bug 157995: tab title stays at "Loading..." sometimes. This happens when we don't get a setTitle: callback from gecko (e.g. for an FTP download), so always set the tab title back to the page title (or URL) in onLoadingComplete. r=pinkerton.
Other minor cleanup (const strings, mostly)
2005-01-30 05:02:56 +00:00
timeless%mozdev.org eb998344c5 bsmedberg%covad.net 2005-01-28 07:08 Move the transformiix locale file to dom/locales, r=peterv/Pike 2005-01-28 16:45:14 +00:00
smfr%smfr.org aad64ad083 Remove typo from last checkin. 2005-01-27 03:42:01 +00:00
smfr%smfr.org 9799bc1d22 Fix bug 279473: prefs were not getting saved if you quit with the prefs window open.
Fix [MVPreferencesController sharedInstance] to really return a shared instance for which a ref is kept around, and remove the mPreferencesController member from MainController.
Add [MVPreferencesController clearSharedInstance] so that we can tear down the window on quit, allowing MVPreferencesController to release its embedding reference, so that we can proceed through xpcom shutdown, and thence save the prefs file.
Also cleaned up member naming in MVPreferencesController.
2005-01-27 03:41:26 +00:00
smfr%smfr.org 8319a60662 Fix some sheet sizing issues. r=#camino 2005-01-27 02:49:24 +00:00
smfr%smfr.org 5ad98e7ac0 Fix bug 279664: fix controlTextDidChange notifications from the SearchTextField. Thanks to olivier@umich.edu for the fix. 2005-01-25 04:54:59 +00:00
pinkerton%aol.net fc5e7e1e75 better icon for appearance 2005-01-24 21:36:47 +00:00
pinkerton%aol.net b8fb9ddaa1 fix history panel like the others 2005-01-24 21:28:17 +00:00
pinkerton%aol.net 450aaa2f38 update the look of preference panels (from jasper) 2005-01-24 21:19:08 +00:00
smfr%smfr.org 13748f662e Fix a bug where inline editing of items in the containers table would cause the quicksearch notification to fire, causing the bookmarks to be quicksearched into oblivion. 2005-01-22 07:12:06 +00:00
smfr%smfr.org 7d31b73a19 Add Nate to the contributors list. 2005-01-22 06:41:06 +00:00
joshmoz%gmail.com c71f3845c6 Can't drag favicons of 3rd and following tabs to create bookmarks, weblocs in recent nightlies. b=273800 sr=pinkerton 2005-01-21 19:30:47 +00:00
joshmoz%gmail.com 956b2f7894 copy history pref pane during static copy build phase, otherwise history pref pane won't work in static builds 2005-01-21 18:21:10 +00:00
joshmoz%gmail.com 04997d4272 fix crash on quit with active downloads - bad XPCOM cleanup. b=277928 sr=pinkerton 2005-01-21 18:03:49 +00:00
joshmoz%gmail.com f0b471e76b add Nate Weaver to file contributor list 2005-01-21 03:07:25 +00:00
joshmoz%gmail.com a1e11edcfb fix opening .webloc and .url files via dock or open menu. b=242934 sr=pinkerton 2005-01-20 18:12:27 +00:00
joshmoz%gmail.com 3fae4f8645 don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton 2005-01-20 06:37:20 +00:00
smfr%smfr.org a373822bf4 Fix bug 278949: make sure we have a bookmarks view controller when we need one for adding a new bookmark. Also fix a build warning (bad BOOL return value). 2005-01-19 18:33:01 +00:00
smfr%smfr.org 804f73a948 Fix bug 278947 - bookmarks view goes blank when inline editing because we erroneously pick up the typing as quicksearch.
Clean up the serialization of multiple dragged bookmark items by using UUIDs rather than object addresses, and moving into methods on the BookmarksManager, rather than an NSArray category.
Add methods to trawl the bookmarks tree for an item with the given UUID.
Improve the behavior and performance of a multiple bookmark drop by making sure things insert in the correct order, and by disabling outliner updates until you've inserted everything.
Make some notification name strings 'const'.
Fix build warnings, and remove a debugging printf.
2005-01-19 18:03:15 +00:00
joshmoz%gmail.com 871dd45641 remove calls to newTabsAllowed. b=273228 sr=pinkerton 2005-01-19 18:00:30 +00:00
smfr%smfr.org 9c755d2c2a Fix the tooltips on the bookmarks editing buttons. 2005-01-19 17:57:29 +00:00
smfr%smfr.org 9b24898895 Fix build warning 2005-01-19 07:04:19 +00:00
smfr%smfr.org d005e511f0 Fix the drag and drop of history items. 2005-01-19 07:04:09 +00:00
smfr%smfr.org f4a8f3fecc Fix build warnings. 2005-01-19 07:03:45 +00:00
joshmoz%gmail.com 65c3b4c8f8 Fix a crash on quit that happened if you had visited the Web Features pref panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. This is the same fix for the same bug that smfr committed yesterday in the privacy pref pane code. Also, add licenses to two files missing them. 2005-01-19 02:14:21 +00:00
joshmoz%gmail.com 2c92e1e719 add file for history pref pane that I forgot 2005-01-18 23:45:52 +00:00
joshmoz%gmail.com 72afa62d49 move history prefs into their own pane, part of major prefs reorg 2005-01-18 23:34:29 +00:00
smfr%smfr.org 7c288d1be3 Rename a bunch of history-related structs so that they don't conflict with what's in nsGlobalHistory in static builds. 2005-01-17 20:23:19 +00:00
smfr%smfr.org c8ca08858b Removing unused bookmark manager images. Removing libstring_obsolete_s.a which no longer exists, and removing library search paths into ../string/obsolete. 2005-01-17 19:36:38 +00:00
smfr%smfr.org 1b0cc4d99c Fix a crash on quit that happened if you had visited the Privacy panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. r=josh 2005-01-17 19:21:56 +00:00
smfr%smfr.org 8c811967f0 Fix the context menu on the bookmarks containers pane, and fix the table view selection behaviour when bringing up a context menu (you need to select the item). r=josh 2005-01-17 04:53:23 +00:00
smfr%smfr.org 37fd4d0e5f Adding 3 new bookmarks view images that somehow got left out of the project. 2005-01-16 21:33:22 +00:00
smfr%smfr.org 3b6f0afd92 Fix the symlinking of the Info-*.plist files after I renamed them yesterday. 2005-01-16 20:33:48 +00:00
smfr%smfr.org 56e5c6a014 Fix the license. 2005-01-16 08:02:20 +00:00
smfr%smfr.org b6799a3a8f Tidy up some of the preferences nib files, to try to make the layout more similar between panels (more work needed here). Add support for the delete key in the cookie editing sheets. Ensure that the checkboxes in the security panel are update when the window is activated, because they might have been changed by the security warning sheets. 2005-01-16 07:52:39 +00:00
smfr%smfr.org a067bcb8b9 Code tidyup, and add an optional selector that a pref pane can use to update its UI when the prefs window is activated. 2005-01-16 07:50:28 +00:00
smfr%smfr.org 7512dc062c Fix a call to openBrowserWindowWithURL: to add allowPopups:, which pinkerton must have missed. 2005-01-16 06:58:04 +00:00
smfr%smfr.org cc4d961414 Clean up the sheet for editing popup blocking whitelist. In particular, disable the Add button when the text field is empty. 2005-01-16 05:27:59 +00:00
smfr%smfr.org 642809a403 Fix keyboard navigation in the Camino preference panes. 2005-01-16 05:07:00 +00:00
smfr%smfr.org 061a863d3c Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
smfr%smfr.org 892741da21 Warning fixes. 2005-01-16 04:36:20 +00:00
smfr%smfr.org e9d72efdcd Resources for history rewrite. 2005-01-16 04:35:15 +00:00
smfr%smfr.org 6b4478feda Checking in project changes for Camino history rewrite. 2005-01-16 04:19:17 +00:00
smfr%smfr.org 8aeb5f429a Camino history rewrite, and associated changes:
1. Move bookmarks and history UI into their own nib file, BookmarksEditing.nib
2. Rewrite history in camino to no longer use RDF, but a simple new API on top of the mork DB, implemented in nsSimpleGlobalHistory, that lets you iterate history items. All the tree building is now done in Cocoa (bug 276733), which makes it much faster.
3. Implement quicksearch for bookmarks and history, removing the 'results' panel from the UI and just showing the results inline (bug 174899, bug 276734).
4. Sundry code cleanup and warning fixes.
r=pinkerton/josh.
2005-01-16 02:51:53 +00:00
timeless%mozdev.org f6034764b2 1.40 <timeless@mozdev.org> 2005-01-14 01:41
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 11:12:34 +00:00
timeless%mozdev.org 0cc5ff96d5 Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 09:41:38 +00:00
joshmoz%gmail.com 37826d0f1f rename navigation pref pane to "General", also remove multiple pane view and default to "General". no bug, sr=pinkerton 2005-01-14 01:40:13 +00:00
bryner%brianryner.com cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
pinkerton%aol.net ae281739ca add address book functionality for mailto: links in context menu (bug 166958) 2005-01-10 17:42:12 +00:00
joshmoz%gmail.com 69d44a4fb9 "Cannot make menu separator anywhere but in bookmark menu" b=223337 sr=pinkerton 2005-01-07 06:02:43 +00:00
pinkerton%aol.net de72e76429 allow javascript: popups if they are bookmarks (bug 272389) 2005-01-06 14:36:32 +00:00
bzbarsky%mit.edu 3e3cf2b0c3 Fix camino bustage from bug 241082 2005-01-04 19:16:51 +00:00
cbiesinger%web.de 2556456572 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
joshmoz%gmail.com 276f49ac6e remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00