Commit Graph

417 Commits

Author SHA1 Message Date
jfrancis%netscape.com
51f0d561ab fixing overly noisy asserts 1999-05-14 06:18:07 +00:00
neeti%netscape.com
41dc3a3222 Fixed SetEnableRendering() in nsDocumentViewer.cpp
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
warren%netscape.com
87b26617d5 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
jfrancis%netscape.com
cc913f3c67 better error handling 1999-05-13 02:43:30 +00:00
sspitzer%netscape.com
46116a798a make destructor virtual 1999-05-13 02:23:33 +00:00
sspitzer%netscape.com
39efa1c7f8 make destructors virtual 1999-05-13 02:11:25 +00:00
vidur%netscape.com
557e18dc79 Backing out unintentional checkin 1999-05-13 00:24:45 +00:00
vidur%netscape.com
11e0af38bb Fixed uninitialized variable problem. 1999-05-13 00:21:50 +00:00
sfraser%netscape.com
ee19d4ead5 IncrementModCount now takes a PRInt32 (this fixes broken builds). 1999-05-12 22:55:29 +00:00
dcone%netscape.com
c71e1f8097 added a PrintContent() method to these classes 1999-05-12 13:32:09 +00:00
alecf%netscape.com
a4c1fbdaa8 remove const-ness from nsICollection::Count() so that it can be represented with XPIDL 1999-05-12 02:53:37 +00:00
vidur%netscape.com
26a71e3928 Added IsValidFragment and CreateRange implementations. Added GetContentType method to nsIDocument interface. 1999-05-11 20:22:35 +00:00
jfrancis%netscape.com
4c04eec96b better error detection/handling + some cleanup 1999-05-10 23:29:01 +00:00
kipp%netscape.com
aab132bf6b Added a reminder comment 1999-05-10 22:29:34 +00:00
kipp%netscape.com
5d9028b7b4 Implement support for SetEnableRendering/GetEnableRendering 1999-05-07 19:26:23 +00:00
sfraser%netscape.com
b3c4d2d3cc Implement nsIDiskDocument interface for editable documents. 1999-05-07 04:59:23 +00:00
alecf%netscape.com
b8c3aa89b4 don't dereference aContext without checking for null 1999-05-07 03:08:02 +00:00
vidur%netscape.com
9499dd0467 Fix for bug 6069. The ownerDocument for a Document node is now null. 1999-05-07 01:30:30 +00:00
vidur%netscape.com
d75f60cbc0 Implemented GetOwnerDocument. 1999-05-07 00:06:48 +00:00
vidur%netscape.com
233cb378ad Added new content implementation macro 1999-05-07 00:06:29 +00:00
kipp%netscape.com
83ba1b59f2 Moved from webshell/src 1999-05-06 19:25:40 +00:00
kipp%netscape.com
066324ed8b Moved from webshell directory 1999-05-06 19:25:10 +00:00
vidur%netscape.com
4849bf6f06 Fixed non-ANSII compliant code. 1999-05-04 20:53:44 +00:00
vidur%netscape.com
e9c1a4ccd0 Bug fix from Citec for clearing out parameter when an attribute doesn't exist 1999-05-04 20:51:42 +00:00
vidur%netscape.com
7366b9081c Added nsIContent implementation macro with SetParent defined locally 1999-05-04 20:50:43 +00:00
pinkerton%netscape.com
7638e305fb added GetIID() method. 1999-04-30 08:59:11 +00:00
sfraser%netscape.com
696ffe3514 Fix nil parent crasher. 1999-04-28 06:37:51 +00:00
vidur%netscape.com
02829b3ff6 Added nsIDOMNSRange method with InsertFragment method. Stub implementation for now. 1999-04-27 22:16:04 +00:00
kipp%netscape.com
39c56cdb27 Removed compiler warnings 1999-04-27 22:14:17 +00:00
kipp%netscape.com
1c9b5f37dd Added more info to the list output 1999-04-27 22:08:48 +00:00
ftang%netscape.com
2e97bf7dcc change S/GetDocumentCharacterSet method for nsIDocument interface. 1999-04-27 21:49:25 +00:00
kostello%netscape.com
67c64be801 Added Encoding of charset information
Encoded < and > as LT and GT character entities to fix bug #4709
1999-04-26 06:10:47 +00:00
kipp%netscape.com
5cc5d46a12 Work around crash by not assuming we have an owner 1999-04-23 19:57:26 +00:00
scc%netscape.com
f033719a36 Added required GetIID methods 1999-04-23 16:48:32 +00:00
rickg%netscape.com
ada56b0089 update to sync with nsString2 1999-04-22 05:39:24 +00:00
rickg%netscape.com
837318b35a updates to sync with nsString2 api 1999-04-21 23:12:55 +00:00
peterl%netscape.com
04f5fc38c1 widened content state change api
added test for state dependent style
1999-04-20 00:02:22 +00:00
vidur%netscape.com
632fa812dc Fix for bug 5141. The parentNode of a standalone Node is no longer a DocumentFragment, but is now, according to the spec, just null. 1999-04-17 00:56:25 +00:00
peterl%netscape.com
fbde443a95 split font style mapping from regular style mapping 1999-04-15 21:23:05 +00:00
sfraser%netscape.com
bffb305703 Implement the ScriptObjectOwner interface, and adapt to fixed selection interfaces. 1999-04-15 20:19:26 +00:00
sfraser%netscape.com
bf04e1e37e Fix QI failure return value (!NS_OK is bad!) 1999-04-15 20:18:47 +00:00
sfraser%netscape.com
7cb68edb39 File Removed. 1999-04-13 01:18:25 +00:00
sfraser%netscape.com
e4b0d79daa Removal of nsSelectionRange, nsSelectionPoint, and fixing up resulting include problems. 1999-04-13 01:15:16 +00:00
waterson%netscape.com
050221001c Added GetIID() method so this can be used with nsCOMPtr. 1999-04-12 18:08:43 +00:00
jfrancis%netscape.com
fece7c9e61 fix for another range gravity bug; rvwd and apprd kostello; appr chofmann 1999-04-08 06:00:44 +00:00
jfrancis%netscape.com
25927591d7 fix for range gravity bug 1999-04-06 19:57:01 +00:00
kipp%netscape.com
500d6ef58f Fixed an oopsie that prevented enumerating the override and backstop sheets 1999-04-03 18:56:45 +00:00
peterl%netscape.com
37cbacb459 added nsStyleContent 1999-04-02 18:48:55 +00:00
vidur%netscape.com
d801e996bd Added epilog and prolog to document. Added processing instructions and CDATASections for XML. Completed document Node methods. 1999-03-31 20:49:25 +00:00
joki%netscape.com
1c2882e5e6 Updating internal implementations to new DOM2 api syntax, capture/bubble functionality, new EventStateManager stuff (focus improvements) 1999-03-28 22:22:54 +00:00