Commit Graph

909 Commits

Author SHA1 Message Date
ben%netscape.com
5d2bf98f41 fix for PDT+ b=25412, a=jar, r=rjc (depressable search button) 2000-02-25 04:18:47 +00:00
sford3%swbell.net
0eb51d37cd Fix bug 21474 add send page to the editor, r=brade a=waterson 2000-02-25 00:55:20 +00:00
mcafee%netscape.com
9c2967bf06 Disabling menu items (22536) r=pavlov, a=waterson 2000-02-24 09:07:06 +00:00
tbogard%aol.net
849258b468 Changed reload and stop to go through the new nsIWebNavigation interface. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering 2000-02-24 03:59:42 +00:00
cmanske%netscape.com
ae27202267 Fixed open location not working when loading into Composer, bug 28683, r=matt, a=jevering 2000-02-23 20:22:21 +00:00
jdunn%netscape.com
c63a7c3d44 r=cls@seawood.org
a=leaf@netscape.com
# 28114
Adding MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS because there is now a TIMER
dependency in this sharedobject (see nsBrowserInstance.cpp)
2000-02-22 03:55:32 +00:00
mscott%netscape.com
9a7c1b0e8e Bug #27419 --> if uri load had a window target name and a window
with that name didn't exist yet, we weren't creating a new window,
instead we were loading it in the current window. Now we properly
fall through to the create new content handler case.
r=travis
a=phil
2000-02-19 02:05:52 +00:00
attinasi%netscape.com
143cde5bc7 Made the PageCycling work in optimized builds if MOZ_PERF=1 is set. Added a timer to the PageCycler so we can timeout if the page never finishes loading. Added -ftimeout command line param to set the timeout, if one is desired. r=warren a=rickg b=28056 2000-02-19 01:06:40 +00:00
attinasi%netscape.com
efba4a3503 Added static lib needed for nsTimer. r=warren a=rickg b=28056 2000-02-19 01:04:31 +00:00
waterson%netscape.com
85010931c6 Bugs 27271, 27947. Re-order menu creation so that RDF-generated menus are created simultaneously with XUL content. Use style rather than content tree crawling to avoid over-eager creation of menu content. r=hyatt,danm a=jevering. 2000-02-19 00:56:13 +00:00
waterson%netscape.com
0d668654d0 Bug 20840. Get 'Open Windows' and 'Mozilla' buttons working on the taskbar again. Re-factored 'blue toolbar' menu rules, promoting to global.css so that they could be shared with taskbarOverlay.xul. r=hangas, a=jevering 2000-02-18 00:51:48 +00:00
sspitzer%netscape.com
014edcb58f fix for #28163, r=dp, a=jevering
force the debug builds to have the checkin guidelines for the start page.
2000-02-17 21:36:16 +00:00
jdunn%netscape.com
247a0084da fixing unresolved symbols at link time
# 28114
r=cls@seawood.org
a=chofmann@netscape.com
2000-02-17 04:53:08 +00:00
sspitzer%netscape.com
4f37660d7e fix for #24916, implement the "first time startup page" r=alecf, a=jevering 2000-02-17 02:27:21 +00:00
sfraser%netscape.com
74658167df Fix the nsIBrowserInstance.h problem, by changing the output file for the headers target to something that does not conflict with another project. r=jj,a=jj. This is required to fix the Mac depend tinderbox. 2000-02-17 00:30:28 +00:00
evaughan%netscape.com
c7ba739a87 Box performance fix.
-r jevering
2000-02-16 23:00:52 +00:00
law%netscape.com
861c915827 Convert local path to file URL when coming back from "Choose File...". This avoids screwing up Mac local paths. b=26632, r=ben@netscape.com 2000-02-16 07:35:44 +00:00
sspitzer%netscape.com
9751459d98 removed unused file. 2000-02-16 06:22:43 +00:00
sspitzer%netscape.com
56fb0c4bb2 clean up -help output. fix bug #26959, make it so when you start
a browser window, the right page (home, blank or last page visted) gets
loaded.  clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js.  r=mscott
2000-02-16 06:22:03 +00:00
sfraser%netscape.com
1cf975ea2d Fix for bug 24685 -- make some items on the navigator context menu pay attention to command nodes, so they get automagically enabled, and executed. r=Ben Goodger 2000-02-16 05:06:03 +00:00
cata%netscape.com
3c09edd523 Removing obsoleted Charset Detectors menu item. r=none (one-liner) 2000-02-16 04:58:40 +00:00
ben%netscape.com
3951f70340 some search changes, r=rjc,don,johng 2000-02-16 03:33:17 +00:00
sfraser%netscape.com
200e0c336e Changes to get edit menu commands updating properly. For bug 18395. r=pinkerton 2000-02-16 01:49:50 +00:00
rjc%netscape.com
e2629d3888 Fix PDT+ bug # 27301: Switch AutoTranslate to the real service. Code drop from ALIS, reviewed by me. 2000-02-16 00:43:22 +00:00
andreww%netscape.com
7a1887eed3 adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil 2000-02-15 21:24:39 +00:00
tbogard%aol.net
c4c6a49289 Adding new attribute to specify the window should listen to the content area to allow setting of the title. r=hyatt 2000-02-15 10:12:26 +00:00
sfraser%netscape.com
50d404a2be Add linkage to JS to fix mac bustage. r=mscott 2000-02-15 07:11:58 +00:00
mscott%netscape.com
0ddc16ad71 Bug #20597 --> implement a content handler for the browser window. Now, when you click on a link in messenger
and you don't have a browser window up, this content handler will bring up a browser window and load the url
inside of it.

