harishd@netscape.com
0a46875075
69455 - enable noframes content when frames are disabled
...
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
disttsc@bart.nl
b62fd9bd6a
Bug 45143: fix <meta http-equiv="refresh" content="X; url=URI"> to accept URI which contain commas. While I'm at it, merging the implementations in nsDocShell.cpp and nsHTMLContentSink.cpp. r=brendan@mozilla.org, sr=rpotts@netscape.com, a=hofmann
2001-04-20 08:11:12 +00:00
attinasi@netscape.com
9fa7828978
Backing out Peter's changes since it cause the SunOS compiler to go off the deep end. Not apparent why the change should matter, actually, so this is just paranoias.
2001-04-19 19:38:27 +00:00
peterlubczynski@netscape.com
74c9f23830
Fix for clearing previous page title r=valeski sr=waterson a=choffman
2001-04-19 17:20:51 +00:00
chak@netscape.com
142c3a7905
Fix for bug#76272 - Assertion when using viewsource
...
r=valeski, sr=alecf, a=blizzard
2001-04-19 14:42:52 +00:00
bryner@uiuc.edu
12685aebfc
Bug 31809:
...
- When a docshell first takes focus, give focus to its first focusable content
- Make the docshell come after all of its content in the tabbing order
r=saari, sr=hyatt.
2001-04-18 06:18:10 +00:00
radha@netscape.com
88a360e138
Fix for bug 61557. location.replace() loads wrong page in the frame r=valeski sr=rpotts
2001-04-18 04:55:16 +00:00
hyatt@netscape.com
0995a5a65c
Fix for my 0.9 focus issues. r=saari, sr=brendan
2001-04-18 01:41:20 +00:00
locka@iol.ie
d1e9c926a9
Fix for http referrer not being sent when session history urls are loaded from the network. b=61426 sr=rpotts@netscape.com
2001-04-17 11:53:11 +00:00
valeski@netscape.com
f0c622d030
r=rpotts, r=heikki, sr=vidur. content types are no longer hardcoded for docshell load acceptance. we now ask layout what it can handle (indirectly via the category manager). 40772.
2001-04-16 23:05:08 +00:00
chak@netscape.com
780a4acaba
Fix for bug#66334 - Viewsource needs to be a protocol handler
...
r=valeski,sr=rpotts
2001-04-16 20:17:36 +00:00
darin@netscape.com
d2a6f16225
Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
...
cache validation preferences and browsing via history. r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
radha@netscape.com
38e19dfa31
Fix for bug # 55055 r=adamlock sr=rpotts Save CacheKey in SH
2001-04-13 22:20:33 +00:00
erik@netscape.com
f1d9ad28b6
bug 75066; author=simon@softel.co.il; r=jst; sr=erik; diffs from IBM bidi
...
project (e.g. Arabic, Hebrew)
2001-04-12 23:35:24 +00:00
ccarlen@netscape.com
4fd35312e6
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
darin@netscape.com
298557fdf0
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
radha@netscape.com
abc4ab5ce2
Fix for bug 73746. r=valeski, sr=rpotts
2001-04-03 21:34:30 +00:00
radha@netscape.com
57e6c43857
Fixes related to bug # 71756 r=rpotts, valeski
2001-03-28 03:35:38 +00:00
bryner@uiuc.edu
e9ce37414c
Bug 44257 -- fix tabbing from URL bar to document. r=saari, sr=shaver.
2001-03-28 02:08:06 +00:00
radha@netscape.com
16d9814442
Fix for bug # 69457 r=valeski, rpotts
2001-03-24 01:23:42 +00:00
radha@netscape.com
6a4f28c939
Fix for bug # 63991 r=adamlock
2001-03-24 00:45:56 +00:00
mstoltz@netscape.com
fa6783f615
Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
...
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
disttsc@bart.nl
d515008bef
Fix leak of nsAtom, some string clean-up, r=gagan, sr=jst
2001-03-22 09:53:30 +00:00
alecf@netscape.com
11ddf8d3d6
fix for 71511 - clean up nsIGlobalHistory even further by refactoring setTitle i
...
nto nsIBrowserHistory, cleaning up extra addPage() parameters, and fixing all co
nsumers
r=valeski, sr=shaver
2001-03-13 06:19:40 +00:00
valeski@netscape.com
3d8c2571cb
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api
2001-03-13 02:02:05 +00:00
dbaron@fas.harvard.edu
b5d5a89a66
Move the destruction from the destructor into its |Destroy| method so that the document viewer is not prevented from being deleted by the cycles it would have broken in its destructor. (This has become necessary since the document viewer is being used from JS/XBL.) Use a null |mDocument| to record the destroyed state. r=disttsc@bart.nl sr=waterson@netscape.com b=61821
2001-03-10 03:19:36 +00:00
disttsc@bart.nl
e9399ed474
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
radha@netscape.com
8a4660dc89
Fix for blocker bug 69843. r=valeski, sr=waterson
2001-02-23 23:37:41 +00:00
radha@netscape.com
5d01d39384
Fix for bug # 69713. Get rid of unused SH_IN_FRAMES #defines. r=timeless, adamlock
2001-02-23 00:05:54 +00:00
dougt@netscape.com
d865bfd3cb
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
radha@netscape.com
aeda1f5afb
Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock
2001-02-15 19:10:16 +00:00
disttsc@bart.nl
c6327f63d5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt@netscape.com
a70fce6f87
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
gagan@netscape.com
151a8bfe56
A left over change for the optimization in bug 66577. r=mstoltz, sr=shaver, brendan.
2001-02-07 01:14:37 +00:00
radha@netscape.com
a385f24f5c
Changes related to history listener bug 65608 r=valeski sr=rpotts
2001-02-07 00:32:04 +00:00
gagan@netscape.com
768c7b6705
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
akkana@netscape.com
38c1fef2c1
56296: Disable popping up new window on target=, pref controlled. r=dveditz, sr=brendan
2001-01-27 01:08:36 +00:00
locka@iol.ie
de56a7e175
Changed docshell so it turns the mouse pointer "busy" in the associated window while it is loading a document. Removed the hack in the navigator chrome that used the throbber status to set the busy pointer. b=30375 sr=rpotts@netscape.com
2001-01-26 12:35:32 +00:00
radha@netscape.com
3b7d08de4b
Fix for bug # 41973 (Redireted urls are not marked visited) r=rpotts sr=waterson
2001-01-23 22:16:40 +00:00
rpotts@netscape.com
c87f417ec5
Some changes to make nsDocShell::LoadStream() work better...
2001-01-01 22:48:47 +00:00
rpotts@netscape.com
1745cc91d7
bug #15345 (sr=mscott). Replaced nsIDocumentLoaderObserver with nsIWebProgressListener... Also some whitespace cleanup :-)
2000-12-20 23:18:03 +00:00
radha@netscape.com
c5a41c49eb
Fix for bug # 59755. SH work wrong after doing view-source:url. Set ViewMode to
...
viewNormal for all Sh loads. r=adamlock sr=alecf
2000-12-18 22:55:46 +00:00
radha@netscape.com
dab816134c
Fix for bug # 49913. Pressing enter in the url field adds duplicate entry
...
to Session History. r=adamlock sr=alecf
VS: ----------------------------------------------------------------------
2000-12-18 20:02:26 +00:00
disttsc@bart.nl
c13a8df890
Convert nsIDocumentCharsetInfo to IDL so we can get rid of more bits of nsBrowse
...
rInstance. bug=46200, r=erik@netscape.com , r=smfr, a=alecf.
2000-11-16 21:33:34 +00:00
nhotta@netscape.com
3535ad17f0
Changed to convert anchor name as UTF-8 instead of Latin1 if that fails then convert it as document charset, bug= 58819,r=erik, sr=waterson.
2000-11-15 00:17:41 +00:00
disttsc@bart.nl
7486c5e365
Whoops, forgot to remove one line
2000-11-09 21:14:43 +00:00
disttsc@bart.nl
c4f11568a5
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
2000-11-09 20:30:35 +00:00
locka@iol.ie
ab64b20ce9
Moved URI fixup code out of docshell and into a global service. b=51702, sr=waterson@netscape.com
2000-11-08 21:00:37 +00:00
jband@netscape.com
dcce3a2d3b
Add null ptr check to fix bug 59281. r=adamlock sr=waterson
2000-11-08 06:31:57 +00:00
hyatt@netscape.com
47aecaf9c8
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00