Commit Graph

362 Commits

Author SHA1 Message Date
kipp%netscape.com
2bf99eb8e7 Added new source to build 1998-09-01 19:13:02 +00:00
kipp%netscape.com
13839f8d73 Added new methods 1998-09-01 19:10:14 +00:00
kipp%netscape.com
11cfcc38c6 Implement NS_CreateHTMLElement using same code that content sink uses; create various and sundry new content objects 1998-09-01 01:37:17 +00:00
kipp%netscape.com
da9fba63a4 Added new source files 1998-09-01 01:35:34 +00:00
kipp%netscape.com
845410630a Added missing atoms 1998-09-01 01:34:32 +00:00
kipp%netscape.com
42aeba2d11 added new atoms 1998-09-01 01:32:58 +00:00
warren%netscape.com
b89e7efaca Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
warren%netscape.com
4f1b718b4e Added closure argument to nsHashtable::Enumerate. 1998-09-01 00:16:47 +00:00
kipp%netscape.com
34b4a81f99 Make sure we don't run off the end of the string when translating entities in attribute values 1998-08-31 22:00:04 +00:00
rods%netscape.com
f03be582e3 Fixed several crash bugs in Find 1998-08-31 21:56:57 +00:00
kipp%netscape.com
3b1fc0b12f Use NS_NewHTMLBR to create BR content objects 1998-08-31 18:40:39 +00:00
kipp%netscape.com
0fe2a4acc2 Added new source file 1998-08-31 18:38:37 +00:00
kipp%netscape.com
bd83087288 Added entity reduction for attributes; fixed a bug with incremental loading that would cause some content to seemingly disappear 1998-08-31 17:51:32 +00:00
kipp%netscape.com
c983bef350 Fixed porting bug when porting to xpcom'd nsIContent API 1998-08-31 16:09:06 +00:00
troy%netscape.com
ad9a20da0b Changes nsIView and nsIScrollableView interfaces to conform to
XPCOM conventions
1998-08-30 19:16:11 +00:00
kipp%netscape.com
e326124bd3 Fixed bug introduced during nsIContent porting 1998-08-29 20:44:42 +00:00
kipp%netscape.com
c6290fa577 XPCOM'ized nsIContent and nsIHTMLContent 1998-08-29 20:20:38 +00:00
kipp%netscape.com
a832ecd31c Create anchors using NS_NewHTMLAnchor 1998-08-29 03:17:02 +00:00
kipp%netscape.com
d132db9cb6 Added new source 1998-08-29 03:13:56 +00:00
kipp%netscape.com
55c93d4473 Added new atoms 1998-08-29 03:13:03 +00:00
troy%netscape.com
e524804caa Changed interface nsIFontMetrics to use the XPCOM conventions for returning
a nsresult
1998-08-29 02:34:34 +00:00
kipp%netscape.com
1302b87842 Added AttributeToString and StringToAttribute methods 1998-08-28 23:31:44 +00:00
kipp%netscape.com
d0fc3679c2 Added new atoms 1998-08-28 23:29:05 +00:00
kipp%netscape.com
eb4f73dcef Use new factory method for HR's 1998-08-28 23:27:55 +00:00
kipp%netscape.com
ec3d735ab2 Added new source files to the build 1998-08-28 23:25:56 +00:00
kipp%netscape.com
99da657d8a Use kIHTMLContentSinkIID so that inferior compilers will work 1998-08-28 21:29:50 +00:00
rods%netscape.com
98b6b776be Fixed ref count problem in FindNext (should be able to switch docs now) 1998-08-28 19:55:03 +00:00
rods%netscape.com
4980b2afad Added a couple of data members to the header and cleanup some of the
ref count problems
1998-08-28 18:15:14 +00:00
kipp%netscape.com
05a470d0c4 Spanked hard to support multiple sink contexts; incremental reflow now happens only on WillInterrupt 1998-08-28 16:20:16 +00:00
kipp%netscape.com
9025e2afbd Added a new atom 1998-08-28 16:19:27 +00:00
rods%netscape.com
78631b45db Added FindNext method 1998-08-28 15:59:24 +00:00
rods%netscape.com
3e6872d273 Added FindNext Method for Find/Search 1998-08-28 15:57:59 +00:00
rods%netscape.com
4a8c2454f5 Added Find/Search capability and supporting methods 1998-08-28 15:55:31 +00:00
troy%netscape.com
6cb09b5132 Changed nsIViewManager interface to conform to XPCOM conventions 1998-08-28 04:56:56 +00:00
peterl%netscape.com
a6fe8afb6d added table cell style rule inheritance 1998-08-27 00:50:52 +00:00
peterl%netscape.com
a71cd5de1d reversed rule ordering 1998-08-27 00:49:55 +00:00
peterl%netscape.com
2da00e6501 made col tag be handled as a leaf 1998-08-27 00:48:53 +00:00
peterl%netscape.com
143049029c added td & th 1998-08-27 00:48:06 +00:00
peterl%netscape.com
1361e6230c reversed sheet/rule ordering
added backstop rule count
1998-08-27 00:47:15 +00:00
peterl%netscape.com
0b78c480f4 commented on sheet/rule ordering 1998-08-27 00:46:34 +00:00
troy%netscape.com
23feb93c16 Work in progress for LAYER tag 1998-08-26 02:23:21 +00:00
joki%netscape.com
46137420c0 Modifying nsIContent's AppendChild -> AppendChildTo to stop conflict with
DOM interfaces.
1998-08-21 21:38:26 +00:00
jevering%netscape.com
315a575c78 Moved the ART image hack to the tip. 1998-08-20 22:10:06 +00:00
troy%netscape.com
695e20e125 Destructor now releases ref to image maps 1998-08-15 16:25:33 +00:00
troy%netscape.com
358b26c689 Added NS_RELEASE in ProcessTEXTAREATag(). This fixes a problem with
text area content objects being leaked
1998-08-14 05:21:43 +00:00
joki%netscape.com
a185078042 Adding more window properties and slightly refCnt declaration. 1998-08-13 23:37:54 +00:00
valeski%netscape.com
f93dea794e 310133 - Injected code into HTMLContentSink::ProcessMETATag() to check for an "http-equiv" header (specifically the Refresh header). If found, an nsIHTTPUrl interface is retrieved so the "http-equiv" header can be added to the url struct. 1998-08-13 20:09:10 +00:00
vidur%netscape.com
824d631d5e Implemented document.location. 1998-08-13 19:08:01 +00:00
joki%netscape.com
c316d58438 Adding url and lineno to script evaluation 1998-08-12 23:37:50 +00:00
joki%netscape.com
3c6cb25a6b Fix script src equals problem when src contained in quotes. 1998-08-12 22:28:50 +00:00