Граф коммитов

47956 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net 9b49b68257 Implemented the nsIBaseWindow::FocusAvailable. Hooked up the old nsIWebShellContainer::FocusAvailable to go through the new one. 1999-12-02 10:11:38 +00:00
rjc%netscape.com 8992d94df3 Optimization: 99% of trees which use the containment and/or ignore attributes put those attributes on the root node,
so check there first before trying to recurse from the current node all the way up to the root node.
1999-12-02 10:07:44 +00:00
tbogard%aol.net ecc516a12a Was acidentally incrementing the counter before requesting the element. 1999-12-02 10:05:17 +00:00
rjc%netscape.com 005d8cd4a8 Commit out annoyance assert. 1999-12-02 10:01:58 +00:00
tbogard%aol.net d2cc19eccf Stubbed out the implementation of FocusAvailable in webshell as part of the nsIBaseWindow interface. 1999-12-02 09:43:07 +00:00
tbogard%aol.net 8ecbc31baa Implemented the new FocusAvailable in docshell as part of the nsIBaseWindow interface. 1999-12-02 09:42:11 +00:00
tbogard%aol.net 783d124f26 Added the FocusAvailable() method to nsIBaseWindow.idl. 1999-12-02 09:41:21 +00:00
mscott%netscape.com 8074916324 fix leak of document bind info when uri loading is turned on. 1999-12-02 09:37:36 +00:00
pierre%netscape.com bdddfbe53b 20042 "crash on www.netscape.com". Back out my change from v1.30 to fix a crash on InfoWorld which was caused by invalid html code and can no longer be reproduced with their current presentation. 1999-12-02 09:19:16 +00:00
mscott%netscape.com 10aad5b020 oh the horror! We were leaking all channel listeners that ran through the http channel. Fixed the
leak by using a nsCOMPtr.
1999-12-02 09:11:51 +00:00
tbogard%aol.net f41614d8bf Removed nsIMarkupDocumentViewer.h as it is now copied from the docshell directory as part of the parsing of nsIMarkupDocumentViewer.idl. 1999-12-02 09:11:40 +00:00
tbogard%aol.net 77d7006e77 Stop copying the nsIMarkupDocumentViewer.h from this directory into the public directory. Rely on the IDL file in the docshell directory to copy it out. 1999-12-02 09:10:32 +00:00
cata%netscape.com 44cffe2933 Evolution of the CharsetConverterManager in order to pair the new Charset Menu. r=erik 1999-12-02 08:05:59 +00:00
mscott%netscape.com 8577f5ac6e *cringe* Bug #14928 --> throw the switch for uri loading! With this turned on, all urls which are run through
the webshell will now be run through the uri loader which knows how to dispatch urls based on content.

If any problems do arise, I'm ready to turn it back off again at a moment's notice.
1999-12-02 07:54:47 +00:00
dougt%netscape.com b7685332a6 Removing init() methods as warren suggested. These now live in the new
nsILocalFile interface.
1999-12-02 07:49:57 +00:00
dougt%netscape.com 2ddfea1496 First cut.
These are the local file init methods for a nsIFile.

not hooked up to the build
1999-12-02 07:45:12 +00:00
alecf%netscape.com c4816e82aa missed another test 1999-12-02 07:37:23 +00:00
alecf%netscape.com 4fcb5fd7ca oops, missed this one too
stupid tests.
1999-12-02 07:36:52 +00:00
alecf%netscape.com aa31be56e7 oops, forgot to check this file in with my last checkin 1999-12-02 07:25:39 +00:00
mscott%netscape.com 929ee8727a Pass nsURILoadCommand's instead of char * around for the command associated with the url. 1999-12-02 07:09:06 +00:00
mscott%netscape.com ec94f6c93f api synch with uri loader --> use nsURILoaderCommand
r=travis
1999-12-02 07:01:11 +00:00
mscott%netscape.com db61dee67b api synch with uri loader to use nsIURILoaderCommand.
fill out the canHandleContent method to include
all the primary and secondary content types we want the
browser window to handle.
r=travis
1999-12-02 07:00:54 +00:00
mscott%netscape.com 7931193175 api synch with uri loader to use nsIURILoaderCommand.
fill out the canHandleContent method to include
all the primary and secondary content types we want the
mail window to handle
r=travis
1999-12-02 07:00:34 +00:00
mscott%netscape.com c25647e8e7 openuri now takes a nsURILoaderCommand
remove protocol scheme check before using the uri loader. this
means that all urls will run through the uriloader regardless of
 type when it gets turned on.
webshell:
doContent and canHandleContent now take a nsURILoaderCommand
modify the handle link click event method to pass in
in the nsIURILoader::viewUserClick command to the uri loader
r=travis
1999-12-02 07:00:17 +00:00
mscott%netscape.com f86d242032 add enumerated type for uri load command. This will allow us
// to distinguish between incoming urls that are a result of user
						// clicks vs. normal views, view source and requires new window
