scc%netscape.com
|
b4caf7e667
|
making string conversions explicit
|
2000-04-16 11:19:26 +00:00 |
|
tbogard%aol.net
|
61b4c6f8bb
|
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
|
3601d309e9
|
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
|
cc02530d3b
|
Removing the old session history interface.
|
2000-04-16 11:19:02 +00:00 |
|
tbogard%aol.net
|
a44df53f51
|
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
|
95118cdeaa
|
Removed references to the old session history interface.
|
2000-04-16 11:18:54 +00:00 |
|
tbogard%aol.net
|
a6539625bc
|
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
|
26354a3ff0
|
removed files: mozilla/xpfe/appshell/public/nsISessionHistory.idl
|
2000-04-16 11:18:40 +00:00 |
|
tbogard%aol.net
|
03f055f36a
|
Removed the methods dealing with the old session history that is going away.
|
2000-04-16 11:18:39 +00:00 |
|
scc%netscape.com
|
0c5356d1cc
|
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
|
66ed9724ae
|
Removed references to the old session history.
|
2000-04-16 11:08:28 +00:00 |
|
cls%seawood.org
|
8d2c81a65f
|
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
|
c701f711d3
|
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
|
8dd89cbb2d
|
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
|
a08836f1a8
|
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
|
75684271dc
|
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
|
faefc106ed
|
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
|
2e31c41c86
|
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
|
a1fc1e4925
|
Make sure we properly notify of window activity starting and stoping.
|
2000-04-16 05:09:07 +00:00 |
|
tbogard%aol.net
|
9d9f48f184
|
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
|
79bc68e107
|
New rules for absolute positioning
|
2000-04-16 04:07:02 +00:00 |
|
svn%xmlterm.org
|
782898ae0a
|
xmlterm changes only.
Minor workaround to handle 80 character wraparound on FreeBSD.
|
2000-04-16 01:56:11 +00:00 |
|
svn%xmlterm.org
|
113d79048c
|
xmlterm changes only.
Fixed bustage due to changes in nsIClipboard.idl
|
2000-04-16 01:26:33 +00:00 |
|
pavlov%netscape.com
|
8185e12801
|
fix for clipboard crashing (bug #35954)
|
2000-04-16 01:17:26 +00:00 |
|
braddr%puremagic.com
|
857f0905f7
|
eliminiate NS_COMFALSE and remove a layer of logical negation.
r=brendan
|
2000-04-16 00:23:57 +00:00 |
|
braddr%puremagic.com
|
3d8106eb54
|
Implicit types are evil. Add PRUint32.
r=mccabe
|
2000-04-16 00:21:07 +00:00 |
|
tonyr%fbdesigns.com
|
716576a3fd
|
Added the extprotocol subproject
|
2000-04-16 00:08:40 +00:00 |
|
ssu%netscape.com
|
a49879a541
|
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
|
21607b061b
|
Fix nsClipboard so it would compile because of the prototype changes.
PHOTON ONLY.
|
2000-04-16 00:01:45 +00:00 |
|
ssu%netscape.com
|
ecc0933b33
|
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
|
75827f201d
|
attempting to fix build bustage
|
2000-04-15 21:48:04 +00:00 |
|
scc%netscape.com
|
ce9c5c55df
|
attempting to fix build bustage
|
2000-04-15 21:46:25 +00:00 |
|
scc%netscape.com
|
52bdf65d60
|
making string conversions explicit
|
2000-04-15 21:18:29 +00:00 |
|
scc%netscape.com
|
ffe4551746
|
attempting to fix bustage
|
2000-04-15 21:13:55 +00:00 |
|
scc%netscape.com
|
0012d27605
|
making string conversions explicit
|
2000-04-15 20:15:37 +00:00 |
|
tor%cs.brown.edu
|
d5fd6b2ed8
|
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
|
4fe0d544d0
|
Add trailing newline.
|
2000-04-15 19:38:05 +00:00 |
|
scc%netscape.com
|
c4d1fa2a87
|
making string conversions explicit
|
2000-04-15 19:03:12 +00:00 |
|
scc%netscape.com
|
0bcbe0d103
|
making string conversions explicit
|
2000-04-15 18:48:07 +00:00 |
|
jband%netscape.com
|
d946b71592
|
add a test with an 'out' array of strings
|
2000-04-15 18:44:22 +00:00 |
|
tonyr%fbdesigns.com
|
5d701a4a28
|
Added the extprotocol subdir
|
2000-04-15 18:36:11 +00:00 |
|
svn%xmlterm.org
|
cd9423ddb4
|
Removed references to deleted xmlterm directories ui/content and ui/skin
|
2000-04-15 17:40:24 +00:00 |
|
tonyr%fbdesigns.com
|
90ccdcf3b0
|
Added uriloader/extprotocol/base and /unix makefiles
|
2000-04-15 16:54:24 +00:00 |
|
tonyr%fbdesigns.com
|
fc95078c90
|
Fix up the unix makefiles so it actually builds
|
2000-04-15 16:51:51 +00:00 |
|
bienvenu%netscape.com
|
f8d4833e08
|
more work on search, not part of build
|
2000-04-15 16:07:49 +00:00 |
|
andreas.otte%primus-online.de
|
b4f09c2342
|
fix bug 34966 [fragment id on root-documents without / misinterpreted], r=warren@netscape.com
|
2000-04-15 16:07:28 +00:00 |
|
andreas.otte%primus-online.de
|
4a2473a780
|
fix bug 35736 [url encoding - character encoded when it shouldn't] No longer escaping $, r=gagan@netscape.com
|
2000-04-15 15:52:40 +00:00 |
|
troy%netscape.com
|
5620fd8913
|
Fixed GetIntrinsicImageSize() to return the correct size
|
2000-04-15 15:49:57 +00:00 |
|
troy%netscape.com
|
fa748dfc10
|
Added GetIntrinsicSize() function
|
2000-04-15 15:49:03 +00:00 |
|
scc%netscape.com
|
6ba496174c
|
making string conversions explicit
|
2000-04-15 11:40:33 +00:00 |
|