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
peterlubczynski%netscape.com
84402a889d
Fixing bug 165368: Download dialog appears for Shockwave Flash content r=av sr=heikki
2002-09-17 22:56:06 +00:00
nhotta%netscape.com
6c6138a192
Changed to call util function to unescape URI for status bar,
...
bug 81024, r=ftang, sr=darin.
2002-09-16 17:41:48 +00:00
darin%netscape.com
6eeda732ff
fixing "oops" following my checkin for bug 45421 (thanks to cbiesinger)
2002-09-16 06:51:28 +00:00
darin%netscape.com
0c2e6c2638
fixes bug 45421 "Offline: No feedback when browsing to an uncached URL in
...
offline mode" r=adamlock sr=rpotts
2002-09-15 23:40:43 +00:00
akkana%netscape.com
ea487d3ccc
130337: Fix Get New Themes when browser.block.target_new_window is set. r=jfrancis sr=kin
2002-09-12 19:35:55 +00:00
caillon%returnzero.com
a5cd43f732
Add a method on the fixup object to strip off wyciwyg from nsIURIs
...
Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky
2002-09-11 01:44:13 +00:00
cbiesinger%web.de
21274805ed
bug 167203 crash in nsDefaultURIFixup.cpp r=adamlock sr=bzbarsky a=jesup
2002-09-09 17:22:19 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
rjesup%wgate.com
a6da2110b6
Bug 126346: make iframes inherit text zoom values. Re-commiting after mods
...
to deal with 1.5% Tp regression in last commit. r=dbaron, sr=jst, a=roc+moz
2002-09-06 18:46:19 +00:00
bryner%netscape.com
11659c8e1c
Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst.
2002-09-06 00:19:58 +00:00
radha%netscape.com
4e1540d846
Fix for bug # 160869. Tweak load Types of subframes according to the parent's loadtype. r=adamlock sr=rpotts
2002-09-03 23:37:19 +00:00
rjesup%wgate.com
d96d8aedff
Backout of 126346 because of a 1.5% Tp regression on btek and a 0.9%
...
regression on luna. I don't understand how this could cause that;
SetTextZoom/GetTextZoom are cheap, and this isn't called often.
2002-08-30 21:19:13 +00:00
alecf%netscape.com
1cfdc22502
fix for bug 97470 - don't display frame/iframe urls in the global history window
...
r=radha, sr=darin
2002-08-30 17:51:48 +00:00
rjesup%wgate.com
24e1fab20d
Bug 126346: textzoom is not inherited by iframes. r=jag, sr=blizzard/dbaron
2002-08-30 15:44:48 +00:00
shanjian%netscape.com
fd1c7b2e6c
#162239 POST document could not inherit charset from previous page if the previous charset is from autodetection.
...
r=ftang, darin, sr=jst
added PrevDocCharset to markupViewer, and pass around previous document charset.
This charset is later used to load POST document.
2002-08-26 20:13:31 +00:00
bryner%netscape.com
b366f360b3
Ignore generated Makefiles.
2002-08-23 10:30:06 +00:00
alecf%netscape.com
22cd1629d5
ok, hopefully the last attempt to fix bug 12493, normalizing URLs for global history
...
this time cache the most common URI objects for links that appear on a webpage - http, https, ftp
r=radha, sr=darin
2002-08-15 22:21:40 +00:00
alecf%netscape.com
ad843a06ab
oops, this wasn't part of my backout
2002-08-15 01:45:39 +00:00
alecf%netscape.com
5d7a8da091
back myself out to see if I caused the pageload times to go up
...
I'm sure its me :(
2002-08-15 01:44:51 +00:00
alecf%netscape.com
2026def530
really fix bug 12493 - sr=darin, r=radha
...
move the check for mIOService into its own check
2002-08-14 22:43:05 +00:00