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

58395 Коммитов

Автор SHA1 Сообщение Дата
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
andreas.otte%primus-online.de b0aa6b7ef8 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 5a4b6cc9fa Fixed GetIntrinsicImageSize() to return the correct size 2000-04-15 15:49:57 +00:00
troy%netscape.com 668fac7d79 Added GetIntrinsicSize() function 2000-04-15 15:49:03 +00:00
scc%netscape.com 2d4dac6b86 making string conversions explicit 2000-04-15 11:40:33 +00:00
scc%netscape.com 999cbded3a making string conversions explicit 2000-04-15 10:56:54 +00:00
jim_nance%yahoo.com 922fe6f148 Fix for 35810. The configure script now stops running if perl can
be found.  It used to keep going and cause build errors.
r=cls
2000-04-15 10:55:55 +00:00
pierre%netscape.com 38c86ad47a 33710 "background-color: inherit doesn't work correctly". Split the NS_STYLE_BG_PROPOGATED flag into 2 flags: NS_STYLE_BG_PROPAGATED_TO_PARENT and NS_STYLE_BG_PROPAGATED_FROM_CHILD. MapDeclarationColorInto() fetches the color from the grand-parent if PROPAGATED_TO_PARENT is set. 2000-04-15 10:38:13 +00:00
scc%netscape.com 94f906edb8 making string conversions explicit 2000-04-15 10:10:02 +00:00
scc%netscape.com 0f60121750 making string conversions explicit 2000-04-15 09:54:17 +00:00
scc%netscape.com 7cb7de4840 making string conversions explicit 2000-04-15 09:47:08 +00:00
scc%netscape.com b6011d8f80 making string conversions explicit 2000-04-15 09:16:58 +00:00
scc%netscape.com e097771f06 making string conversions explicit 2000-04-15 07:05:34 +00:00
mccabe%netscape.com 73dd1ab098 Print error diagnostics to stderr even when non-debug, to support those folks
that want to debug with the -console flag.
2000-04-15 06:59:21 +00:00
scc%netscape.com 10ee302959 making string conversions explicit 2000-04-15 06:52:12 +00:00
scc%netscape.com 37fba102ef making string conversions explicit 2000-04-15 06:42:27 +00:00
pierre%netscape.com d7ee374237 35455 "CSS2 system color as background color does not work". Fixed the previous checkin from akkana in GetColor(). 2000-04-15 06:25:23 +00:00
blizzard%redhat.com 625eeb5aed fix for bug #27295. don't listen for the drag_leave signal. the problem was that the drag_leave signal was getting sent before the drag_drop signal causing the state machine in the tree widget to set tree elements as invalid drag targets. we aren't using the drag_leave signal for anything anyway so this isn't hurting anything. this gets drags working to mail folders and folders in the bookmark windows. 2000-04-15 05:45:21 +00:00