rpotts%netscape.com
f70564c16b
DocLoader cleanup... Also trying to get the notifications correct :-)
...
git-svn-id: svn://10.0.0.236/trunk@47953 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:56:03 +00:00
vidur%netscape.com
4c4a30ec42
Further corrections in referrer propagation.
...
git-svn-id: svn://10.0.0.236/trunk@47937 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:54:58 +00:00
vidur%netscape.com
dabd4470bb
Document referrer propagation through webshell and docloader.
...
git-svn-id: svn://10.0.0.236/trunk@47912 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:26:02 +00:00
danm%netscape.com
39eeb173fc
stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020
...
git-svn-id: svn://10.0.0.236/trunk@47865 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:35:05 +00:00
ftang%netscape.com
2d27ae2d49
fix 5974 by receiving parser command as optional argument
...
git-svn-id: svn://10.0.0.236/trunk@47784 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:15:16 +00:00
warren%netscape.com
556cf8505e
Factored file transport service out of file: protocol.
...
git-svn-id: svn://10.0.0.236/trunk@47704 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:16:22 +00:00
briano%netscape.com
802a52cf07
General cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@47683 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:03:08 +00:00
radha%netscape.com
baa9474b17
When invoking the mail composer upon on a click on a mailto: link, make
...
sure the to, cc, subject arguments are passed to the composer
git-svn-id: svn://10.0.0.236/trunk@47620 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:33:46 +00:00
valeski%netscape.com
be23442d7e
removed stream converter stuff from webshell
...
git-svn-id: svn://10.0.0.236/trunk@47591 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:46:56 +00:00
ramiro%netscape.com
e324fbd024
Cleanup the neckutil linking thing.
...
git-svn-id: svn://10.0.0.236/trunk@47500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:11 +00:00
kipp%netscape.com
47a7b8ae3f
Removed #ifdef NECKO noise
...
git-svn-id: svn://10.0.0.236/trunk@47469 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:23:40 +00:00
radha%netscape.com
a58c66a9c2
Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners
...
git-svn-id: svn://10.0.0.236/trunk@47404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:49:21 +00:00
valeski%netscape.com
19d94da982
added user agent language portion initialization
...
git-svn-id: svn://10.0.0.236/trunk@47138 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:38:02 +00:00
vidur%netscape.com
a2c1afec2a
Fixed memory leak related to UrlDispatcher
...
git-svn-id: svn://10.0.0.236/trunk@46923 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:25:59 +00:00
valeski%netscape.com
c11c92205e
adding FTP dir listing stream conv registration
...
git-svn-id: svn://10.0.0.236/trunk@46779 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 16:01:36 +00:00
vidur%netscape.com
5a35be98ad
Fixed circular references. nsDocLoader now supports weak references to it. Init() method moves out of constructor. nsDocLoader now has Destroy() method to start breakdown process.
...
git-svn-id: svn://10.0.0.236/trunk@46655 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:53:55 +00:00
colin%theblakes.com
184630f1a6
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
...
git-svn-id: svn://10.0.0.236/trunk@46654 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:49:02 +00:00
vidur%netscape.com
6383215839
Fixed leak in LoadURL
...
git-svn-id: svn://10.0.0.236/trunk@46571 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 14:52:07 +00:00
vidur%netscape.com
3f45ba68ae
Added nsIScriptContextOwner::ReportScriptError.
...
git-svn-id: svn://10.0.0.236/trunk@46439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:16:49 +00:00
mscott%netscape.com
4dd35ce8ac
Support LoadURI which is a new method on the webshell which takes a nsIURI. This is part of a webshell optimization
...
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
git-svn-id: svn://10.0.0.236/trunk@46294 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:59:21 +00:00
mscott%netscape.com
45e6e1ccfa
LoadDocument and LoadSubDocument now take an nsIURI instead of a unicode string. This is part of a webshell optimization
...
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
git-svn-id: svn://10.0.0.236/trunk@46293 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:58:57 +00:00
brendan%mozilla.org
69185ecae9
Expand tabs to spaces per Emacs modeline; other space cleanups.
...
git-svn-id: svn://10.0.0.236/trunk@46138 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:59:11 +00:00
mscott%netscape.com
e66a20c7ed
If the to content type is message/rfc822 then we need to call into the stream converter service to find an appropriate
...
converter.
git-svn-id: svn://10.0.0.236/trunk@46064 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 19:54:28 +00:00
danm%netscape.com
ca4da0e009
implemented intrinsic sizing method on DOM Window
...
git-svn-id: svn://10.0.0.236/trunk@45954 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:41:56 +00:00
radha%netscape.com
8bb87d2184
Hook up session history with the history state object.
...
Let LoadURL() accept a historystate as an argument
git-svn-id: svn://10.0.0.236/trunk@45753 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:39:01 +00:00
bienvenu%netscape.com
466cecaa59
fix build bustage
...
git-svn-id: svn://10.0.0.236/trunk@45719 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:08:23 +00:00
shaver%netscape.com
21de7229db
fix bustage-causing typo
...
git-svn-id: svn://10.0.0.236/trunk@45716 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:44:38 +00:00
scc%netscape.com
f7ce933282
added dlldeps
...
git-svn-id: svn://10.0.0.236/trunk@45711 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:58:35 +00:00
scc%netscape.com
be094885ec
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@45710 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:51:57 +00:00
kipp%netscape.com
4b348cc604
Use nsAutoString instead of nsString for temps
...
git-svn-id: svn://10.0.0.236/trunk@45699 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:13:07 +00:00
valeski%netscape.com
99509c354f
added a context param to the stream converter service
...
git-svn-id: svn://10.0.0.236/trunk@45624 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:18:28 +00:00
beard%netscape.com
7f050dc63c
landed stream converter stuff on XP_MAC.
...
git-svn-id: svn://10.0.0.236/trunk@45533 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:50:55 +00:00
beard%netscape.com
d565f4a006
fixed a memory leak (was leaking the strdup("?"), landed stream converter stuff on Mac.
...
git-svn-id: svn://10.0.0.236/trunk@45532 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:50:32 +00:00
danm%netscape.com
3984f28784
removing groady hack from rev 3.140, unnecessary since yesterday's changes in security (caps)
...
git-svn-id: svn://10.0.0.236/trunk@45498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:26:04 +00:00
slamm%netscape.com
47dbabc307
Add 'select all'
...
git-svn-id: svn://10.0.0.236/trunk@45491 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:14:02 +00:00
cyeh%netscape.com
e066f641bc
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
...
git-svn-id: svn://10.0.0.236/trunk@45411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:24:51 +00:00
nisheeth%netscape.com
b1122815d6
- Added a setter for history state to nsIWebShell. The history state should be set before loading a document on which state needs to be restored. If the history state is set, the webshell will set that history state on the pres shell inside nsWebShell::Embed() once the document viewer has been created.
...
git-svn-id: svn://10.0.0.236/trunk@45352 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:49:21 +00:00
danm%netscape.com
ff2d37be92
temporary groady hack to fix breakage in NS_OpenURI
...
git-svn-id: svn://10.0.0.236/trunk@45313 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:49:26 +00:00
nisheeth%netscape.com
4c052abfbd
Added a GetHistoryState method to be use by session history to ask layout for
...
the current document's state.
git-svn-id: svn://10.0.0.236/trunk@45215 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:45:46 +00:00
rickg%netscape.com
f6eac68b59
enlarged the buffer size used for logging
...
git-svn-id: svn://10.0.0.236/trunk@45127 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 05:54:37 +00:00
rickg%netscape.com
da713e88f4
replaced call to deprecated method in nsString
...
git-svn-id: svn://10.0.0.236/trunk@45069 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:44:48 +00:00
valeski%netscape.com
5b8d8b8a52
changed SUCCEEDED to NS_SUCCEEDED
...
git-svn-id: svn://10.0.0.236/trunk@45049 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:35:01 +00:00
valeski%netscape.com
09be5128d6
added stream converter functionality to the doc loader. also initialize/register the multipartmixedreplace stream converter in the webshell
...
git-svn-id: svn://10.0.0.236/trunk@45046 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:31:08 +00:00
radha%netscape.com
316e3a56e9
Set title for the current entry in session history
...
git-svn-id: svn://10.0.0.236/trunk@45019 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 23:51:12 +00:00
sspitzer%netscape.com
a65fffcefb
fix warning
...
git-svn-id: svn://10.0.0.236/trunk@45008 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 17:32:51 +00:00
scc%netscape.com
c161d10683
export
...
git-svn-id: svn://10.0.0.236/trunk@44831 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:01:44 +00:00
scc%netscape.com
fac15a1a56
better make that member function public
...
git-svn-id: svn://10.0.0.236/trunk@44819 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:56:52 +00:00
scc%netscape.com
d91dbb787f
all changes are NS_DEBUG only. added a private static member variable to count outstanding webshells; code in constructor and destructor to do the counting; a static member function to retrieve the value; and a global function that calls that
...
git-svn-id: svn://10.0.0.236/trunk@44816 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:32:20 +00:00
rpotts%netscape.com
c1eed107d9
M9 BRANCH landing...
...
git-svn-id: svn://10.0.0.236/trunk@44701 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:45:55 +00:00
troy%netscape.com
0ca4f8fd5a
Changed GetLinkState() to remember that it failed to load the global
...
history service and that way it won't repeatedly try and fail. That was
causing performance problems for viewer
git-svn-id: svn://10.0.0.236/trunk@44306 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 18:20:30 +00:00