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

1342 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 8a7a388516 Tweak to the tree frame construction code. 1999-06-10 09:31:30 +00:00
peterl%netscape.com be78f7c3ee added support for attribute namespaces on generated content
stubed out improvements to style change painting code
1999-06-10 05:24:00 +00:00
peterl%netscape.com 784f0c9bee added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:18:46 +00:00
peterl%netscape.com fa94e3b67e removed equals and hashvalue methods 1999-06-10 05:17:27 +00:00
kostello%netscape.com 9e423a7b8c Fix build bustage: changed include to be the right case 1999-06-10 01:06:35 +00:00
kostello%netscape.com 683648b5be Akkana set up a service for encoding a document.
This checkin adds the implementations for encoding
HTML and plain text:

nsTextEncoder::EncodeToString(..)
nsHTMLEncoder::EncodeToStream(..)

Hooked these services into the nsHTMLEditor implemenation

We probably want to update the clipboard code to
use the same pattern as in nsHTMLEditor.cpp
1999-06-10 00:35:02 +00:00
akkana%netscape.com 975c271ccb 7720: fix regression caused by attempting to fix XIF handling of comments 1999-06-09 00:48:21 +00:00
hyatt%netscape.com 9433d1b9be Fixing a bug with allowevents in the tree view. 1999-06-09 00:04:25 +00:00
joki%netscape.com 7e2352ba3a Adding new method to nsIDOMNSUIEvent to give event pos as range offset. 1999-06-08 02:19:26 +00:00
akkana%netscape.com 2b9b55f748 Add Init method to pass in the document and mime type 1999-06-08 00:01:55 +00:00
akkana%netscape.com b80a790741 Split document encoder's Encode() method into a stream method and a string method 1999-06-07 19:32:36 +00:00
bruce%cybersight.com 9a1208d8e3 Tokens may not follow '#endif'. This fixes the HP-UX build. 1999-06-05 11:35:36 +00:00
nisheeth%netscape.com 6da324eafb Patch from alecf to do a null pointer check in FindFrameWithContent(). 1999-06-05 00:18:03 +00:00
sspitzer%netscape.com 9deb82c07a fix build breakage on UNIX. tindebox builds with --enable-pedantic, which
catches stuff like this.
1999-06-04 23:57:35 +00:00
akkana%netscape.com 02d2da5839 attempt to fix win build bustage 1999-06-04 23:45:25 +00:00
mjudge%netscape.com 7b5035c20f fixes for selection and memory leaks 1999-06-04 23:00:24 +00:00
akkana%netscape.com e562ae82cb cast away constness for a temporary fix to windows build bustage 1999-06-04 22:58:47 +00:00
akkana%netscape.com 5185a8d0a0 XIF Document Encoder; and partial fix for XIF-to-html conversion of comments 1999-06-04 22:22:53 +00:00
nisheeth%netscape.com 3530c1e1a6 Fix for bug 6892. We should not set focus each time a document viewer creates a new window but leave it to the embedding application to decide when to set focus. 1999-06-04 01:48:38 +00:00
akkana%netscape.com fdb319aff9 Checking in the non-dangerous parts of the XIF document/html encoder 1999-06-04 01:04:08 +00:00
akkana%netscape.com b0031e0a99 Vidur's initial implementation of Insert HTML Fragment 1999-06-03 22:38:38 +00:00
warren%netscape.com c777f81791 Left over from mozilla/base/src. 1999-06-03 21:50:54 +00:00
alecf%netscape.com c5bb0477e4 first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods 1999-06-02 02:06:32 +00:00
jfrancis%netscape.com a1af08bb72 fix for subtree iter Init - now works when inited over a single textnode 1999-06-02 00:41:45 +00:00
mjudge%netscape.com ffa57f8c76 invalid != for unix I will investigate this later. What i am checkin in now SHOULD remove any ambiguity in the code. 1999-06-01 23:53:01 +00:00
mjudge%netscape.com 864e061209 new table selection code drag inside and outside of tables with ease. added some overriding methods to nsTableCellFrame and nsTableFrame to make selection "draw" correctly for those containers. 1999-06-01 23:04:13 +00:00
beard%netscape.com 05df83a633 make sure mScriptContextOwner isn't NULL (apologies to sspitzer, made the test consistent with line #2283, hope you don't mind) 1999-05-29 21:43:24 +00:00
sspitzer%netscape.com 6d51ce25da fix for #7344. check for nsnull before dereferencing. 1999-05-29 20:55:48 +00:00
bruce%cybersight.com cd06fa2a95 Use $(DLL_SUFFIX) here as well. 1999-05-29 02:25:28 +00:00
alecf%netscape.com b133ab936f GetCharPref is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:51:34 +00:00
vidur%netscape.com 41a99f7b2f Fix for bug 6125. DOMImplementation::hasFeature() now works better 1999-05-28 00:22:47 +00:00
hyatt%netscape.com d2c9f8ec14 (1) The document now checks the window for capture.
(2) Frames and iframes now know their nearest enclosing chrome shells.
1999-05-27 21:04:52 +00:00
dp%netscape.com 158684e371 Fixing tests by linking in a component dll raptorhtml 1999-05-27 02:46:26 +00:00
sspitzer%netscape.com 45ca0711ee fix the makefile. looks like this test will need to be worked on to
get it to link.  commenting out of build for now.
1999-05-27 01:46:01 +00:00
peterl%netscape.com dee7ea6722 added assertion to resolve style 1999-05-26 23:44:56 +00:00
peterl%netscape.com f645149863 changed style rule API to use array 1999-05-26 23:44:32 +00:00
jfrancis%netscape.com 54c1e78d86 fixed dom range gravity error 1999-05-26 22:28:04 +00:00
dp%netscape.com a4a8a169a8 Fixing tests 1999-05-26 07:46:01 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
rickg%netscape.com 33a564de2c fixed per cyeh 1999-05-21 23:11:16 +00:00
joki%netscape.com cd8037c601 Fix for bug 6005, crash on window closing via script. A: chofmann, R: vidur 1999-05-20 23:16:53 +00:00
mjudge%netscape.com 4bff71e096 reviewed sfraser approved choffman 6771 6762 UMR and Extreemly inefficient table selection code fixed simply 1999-05-20 00:52:00 +00:00
dp%netscape.com b55a43814c Caret files moved from base/ 1999-05-19 19:17:07 +00:00
joki%netscape.com 71e96012a3 Breaking nsIDOMEvent out into nsIDOMEvent and nsIDOMUIEvent. 1999-05-18 23:51:04 +00:00
peterl%netscape.com 0f7452cec5 fixed change hint for border style 1999-05-18 23:03:29 +00:00
peterl%netscape.com c5e8d8d634 added insert style sheet
fixed some observer notifications
1999-05-18 23:03:04 +00:00
peterl%netscape.com 3a5019cbfb added insert style sheet method 1999-05-18 23:02:25 +00:00
sfraser%netscape.com 00c170c1f2 Implement nsCaret::GetWindowRelativeCoordinates for IME 1999-05-18 22:24:55 +00:00
jfrancis%netscape.com d03618e5a5 collapsed ranges now result in empty iterators over them 1999-05-18 11:11:14 +00:00
vidur%netscape.com 9d805ae9c6 Propagate visibility style across table boundaries. 1999-05-17 21:17:21 +00:00