alecf%netscape.com
dcd3ae6050
fix for bug 70929 - refactor history into public/private interfaces
...
sr=waterson
2001-03-09 14:49:28 +00:00
danm%netscape.com
a58e95682d
moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
2001-03-09 02:04:06 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
dbaron%fas.harvard.edu
d5d3c5f67d
Fix bad vi modeline that caused text to wrap at 2 characters. r=gagan (Comment changes only.)
2001-03-04 19:43:55 +00:00
disttsc%bart.nl
043186b34e
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
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
radha%netscape.com
2fb7097db8
Fix for blocker bug 69843. r=valeski, sr=waterson
2001-02-23 23:37:41 +00:00
radha%netscape.com
a1571db287
Fix for bug # 69713. Get rid of unused SH_IN_FRAMES #defines. r=timeless, adamlock
2001-02-23 00:05:54 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
eab041f43f
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
f2638b18c0
Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock
2001-02-15 19:10:16 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
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
a49ded5faf
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
7a6701681c
Changes related to history listener bug 65608 r=valeski sr=rpotts
2001-02-07 00:32:04 +00:00
rods%netscape.com
133daec2f6
Printing of selected frameset frames and Iframes
...
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
alecf%netscape.com
74a7d06b2b
fix for #64060 - bulk delete history entries by hostname & domainname
...
also add a new history controller for future history coolness
a=ben, r=jag, and a bit of r=timeless
2001-01-31 20:21:37 +00:00
gagan%netscape.com
cded3e2f30
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
6499aa20b0
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
8c837042a5
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
10c05fc460
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
cff4c7bb6b
Some changes to make nsDocShell::LoadStream() work better...
2001-01-01 22:48:47 +00:00
dbaron%fas.harvard.edu
9430a92e06
Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com
2000-12-30 19:22:22 +00:00
rpotts%netscape.com
0aea5c0955
bug #63529 . Added a null-pointer check in nsWebShell::OnStateChange(...)
2000-12-22 21:47:26 +00:00
pinkerton%netscape.com
2ba8f7d189
clean up interface, per directions. adding copyLinkLocation(), and specifying semantics of selectNone() wrt insertion point location. Implemented selectNone(). r=saari/a=hyatt. bug#s 46867, 63001
2000-12-22 01:13:46 +00:00
rpotts%netscape.com
d4fb846074
bug #15345 (sr=mscott). Replaced nsIDocumentLoaderObserver with nsIWebProgressListener... Also some whitespace cleanup :-)
2000-12-20 23:18:03 +00:00
rpotts%netscape.com
f04d0947b5
a little cleanup - no need to make private methdos virtual...
2000-12-19 23:01:25 +00:00
radha%netscape.com
bfdb2dd196
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
ef77c4fcce
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
radha%netscape.com
6598da202b
Fix for bug # 54492 r=verah sr=alecf
2000-12-11 23:29:04 +00:00
dbaron%fas.harvard.edu
2eea32ae2b
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +00:00
blakeross%telocity.com
4bace3fe3c
Fix 58633 and 49744: a typo in GetLastVisited() and improving a cmd line help description. r=jag sr=alecf
2000-11-30 21:17:15 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
disttsc%bart.nl
34dc58df87
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
pinkerton%netscape.com
53c89d5ecc
fix bustage. nsAReadableString& needs to be const.
2000-11-16 21:29:13 +00:00
pinkerton%netscape.com
2b2922bf95
Implemented nsIClipboardCommands by calling through to the appropriate controller. r=sfraser,a=hyatt. bug#46867
2000-11-16 20:08:48 +00:00
nhotta%netscape.com
1432d1ba87
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
fd03db4b4f
Whoops, forgot to remove one line
2000-11-09 21:14:43 +00:00
disttsc%bart.nl
5371547095
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
pinkerton%netscape.com
2054f360ab
adding nsIContentViewer.idl for jag.
2000-11-09 20:28:41 +00:00
danm%netscape.com
269eae0f19
new method IsModal. bug 56677 r=brendan,hyatt
2000-11-09 00:16:29 +00:00
locka%iol.ie
0924f51ff2
added files: mozilla/docshell/base/nsCDefaultURIFixup.idl, mozilla/docshell/base/nsIURIFixup.idl
2000-11-08 23:20:36 +00:00
locka%iol.ie
030f1820ff
added files: mozilla/docshell/base/nsDefaultURIFixup.cpp, mozilla/docshell/base/nsDefaultURIFixup.h
2000-11-08 21:05:25 +00:00
locka%iol.ie
b9bf2ff444
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
e834fc3e08
Add null ptr check to fix bug 59281. r=adamlock sr=waterson
2000-11-08 06:31:57 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
jst%netscape.com
b50e914ed4
Fixing bug 25821. This is only a bandaid for the real problem with targetting javascript: URL's but it fixes the immediate problem while the targetting code is being rewritten. r=brendan, sr=mscott
2000-11-02 08:43:19 +00:00
radha%netscape.com
8e11ee5cb9
More fixes for bug # 46828. r=pollmann sr=rpotts
2000-11-02 06:34:44 +00:00
mscott%netscape.com
43861bb84a
Bug #56938 --> Break out the code which parses and sets up refresh urls into
...
a separate method so we can expose it as an interface method
via nsIRefreshURI.
r=sspitzer,sr=rpotts
2000-11-01 08:03:58 +00:00