blizzard%redhat.com
6a1b78c6f7
documentation change only
2000-08-03 15:02:42 +00:00
radha%netscape.com
2b21ff747d
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
da15eda254
Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet).
2000-08-02 06:48:45 +00:00
jst%netscape.com
cc41aef7b4
(Merging nsbeta2 checkin to the tip) Fixing nsbeta2+ bug 28572, the docshell was fireing the script unload handler too early in some cases and in some other cases the unload handler was fired even if the document wasn't unloaded. r=nisheeth, a=nisheeth.
2000-07-28 05:55:54 +00:00
dbaron%fas.harvard.edu
a09c77e4d1
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:17:53 +00:00
warren%netscape.com
2b01440bc0
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
mscott%netscape.com
a3382d80ed
Bug #45226 --> fix security hole in keywords by only allowing keyword searches if the url was an http (or https) url.
...
Currently other urls (like imap, news, ftp, etc) would end up getting sent to the keyword server if we weren't able to
connect to the host specified in the url.
r=valeski
2000-07-24 20:14:53 +00:00
jst%netscape.com
40d98d5682
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
jdunn%netscape.com
429f8e0ecf
Fixing hpux bustage.
...
The define needed in the header file, doesn't get set till after the
header file is included.
Also added newline to headerfile at the end for hpux.
2000-07-19 13:36:35 +00:00
valeski%netscape.com
47297ccb01
moving the docshell lib to the components dir and macro'izing some decls. 45723
2000-07-19 02:57:05 +00:00
valeski%netscape.com
175fa58cd9
45723. r=rpotts. webshell-docshell consolodation changes.
2000-07-18 23:13:07 +00:00
radha%netscape.com
f483bf8c92
Possible fix for 45297. r=pollmann
2000-07-18 22:24:27 +00:00
radha%netscape.com
039924333b
Fix for bug # 37324 r=rpotts
2000-07-18 21:55:37 +00:00
radha%netscape.com
12a71ce013
Fallout from previous checkin for bug # 45520. r=pollmann
2000-07-17 20:12:27 +00:00
radha%netscape.com
9e14ee6b53
Fix for 45297 r=pollmann
2000-07-14 22:42:33 +00:00
andreas.otte%primus-online.de
2dde70c2c5
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
dc787666cf
fix for 44963.crash in SH while clicking in the throbber. r=rpotts@netscape.com
2000-07-14 21:06:20 +00:00
vidur%netscape.com
97aa0897c8
Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski
2000-07-12 23:56:14 +00:00
dougt%netscape.com
d84c495203
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
8e00b3b8cf
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
9be3c3f503
r=mscott, 42505. somehow a switch enum was dropped from a previous checkin.
2000-07-11 15:00:59 +00:00
mscott%netscape.com
b0cea99e50
Bug #45047 --> accept plain/text content type by default.
...
r=alecf
2000-07-11 05:09:42 +00:00
rpotts%netscape.com
a79763793b
More session history cleanup... Reorganizing the code and removing SH_IN_FRAMES ifdefs... (r=radha)
2000-07-08 05:17:49 +00:00
ruslan%netscape.com
87373a21f6
WIP on 40449, a/r=gagan
2000-07-07 22:02:47 +00:00
mscott%netscape.com
9e23a37623
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
53a2ad494c
More changes regarding feature bug 36547 r=rpotts
2000-07-06 04:34:52 +00:00
rpotts%netscape.com
32cbe86ba8
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
rpotts%netscape.com
cbd2256a60
New session history interface for the DocShell... not part of the build yet.
2000-07-05 22:28:24 +00:00
dougt%netscape.com
81ba5dd449
I am an idiot.
2000-07-04 22:08:41 +00:00
dougt%netscape.com
8b33bb5fa6
44113 r/a=valeski@netscape.com
2000-07-04 21:49:27 +00:00
radha%netscape.com
586320a4e6
Enabling feature "Session History in frameset pages". bug # 36547. Reviewer for this checkin
...
as well as several previous checkins related to this bug is rpotts.
2000-07-04 18:51:14 +00:00
valeski%netscape.com
c38f04faf9
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
31ffea0b7d
Fixed the nsIWebNavigation methods on the docshell when SH_IN_FRAMES is defined...
2000-06-30 22:05:32 +00:00
radha%netscape.com
c5dd8a6d2c
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
359b620c41
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
af17a1e9c8
Bug #10802 --> remove special case of message/rfc822 content. we resolve this diffently now in order to make
...
open attachments work.
r=sspitzer
2000-06-23 04:47:30 +00:00
mscott%netscape.com
30fc5701b2
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
9c32cecb02
Fix leak of an atom. r=waterson
2000-06-22 22:49:44 +00:00
locka%iol.ie
ac25f10505
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
9b6efa882b
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
mscott%netscape.com
fa8121c4ce
Bug #38374 --> we were throwing an assertion in correctly because we couldn't create a content viewer. This is
...
actually an okay case, we'll later try to fire a helper app in this condition. No need to assert.
r=valeski
2000-06-22 06:55:10 +00:00
rpotts%netscape.com
cf3e824449
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
be4230ee79
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
nhotta%netscape.com
bb6a6e9f54
Changed to apply UTF-8 to UCS2 conversion before assigning the string to nsString, bug 42873, r=cata.
2000-06-21 23:26:36 +00:00
andreas.otte%primus-online.de
d354236d23
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
240f0e40f5
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
locka%iol.ie
ba1d4cc898
Added new enum for docshell tree items that own chrome content
2000-06-21 13:07:22 +00:00
radha%netscape.com
2de820747a
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
f04516b638
Added Set/GetLoadCookie methods to nsDocShell. The mLoadCookie is no longer directly set by the nsDSURIContentListener class!
2000-06-20 08:01:19 +00:00
rpotts%netscape.com
6b98fc358e
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