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

306 Коммитов

Автор SHA1 Сообщение Дата
joshmoz%gmail.com dce080d536 get rid of blue globe/lock icon in status bar for UI cleanliness reasons. what did the blue globe mean anyway? b=297138 r=armen sr=pinkerton 2005-06-09 18:09:57 +00:00
pinkerton%aol.net a7f59e5f6c updating user agent to 09a1 2005-06-09 14:47:30 +00:00
joshmoz%gmail.com 03f8c0e0d1 Get rid of "Document: Done" from status bar. b=246112 r=josh sr=smfr 2005-06-09 07:59:05 +00:00
joshmoz%gmail.com 3a51a00558 Make scrollbar size consistent in bookmark manager. Collections scrollbar is now big. No bug, trivial change. r=josh r=armen 2005-06-09 02:34:16 +00:00
pinkerton%aol.net 3b15bf4ae2 much better version of the file from Neil 2005-05-31 13:00:44 +00:00
pinkerton%aol.net 877f157b1a make description a text view so that return works inside it. also lets
spellchecking work on 10.3. (bug 292613)
2005-05-29 17:28:35 +00:00
pinkerton%aol.net 10fdda9e81 0.9a1 alpha branding 2005-05-29 15:48:18 +00:00
pinkerton%aol.net 7374d205ed add adblocking with userContent.css to pref panel. 2005-05-27 22:10:10 +00:00
smfr%smfr.org b70df9235e Add site icons to the history outliner and history menus.
Add support for site icons specified in link elements (bug 162893), part of patch by Ludovic Hirlimann.
Add a site icon image cache, so that we can get site icons without a round trip through necko, and avoid duplicate images (bug 294675).
Add a Clear History item to the end of the go menu (bug 294205).
Make the history menus no more than 100 items long, with a "Show More" item at the end, to avoid long delays when showing them (bug 291414).
2005-05-23 03:36:08 +00:00
joshmoz%gmail.com 0cef8134b7 use unified toolbars on Mac OS X 10.4. no bug, sr=pink 2005-05-21 08:18:53 +00:00
smfr%smfr.org 36bea03510 Fix bug 292694 (Go menu missing history on Tiger) and improving history menu display performance (bug 291414). Fix both by not relying on [NSMenu update] to rebuild the menu, but by using a Carbon Event which fires on menu display. 2005-05-17 16:47:22 +00:00
smfr%smfr.org 3750d05aec Put global history on the Go menu, implemented using the HistoryDataSource this time. Bugs 179676 and 291414. 2005-05-14 05:30:47 +00:00
pinkerton%aol.net 9812caeadd force camino to tab to form controls, regardless of the system pref. this
best matches user expectation as nobody knows about the system pref, or that
that particular pref would impact camino's content area tabbing.
2005-05-11 03:26:08 +00:00
pinkerton%aol.net edd303aedf fix copyright statements to match firefox (bug 292304) 2005-05-09 23:30:14 +00:00
pinkerton%aol.net f59aecc7e9 use error pages instead of sheets (bug 292646) 2005-05-09 23:08:17 +00:00
pinkerton%aol.net 92693a712b Rendezvous -> Bonjour 2005-05-07 00:12:38 +00:00
pinkerton%aol.net eed79327dd rearrange tab context menu (bug 291767) 2005-05-04 20:08:11 +00:00
pinkerton%aol.net fc21a2dbd3 add toolbar item for form fill 2005-05-03 14:49:57 +00:00
pinkerton%aol.net 6d2f6429de manual form fill 2005-05-01 17:59:45 +00:00
pinkerton%aol.net 16140fc8b3 adding divider line for new tabbed widget (bug 271621) 2005-04-24 21:28:33 +00:00
pinkerton%aol.net 1230e9783f add "looking glass" to search fields that don't have a popup (bug 282540) 2005-04-24 19:46:32 +00:00
pinkerton%aol.net 7a2511f32a full history in Go menu 2005-04-21 05:40:38 +00:00
smfr%smfr.org 242ee65f2b 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
smfr%smfr.org 1081ba2d85 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 c6d8a395b5 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 8d516f7208 Reinstate the context menu on bookmark collections, that got lost in the reshuffle. 2005-03-25 07:21:45 +00:00
smfr%smfr.org 13a2632e73 Fix bug 286157: the Description column was calling -description, rather than -itemDescription. 2005-03-15 06:35:40 +00:00
smfr%smfr.org d2dac35611 New nib file for Add Bookmarks (part of last checkin). 2005-03-10 19:30:57 +00:00
smfr%smfr.org 61495240a5 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 bda7e84a12 Fix typo in pinkerton's last checkin. 2005-03-07 06:44:32 +00:00
joshmoz%gmail.com fd8473ff70 add "Send This Link..." contextual menu item. b=227803 r=joshmoz sr=pinkerton 2005-03-06 01:33:21 +00:00
pinkerton%aol.net adc2530b15 add keycombos for show/hide toolbar and bookmark bar (bug 281504) 2005-03-05 18:14:21 +00:00
joshmoz%gmail.com 79f91e430f add preference menu for default browser. b=218271 r=smfr sr=pinkerton 2005-03-05 18:14:11 +00:00
pinkerton%aol.net 01a1b4d770 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
smfr%smfr.org 3368ed86e9 Implement bookmarks in tabs, bug 215235. r=pinkerton. 2005-03-04 17:32:15 +00:00
smfr%smfr.org 5aa1cb78de 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 87bfd774ab 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 5c785c2c97 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
pinkerton%aol.net 564dc31c38 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
gerv%gerv.net 1dc8a1c9a4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 64439d7a7c update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +00:00
smfr%smfr.org 906a7db5e3 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
joshmoz%gmail.com ca9204cc28 don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton 2005-01-20 06:37:20 +00:00
smfr%smfr.org baa7b6c7b7 Fix the tooltips on the bookmarks editing buttons. 2005-01-19 17:57:29 +00:00
smfr%smfr.org 6cb2a009c7 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 e40256544b Resources for history rewrite. 2005-01-16 04:35:15 +00:00
joshmoz%gmail.com 151e0f101e 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
pinkerton%aol.net 69289bff11 add address book functionality for mailto: links in context menu (bug 166958) 2005-01-10 17:42:12 +00:00
joshmoz%gmail.com 8f145d2a04 remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00
joshmoz%gmail.com 327c8b2986 change File menu item text to Email Page Location 2004-12-20 18:47:53 +00:00