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

136 Коммитов

Автор SHA1 Сообщение Дата
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