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

58362 Коммитов

Автор SHA1 Сообщение Дата
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 23b2ea4692 removed files: mozilla/xpfe/appshell/src/nsSessionHistory.cpp 2000-04-16 11:20:51 +00:00
tbogard%aol.net 1104cac3ca Removing the old session history code. 2000-04-16 11:19:47 +00:00
scc%netscape.com 8624ce5d67 making string conversions explicit 2000-04-16 11:19:26 +00:00
tbogard%aol.net 8f0bc85c7a Removed references to the old session history code. Replace setNetworkActive and setWindowActive by just passing up the status in the new onStatusChange method. onLocationChange now fires at the right time. BrowserInstance now implements nsIWebProgressListener. The class is now completely named nsBrowserInstance with out that ugly #define to convert nsBrowserAppCore. Reorganized much of the file to be in the order it is in it's declaration. 2000-04-16 11:19:18 +00:00
tbogard%aol.net 9c707e3de9 Replace setNetworkActive and setWindowActive by just passing up the status in the new onStatusChange method. 2000-04-16 11:19:03 +00:00
tbogard%aol.net 48f198c723 Removing the old session history interface. 2000-04-16 11:19:02 +00:00
tbogard%aol.net d0a1bd2096 Replace setNetworkActive and setWindowActive by just passing up the status in the new onStatusChange method. Removed the UpdateHistory since that is done in the backend already. 2000-04-16 11:19:00 +00:00
tbogard%aol.net 87a91e8971 Removed references to the old session history interface. 2000-04-16 11:18:54 +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 6d0de1a15e removed files: mozilla/xpfe/appshell/public/nsISessionHistory.idl 2000-04-16 11:18:40 +00:00
tbogard%aol.net d510c19900 Removed the methods dealing with the old session history that is going away. 2000-04-16 11:18:39 +00:00
scc%netscape.com c26c8ee879 no, the |Equals(PRUnichar*, PRUnichar*, ...)| form is not what you think it is. It has to go. Make comparing with |nsIAtoms| remain avalailable even in |NEW_STRINGS_APIS| 2000-04-16 11:09:16 +00:00
tbogard%aol.net 3b22259f87 Removed references to the old session history. 2000-04-16 11:08:28 +00:00
cls%seawood.org 6bb7a2691f The extprotocol subproject does not actually build under unix. A bug in the way we handle SHARED_LIBRARY_LIBS is the only reason the tinderboxes didn't go red with the previous checkin. 2000-04-16 08:42:25 +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 63dfd3d4fa fix bug 20891 [Assertion when displaying message], don't try to find a drive in an empty path, r=putterman@netscape.com 2000-04-16 07:33:25 +00:00
andreas.otte%primus-online.de 7a9b379bf1 fix bug 33868 [URL encoding for Basic Realm authentication doesn't work], just unescape the prehost, r=gagan@netscape.com 2000-04-16 07:16:28 +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 a03e1ffa4e Changed over from using the webshell APIs and nsISessionHistory to using the webNavigation interface on the docshell to go back and forward. Don't have to get the root, docshell does that for you. 2000-04-16 06:14:38 +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
tbogard%aol.net ceb19d6a79 Changed the concept of the transaction parent/ child to be previous and next. This flows better with actual relationship they hold in session history terms. The prev and next are also now not just readonly to allow properly setting up the list while avoiding nasty casts to implementation objects. Removed a bunch of dead code. Changed the module object to use generic factories and removed the hand created NS_New* functions. Changed over to interface maps in some places. The nsSHEntry obect no longer has the concept of children. There is no need since frame state will be stored in the layout history state object. This means nsSHEntry no longer implements the nsISHContainer interface. 2000-04-16 05:08:44 +00:00
troy%netscape.com ff569f2f21 New rules for absolute positioning 2000-04-16 04:07:02 +00:00
svn%xmlterm.org 98bfa399d0 xmlterm changes only.
Minor workaround to handle 80 character wraparound on FreeBSD.
2000-04-16 01:56:11 +00:00
svn%xmlterm.org f7e86b46ca xmlterm changes only.
Fixed bustage due to changes in nsIClipboard.idl
2000-04-16 01:26:33 +00:00
pavlov%netscape.com e1eff8f216 fix for clipboard crashing (bug #35954) 2000-04-16 01:17:26 +00:00
braddr%puremagic.com 759c1f59be eliminiate NS_COMFALSE and remove a layer of logical negation.
r=brendan
2000-04-16 00:23:57 +00:00
braddr%puremagic.com 97d2f19960 Implicit types are evil. Add PRUint32.
r=mccabe
2000-04-16 00:21:07 +00:00
tonyr%fbdesigns.com 238c161a97 Added the extprotocol subproject 2000-04-16 00:08:40 +00:00
ssu%netscape.com 927ca62511 initial checkin to fix bug 7874 (on going). affects only windows platforms. Not hooked up to build system yet. 2000-04-16 00:05:39 +00:00
Jerry.Kirk%Nexwarecorp.com 5aac7db22a Fix nsClipboard so it would compile because of the prototype changes.
PHOTON ONLY.
2000-04-16 00:01:45 +00:00
ssu%netscape.com 74c48b2848 initial checkin to fix bug 7874 (on going). affects only windows platforms. Not hooked up to build system yet. 2000-04-15 23:50:59 +00:00
scc%netscape.com c446bce30d attempting to fix build bustage 2000-04-15 21:48:04 +00:00
scc%netscape.com 4aafab053d attempting to fix build bustage 2000-04-15 21:46:25 +00:00
scc%netscape.com c38395df69 making string conversions explicit 2000-04-15 21:18:29 +00:00
scc%netscape.com b459656dc5 attempting to fix bustage 2000-04-15 21:13:55 +00:00
scc%netscape.com 927265130c making string conversions explicit 2000-04-15 20:15:37 +00:00
tor%cs.brown.edu d4baa7e453 Composite work: special case the common framebuffer formats
(32bpp, 24bpp, 16bpp) and general cleanup.  r=pavlov
2000-04-15 19:58:09 +00:00
mccabe%netscape.com 7632e0a085 Add trailing newline. 2000-04-15 19:38:05 +00:00
scc%netscape.com 767ae4861e making string conversions explicit 2000-04-15 19:03:12 +00:00
scc%netscape.com 83e98e051a making string conversions explicit 2000-04-15 18:48:07 +00:00
jband%netscape.com 70c7e60b98 add a test with an 'out' array of strings 2000-04-15 18:44:22 +00:00
tonyr%fbdesigns.com e444e53af7 Added the extprotocol subdir 2000-04-15 18:36:11 +00:00
svn%xmlterm.org 6b1aa8b8e2 Removed references to deleted xmlterm directories ui/content and ui/skin 2000-04-15 17:40:24 +00:00
tonyr%fbdesigns.com b985ef90e8 Added uriloader/extprotocol/base and /unix makefiles 2000-04-15 16:54:24 +00:00
tonyr%fbdesigns.com a142e4be22 Fix up the unix makefiles so it actually builds 2000-04-15 16:51:51 +00:00
bienvenu%netscape.com a753f15877 more work on search, not part of build 2000-04-15 16:07:49 +00:00
andreas.otte%primus-online.de 5ce6f6a715 fix bug 34966 [fragment id on root-documents without / misinterpreted], r=warren@netscape.com 2000-04-15 16:07:28 +00:00