Commit Graph

53218 Commits

Author SHA1 Message Date
valeski%netscape.com
83735368bf 15594. r=gagan. adding protocol service to the linux and windows builds 2000-02-14 10:06:34 +00:00
valeski%netscape.com
81610c7ff5 15594. r=gagan. The protocol proxy service. I'm just dropping this in for now. It won't be used until FTP changes are in 2000-02-14 10:04:56 +00:00
tbogard%aol.net
fc8a8d5156 Removed unused method from the interface. r=pavlov 2000-02-14 09:42:30 +00:00
tbogard%aol.net
8f0f8dae30 Moving the needed interfaces over to the header file where they are needed. This will fix the wensleydale bustage. 2000-02-14 09:39:21 +00:00
tbogard%aol.net
166bf1bbd4 SetStatus now uses the new API on nsIWebBrowserChrome. r=pavlov 2000-02-14 09:16:26 +00:00
syd%netscape.com
6d240800fc Take netscape out of the dialog name, this is used by mozilla also.
Save printer dialog settings to preferences. Still have to hook up
margins. r=dveditz
2000-02-14 09:09:43 +00:00
alecf%netscape.com
e0a6f30d12 remove obsolete files, as found by bryner (not part of build) 2000-02-14 09:06:13 +00:00
tbogard%aol.net
4fdb2e2b06 Organized includes. Put in a check to ensure that QI to nsIWebNavigation succeeded. r=hyatt 2000-02-14 08:53:45 +00:00
alecf%netscape.com
1b171202a0 fix #27625 - fix title of wizard to match spec (and put it in an entity so it can be localized!) 2000-02-14 08:41:15 +00:00
alecf%netscape.com
9794cff2ae fix grammer to match spec #17274
no reviewer, just a string change
2000-02-14 08:40:33 +00:00
valeski%netscape.com
be539d4664 r=gramps (yea, that's right), 15594 (partial). In order for FTP proxies to work, HTTP needs to implement nsIProxy. FTP uses the HTTP protocol to piggy back as a real proxy handler. 2000-02-14 08:40:05 +00:00
alecf%netscape.com
41957dcdc4 fix build bustage
travis needs to look at this and make sure it's right
2000-02-14 07:49:05 +00:00
valeski%netscape.com
ebbdc64da3 r=andreas. 27142. we no longer escape the ':' char in the directory portion of a URL 2000-02-14 07:41:29 +00:00
karnaze%netscape.com
68eea83664 new regression tests, not affecting the build 2000-02-14 07:20:38 +00:00
gagan%netscape.com
e1232219fd Now allowing FTP to specify an ftp URL-- bug 15594 (and in general allow any non-HTTP handler to use HTTP as a proxy) r=valeski 2000-02-14 07:06:32 +00:00
scc%netscape.com
c392d0dde8 Added "nsISupportsIterators.idl", r=danm 2000-02-14 06:52:18 +00:00
tbogard%aol.net
759cd3c5a7 WebShell now relies on the docshell to provide the script environment and providing the scriptGlobalObjectOwner interface. r=hyatt 2000-02-14 06:48:39 +00:00
alecf%netscape.com
3f10a0a4f6 finish fixing #25575 by updating some strings to match spec
no reviewer, just string changes
2000-02-14 06:45:36 +00:00
alecf%netscape.com
b4ac6ea8e9 remove quotes from a string to finish bug #23123
no reviewer, just a string change
2000-02-14 06:41:59 +00:00
tbogard%aol.net
cb7c2b50a4 nsDocShell now implements the nsIWebNavigation interface. Added some stubbed code to Ensure that there is a content viewer. Also added stubbed code to Setup the content viewer when a new one is created. This will eventually replace the embed method. Removed the mCreated member as it is no longer needed. The destructor calls Destroy now to centralize the destruction code. r=hyatt 2000-02-14 06:40:28 +00:00
danm%netscape.com
3201b9c811 adding nsISupportsIterators.idl for scc 2000-02-14 06:38:22 +00:00
tbogard%aol.net
4d5286990c Removed GetDocument from the docshell interface. r=hyatt 2000-02-14 06:29:40 +00:00
dougt%netscape.com
a3a823e06c Adding checks for null at every entrypoint. r=dveditz. 2000-02-14 06:24:49 +00:00
tbogard%aol.net
affdb28ed0 Changed to get the document from the nsIWebNavigation interface instead of the nsIDocShell interface. r=hyatt 2000-02-14 06:23:02 +00:00
tbogard%aol.net
452278e13f Removed unused GetPresShell(). Rely on nsXULWindow for the implmentation of SetIntrinsicSizing. SetStatus now flows through the nsXULWindow content tree owner. r=hyatt 2000-02-14 06:19:18 +00:00
dougt%netscape.com
2595b7940b forgot to remove timebomb preferences which are no longer used in mozilla.
read xpfe/components/timebomb/nsITimeBomb.idl for new preferences which
are honored.
r=dveditz  This is leftover cruft.
2000-02-14 06:18:00 +00:00
tbogard%aol.net
17460e44b3 Added implementation for SetJSStatus and SetJSDefaultStatus. r=hyatt 2000-02-14 06:15:35 +00:00
tbogard%aol.net
b1608c3a04 Added the NotifyObservers function. r=hyatt 2000-02-14 06:14:21 +00:00
tbogard%aol.net
88d298ec91 Added the implementation for FocusAvailable. Added implementation for the new intrinsicSizing attribute. Moved over the NotifyObservers() call from nsWebShellWindow. r=hyatt 2000-02-14 06:13:12 +00:00
dougt%netscape.com
1d7ae3692e Adding timebomb to package lists. bug 1542. 2000-02-14 06:11:51 +00:00
tbogard%aol.net
1ad5c378d4 Added an intrinsic sizing attribute. r=hyatt 2000-02-14 06:10:52 +00:00
karnaze%netscape.com
30bfa7bc94 new regression tests not affecting the build. 2000-02-14 06:06:34 +00:00
karnaze%netscape.com
e7fcf79431 bug 27652, fix loss of border on <table border>, r=mcafee 2000-02-14 06:06:03 +00:00
evaughan%netscape.com
21199519f8 fixed bug #18947
-r danm
2000-02-14 06:05:23 +00:00
valeski%netscape.com
30c25dc728 r=mcafee. FTP now retrieves username and password info directly from the respective URL accessors. This removes any unescaping burden from FTP. These accessors are guaranteed to return unescaped strings 2000-02-14 05:49:55 +00:00
valeski%netscape.com
5cc6cc608d single sign-on code wasn't setting the bool return value when the user hit cancel. r=mcafee (for the one in the PromptPassword(), I added the other two after he reviewed) 2000-02-14 05:46:08 +00:00
evaughan%netscape.com
7ef2c916b2 Fix for bug 24351 as well as other jumping buttons and glitches in UI. 2000-02-14 05:30:05 +00:00
danm%netscape.com
dac10da9e6 force application resume event into modal window. bug 21297. r:saari 2000-02-14 05:28:44 +00:00
bryner%uiuc.edu
07d545b6f2 Fixing build bustage. r=syd@netscape.com. 2000-02-14 04:47:45 +00:00
buster%netscape.com
9d7d8eed28 fixing build bustage 2000-02-14 03:41:45 +00:00
mcafee%netscape.com
4f3f497880 Newline at end of file, this fixes AIX/HP-UX bustage. 2000-02-14 03:32:55 +00:00
evaughan%netscape.com
5fa0666639 Fix tree bustage. 2000-02-14 02:38:45 +00:00
morse%netscape.com
d7d4e0b94b remove incorrect Release statements, r=dp 2000-02-14 02:12:23 +00:00
buster%netscape.com
12d278523d enabled "physical" and "virtual" as synonyms for <textarea> "wrap" attribute value
bug = ???, it's been reassigned to someone else, this was part of a larger problem
that has mostly been fixed already
r=rods

checked in some debug-only metrics code that's been sitting in my tree for a few weeks
r=rods

bug 24950
the frame was creating additional initial reflows for itself indirectly and unnecessarily in some cases
r=hyatt (though he hasn't had time for a thorough review of this yet, so I'm going out on a limb a bit
by checking it in prematurely.  But I'm very confident, I've done tons of testing, and I'll still insist
on a thorough code review of this change.)
2000-02-14 02:07:50 +00:00
buster%netscape.com
86108be131 enabled "physical" and "virtual" as synonyms for <textarea> "wrap" attribute value
bug = ???, it's been reassigned to someone else, this was part of a larger problem
that has mostly been fixed already
r=rods
2000-02-14 02:03:36 +00:00
mstoltz%netscape.com
e526225795 Changed GetOwner() to read owner from underlying nsJAR rather than saving it locally. SetOwner() now does nothing. bug=7270 r=norris 2000-02-14 01:59:09 +00:00
mstoltz%netscape.com
8df8c26172 Crasher fixes and optimizations to jar signature verification. bug=7270 r=norris 2000-02-14 01:57:01 +00:00
buster%netscape.com
66696f0a23 bug 26840 r=mjudge 2000-02-14 01:54:20 +00:00
buster%netscape.com
9c7df3bb31 bug 25510 r=troy
bug 26289 for roc+moz@cs.cmu.edu, r=buster
2000-02-14 01:52:22 +00:00
saari%netscape.com
244ba2b64d Checking of mac layout.mcp for eric 2000-02-14 01:43:48 +00:00