nsIURIContentListener.idl--> doContent and canHandleContent now take a nsIURILoadCommand enum
nsURILoader.cpp --> changes to account for load command enum.
AsyncRead pass in the window context as the url context
(waterson will need this for his chrome cache work)
if we can't find a content handler for the content then go
back to the original window that loaded the url and force
them to handle the content...this is a HACK to force us to run
through the old code path for handling unknown content types
until the new version is online.
r=travis
1999-12-02 06:59:39 +00:00
alecf%netscape.com 8dfb58e0e1 mail architecture cleanup (no bug - emptying my tree before next week's closure)
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
cata%netscape.com f9865e541b Character Set Menu XUL - accomodating the changes in the RDF data source. 1999-12-02 06:43:18 +00:00
cata%netscape.com f002fe1d41 The Character Set menu - rewrite of the RDF data source code. r=erik 1999-12-02 06:42:01 +00:00
alecf%netscape.com 4f85b2ae18 add sendlater to unix build (test only, no review) 1999-12-02 06:32:36 +00:00
alecf%netscape.com 3941a57406 update to use accountmanager as a service (test only, no review) 1999-12-02 06:31:47 +00:00
alecf%netscape.com 15fc5e6a05 add geturl and sendpage tests to unix build (test only, no review) 1999-12-02 06:29:27 +00:00
alecf%netscape.com 684d6e15e4 update this test (test only, no review)
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com 5239736e7f fix makefile so this test builds on unix 1999-12-02 06:27:00 +00:00
alecf%netscape.com cc00aaa5d3 add compose2 to the unix build (test only, no review) 1999-12-02 06:25:06 +00:00
alecf%netscape.com 1e2bc36b9b port this to unix so I stop breaking the tree
test only, no review necessary
1999-12-02 06:24:07 +00:00
tbogard%aol.net ca89dc75d3 Adding nsIScriptGlobalObjectOwner.idl to the manifest. 1999-12-02 06:18:32 +00:00
tbogard%aol.net 600371864f added files: mozilla/dom/public/nsIScriptGlobalObjectOwner.idl 1999-12-02 06:17:29 +00:00
tbogard%aol.net abcaa9eac8 Connecting nsIScriptGlobalObjectOwner.idl to be compiled. Not yet used anywhere. 1999-12-02 06:16:08 +00:00
tbogard%aol.net 09447ba051 Adding new interface for people who can supply an nsIScriptGlobalObject. Not yet connected to the build. 1999-12-02 06:14:49 +00:00
rgoodger%ihug.co.nz de790b47e8 cookieviewer UI polish, r=morse 1999-12-02 05:46:24 +00:00
mcafee%netscape.com 779e01c94a Wrap tests directory in ENABLE_TESTS. patch submitted by jim_nance@yahoo.com, r=mcafee 1999-12-02 05:43:08 +00:00
norris%netscape.com 2a948fa6c1 Fix crash seen by waterson.
r=waterson
1999-12-02 05:41:17 +00:00
sfraser%netscape.com 7afabfb427 Additional fix to the linebreakers when munging nsStrings. r=pinkerton. 1999-12-02 05:33:50 +00:00
pavlov%netscape.com 82c57c5d63 make scrolling suck less r=brendan 1999-12-02 05:16:13 +00:00
beard%netscape.com 93ef49ad08 bug #20504: fix crash when printing. r=joki 1999-12-02 05:13:56 +00:00
sfraser%netscape.com e6ee317238 Fix the fragment name in both targets to be unique. Again. r=pinkerton. 1999-12-02 04:53:47 +00:00
rgoodger%ihug.co.nz 761fa751fe more cosmetic changes to cookieviewer, r=morse 1999-12-02 04:51:58 +00:00
sfraser%netscape.com 554582f3e3 Fix the fragment name in both targets to be unique. r=pinkerton. 1999-12-02 04:51:11 +00:00
tbogard%aol.net 87fef4b50e Added attribute for setting and getting the nsIDocShellTreeOwner. 1999-12-02 04:34:09 +00:00
fur%netscape.com cb5751940a Laying the foundation for the incorporation of caching, by
reorganizing/splitting protocol handler methods, though not yet adding any
new functionality:

    Allow for multiple instances of nsHTTPResponse to be associated
    with the same connection, i.e. so that response headers from the
    cache and response headers from the server can coexist
    simultaneously.  To wit:

        Moved content-length, charset and content-type information
        from nsHTTPChannel into nsHTTPResponse

        Split into separate functions the accumulation of a single line of
        HTTP header data (from the input stream) and the parsing of
        that line.  This permits cached response headers and server
        response headers to be parsed from separate data sources, the
        latter arriving from a nsIBufferInputStream and the former
        retrieved from the cache as a string.

        Moved the newly-created header-parsing methods to
        nsHTTPResponse from nsHTTPResponseListener

    Fixed some bugs in the interaction between AsyncOpen and
    AsyncRead.  It was possible for an OnHeadersAvailable event to be
    triggered *after* the associated OnDataAvailable, rather than the
    other way around.  It was also possible, in a rare case, for
    mOpenObserver->OnStopRequest() to be called without ever having
    called mOpenObserver->OnStartRequest().  I think my changes made
    the logic a bit more foolproof.

    Removed ancient ifdef NSPIPE2
1999-12-02 03:53:28 +00:00