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
pinkerton%netscape.com
bc15179347
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
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
5aad030ea4
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
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
bryner%netscape.com
2b75871880
Add a feedback link to the help menu. r=smfr.
2002-07-04 00:51:44 +00:00
sfraser%netscape.com
f94048cccf
Using values from CHUserDefaults.h
2002-07-03 06:20:42 +00:00
pinkerton%netscape.com
cbebcfcea3
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
ff3df6116b
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
sfraser%netscape.com
eed7024b67
Checking in patch from David Haas in bug 155048, with modifications to improve the 'is there a browser window' logic. This also fixes bug 152026 (2 windows when launched with a GetURL AE), and my changes fix bugs 155309 (dragging multiple files onto the icon works now) and 155147 ("browser.always_reuse_window" always works for GetURL events now).
2002-07-02 06:08:51 +00:00
bryner%netscape.com
6e19380b4f
Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton.
2002-07-01 19:10:14 +00:00
bryner%netscape.com
2a46d6537d
Add command-line URL handling via the switch -url (bug 148887). r=pinkerton.
2002-07-01 19:07:16 +00:00
pinkerton%netscape.com
45fc788bb6
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
425b50233a
Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. r=pinkerton
2002-06-27 21:07:30 +00:00
pinkerton%netscape.com
866d56a1b8
update windows when the bit depth changes (bug 153651)
2002-06-27 19:58:49 +00:00
pinkerton%netscape.com
fdae055fe2
don't enable 'find again' unless the user has done a 'find' first. (bug 153643)
2002-06-26 21:06:17 +00:00
pinkerton%netscape.com
17b8a206c1
Added ability to show/hide personal toolbar and persist (bug 149725)
2002-06-25 22:06:09 +00:00
bryner%netscape.com
2049096f77
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
d39456d8e9
Enable prebinding (and automatic prebind updating at runtime) for static builds. r=pinkerton.
2002-06-22 06:28:20 +00:00
pinkerton%netscape.com
510c8c4c80
a bunch of fixes that didn't land when i wanted them to.
2002-06-21 00:24:51 +00:00
bryner%netscape.com
a29b57a342
Make -autoRegister mode also perform chrome registration, so that this can be done during packaging. r=jag.
2002-06-20 00:08:02 +00:00
pinkerton%netscape.com
6d222b19ac
Fix a warning
2002-06-18 14:35:12 +00:00
pinkerton%netscape.com
66c181d5df
make us open url's as a service (bug 150860)
2002-06-18 13:52:17 +00:00
pinkerton%netscape.com
07dfc94393
Fix New Tab/SaveAs being enabled with no current window by creating a new
...
File menu and writing parts of validateMenuItem. bug 146320.
2002-06-11 18:44:30 +00:00
bryner%netscape.com
b14ca3e45e
One more static build fix.
2002-06-10 01:24:14 +00:00
bryner%netscape.com
2e38e536b8
Static build fixes.
2002-06-09 21:25:52 +00:00
bryner%netscape.com
dbe9a35026
Add a command-line parameter, "-autoRegister", to allow automated component registration for static builds. r=ben.
2002-06-09 08:15:59 +00:00
pinkerton%netscape.com
019040542c
Adding a bunch of security warnings and dialogs, overriding the
...
XUL impl with our own.
2002-06-07 22:26:35 +00:00
pinkerton%netscape.com
28b955fa68
Fix prefs not getting written out (patch from bfoucher@mac.com). Removing
...
smooth text menu item since the non-atsui version is so much faster, we
always want it on.
2002-06-06 21:13:10 +00:00
pinkerton%netscape.com
72adb320ea
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
pinkerton%netscape.com
3478b60af8
Behave correctly when dock icon clicked and no windows are open. From David Haas (haasd@cae.wisc.edu)
2002-05-03 19:17:28 +00:00
hyatt%netscape.com
1a3f0e300b
Adding globe icon for URL bar. Updating to 0.2.7
2002-05-03 08:02:16 +00:00
hewitt%netscape.com
35721517bd
bookmark drag and drop
2002-05-02 12:08:47 +00:00
hyatt%netscape.com
b08e0aa5e7
Pref code for internet config hooked up.
2002-04-29 09:15:53 +00:00
hyatt%netscape.com
cc4abd5828
More work on importing of bookmarks.
2002-04-29 01:28:30 +00:00
hyatt%netscape.com
68747a87d8
Implemented view source.
2002-04-28 22:53:27 +00:00
hyatt%netscape.com
6c1a035b51
Lay the plumbing for view source. Tweak context menu wording. Hook up some unconnected context menu items in the image link context menu.
2002-04-28 22:23:25 +00:00
hyatt%netscape.com
0aabe0f310
Ok, so now it's picking a URL for import.
2002-04-28 22:07:03 +00:00
hyatt%netscape.com
9da43a40c0
adding an import bookmarks menu command.
2002-04-28 21:59:30 +00:00
hyatt%netscape.com
aecbf8ea2f
adding an import bookmarks menu command.
2002-04-28 21:57:00 +00:00
hyatt%netscape.com
943a8ea502
hook up toggle toolbar method, update version to 0.2.5
2002-04-26 23:25:15 +00:00
pinkerton%netscape.com
67849e99d3
fix a warning
2002-04-26 19:01:52 +00:00
hyatt%netscape.com
54ec945d6f
Fix popup positioning when window is scrolled.
2002-04-25 09:22:07 +00:00
hyatt%netscape.com
d90533ed4b
Add support for smooth text toggling.
2002-04-25 08:50:02 +00:00
hyatt%netscape.com
475278af49
Adding the controller objects.
2002-04-20 07:54:17 +00:00