hyatt%netscape.com
ee0bcc6cf5
Fix for my 0.9 focus issues. r=saari, sr=brendan
2001-04-18 01:41:20 +00:00
locka%iol.ie
fdfe7f2805
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
615491f384
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
fe4054b4b2
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
45b4c27450
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
dc7aa1527e
Fix for bug # 55055 r=adamlock sr=rpotts Save CacheKey in SH
2001-04-13 22:20:33 +00:00
erik%netscape.com
8f4d4ceb18
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
7720f48f12
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
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
radha%netscape.com
bdfddeca7b
Fix for bug 73746. r=valeski, sr=rpotts
2001-04-03 21:34:30 +00:00
radha%netscape.com
e478b779f3
Fixes related to bug # 71756 r=rpotts, valeski
2001-03-28 03:35:38 +00:00
bryner%uiuc.edu
40d99f0540
Bug 44257 -- fix tabbing from URL bar to document. r=saari, sr=shaver.
2001-03-28 02:08:06 +00:00
radha%netscape.com
36e002d883
Fix for bug # 69457 r=valeski, rpotts
2001-03-24 01:23:42 +00:00
radha%netscape.com
e39b0c0da2
Fix for bug # 63991 r=adamlock
2001-03-24 00:45:56 +00:00
mstoltz%netscape.com
b26a1f0451
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
bb3929c6b1
Fix leak of nsAtom, some string clean-up, r=gagan, sr=jst
2001-03-22 09:53:30 +00:00
alecf%netscape.com
b19d9da9b5
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
a8e9bc5bd5
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
db5c15cb12
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
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
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
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
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
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
rpotts%netscape.com
d4fb846074
bug #15345 (sr=mscott). Replaced nsIDocumentLoaderObserver with nsIWebProgressListener... Also some whitespace cleanup :-)
2000-12-20 23:18:03 +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
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
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
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
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
radha%netscape.com
02b23a1dbe
Fix for bug # 55055 r=adamlock sr=rpotts
2000-10-19 06:40:46 +00:00
radha%netscape.com
654d877e37
Fix for bug # 46828. r=mscott sr=rpotts
2000-10-19 06:24:24 +00:00
radha%netscape.com
110bb785c4
Fix for bug # 55145. r=pollmann a=rpotts
2000-10-13 20:49:40 +00:00
mscott%netscape.com
b783faa154
Bug #47636 --> add methods to convert back and forth between a nsIDocShellLoadTypeInfo
...
and a docshell load tye. Unify nsIURILoadCommand and nsIDocShellLoadType enums so they
can be treated as the same type.
r=radha, sr=rpotts
2000-10-11 23:17:02 +00:00
pollmann%netscape.com
e1f0fabeaa
Bug 53708: Prune session history tree at frame being replaced to prevent wrong pages from being loaded into subframes. r=radha, a=adamlock
2000-10-11 10:05:17 +00:00
law%netscape.com
d60895c960
Bug 6119; r=radha@netscape.com; sr=waterson@netscape.com; Use nsIChannel::VALIDATE_NEVER when loading a page for view-source
2000-10-07 02:24:50 +00:00
nisheeth%netscape.com
cd0f3f8f7d
r=pollmann. Fix for nsbeta3++ bug 48382. Fixes the infinite loop when location.href was set from the onload handler of a frame.
2000-09-28 05:44:10 +00:00
vishy%netscape.com
58e48dc043
bugzilla 52182. r=a=mscott.
...
Modify the logic to launch external browser (only for target=_content
and target=_blank links). Also add something to DocShellLoadInfo
so that a user of nsDocShell::LoadURI can specify the target desired.
2000-09-22 05:04:58 +00:00
locka%iol.ie
9e805707f6
Fixed typedef problem in Win32. b=50949
2000-09-20 13:28:19 +00:00
locka%iol.ie
69fd02310b
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
radha%netscape.com
c197ba388a
Fix for dogfood+ bug 46845 r=pollmann
2000-09-16 04:36:18 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
dougt%netscape.com
c3c864a472
+ Added OnSecurityChange() to nsIWebProgressListener interface.
...
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.
Fixes bug 46872. r=valeski/rpotts
2000-09-14 22:56:56 +00:00
locka%iol.ie
264ad311ba
Added test for postdata before invoking the anchor scrolling code to prevent obscure form problem where the submit url is the same as the current url with an anchor appended. b=52290
2000-09-14 09:45:14 +00:00
jst%netscape.com
145632c84d
Checkin in part of the fix for nsbeta3+ bug 42321. Avoid running JS_GC() many times per window open/close, once should be enough. Patch mostly done by alex@cendio.se, r=jst@netscape.com & vidur@netscape.com
2000-09-14 06:18:09 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
mstoltz%netscape.com
35dbf42404
Fixing 51828, allowing JS/data urls to inheit principal from document if called from system code. r=jst
2000-09-11 21:16:58 +00:00
rpotts%netscape.com
17ea903430
bug #37434 . Added an attribute to nsIDocShellLoadInfo to indicate whether the active document should be stopped immediately...
2000-09-10 06:00:46 +00:00
hyatt%netscape.com
8adaeb8314
Fixes for bugs 45989, 50509, r=ben,jrgm"
2000-09-08 08:04:53 +00:00
rpotts%netscape.com
5f344b74c7
bug #37434 . Stop() is now called on the content viewer, before the old document is destroyed. This allows the old document to release some stuff :-)
2000-09-08 00:29:13 +00:00
edburns%acm.org
2e20bb7f8b
r=dbaron
...
Fix bustage on AIX s/true/PR_TRUE
bug 49522.
2000-09-05 21:35:59 +00:00
edburns%acm.org
7b7a548b33
This was tested on win32, and is known to build on win32 and solaris.
...
Right now, nsIPluginManager::PostURL() has parameters for
postHeadersLength and postHeaders. However, nothing is being done with
these parameters. This bug fix utilizes these params for their intended
purpose: to allow the plugin the ability to add HTTP headers to a POST
data stream.
Important assumptions made by this fix:
* postHeadersLength is the correct length for postHeaders.
* postHeaders is a buffer of headers in the form
"HeaderName: HeaderValue\r\n"
each header, including the last, MUST be followed by "\r\n".
To affect this fix I had to modify the following files:
M docshell/base/nsDocShell.cpp
M docshell/base/nsDocShell.h
M docshell/base/nsWebShell.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M docshell/base/nsWebShell.h
M layout/html/base/src/nsObjectFrame.cpp
M modules/plugin/nglsrc/nsIPluginInstanceOwner.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginInstancePeer.cpp
M webshell/public/nsILinkHandler.h
Basically, it involved clearing a path so the headers arguments can make
it down to nsIPluginInstanceOwner::GetURL()'s implementation in
nsObjectFrame.cpp, where an nsIInputStream is made of the headers.
2000-09-05 19:03:56 +00:00
mscott%netscape.com
d08376e7af
Bug #32387,47365, 46331, 46338, 23734 --> reset the load type when we get a redirected url so it gets added to
...
session history properly. Only add to session history if the url resulted in document being
loaded.
r=radha
2000-09-01 22:34:19 +00:00
radha%netscape.com
d74ced9377
partial fix for 49498. r=nisheeth.
2000-09-01 21:29:48 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
mstoltz%netscape.com
584d022386
Fixing exploits involving changing the location of a window and getting the wrong principal. Bug 48723, r=vidur
2000-08-31 05:53:32 +00:00
locka%iol.ie
096eab673c
currentURI property removed from nsIDocShell. currentURI property changed to return nsIURI on nsIWebNavigation. b=46847, r=valeski, a=valeski
2000-08-30 11:32:30 +00:00
dp%netscape.com
bd4a085e67
bug 41950 Getting correct url to get updated on redirect r=mscott
2000-08-29 03:28:30 +00:00
akkana%netscape.com
9f7d296467
23485: make it possible for urlbar to go to urls spanning multiple lines. r=jfrancis
2000-08-28 22:15:03 +00:00
locka%iol.ie
c52f68cce4
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
mscott%netscape.com
056b55e497
Bug #27048 --> implement nsIHTTPEventSink
...
r=valeski
2000-08-25 01:46:00 +00:00
ruslan%netscape.com
b0cd0ad40f
Fix string buffer overrun - 50148
2000-08-24 22:15:32 +00:00
jst%netscape.com
b3a4ade60d
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
scc%mozilla.org
4f2c82d5e5
fixing code that relied on implicit string construction
2000-08-19 22:35:49 +00:00
radha%netscape.com
40bb85612b
Fix for bug # 47148. r=rpotts
2000-08-18 18:33:12 +00:00
jst%netscape.com
784188db21
Fixing nsbeta3+ bug 46190. Clicking on links that point to anchors with whitespace in them wasn't working... r=pollmann@netscape.com
2000-08-18 07:31:40 +00:00
av%netscape.com
4cf6d6eb7a
Fixing 46490, r=sean, r=waterson, r=valeski, a=adamlock
2000-08-17 19:16:39 +00:00
hyatt%netscape.com
12eec21109
Fix for 32661, r=brendan
2000-08-16 23:57:03 +00:00
mstoltz%netscape.com
23306a4e04
Fixed 37702 and 47670. r=vidur
2000-08-09 20:08:54 +00:00
mscott%netscape.com
4964e2508e
Bug #1642 --> don't run JS urls with the default browser (effects shrimp only)
...
r=prass
2000-08-09 02:30:58 +00:00
saari%netscape.com
00ad136b80
massive landing of joki changes.
...
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
cata%netscape.com
e6fcb678dd
Fix for bug #37543 , a=ftang, r=nhotta.
2000-08-05 00:07:03 +00:00
radha%netscape.com
8f507a0d3a
fixes related to bug # 18321. Checking in branch fixes to the trunk. r=nisheeth
2000-08-02 21:49:26 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
jst%netscape.com
4801b5ce24
Fixing nsbeta2+ bug 45019, images didn't show up on document that were fully created with document.open(): document.write();... r=nisheet&rpotts
2000-07-21 23:44:38 +00:00
radha%netscape.com
04359c52e2
Possible fix for 45297. r=pollmann
2000-07-18 22:24:27 +00:00
radha%netscape.com
5d23e24e89
Fix for bug # 37324 r=rpotts
2000-07-18 21:55:37 +00:00
radha%netscape.com
02abccd564
Fallout from previous checkin for bug # 45520. r=pollmann
2000-07-17 20:12:27 +00:00
radha%netscape.com
ed5566df5c
Fix for 45297 r=pollmann
2000-07-14 22:42:33 +00:00
andreas.otte%primus-online.de
0ffa52a5a4
fix for bug 42342 [[regression] Text before ':' in URL is interpreted as protocol], we now try the www...com trick instead, not much better, but in alignment with our current fixup strategy, r=valeski@netscape.com, a=waterson@mozilla.org
2000-07-14 22:21:52 +00:00
radha%netscape.com
61b8519570
fix for 44963.crash in SH while clicking in the throbber. r=rpotts@netscape.com
2000-07-14 21:06:20 +00:00
dougt%netscape.com
c422448137
bug 40750.
...
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org .
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
mscott%netscape.com
e571227d06
Fix for Bug #41707 --> JS and data urls were not getting an owner set on them when they were entered from the urlbar. this
...
prevented them from getting executed properly. For now, we'll inherit the owner of the current document in these
two cases.
r=mstoltz
2000-07-12 05:06:28 +00:00
valeski%netscape.com
bb06f79747
r=mscott, 42505. somehow a switch enum was dropped from a previous checkin.
2000-07-11 15:00:59 +00:00
rpotts%netscape.com
9eca8cab59
More session history cleanup... Reorganizing the code and removing SH_IN_FRAMES ifdefs... (r=radha)
2000-07-08 05:17:49 +00:00
mscott%netscape.com
b5e1a4e647
Bug #44568 -> don't fall out and not open the url if we failed to set the load
...
attributes on a channel. This broke mailto urls because the mailto channel
is just a stub and doesn't implement this method.
r=valeski
2000-07-07 21:43:16 +00:00
radha%netscape.com
283125d3ee
More changes regarding feature bug 36547 r=rpotts
2000-07-06 04:34:52 +00:00
rpotts%netscape.com
bd98ffaa86
Moved session history methods from nsIWebNavigation into a new interface called nsIDocShellHistory. Also made docshells persist layout state before being destroyed (this is necesssary for framesets).
2000-07-05 23:10:29 +00:00
dougt%netscape.com
15b5587cd3
I am an idiot.
2000-07-04 22:08:41 +00:00
dougt%netscape.com
524dbf0f20
44113 r/a=valeski@netscape.com
2000-07-04 21:49:27 +00:00
valeski%netscape.com
57b8b984fb
39474. r=rpotts,mscott. We now can load a stream directly into the uri loader (bypassing necko). built and pre-checkin tested on linux and win
2000-06-30 23:39:30 +00:00
rpotts%netscape.com
dc0310149d
Fixed the nsIWebNavigation methods on the docshell when SH_IN_FRAMES is defined...
2000-06-30 22:05:32 +00:00
radha%netscape.com
5b8603911e
More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
...
feature is enabled.
2000-06-29 21:48:18 +00:00
radha%netscape.com
e1fc2c5789
More checkins for feature bug 36547. CODE NOT PART OF THE BUILD. reviewer will be provided
...
when feature is enabled.
2000-06-23 23:54:30 +00:00
mscott%netscape.com
f550c199eb
Bug #30157 --> add the ability to launch urls using OS default protocol handlers. You must set a pref to
...
enable this behavior.
r=valeski
2000-06-23 04:44:36 +00:00
dbaron%fas.harvard.edu
06c9aaf6fb
Fix leak of an atom. r=waterson
2000-06-22 22:49:44 +00:00
locka%iol.ie
8cdb55a0a4
Fix for incorrect cache checking. Checking in for Tomi.Leppikangas@oulu.fi
...
b=42505,r=adamlock
2000-06-22 14:18:03 +00:00
mscott%netscape.com
0098abd512
Bug #10802 --> expose load types to load info class so callers can set the load type
...
this is needed to implement things like open attachment so we can make the doc shell
think a user click happened when it talks to the uriloader.
I removed two boolean fields which were representing two load types. Simplified the api by allowing you
to pass in any of our load types.
r=valeski
2000-06-22 07:22:23 +00:00
rpotts%netscape.com
6371dad16a
DocShell cleanup. Removed the implementation of the unused nsIDocSHell::SetDocument() method and moved the implementation responsibility to the nsIContentViewer
2000-06-22 05:38:07 +00:00
radha%netscape.com
4196eff7c5
More code for feature bug 36547. CODE NOT PART OF TEH BUILD. reviewer will be provided when the feature is enabled.
2000-06-22 05:36:13 +00:00
andreas.otte%primus-online.de
9694690128
fix bug 42342, [regression} Text before ':' in URL is interpreted as protocol, r=Adam Lock, Scott Collins, a=Chris Waterson
2000-06-21 22:36:50 +00:00
radha%netscape.com
a25f59f3bb
Fix for bug # 41555 r=pollmann. Update SH with form values on reload too.
...
A fallout from one of the earlier checkins. THis should also fix another
bug pollmann has.
2000-06-21 21:33:17 +00:00
radha%netscape.com
e8ae3eb5ca
More checkins for feature bug 36547. r=self(module owner) All code in this checkin are unused
...
ie., feature not enabled.
2000-06-21 06:40:08 +00:00
rpotts%netscape.com
dad4eb4fd0
Made the nsDocShell a nsIWebProgressListener. This is a first step for the Session History changes and ultimately removing the nsIDocumentLoaderObserver interface...
2000-06-20 07:59:45 +00:00
rpotts%netscape.com
49c54755fc
Reworked the nsIWebProgress interfaces and implementation...
2000-06-19 05:54:37 +00:00
radha%netscape.com
e54744ac5d
Fix for bug # 41373. r=pollmann. a=don,phil,leger,leaf
2000-06-15 22:08:25 +00:00
waterson%netscape.com
5a2f07e622
Fix leak.
2000-06-15 06:41:17 +00:00
pollmann%netscape.com
f6cba04351
Bug 32770: Save scroll position in session history r=nisheeth
2000-06-15 00:35:46 +00:00
mstoltz%netscape.com
a62193e278
Fix for bug 31818. Dogfood. r=brendan
2000-06-13 23:56:30 +00:00
jst%netscape.com
e151f419a0
Fixing nsbeta2+ bug 41718, the docshell did case sensitive string compares when it checked if the protocol of a URL was 'javascript', this broke upper and mixed cased javascript: URL's. r=shaver
2000-06-08 13:58:02 +00:00
locka%iol.ie
353a4a3f92
Put conditional test around anchor scrolling so reload operations really do reload on anchor URLs
...
b=30558,r=,approved valeski
2000-06-05 22:13:52 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
ruslan%netscape.com
a0cc90b5c0
Fix 41269. WIP on 31189. r/a=gagan
2000-06-02 21:02:31 +00:00
hyatt%netscape.com
560d4bdace
Adding support for weak references on docshells.
2000-05-28 09:25:55 +00:00
radha%netscape.com
f828f5249d
Fix for bugs 1718, 17685, 35566. Take care of postdata and form values while
...
navigating thro' session history. r=adamlock@netscape.com
2000-05-26 21:03:34 +00:00
locka%iol.ie
0a20dc9914
Fixed back button scrolling to scroll to top left corner b=39716, r=jst
2000-05-24 17:18:10 +00:00
ruslan%netscape.com
a085c90410
Fix 17570 (refresh header is broken)[nsbeta2+]; r/a=gagan
2000-05-24 02:32:13 +00:00
locka%iol.ie
fabcb5c5d6
Fixed problem with internation pages, bug 40320
...
Fixed problem with reloading the same page twice bug 40318
Reviewed by rahda
2000-05-23 22:36:47 +00:00
sspitzer%netscape.com
a4f6b90b20
stop the crash that causes #40306 . the "first time start page" causes us
...
many problem on linux, not sure if it is related to that page, or
the redirect. still investigating.
other changes here remove the crap code that forces you to go to
the checkin guidelines page and to see the account manager on start up
on debug builds. this was preventing debug builds from seeing the problem.
after this change debug behaves like optimized, which is what we want.
r=mscott, a=granrose
2000-05-23 22:18:08 +00:00
locka%iol.ie
428126b06c
Added code to scroll to # hrefs in the current page rather than reload. - bug #39716
...
Added code to preserve postdata in the session history - bug #39668
2000-05-23 00:52:59 +00:00
hyatt%netscape.com
5bed7dc4bd
fix for making skins script-safe. r=scc
2000-05-19 04:48:43 +00:00
valeski%netscape.com
9f17bf7994
38695. r=alecf. i18n network error strings
2000-05-18 21:52:23 +00:00
sfraser%netscape.com
1fc1154443
Fix timer refcount issues in docshell, fixes bugs 39641, 39617. r=pavlov a=leaf
2000-05-17 20:24:43 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
joki%netscape.com
b2e873d830
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
gagan%netscape.com
48ac974c75
Fix for bug 27930. Support for IPv6.
2000-05-16 08:46:03 +00:00
warren%netscape.com
4d1711e5f8
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
waterson%netscape.com
1435cf8e80
Bug 39089. Paint over the problem by special-casing 'javascript:' URIs. r=mscott
2000-05-15 06:14:32 +00:00
andreas.otte%primus-online.de
73b671fe73
fix bug 36455, unable to go to url with port but without http://, clean up a if statement causing the problem, r=radha@netscape.com,adamlock@netscape.com
2000-05-13 12:09:16 +00:00
waterson%netscape.com
46d452bb36
Add notation as to why the SetOriginalURI() hack is necessary.
2000-05-13 00:01:22 +00:00
davidm%netscape.com
9efc745de9
21137 Hook up reload/shift-reload/back/forward buttons to load att
r = rpotts
2000-05-10 22:45:24 +00:00
ruslan%netscape.com
b9031172b2
Fix 37800
2000-05-03 00:21:51 +00:00