rpotts%netscape.com
80c3fe2f3e
some reformatting to keep lines from wrapping...
2000-05-06 06:05:03 +00:00
ruslan%netscape.com
b9031172b2
Fix 37800
2000-05-03 00:21:51 +00:00
cls%seawood.org
58aac2e6af
OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
2000-05-02 01:18:46 +00:00
mscott%netscape.com
c085a8db05
Bug #36371 --> clear refresh timers when loading new documents into the
...
docshell. This fixes the problem where after visiting a page with a refresh,
we would later always try to refresh that page even if you had moved on.
2000-05-01 21:33:49 +00:00
nisheeth%netscape.com
fa1d77063b
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
attinasi%netscape.com
d3f0962648
Removed the rest of the PERF_METRICS stuff that was removed when the WebShell changes were landed (the code is now in the Viewer itself).
2000-04-29 00:07:40 +00:00
scc%netscape.com
d5c447bd02
making string conversions explicit
2000-04-27 20:59:12 +00:00
mjudge%netscape.com
48f046e6b3
ender lite checkin.
2000-04-27 07:37:12 +00:00
tbogard%aol.net
f2181d2ea9
Added comment for when to add win_start in just like the win_stop.
2000-04-24 05:06:51 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
mscott%netscape.com
25c459a125
Bug #33156 --> webshell no longer implements nsIProgressEventSink, the doc loader does.
...
it's getting smaller! *yeah*
2000-04-22 23:19:40 +00:00
mscott%netscape.com
72fd5b0acc
Bug #33156 --> the doc loader now implements nsIProgressEventSink. Add this support to getInterface for the docshell.
2000-04-22 23:18:18 +00:00
gagan%netscape.com
db26f828b4
Small HTTP api change.
2000-04-22 00:40:21 +00:00
tbogard%aol.net
8b03e6b94c
Removed the static Create method since the generic factory handles that. Changed GetStringBundle to GetPromptAndStringBundle since most people are always wanting to get both the prompt and the string bundle. Removed EnsureGlobalHistory. Global History is now instantiated on startup.
2000-04-21 23:32:11 +00:00
tbogard%aol.net
5eb157b5b1
Creation of the docshell now uses the generic factory rather than it's own private Create method for instantiation of the nsDocShell class.
2000-04-21 23:31:42 +00:00
tbogard%aol.net
854058cbf9
Removed some old ifdef 0 code. Removed some unused variables. Some cleanup to OnStart and OnEndDocumentLoad to get ready to move them over to the progress interface code.
2000-04-21 23:31:41 +00:00
tbogard%aol.net
8c0297f0d5
Made the constructor public to allow the generic factory to be used for creation. Removed the static Create. Removed EnsureGlobalHistory. Global History is now instantiated on startup. Changed GetStringBundle to GetPromptAndStringBundle since most people are always wanting to get both the prompt and the string bundle.
2000-04-21 23:31:40 +00:00
tbogard%aol.net
1487fbcef1
Fixed the duplicates in the enum.
2000-04-21 23:23:17 +00:00
scc%netscape.com
e246b96586
making string conversions explicit
2000-04-21 02:35:42 +00:00
cls%seawood.org
db31062134
Fixed SHARED_LIBRARY_LIBS dependency in docshell/build.
...
Removed extraneous ; makefiles target.
Thanks to Justin Morey <justin@68k.org> for the patch.
2000-04-21 01:14:45 +00:00
radha%netscape.com
d1cd466bbe
update session history too with the title when title gets set.
2000-04-20 23:14:53 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
tbogard%aol.net
f975874a50
Remove unused variable.
2000-04-18 23:31:26 +00:00
tbogard%aol.net
e464319a7c
Don't persist "about:blank" in the session history.
2000-04-18 23:30:02 +00:00
waterson%netscape.com
d04c3f01e5
Back out changes my changes to nsILinkHandler because of performance problems.
2000-04-18 04:34:20 +00:00
scc%netscape.com
ac217fbced
making string conversions explicit
2000-04-17 11:24:01 +00:00
tbogard%aol.net
6b353cbffa
Added more code to ShouldAddToGlobalHistory to properly weed out items such as "about", "imap", "news", and "mailbox" schemes from getting put into global history.
2000-04-17 05:54:09 +00:00
tbogard%aol.net
844aac7e20
If the same page is being loaded twice, don't add it twice to session history.
2000-04-17 02:17:42 +00:00
tbogard%aol.net
f4a774ebb3
Making docShell not assert when global history can't be added. Someone is doing something stupid in viewer right that makes the service fail.
2000-04-16 13:01:28 +00:00
tbogard%aol.net
4e5f7c99ac
Making the addref and release thread safe.
2000-04-16 13:00:52 +00:00
tbogard%aol.net
2063c94ae0
DocShell is now handling all the loading and navigation. The new session history is now being used in place of the old.
2000-04-16 11:18:41 +00:00
tbogard%aol.net
ef312085a4
Cached the globalHistory service as it is called a lot especially when dealing with links up in the webshell. Fixed a bug in GetInterface where we were failing to do an else if so if you were requesting a nsIURIContentListener you ended up clearing out the object.
2000-04-16 08:39:15 +00:00
andreas.otte%primus-online.de
7d5a8d17a9
fix bug 34863 [Local Harddisks not found if I tried with C: without \], check for a drive in nsDocShell::ConvertFileToStringURI, r=gagan@netscape.com
2000-04-16 07:11:43 +00:00
tbogard%aol.net
547d16eb47
Removed the GetCanGoBack and GetCanGoForward calls from GoBack and GoForward respectively. The session history calls to get the next and previous entry will properly return error codes if navigtion in the desired direction isn't possible.
2000-04-16 05:16:16 +00:00
tbogard%aol.net
61527a8174
Make sure we properly notify of window activity starting and stoping.
2000-04-16 05:09:07 +00:00
mccabe%netscape.com
4537a69b81
Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
...
Fix implementations and their callers, and restore error printing to stderr even when the error is successfully logged to the console service, to make life easier for people who go to the trouble to invoke Mozilla with -console.
2000-04-15 01:56:47 +00:00
waterson%netscape.com
93951f3bd4
Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre
2000-04-13 19:55:47 +00:00
jdunn%netscape.com
69a171e386
newline for hp
2000-04-13 13:35:54 +00:00
tbogard%aol.net
2320ecb1dd
Moved the implementation of nsIRefreshURI into the docShell. Reordered CreateFixupURI to try simply creating the URI before actually doing any munging. Stop now calls CancelRefreshURITimers. String version of LoadURI now properly puts up error boxes for missing protocols.
2000-04-13 03:11:44 +00:00
tbogard%aol.net
18b2ff8d87
Moved the implementation of nsIRefreshURI into the docShell. When the webShell is getting destructed make sure we call Destroy.
2000-04-13 03:11:25 +00:00
tbogard%aol.net
680502bbb1
Make DocShell link with the timer library so it can call NS_NewTimer.
2000-04-13 03:05:35 +00:00
tbogard%aol.net
a2006c7257
WebShell no longer creates the plugin host. nsObjectFrame now gets it from the service manager instead of trying to get it from the webshell.
2000-04-13 02:56:05 +00:00
tbogard%aol.net
c8f2d5a0c4
Implemented SetFocus.
2000-04-13 02:54:38 +00:00
tbogard%aol.net
7cdb266ad3
Provided implementation for the file fixup work.
2000-04-12 10:06:58 +00:00
tbogard%aol.net
5906ab7f7b
Put the GetInterface for the uriContentListener into an ifndef for DOCSHELL_LOAD so when DOCSHELL_LOADING is turned on, we get the right handler.
2000-04-12 10:00:04 +00:00
tbogard%aol.net
bc35af6d14
Removed the file fixup and completely rely on docShell fro Creating the uri.
2000-04-12 09:46:40 +00:00
tbogard%aol.net
21f8723127
Checks for when progress is called after docShell goes away. This is now going to be valid with changes made to the way the uriLoader and necko do cancelling. Bug #35505
2000-04-12 01:59:15 +00:00
tbogard%aol.net
17eb359088
Added an attribute for holding the charset info to be used during a load.
2000-04-12 00:07:04 +00:00
tbogard%aol.net
bc63ef6237
Provided implementation for CreateFixupURI. Added needed parameters to DoURILoad and finished implementation. InternalLoad now takes needed parameters as well.
2000-04-11 23:52:42 +00:00
tbogard%aol.net
26ccc8a82f
Removed nsIWebShellContainer methods that are no longer part of the interface. Removed convertFileToURL and convertURLToFileCharset as the implementation in docShell is now relied upon. LoadURL now largely relies on docShell's CreateFixupURI to get a uri. No longer call nsIWebShellContainer::BeginLoadURL or EndLoadURL as the nsIWebProgressListener interface provides all these needed listeners. No longer call nsIWebShellContainer::WillLoadURL as the uriLoader code provides the ability to cancel or stop a load from happening. DoLoadURL now relies on the implementation in docShell for talking to the uriloader. Fixed a bug with nsWebShell::GoTo pointed out by Conrad.
2000-04-11 23:52:28 +00:00