I also finished fixing the command line problem by making the command line service part of the content handler
service instead of letting it be implemented by nsBrowserInstance which was giving us problems.

r=travis
2000-02-15 04:45:34 +00:00
ben%netscape.com
867342cb82 fix for 20823, r=syd 2000-02-12 05:32:03 +00:00
hangas%netscape.com
e0aa87a046 Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip 2000-02-12 01:37:43 +00:00
law%netscape.com
f253a43add Handle exception that occurs when opening a Mac path; b=26632; r=ben@netscape.com 2000-02-12 00:46:10 +00:00
law%netscape.com
c21f0c66ad Move setting of handler attribute to after element is put in document to workaround a bug; b=26402, r=hyatt@netscape.com 2000-02-11 15:33:04 +00:00
pinkerton%netscape.com
5cd6027861 missed a removal of text/plain. changed "copy link url" to use text/unicode. 2000-02-11 07:06:47 +00:00
hangas%netscape.com
37836f02ae Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt. 2000-02-11 06:05:04 +00:00
ben%netscape.com
d018fa4b19 fix string bundle bug 27252, r=syd, resurrecting matt's search changes which I accidentally clobbered, and resurrecting rjc's history flushing. 2000-02-11 05:23:50 +00:00
cata%netscape.com
a50f9d78b5 Commenting out old Charset menu. bug #15482 r = none (two XUL lines) 2000-02-11 03:13:04 +00:00
tbogard%aol.net
c818f63d00 Removed forward declare of unused class nsIBrowserWindow. 2000-02-11 01:15:07 +00:00
rjc%netscape.com
6cd9f54a84 Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown() 2000-02-11 00:51:33 +00:00
ben%netscape.com
ff25edb9ee forgot to check this in with my localisability fixes last night (those were r=jst@citec.fi) 2000-02-11 00:48:37 +00:00
ben%netscape.com
362103c7d3 fixes for localisability of navigator package (removed hardcoded english strings ) (r=jst@citec.fi),
small formatting fix for navigator to prevent whitespace at top of mac navigator window
2000-02-10 06:46:50 +00:00
norris%netscape.com
2b4b436f5f Fix 25062 Reload vulnerability
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
evaughan%netscape.com
b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
matt%netscape.com
5008f42a29 fix for bug 11870 26458 r=ben 2000-02-09 01:44:49 +00:00
tbogard%aol.net
8784e4d323 Properly unregister the content listener when browser instance service goes away. This is a temporary fix until command service changes can be properly factored. r=mscott bug #26979 2000-02-08 22:47:51 +00:00
tbogard%aol.net
840c8350e1 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
matt%netscape.com
0b1f0f2dec Adding search logic to url bar r=bill 24582 2000-02-08 03:31:22 +00:00
sspitzer%netscape.com
72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com
9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
sford3%swbell.net
36ee4d8759 adding navigator.properties, more i10. r=sspitzer 2000-02-05 21:44:48 +00:00