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

434 Коммитов

Автор SHA1 Сообщение Дата
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
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 7759071e53 Fix bug 286157: the Description column was calling -description, rather than -itemDescription. 2005-03-15 06:35:40 +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
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
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
smfr%smfr.org b9914657b2 Implement bookmarks in tabs, bug 215235. r=pinkerton. 2005-03-04 17:32:15 +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 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 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
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
gerv%gerv.net 51258ac3cb Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 499c52018a update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +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
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 9c755d2c2a Fix the tooltips on the bookmarks editing buttons. 2005-01-19 17:57:29 +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 e9d72efdcd Resources for history rewrite. 2005-01-16 04:35:15 +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
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 276f49ac6e remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00
joshmoz%gmail.com 9c60a40fdc change File menu item text to Email Page Location 2004-12-20 18:47:53 +00:00
joshmoz%gmail.com 13b445598b new tab icons for toolbar 2004-12-17 22:02:47 +00:00
joshmoz%gmail.com 5e424a10a5 pref reorganization part 1, no bug 2004-12-17 17:58:21 +00:00
joshmoz%gmail.com 4d14ab0c47 fix spelling mistake. bug=273087 2004-12-06 18:13:30 +00:00
pinkerton%aol.net 0b4f19365d add "Empty Cache" item to camino menu that just empties the cache, nothing
more.
2004-11-24 15:23:38 +00:00
joshmoz%gmail.com 69a9b630c0 fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton 2004-11-24 04:11:46 +00:00
joshmoz%gmail.com d515c2d196 remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton 2004-11-20 01:05:27 +00:00
joshmoz%gmail.com 5a94fe1797 confirm when removing all cookies (bug 246738) sr=pinkerton 2004-11-20 00:50:51 +00:00
joshmoz%gmail.com 810a4ebb4a fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton 2004-11-18 22:27:30 +00:00
joshmoz%gmail.com f8694e02b2 add localized strings for Omniweb 5 importing (bug 258902) 2004-11-11 00:36:04 +00:00
joshmoz%gmail.com 8c1a8602e0 update nib files to 10.2+ format, done to make future modifications easier, get rid of future incompatability issues, memory usage improvements (objects are keyed), possible performance improvements, no bug 2004-11-05 06:48:42 +00:00
joshmoz%gmail.com 6e72fbd5d7 localize cookie editor yes/no values (bug 262780) 2004-11-04 21:23:48 +00:00
joshmoz%gmail.com 22b8061a44 fix for bug 229930 - add toolbar item for showing download manager 2004-10-27 21:11:01 +00:00
joshmoz%gmail.com 68695429cb bug 257281 - add browser reset functionality 2004-10-20 21:25:06 +00:00
joshmoz%gmail.com 4703f25662 quick grammatical fix for a dl manager tooltip - "Remove all inactive download(s)" should not have a parenthesized "s" (no bug, sr=pinkerton) 2004-10-14 19:21:49 +00:00
pinkerton%aol.net 1c2e1f8995 change finder version to 0.8+ 2004-10-12 14:48:41 +00:00
joshmoz%gmail.com 02b9b7caa9 allow localization of suggested bookmark export file name (bug 262779) 2004-10-07 19:46:32 +00:00
pinkerton%aol.net ee2dfe111b remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
pinkerton%aol.net a048a445b3 new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +00:00
pinkerton%aol.net 77dcd2e084 l10n fixes for 249259, 252407, 248163 2004-08-04 21:03:34 +00:00
pinkerton%aol.net eea7b4d69e remove unused 10.1.x code, make min version be 10.2, general cleanup 2004-07-12 17:52:33 +00:00
pinkerton%aol.net 56fd518298 use mozilla sourceid for google search 2004-06-23 12:53:40 +00:00
pinkerton%aol.net d9a9fd2428 dual-page nav buttons to look better on small size. fix dpi on some others.
add mini down-arrow to back/fwd.
2004-06-21 21:55:35 +00:00
pinkerton%aol.net 96f532b8a5 add 'open in new tabs' from bookmark bar context menu (bug 247895) 2004-06-21 14:21:51 +00:00
pinkerton%aol.net c7dd9827e2 allow l10n of Credits.rtf file (bug 232828) 2004-06-17 01:12:29 +00:00
pinkerton%aol.net 7e4410a4cd better manage the info tab panels to fix black bg on 10.1 and forgetting
which tab is selected when going between folders/items. Also cleans up the
code a lot (bugs 242650, 243246)
2004-06-16 22:17:44 +00:00
pinkerton%aol.net 26ee61eb3e fix a large number of context menu and bookmark info bugs and cleanup the
code. see http://bugzilla.mozilla.org/show_bug.cgi?id=245710#c11 for a
comprehensive list (bug 245710)
2004-06-16 06:09:47 +00:00
pinkerton%aol.net 96d92fc960 fix horizontal scrollwheel (bug 246879) 2004-06-16 04:56:26 +00:00
pinkerton%aol.net 72505e0d2c moving import/export bookmarks to file menu. standardizing file menu, removing
some separators. removing "window" from zoom/minimize. changing next/prev tab
cmd keys to cmd-opt-left/right arrow
2004-06-09 22:46:51 +00:00
pinkerton%aol.net 15759ba031 cleanup toolbar button strings making them easier to correctly localize
(bug 245911)
2004-06-09 22:19:48 +00:00
pinkerton%aol.net 1ed79fde6f fix typo 2004-06-02 02:45:30 +00:00
pinkerton%aol.net 9e3930b001 better l10n for bookmark containers. rename "bookmark toolbar" to "bookmark
bar" consistently in UI. (bug 243770)
2004-06-01 22:36:24 +00:00
pinkerton%aol.net ead02507b9 better feedback importing bookmarks, show where they end up in manager on
completion (bug 242545)
2004-06-01 22:21:33 +00:00
pinkerton%aol.net a5921a41c9 fix alt/shift scrollwheel (bug 244124) 2004-05-24 23:28:53 +00:00
pinkerton%aol.net d2be408d7f bump version to 0.8+ on trunk 2004-05-24 23:17:25 +00:00
pinkerton%aol.net ea6ba72e90 fix bookmark manager context menu so they are more consistent. don't show info
for folders. deselect when clicking an area where there is no row. (bug
223701)
2004-05-12 01:57:13 +00:00
pinkerton%aol.net 439ca96c63 better tif images for tab close widget 2004-04-30 20:29:55 +00:00
pinkerton%aol.net ec38b44182 add cmd-, as prefs shortcut 2004-04-25 23:09:00 +00:00
pinkerton%aol.net d0060238f8 better icons for nav bar, fixed resolution on tab buttons, updated the globe,
better loading-image. (bug 182492)
2004-03-30 03:39:10 +00:00
pinkerton%aol.net bddaee45c4 add cmd-shift-d for download window (bug 229748) 2004-03-26 02:59:34 +00:00
pinkerton%aol.net 794d887070 set a min-size when user clicks maximize button (bug 187164) 2004-03-26 01:50:25 +00:00
pinkerton%aol.net 7818a46822 better gopher/ftp icons 2004-02-25 00:07:13 +00:00
pinkerton%aol.net 85087319ae additional throbber icons 2004-02-24 23:56:43 +00:00
pinkerton%aol.net 3fd4a2a1d1 unused icon 2004-02-24 23:52:33 +00:00
pinkerton%aol.net 32a663009f new icons, aren't we purdy? (bug 234916) 2004-02-24 23:52:03 +00:00
pinkerton%aol.net 7b52db981c removed disclosureTriangles and edit_on button (no longer used) 2004-02-24 01:11:57 +00:00
pinkerton%aol.net 3b5cc1eeb2 new icons for bookmark manager and a new nib that slightly rearranges things
so it's not so cluttered (bug 226696)
2004-02-24 00:58:26 +00:00
pinkerton%aol.net 7b94348835 adding buttons for a close widget on tabs (bug 211570) 2004-02-23 21:38:43 +00:00
pinkerton%aol.net c89ca42c4a tab through text fields and form controls by default (bug 197193) 2004-02-18 00:05:52 +00:00
pinkerton%aol.net c42ea21330 reverting to correct behavior after identifying Tp regression 2004-02-17 19:10:54 +00:00
pinkerton%aol.net ac33e2e1aa backing out fix to 180461 to test a hunch with Tp 2004-02-17 17:02:49 +00:00
pinkerton%aol.net e9d49742db fix urls 2004-02-17 08:14:26 +00:00
pinkerton%aol.net 2bd8b188b7 adding items to help for release notes, tips&tricks, and search customization
(bug 228249)
2004-02-17 08:06:08 +00:00
pinkerton%aol.net 3039c860bf differentiate "view source" tabs and windows (bug 156606) 2004-02-16 22:37:46 +00:00
pinkerton%aol.net 76478be9c6 pin search field to the right and make it a little bigger so the rounded
version looks correct
2004-02-12 07:41:51 +00:00
pinkerton%aol.net 397b367a4c change copyright 2004-02-11 22:37:46 +00:00
pinkerton%aol.net 0d27d0637f use exterior focus rings (panther only) set row height on item/search panels
to 16 to better match safari
2004-02-11 17:54:09 +00:00
pinkerton%aol.net c0236527b1 reconnect the autocomplete text field to the browser window so it can
pass the escape key to it. it got disconnected at some point.
2004-02-08 20:41:48 +00:00
pinkerton%aol.net 8232db642c use "Select" in choose directory button instead of "Open" (bug 232926) 2004-02-04 22:52:30 +00:00
pinkerton%aol.net df80785c2a require 10.1.5 at minimum (Bug 184864) 2004-01-28 21:50:11 +00:00
pinkerton%aol.net 718ebec520 use aa fonts regardless of font size (bug 180535) 2004-01-23 22:44:23 +00:00
pinkerton%aol.net e638f1c73d add site icons and urlbar autocomplete prefs back in as they were removed
from all.js
2004-01-21 20:25:31 +00:00
pinkerton%aol.net 784211d5a3 remove font prefs that were always present but getting changed by all.js after
we set them here. Now that this file comes after all.js, they were suddenly
being used and aren't necessarily what we want.
2004-01-21 01:03:49 +00:00
pinkerton%aol.net 21e2ed1f1a change "view source" to cmd-opt-v to match safari and free up cmd-E for its
reserved purpose (bug 160777)
2004-01-20 21:39:15 +00:00
pinkerton%aol.net 9945be6dc8 fix icon in bookmark sheet to 64x64 (bug 230662) 2004-01-15 19:40:08 +00:00
pinkerton%aol.net 2ea1cd346f set the charset detect to what mozilla uses. what we were using wouldn't
always work (bug 180461)
2004-01-14 17:54:25 +00:00
pinkerton%aol.net 1498e0eca1 set the title of the window to "bookmark manager" when managing bookmarks and
return to the previous title when going back to web page (bug 199790)
2004-01-13 20:33:10 +00:00
pinkerton%aol.net ec564d9f57 use the correct file suffix when exporting bookmarks 2004-01-09 16:07:24 +00:00
pinkerton%aol.net 57a5992d5e remove traces of splash screen code and images. fix up some inconsistencies
in the MainMenu nib as well (bug 152464)
2004-01-06 21:47:24 +00:00
pinkerton%aol.net 1882769fc1 remove FilterView (it's now in a different nib, bug 227370) and fix "new window"
in dock menu (wasn't hooked up)
2004-01-05 23:02:43 +00:00
pinkerton%aol.net 2cac2035b7 new nib for bug 227370 2004-01-05 23:01:04 +00:00
pinkerton%aol.net 6909924f9e new d/l manager from josh aas (bug 223583) 2003-12-30 21:15:47 +00:00
pinkerton%aol.net 338168148f fix a variety of graphical issues with the bm manager (bug 227977) 2003-12-29 07:17:30 +00:00
pinkerton%aol.net 41ec9c62a4 new app icons from jasper. not perfect, but better. (bug 228878) 2003-12-23 20:36:50 +00:00
pinkerton%aol.net b61536c047 separate favicon change notifiaction into its own notification to avoid writes
to the disk. better spread out loading of favicons at startup. turn back
on favicon support since startup perf issues resolved (bug 226140)
2003-12-23 18:33:28 +00:00
pinkerton%aol.net 0b9073bed8 change bookmarks.xml -> bookmarks.plist so new profiles don't need to import
on startup. (bug 223615)
2003-12-10 15:50:58 +00:00
pinkerton%aol.net 331f53ddbe make sheet consistent with HIGs (bug 227980) 2003-12-10 15:13:37 +00:00
pinkerton%netscape.com 02f3c52ae3 put "show/hide all bookmarks" strings in, remove sidebar strings 2003-12-09 14:49:44 +00:00
pinkerton%netscape.com e87b9748a1 somehow the connection for new window was lost. fixing it. 2003-12-05 15:25:03 +00:00
pinkerton%netscape.com 5aad39d879 we need to have code to show the about window to customize it to add the
build id. turn off the splash screen to gauge community feedback
2003-12-05 00:05:10 +00:00
pinkerton%netscape.com fdbeeb50ab keep the same collection when showing bookmark manager. make cmd-b be
a toggle with "show/hide" menu items instead of just "manage" menu text. make
cmd-y not toggle and always show history. fix updating of bookmark menus
when there are no windows open. remove some outdated cruft from the main
controller and nib. (bug 226904, and then some)
2003-12-04 15:02:32 +00:00
pinkerton%netscape.com 73ee4f8547 use standard aboutbox instead of custom one (bug 227368) 2003-12-03 21:12:39 +00:00
pinkerton%netscape.com 1a4f495558 remove credits list for new about box 2003-12-03 21:08:08 +00:00
pinkerton%netscape.com a2b2035fe1 made a bunch of images smaller (bug 189801) 2003-12-03 18:56:42 +00:00
pinkerton%netscape.com 549d6c7485 removing some unused icons (bug 199637) 2003-12-02 20:57:50 +00:00
pinkerton%netscape.com 394d5c2949 New string for bookmark manager over sidebar (bug 227047) 2003-12-02 14:58:51 +00:00
pinkerton%netscape.com 426b7674e4 new bookmark manager icon 2003-12-02 14:58:08 +00:00
pinkerton%netscape.com 9c55863ec7 typeahead find now needs to be invoked by explicit '/' to avoid people getting
pissed off (bug 226161)
2003-11-19 21:48:24 +00:00
pinkerton%netscape.com 2b2a3617ab apparantly, all-*.js is back to normal. using all-camino.js instead of
all-chimera.js at least.
2003-11-19 21:29:38 +00:00
pinkerton%netscape.com 544fffb22a really changing find nib to be more cocoa-like 2003-11-14 19:47:18 +00:00
pinkerton%netscape.com e3cf218b0c fixing pref ordering issues so camino prefs load last. turning off loading
of favicons at launch time. just too slow.
2003-11-13 20:35:58 +00:00
pinkerton%netscape.com 52120c7b4f make search bar part of default toolbar 2003-11-05 17:16:57 +00:00
pinkerton%netscape.com 20e11f0ffa craft search urls so they support utf8 (bug 201642) 2003-11-04 05:08:46 +00:00
pinkerton%netscape.com 63c0fda3df change to 0.7+ and Mozilla Foundation 2003-10-29 20:00:35 +00:00
pinkerton%netscape.com 2afcacc1f3 clean up some issues with nib including placement of "add" buttons and
some images (bug 223413)
2003-10-29 19:40:33 +00:00
pinkerton%netscape.com f092b0b1de turn on auto image resizing by default (bug 197323) 2003-10-22 04:29:17 +00:00
pinkerton%netscape.com 8e313f3459 bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%netscape.com 569888bbf2 Implement Find Previous (cmd+shift+G), bug 206918. r=sfraser. 2003-05-27 20:00:56 +00:00
pinkerton%netscape.com 8d41e615a6 fix a variety of crashes caused by me being stupid (window close, quit, clicking
on folder button). (bug 205667)
2003-05-15 18:38:59 +00:00
pinkerton%netscape.com 9371f49703 add indicator of blocked popup and a popdown menu to quickly unblock sites 2003-05-14 03:45:06 +00:00
pinkerton%netscape.com 1f45d1ea47 first stab at popup blocked image 2003-05-14 03:23:04 +00:00
bryner%netscape.com a7689aa474 Set typeahead find to search all text by default. Also, removed some prefs that no longer need to be overridden from all.js 2003-05-07 05:38:34 +00:00
sfraser%netscape.com 363d544c98 Fix bug 198739: change Camino user-agent string to say 'Camino' rather than 'Chimera'. r=pink, sr=me. 2003-04-28 21:21:03 +00:00
pinkerton%netscape.com feee4cd410 make a textedit cell that leaves room for the proxy icon so that we
can use a regular NSTextField for the url bar. from nhamblen@mac.com
(bug 198095)
2003-04-23 16:47:11 +00:00
pinkerton%netscape.com bac51ec389 adding prachi 2003-04-10 03:54:53 +00:00
pinkerton%netscape.com d9dc9f4ffd adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
sfraser%netscape.com 9aa65acde0 Add a ; at the end of a line, fixes bug 200339. 2003-04-03 00:36:53 +00:00
pinkerton%netscape.com e74b6c15f1 implement new cookie dialog api. 2003-03-31 20:34:45 +00:00
pinkerton%netscape.com 78d49aadf6 replacing some of the icons to look better in new manager (thanks to
sam nordemann)
2003-03-26 14:57:44 +00:00
pinkerton%netscape.com 96da93ef2f new in-window bookmark manager. 2003-03-24 02:10:08 +00:00
sfraser%netscape.com 5cba2159ca Add a New Window command to the Dock menu. 2003-03-13 04:08:27 +00:00
sfraser%netscape.com e4d4b9a1eb Turn Rendezvous support on by default. 2003-03-11 07:03:55 +00:00
pinkerton%netscape.com c2f7470fb4 bookmarks load when clicked in manager, switching to manager stops all
page loads. back button responds appropriately if manager is frontmost.
2003-03-07 03:58:24 +00:00
pinkerton%netscape.com ebc97acbfd More changes for in-window bookmarks. bookmarks display and can be edited,
buttons hooked up. Still off by default.
2003-03-07 03:06:47 +00:00
bryner%netscape.com 66e9f2fab8 Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier). 2003-03-07 02:45:59 +00:00
pinkerton%netscape.com 393ceead5a beginnings of new bookmark manager, off by default 2003-03-06 19:04:15 +00:00
sfraser%netscape.com 16682c50a3 Funky new splash screen 2003-03-06 07:55:46 +00:00
bryner%netscape.com e51650481c no longer needed 2003-03-05 07:07:15 +00:00
sfraser%netscape.com 8d9f882543 Add .DSStore file for disk image. 2003-03-05 02:48:37 +00:00
sfraser%netscape.com 13946a57bb Merge Chimera->Camino name changing to the trunk. 2003-03-04 18:18:53 +00:00
bryner%netscape.com 513721f882 Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:26:09 +00:00
bryner%netscape.com 2a7b65c505 Merging changes from CHIMERA_M1_0_1_BRANCH. 2003-01-08 06:33:05 +00:00
bryner%netscape.com 213a0b4218 Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:34:25 +00:00
sfraser%netscape.com 8734acb67c Fix some references to CHHistoryDataSource -> HistoryDataSource. 2002-08-21 02:14:52 +00:00
sfraser%netscape.com ef11d670d8 Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix). 2002-08-21 02:06:38 +00:00
pinkerton%netscape.com 3b21529ca7 make status bar text field scrollable instead of wrapping for long
urls (bug 163245)
2002-08-19 14:33:04 +00:00
bryner%netscape.com 2b204d8d7f Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade. 2002-08-16 17:34:24 +00:00
pinkerton%netscape.com 45f1cb4383 reduce size of splash screen. ifdef'd off use of "loading..." which we never
used anyway. fixed huge leak that basically leaked the entire splash screen.
2002-08-16 03:20:54 +00:00
sfraser%netscape.com fc61097449 Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs. 2002-08-16 00:58:10 +00:00
sfraser%netscape.com d64eb83588 Adding a Get Info item to the Edit menu, which, for now, only applies to the selected bookmark in the bookmarks sidebar. This is part of bug 155484. 2002-08-15 19:39:14 +00:00
pinkerton%netscape.com bbaf40c4d4 Remove pause/resume button from d/l progress dialog and ui strings (bug 157826) 2002-08-15 19:15:24 +00:00
pinkerton%netscape.com 9f33d856c1 updated icon from ugo 2002-08-15 19:05:52 +00:00
sfraser%netscape.com 968f0a7c85 Fixing alignment of proxy icon so that site icons don't clip the text border. 2002-08-15 19:01:51 +00:00
pinkerton%netscape.com 24e42c97ed updated icons from ugo 2002-08-15 18:55:54 +00:00
pinkerton%netscape.com fca39d7f23 Untitled -> untitled per aqua guidelines 2002-08-15 18:21:13 +00:00
sfraser%netscape.com c6b62b7efa Nib changes for bug 160725: hook up mProxyIcon on the BrowserWindowController. 2002-08-15 18:03:38 +00:00
pinkerton%netscape.com 652e63fada going back to a NSTextField with field editor for the url bar. fixes a lot
of hacks and crashes with the NSTextView, while still managing to provide
undo support (bug 161621).
2002-08-13 16:23:42 +00:00
sfraser%netscape.com 6a80f9e551 Fix for bug 152975. Add a Show/Hide Sidebar menu item with key shortcut Command-/. Patch from Prachi Guariar. 2002-08-06 20:42:25 +00:00
pinkerton%netscape.com 93d6fa9aad Fix problem where hiding the status bar in a popup would cause the content
area to extend below the window and scrolling would be messed up and the
horizontal scrollbar would be hidden. (bug 153116).
2002-08-06 19:20:28 +00:00
pinkerton%netscape.com 28ed28c83e adding max horn 2002-08-06 02:32:34 +00:00
pinkerton%netscape.com 3ab9812ebf Somehow we lost the connections on the ok/cancel buttons in the password
dialog. hook those up and finiah changing all setEnabled's to setTransparent's
(bug 160758)
2002-08-06 01:10:29 +00:00
sfraser%netscape.com 62a037a4ce Don't rebuild the entire history data source (and leak it) every time the sidebar is opened, which makes sidebar opening animate more smoothly. Also put in some #ifdefs to it's easier to play with the browser window positioning code on sidebar open. 2002-08-02 23:12:00 +00:00
sfraser%netscape.com 1413a497ff Fixing key shortcuts for Previous/Next tab, and reordering those menu items so that Previous comes before Next. 2002-07-30 21:06:49 +00:00
sfraser%netscape.com 79978ddf8c Keep Navigator.scriptTerminology in sync with Navigator.scriptSuite. 2002-07-30 16:53:09 +00:00
pinkerton%netscape.com 95b16271dc Sherlock uses the spyglass suite (bug 160130). 2002-07-30 16:02:38 +00:00
sfraser%netscape.com 96749bf2d1 Adding a 'Search Page' item to the Go menu (bug 160056). Made it and the Home item always enabled. 2002-07-30 05:09:44 +00:00
sfraser%netscape.com 5c46c062fc Fix for bug 160037; remove the SearchPageDefault key so that we go to IC for the default search page. 2002-07-30 05:00:14 +00:00
pinkerton%netscape.com d458aca990 Fix cases where the bookmarks info window would remember the last selection,
even after it had been deleted. Also changes focus when losing key status so
the field editor gets properly released. We seem to have lost the outlets
in the bm sidebar for the info and edit buttons, re-add and re-attach them
and ensure that they are disabled when there is no selection (bug 159655).
2002-07-29 15:13:49 +00:00
sfraser%netscape.com 217b99dddb Fixing bug 156893: strip control characters out of strings which are to become bookmark titles, to avoid saving corrupt XML. 2002-07-27 01:24:42 +00:00
sfraser%netscape.com 15f49491af Fix bug 159461: make the progress window remember its position, and (bug 159460) have it appear in the Windows menu, with a useful name. 2002-07-26 23:37:10 +00:00
pinkerton%netscape.com dd96debaf5 Fixes crash when selecting text during URL load, adds undo/redo to url bar,
reduces the number of times we load about:blank to 1 per window, fixes
unicode characters in bookmarks. (bug 149198, 153263, 155710)
2002-07-26 18:50:01 +00:00
bryner%netscape.com 6fd5dc94f3 Change ShortVersion to be just the version number, not including the product name. 2002-07-25 19:05:56 +00:00
sfraser%netscape.com 644ce7913f Changing the 'Wrap' checkbox keyboard shortcut from Command-W to Command-R, to avoid conflict with Command-W closing the window. 2002-07-25 05:59:33 +00:00
sfraser%netscape.com 643d59bc2c Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa. 2002-07-25 05:47:16 +00:00
sfraser%netscape.com d6e26e143a Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
sfraser%netscape.com 3c7c72001f Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes. 2002-07-25 00:42:53 +00:00
pinkerton%netscape.com 4b6757e3e9 Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201) 2002-07-24 22:00:11 +00:00
pinkerton%netscape.com fb7ebd6592 localize d/l progress dialog and put strings in localizable.strings (bug 143093) 2002-07-24 21:48:08 +00:00
pinkerton%netscape.com 829445ae98 fix phantom checkbox and password field in prompt dialog (bug 156561) 2002-07-24 20:41:30 +00:00
pinkerton%netscape.com 0de0b31244 aqua-looking broken image icon 2002-07-24 17:47:34 +00:00
sfraser%netscape.com 929b16498c Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
pinkerton%netscape.com a4081b480c Change bookmark sidebar panel buttons to be "momentary change" to get
rid of icky border when depressed.
2002-07-23 20:42:39 +00:00
pinkerton%netscape.com 5a3b1fc0a9 Replace the standard gecko 'image placeholder' with a more aqua-one from ugo 2002-07-12 15:22:28 +00:00
bryner%netscape.com 2e0bb3cf96 Remove non-functional help menu item, add an Info menu item that goes to the download page. 2002-07-12 04:53:12 +00:00
bryner%netscape.com 047e681ad6 0.4 splash from ugo 2002-07-11 03:33:12 +00:00
bryner%netscape.com 38a571be71 Oops, I didn't mean to change the format of this file. 2002-07-10 21:11:12 +00:00
bryner%netscape.com d148a6d989 Version # -> 0.4.0 2002-07-10 21:06:28 +00:00
pinkerton%netscape.com 7231f8b7b5 Fix "can't launch 2 copies" strings so the branding can be swapped out 2002-07-08 18:56:57 +00:00
sfraser%netscape.com 27c5a43c45 We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (presumably, for performance with lots of bookmarks). 2002-07-05 23:50:08 +00:00
sfraser%netscape.com a8072eaf9e Fixing bug 152622: moving Close Window and Close Tab to the File menu, and making Command-W close tabs then windows, as appropriate. Also giving MainController members more concrete types, rather than 'id'. 2002-07-05 01:10:13 +00:00
sfraser%netscape.com c30fece42b Fixing keyboard navigation 2002-07-05 00:58:13 +00:00
sfraser%netscape.com 37eb04a7f7 Stretching the status bar across to the progress meter 2002-07-04 22:21:24 +00:00