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

62 Коммитов

Автор SHA1 Сообщение Дата
bryner%netscape.com d2b9db8b72 Implement activate and deactivate events for chimera (bug 157648). r=sfraser. 2002-07-16 22:55:36 +00:00
pinkerton%netscape.com 6345420667 Teach url dispatch about the referrer field so opening links in a new
tab/window works correctly in all cases (bug 156732)
2002-07-10 21:53:29 +00:00
pinkerton%netscape.com 9bf826b990 When the sidebar button is removed from the toolbar, nil out our ref so
we don't later crash trying to access it (bug 156485)
2002-07-10 14:38:54 +00:00
sfraser%netscape.com 8d19e99165 Fix for bug 154735; removing unused method, patch from David Haas. 2002-07-06 00:24:11 +00:00
sfraser%netscape.com 2c8b393f45 Fix for bug 155617: make sure we show the location dialog if the user removed the location field from their toolbar. Patch from David Haas. 2002-07-06 00:00:50 +00:00
sfraser%netscape.com 9954ed21d6 We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (persumably, for performance with lots of bookmarks). 2002-07-05 23:48:36 +00:00
sfraser%netscape.com d22af0653b Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615. 2002-07-05 01:32:00 +00:00
sfraser%netscape.com 16b083d259 Fixing bug 152622: moving Close Window and Close Tab to the File menu, and making Command-W close tabs, then windows, as appropriate. 2002-07-05 01:08:42 +00:00
bryner%netscape.com 7261841405 Add a feedback link to the help menu. r=smfr. 2002-07-04 00:51:44 +00:00
sfraser%netscape.com bfd9a8f591 Using values from CHUserDefaults.h 2002-07-03 06:20:42 +00:00
pinkerton%netscape.com f89e345974 Fix updating of stop menu item and a crash when a popup with the personal
toolbar hidden was the frontmost and the menubar was clicked. Fixed some
warnings as well (bug 155461)
2002-07-02 22:48:04 +00:00
bryner%netscape.com ccb7cf6819 Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser. 2002-07-02 21:45:09 +00:00
pinkerton%netscape.com 3d3a5a9d2f Use string table for website defaults rather than moz prefs 2002-07-02 18:08:12 +00:00
pinkerton%netscape.com f9bbb12d3c Use a string table for throbber, search, and home pages rather than
hardcoding them into the app
2002-07-02 17:31:32 +00:00
pinkerton%netscape.com e160650b9f use a plist for toolbar defaults instead of hardcoding. make throbber do
something when clicked than just spin.
2002-07-02 16:13:38 +00:00
sfraser%netscape.com 4429fa9d76 Fixing signage of the chromeMask flag, and putting an unused function inside the QUICKTIME_THROBBER #ifdef 2002-07-02 05:58:38 +00:00
pinkerton%netscape.com 853179db63 updated corporate branded toolbar defaults 2002-07-01 21:56:08 +00:00
bryner%netscape.com fc7b95f953 Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton. 2002-07-01 19:10:14 +00:00
pinkerton%netscape.com 47e81dc216 Reverse logic on personal toolbar hiding state so that if no pref is
found, that corresponds to showing the personal toolbar, which is what
we want as the default.
2002-07-01 18:36:29 +00:00
sfraser%netscape.com cf610ad653 Clean up build warnings and detab files 2002-07-01 04:54:28 +00:00
bryner%netscape.com fb94c1dbf8 Hook up "Do not load home page when opening new tab" pref (bug 154288). r=pinkerton. 2002-07-01 04:36:47 +00:00
sfraser%netscape.com 4452a0fd47 Checking in fix for bug 145815 for bnesse. Hook up 'Search' button in toolbar to use mozilla pref, if it exists, or the IC preference. r=me 2002-07-01 03:48:42 +00:00
bryner%netscape.com 348c992db0 Hooking up enabling/disabling of back and forward context menu items (bug 154296). r=ben. 2002-06-30 23:47:48 +00:00
sfraser%netscape.com 7972c4aa0a Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed. 2002-06-28 23:47:49 +00:00
sfraser%netscape.com 8b7bd16407 Fixing history tab in sidebar to show history. Also hiding history tab by default. 2002-06-27 22:03:30 +00:00
pinkerton%netscape.com f236245941 commented about broken window cascading on multiple monitors with
radar bug number
2002-06-27 14:53:20 +00:00
pinkerton%netscape.com c7c0b038dd Make viewSource work again. (bug 154413) 2002-06-26 17:30:22 +00:00
sfraser%netscape.com 53826b4560 Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton. 2002-06-25 22:08:33 +00:00
pinkerton%netscape.com 37e6f436d0 Added ability to show/hide personal toolbar and persist (bug 149725) 2002-06-25 22:06:09 +00:00
bryner%netscape.com ae2bbe419e Fixing the problem where URL's containing certain characters won't load, by removing uses of NSURL (which has escaping conventions that are incompatible with nsIURI) internally, replacing it with NSString. Bug 147914, r=pink. 2002-06-25 19:25:27 +00:00
bryner%netscape.com 117e8e2215 Don't hardcode the number of frames in the throbber animation. 2002-06-25 04:47:58 +00:00
pinkerton%netscape.com 6edb5ce5bc Break cycle with throbber so that we no longer crash when animating the
throbber and closing a window, or continue loading the page after the
window has gone away. (bug 153421)
2002-06-24 19:33:45 +00:00
pinkerton%netscape.com b27de04155 pull the search button out of the default toolbar, move it to the left of
the url bar if it's there at all, and change the icon.
2002-06-21 19:33:59 +00:00
pinkerton%netscape.com b337cc0072 Strip whitespace around url (bug 149082) 2002-06-17 15:24:29 +00:00
beard%netscape.com 2f546f0bbd added #if QUICKTIME_THROBBER to conditionally use Quicktime Movie to implement throbber. 2002-06-15 16:34:48 +00:00
beard%netscape.com b978abcc16 Bare bones "Search" toolbar button. Need a real icon, using the Finder's for now. 2002-06-15 01:42:05 +00:00
beard%netscape.com 0bc73c0efc Only run the throbber timer if the throbber toolbar item is visible, and increase the timer interval to 1/5 second to use less CPU. 2002-06-15 00:41:03 +00:00
pinkerton%netscape.com 48a23630c3 Update number of throbber images 2002-06-14 20:20:43 +00:00
pinkerton%netscape.com f18355e1af Fix throbber placement and label, fix Delete menu item 2002-06-14 18:44:52 +00:00
beard%netscape.com 631df1b93b Added Throbber toolbar item. 2002-06-14 18:07:08 +00:00
pinkerton%netscape.com 3aee9ab644 Implement copy link location from brade (bug 150827) 2002-06-12 13:47:48 +00:00
pinkerton%netscape.com e2060f9509 Remove status bar entirely from popups that don't want it 2002-06-11 19:36:33 +00:00
pinkerton%netscape.com 1f569a23f7 respect the chrome mask. hide the main toolbar, personal toolbar, and
status bar if required.
2002-06-04 21:50:14 +00:00
pinkerton%netscape.com 8558bac154 make "home" button do the right thing. turn pref manager object into a
shared object owned by the main controller so other objects can easily
get to it to ask about prefs. reworked the code that gets the homepage
so that it conditionally checks if it should check the startup page
mode (obviously the home button doesn't want that). bug# 148936.
2002-06-04 18:36:29 +00:00
ben%netscape.com 5e98d48bdf Ensure that correct Bookmarks context menu items are enabled when certain types of element are selected. Hook up 'Open in New Window' for Bookmark Groups 2002-06-02 10:51:02 +00:00
pinkerton%netscape.com 2d4c8cd604 Removing search panel 2002-05-30 23:12:58 +00:00
pinkerton%netscape.com 721c0f08a1 Add sheet to rename bookmarks since inline editing doesn't work too well
with attributed strings. Cleaned up some unused outlets. Added a cancel
button to the location sheet. bugs 145819, 147721.
2002-05-29 20:42:54 +00:00
pinkerton%netscape.com 10afc05c1b Normalizing the context menus, stubbing out copy link location and
bookmark link. hooks up bookmark page.
2002-05-28 19:55:58 +00:00
pinkerton%netscape.com 6de66cb3d7 Fix crash for 147604. should retain these icons if i'm going to hold them indefinately. 2002-05-28 16:48:48 +00:00
pinkerton%netscape.com 2d1ca6b0dd Updating lock icons. Also fixing test of security state for new
state bits in nsIWebProgressListener.
2002-05-24 20:13:15 +00:00