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

248 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com e106e55c80 added support for XML processing instructions 1998-09-23 16:55:13 +00:00
kipp%netscape.com 54747eba59 Added code to map illegal ncr values as per navigator 1998-09-22 15:34:50 +00:00
peterl%netscape.com fb20c625b9 moved skipped content token from the attribute list to it's own slot 1998-09-22 02:07:31 +00:00
kipp%netscape.com f877659693 Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
pierre%netscape.com f9b4dadf7c added nsDTDUtils 1998-09-11 09:02:13 +00:00
kipp%netscape.com 86265c40fe Updated Makefile to have the right source file list 1998-09-11 05:53:55 +00:00
rickg%netscape.com 43c79980f8 improved DTD context for better style/structure handling 1998-09-11 00:54:36 +00:00
pierre%netscape.com f546442fdd added __initialize and __terminate 1998-09-05 08:03:28 +00:00
rickg%netscape.com a08b9e66dd a few small bug fixes for DTD 1998-09-04 02:52:47 +00:00
rickg%netscape.com 631ac3f398 added new EnableParser() routine for kipp; WIP 1998-09-02 07:12:49 +00:00
warren%netscape.com b89e7efaca Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
rickg%netscape.com 0def007cba fixed a few infinite loops in new DTD code 1998-08-31 21:52:47 +00:00
rickg%netscape.com 41eaa2cef7 improved script handling--required by changes to DTD 1998-08-29 19:32:30 +00:00
rickg%netscape.com 099ad72d09 improved script handling--required by changes to DTD 1998-08-29 19:31:00 +00:00
rickg%netscape.com acdaa67ff1 added noembed support 1998-08-29 06:52:17 +00:00
rickg%netscape.com f44612c847 lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
kipp%netscape.com 11535c3a15 Removed the PushMark method 1998-08-28 16:18:14 +00:00
peterl%netscape.com 4518de8325 hacked colgroup & col handling 1998-08-27 01:04:22 +00:00
rickg%netscape.com 77e914c0ef various bug fixes, performance wip 1998-08-26 21:20:41 +00:00
troy%netscape.com 23feb93c16 Work in progress for LAYER tag 1998-08-26 02:23:21 +00:00
rickg%netscape.com 941595cc23 more WIP for logparse 1998-08-23 20:21:58 +00:00
rickg%netscape.com 6d71410d47 new improved logparse 1998-08-22 17:49:36 +00:00
rickg%netscape.com e3504a2fc5 Too many bugs to mention; tables, skipped content; perf; memory 1998-08-21 02:04:39 +00:00
scullin%netscape.com 39b83242e3 Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
rickg%netscape.com 48e209d263 a few more bug fixes. Ain't life grand 1998-08-13 08:51:52 +00:00
rickg%netscape.com dac8ffff94 a host of propagation bugs and a comment bug to boot 1998-08-13 08:33:18 +00:00
rickg%netscape.com 6ba2a5aa37 many parser bugs; better backward propagation 1998-08-12 08:53:55 +00:00
kostello%netscape.com 8b5f045ced Synched with windows build 1998-08-12 00:52:13 +00:00
kostello%netscape.com 220a2d4d45 Added nsHTMLEntities.h 1998-08-11 23:42:06 +00:00
thom%netscape.com dd6aa356f6 added 'extern "C"' to declaration of NS_NewHTMLLoggingSink to fix mac link error... 1998-08-10 21:56:32 +00:00
kipp%netscape.com 4d2fa4f8e1 Disabled old entity routines 1998-08-10 21:38:10 +00:00
kipp%netscape.com b499123e7f Used generated entities file to translate entities 1998-08-10 21:37:55 +00:00
kipp%netscape.com 3b8efd0c81 Build generate entities file 1998-08-10 21:37:36 +00:00
kipp%netscape.com 0833242c46 Open the file for writing (doh) 1998-08-10 21:12:10 +00:00
kipp%netscape.com 6451b37d44 Short circuit auto-detect logic (cuz it doesn't work here) 1998-08-10 21:11:31 +00:00
kipp%netscape.com ef1a8d365b Updated 1998-08-10 21:10:36 +00:00
kipp%netscape.com 56ca75cff0 Build entities table 1998-08-10 21:10:04 +00:00
kipp%netscape.com 970612c2b6 Fixed assertion message 1998-08-10 21:08:36 +00:00
kipp%netscape.com 61140b7984 Handle EOF better for file streams 1998-08-10 21:08:21 +00:00
kipp%netscape.com c4d30ecf37 new 1998-08-10 21:07:40 +00:00
rickg%netscape.com 8a0553b937 too many bug fixes to name, but all legit scopus bugs 1998-08-07 03:09:24 +00:00
kipp%netscape.com e5d10b402f new 1998-08-07 01:39:40 +00:00
kipp%netscape.com 354a633441 new 1998-08-06 20:29:07 +00:00
kipp%netscape.com dcb48110c0 Added code to create logging sinks 1998-08-06 20:27:57 +00:00
kipp%netscape.com 31953264d9 Build logging sink 1998-08-06 20:27:27 +00:00
kostello%netscape.com 613f506c48 Transfered CollectAttributes from CNavDTD.cpp -- code which was commented out
as part of a previous checkin
1998-08-05 21:50:20 +00:00
pierre%netscape.com acd006e083 added nsParserFactory.cpp 1998-08-05 08:28:24 +00:00
pierre%netscape.com 9d5a4142eb fixed to compile on Mac 1998-08-05 08:26:03 +00:00
pierre%netscape.com eb16b86a54 renamed NSGetFactory to build on Mac 1998-08-05 08:17:06 +00:00
rickg%netscape.com 0a8e20c51d fixed a potential crash in case of empty documents 1998-08-05 03:16:51 +00:00