Commit Graph

1331 Commits

Author SHA1 Message Date
radha%netscape.com
f5a200b5ab Fix for bug # 166799. r= adamlock sr=alecf. Use LOAD_NORMAL_REPLACE for loads from onLoad Handler. 2003-01-21 04:10:56 +00:00
darin%netscape.com
685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
locka%iol.ie
1ae90a3a10 Fix duplicate dnsNotFound entry, replace with netReset. Checkin on behalf of peterhenderson@usa.net, b=188975 r=adamlock@netscape.com sr=bzbarsky 2003-01-17 15:08:17 +00:00
dbaron%dbaron.org
1e96329338 Implement CSS3 :target pseudo-class, which matches the target of the fragment identifier of the document's URL. Change the semantics of nsIPresShell::GoToAnchor by requiring that it be called whenever the current target changes, with an additional boolean parameter specifying whether to scroll. b=188734 r=glazman sr=bzbarsky 2003-01-13 23:10:53 +00:00
nisheeth%netscape.com
7b38fab678 Ongoing work for bug 182366. Use machine learning techniques to sort autocomplete results. r=heikki. sr=hewitt. 2003-01-13 22:23:41 +00:00
locka%iol.ie
f6ba2fe1f0 Improve the look & feel of the error pages. b=156997 sr=bzbarsky@mit.edu r=bugmail@sicking.cc 2003-01-09 18:17:04 +00:00
bryner%netscape.com
7f0488eb18 Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky. 2003-01-09 06:49:07 +00:00
locka%iol.ie
4514a26c79 Add cache key, referrer and extra headers parameters to nsIWebBrowserPersist::saveURI b=170722 r=bzbarsky@mit.edu sr=darin@netscape.com 2003-01-08 23:53:10 +00:00
dbaron%dbaron.org
098bd15103 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 19:35:36 +00:00
seawood%netscape.com
d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
bratell%lysator.liu.se
40bbe3138a Backout of bug 110718 to fix Tp regression and raise-on-load issues. 2002-12-15 19:52:22 +00:00
aaronl%netscape.com
569b35651c Bug 110718. During the 'transferring' when the currently visible document is a zombie, the keyboard is dead for the entire document. r=bryner, sr=hyatt+scc 2002-12-14 08:05:51 +00:00
aaronl%netscape.com
b923e79c56 Bug 181910. Click on 2 links in quick succession, onload has problems with final loaded page. r=rpotts, sr=jst 2002-12-14 00:46:37 +00:00
locka%iol.ie
bcb309175f Implement headers arg on nsIWebNavigation::loadURI b=181903 r=bryner@netscape.com sr=rpotts@netscape.com 2002-12-12 23:10:59 +00:00
darin%netscape.com
a736085beb fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
caillon%returnzero.com
9e32208e77 182725 - nsIPref is deprecated - use nsIPrefBranch and nsIPrefService
r=adamlock sr=peterv
2002-11-30 15:22:31 +00:00
shanjian%netscape.com
88779aee96 #168582 POST document is not displayed correctly in new window
carry over charset to new window.
r=ftang, sr=jst
2002-11-27 19:53:56 +00:00
darin%netscape.com
0db76b7e07 fixes bug 153888 "'Redirection limit' error dialog should implicate cookie blocking"
r=adamlock sr=rpotts
2002-11-26 07:09:27 +00:00
bzbarsky%mit.edu
9d79b70a36 Fix bug 181472 -- uri fixup should do the PossiblyHostPortUrl check before
calling NS_NewURI if the protocol handler is the external protocol handler.
r=adamlock, sr=darin
2002-11-25 23:36:37 +00:00
bzbarsky%mit.edu
ae40bce0d7 need this error check... part of patch for bug 86486, r=adamlock, sr=darin 2002-11-23 05:17:09 +00:00
darin%netscape.com
d9541f875d fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky 2002-11-22 07:40:16 +00:00
bzbarsky%mit.edu
59b2106966 Links with unknown protocol should report an error when clicked on. Bug 86486,
r=adamlock, sr=darin
2002-11-20 22:58:57 +00:00
brade%netscape.com
b9a7151515 put delete of editor data earlier in deletion process (as approved in bug 180146); r=cmanske, sr=sfraser 2002-11-20 14:03:01 +00:00
cmanske%netscape.com
02e1af2113 Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser 2002-11-20 06:25:42 +00:00
cmanske%netscape.com
b590877b92 Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser 2002-11-20 06:23:05 +00:00
bzbarsky%mit.edu
ab75327f3e Make nsILinkHandler take uris instead of strings. Bug 176904, r=darin, sr=jst 2002-11-20 00:44:26 +00:00
ducarroz%netscape.com
7cac5c43cb Fix for bug 110729. Prevent mail display pane to open a pluging in full page mode. Fix also an uninitialized pointer. Patch provided by av. R=ducarroz, SR=beard 2002-11-19 15:30:03 +00:00
darin%netscape.com
5a6ccfaf39 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
peterlubczynski%netscape.com
2751ea016b Backing out fix to bug 163568 to fix bug 169991, r=darin, sr=bzbarsky, a=dbaron 2002-10-21 02:05:59 +00:00
kaie%netscape.com
67c62394a7 b=106865 Blank page instead of SSL error dialog visiting https server
r=rpotts sr=darin a=asa
2002-10-14 14:34:40 +00:00
nhotta%netscape.com
c92bd67f61 Changed DisplayLoadError() to assume UTF-8 domain name,
also changed to unescape and convert the spec using originCharset.
bug 122705, r=shanjian, sr=darin.
2002-10-08 18:02:40 +00:00
rods%netscape.com
6ef92eab84 some changes from a nother patch was accidently checked in 2002-10-08 14:00:12 +00:00
rods%netscape.com
855fd85355 This patch is a bit different, instead of having the DocShell figure out whether it or one of its children are printing or PP, it gets told whether it is, and it caches that value.
This was done so navigation is as fast as possible, meaning it doesn't have to figure it out each time.
The patch:
1) Adds a method to the nsIContentViewerContainer to tell it whether we are printing or in PP.
2) Fix up the DV and PrintEngine, the DV SetIsXXXX didn't need to set any
values in the PrintEngine, but now instead makes calls and sets the values in DocShells
3) Cleaned up and add a macro to nsIDocumentViewerPrint
Bug 171161 r=dcone sr=rpotts
2002-10-08 13:17:56 +00:00
darin%netscape.com
c0fa264890 fixes bug 167463 "fromCacheOnly should be an attribute on nsICachingChannel"
and fixes bug 166927 "add nsICachingChannel should provide an attribute to
'load only if modified'" r=dougt sr=bzbarsky
2002-10-06 03:20:40 +00:00
rods%netscape.com
51646a434c Impl print preview for mail and addrbook
Bug 158110 r=bienvenu sr=sspitzer
2002-10-03 10:48:59 +00:00
dougt%netscape.com
1d12c0177b Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com 2002-09-30 23:18:43 +00:00
locka%iol.ie
9afdf9165d Fixup host:port urls that have no spec and cleanup some string calling convention mess. b=155344 r=andreas.otte@debitel.net sr=darin@netscape.com 2002-09-30 22:38:31 +00:00
locka%iol.ie
a591cb1c83 Make backslash to forward slash fixup smarter. b=127831 r=andreas.otte@debitel.net sr=darin@netscape.com 2002-09-30 21:55:36 +00:00
hewitt%netscape.com
03c418f9bc more phoenix build forking goo, sr=bryner 2002-09-28 22:12:24 +00:00
hewitt%netscape.com
64c822420c fixing phoenix build bustage 2002-09-28 21:03:44 +00:00
darin%netscape.com
2de4f81a70 fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
dougt%netscape.com
6ef0fe91ee fixing bustage 2002-09-25 20:49:29 +00:00
dougt%netscape.com
4ce8a1539f Moves uploadStream to nsIUploadChannel. r=neeti@netscape.com, sr=darin@netscape.com, b=100601 2002-09-25 20:15:17 +00:00
dbaron%fas.harvard.edu
5a1c2904aa Prevent docloader leaks by making mDocLoader an nsCOMPtr. b=170024 r=peterv sr=jst 2002-09-24 00:35:51 +00:00
dougt%netscape.com
50a188a67d Relanding radha's changes. 2002-09-20 21:37:38 +00:00
dougt%netscape.com
b1a0c0cfee Backing out last checkins 2002-09-20 20:06:33 +00:00
radha%netscape.com
f45a28828e Fix for bug # 159659. urlbar spoofing with wyciwyg://. r=adamlock, mstolz, sr=darin. Make sure normal loads of wyciwyg url don't go through nsDocShell::InternalLoad(). 2002-09-20 19:10:23 +00:00
radha%netscape.com
88c476c398 Additional changes related to previous checkin for bug 151061. More error checking per discussion in the bug. 2002-09-20 00:03:03 +00:00
radha%netscape.com
aa45d396af Fix for bug # 151061. Mozilla loses base uri for wyciwyg documents. r=caillon sr=jst. 2002-09-19 21:59:34 +00:00
kmcclusk%netscape.com
0db2c6960a Change PLEvent notification on WIN32 to use a native timer instead of a posted WM_APP message when documents are not loading. This fixes some DHTML paint starvation issues and lowers overall CPU usage on many pages with DHTML. bug=164931 r=rpotts@netscape.com sr=kin@netscape.com 2002-09-19 02:53:05 +00:00