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

50 Коммитов

Автор SHA1 Сообщение Дата
harishd%netscape.com 16ae3bc9ca Fixed Bugs:
20087 - [PDT+] Fixed by synchronizing the stacks,
in parser and content sink when FORM behaved as a container.
25202 - Fixed a context-mismatch that was caused while
handling illegal contents in TABLE.
25658 - Tweaked CanOmit() to be a little picky on omitting
misplaced-content in TABLE.
24885 - Removed ADDRESS from being P tag's kid. ( per spec. )

r=pollmann

25880, 21008 - Handling NOTAGS in HEAD.
25749 - SOUND tag is now a non-container and can be
contained by flow-entities. ( per spec. )
22913 - Fixed by not allowing BLOCKQUOTE to be a child of
PRE ( as per spec. )

r=rickg
r=vidur - For changes in content sink.

Did some performace work in nsHTMLTokenizer and nsHTMLTokens.
GIST: Avoiding excessive use of ::strlen() and ::memcpy(). Limiting
RecordTrailingContent() usage.

r=nisheeth
2000-02-11 22:06:25 +00:00
rickg%netscape.com 4948a346f2 fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
harishd%netscape.com 44a0b78c15 Fix for bugs:
22485, 20799 ( SCRIPT content processing)
r=vidur,pollmann
Fix for bugs
22260 ( enabling userdifined tags ) - partial fix.
23765 ( handling misplaced newlines/whitespace).
r=rickg
2000-01-15 20:35:57 +00:00
bienvenu%netscape.com c1c973ae89 backing out harishd 3:50PM checkin a=mcafee 2000-01-14 06:57:53 +00:00
harishd%netscape.com 3ea1ae7be6 Fix for Bugs 22485, 20799 ( SCRIPT content processing ).
r=vidur,pollmann
Partial fix for bug 22260 ( enabling userdefined Tags ).
r=rickg
2000-01-13 23:50:41 +00:00
rickg%netscape.com 7f2b5212c5 fixed bugs 17663, 17750, 21779, 21787, 22351, 22406; r=dcone, kmcclusk; a=jar 1999-12-22 23:12:49 +00:00
rickg%netscape.com 512157dd9d This fixes PDT+Bug:20228. The essential problem was the lack of refcounting on tokenizers. Also fixed unchecked
dereferences in expattokenizer. r=kmcclusk; a=chofmann.
1999-12-10 04:01:26 +00:00
rickg%netscape.com 9825cbc82b finally landing residual style handling code; r=harishd; other changes include warning removal and comment handling fix, r=buster. This fixes over 50 bugs. 1999-12-07 00:22:15 +00:00
rickg%netscape.com d1090af63f various bug fixes (PDT+ and other); removed warnings. r=syd 1999-12-02 10:14:42 +00:00
shaver%netscape.com b829e11c5a Fix for 18505 (rename nsDeque::Peek to nsDeque::PeekFront) from Sammy Ford
<fuzed@swbell.net>.
1999-11-27 17:47:05 +00:00
jdunn%netscape.com fc0b3a7bf4 adding newline at end of file... required by HP 1999-11-14 20:26:08 +00:00
rickg%netscape.com c7fca42f17 2nd half of parser wip; lots of bugs; r=harishd 1999-11-14 06:23:11 +00:00
harishd%netscape.com 38ad4a2ec2 Another attempt to fix the bustage!!! 1999-11-13 04:56:56 +00:00
harishd%netscape.com aa7503d71d This checkin contains combined work of rickg and harishd
Harishd's Changes:
 Fix for bugs
 2749    - Tweaked strict comment handling, i.e., <!------> is now treated as an illegal comment in strict mode
16934   - Rectifed reporting of JS line error when a newline is found within a tag.
15204   - Made TEXTAREA content to reflect the source document.
11979, 16826  - Stoping the parser properly on receiving the stop-error message.
17594   - Added code to parse <!DOCTYPE> content correctly.
17496   - Building up the stack for orphaned OPTIONs

r=rickg

Rickg's Changes:
  rickg will be posting comments on his changes by 11/12/99.

r=harishd
1999-11-13 03:53:11 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
harishd%netscape.com 21b3ba1b23 Fix for Bugs
13640, 13736 - Memory leaks - R=rickg
1312 - Hooked up XHTML DOCTYPE - R=rickg
7590 - Prematuredly closing <SCRIPT> on seeing </SCRIPTERR>
2749 - Strict comment handling for noquirks mode - R=rickg
14955 - LEGEND inside FIELDSET was causing infinite looping - R=rickg,pollmann
14952 - LABEL got closed on seeing SPAN (LABEL can contain SPAN ) - R=pollmann
15381 - comment handling for XIF and HTML - R=akkana
15346 - Stray end tag caused loading blank document - R=rickg,pollmann
1999-10-06 19:04:29 +00:00
kipp%netscape.com ca3196cc3f Removed most of the static ctors 1999-09-25 20:05:51 +00:00
harishd%netscape.com 4b41d16c02 Fix for bugs 13498, 14199, 8389, 13640. 1999-09-21 00:24:28 +00:00
rickg%netscape.com 9a251d1c34 removed a bunch of statically constructed objects 1999-09-19 16:51:08 +00:00
harishd%netscape.com dfe8afda56 Adding support for DOCTYPE.
Also, fix for bug 13566.
1999-09-15 17:54:23 +00:00
harishd%netscape.com 71fca2d466 Minor adjustments in consuming attributes ( Tracking down '<'). 1999-08-25 21:27:43 +00:00
harishd%netscape.com 549c525f9f Tweaks... Removed an extra append call. 1999-08-03 00:07:58 +00:00
rickg%netscape.com 249234cbb3 fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
rickg%netscape.com 60fb037284 fix bug 10109 1999-07-19 05:30:49 +00:00
peterl%netscape.com 78e3b64a43 changed to preprocessor for code generation for tag & entity tables
cleanup tag and entity lookup apis
1999-07-18 00:12:32 +00:00
harishd%netscape.com 05c118f7d7 Treating <SCRIPT> as CDATA. 1999-07-16 17:36:04 +00:00
nisheeth%netscape.com 76b19c9c12 Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed. 1999-07-15 08:23:37 +00:00
rickg%netscape.com 78feae984c fixed bug 9386 and added Terminate() to parser API 1999-07-08 04:39:38 +00:00
harishd%netscape.com ae67dd581c Subtleties involved in treating <SCRIPT> as CDATA ( internally ).
Therefore, undoing my change in fixing Bug# 7853.
1999-06-28 22:47:54 +00:00
harishd%netscape.com 4cd9667374 Fix for Bug# 7853.
Treating SCRIPT to be CDATA.
1999-06-28 19:58:30 +00:00
harishd%netscape.com a0307a66e3 Fix for Bug# 6749 1999-06-09 20:10:30 +00:00
rickg%netscape.com 15ba567e47 fixed bug 7275 -- dup identifier 1999-06-03 21:56:22 +00:00
harishd%netscape.com a27960455f Fix for bug# 6960. Treating '<<' as equivalent to '&lt;<' 1999-06-02 16:33:08 +00:00
rickg%netscape.com 62cee0b406 fix bug 6901 per CYEH 1999-05-21 23:01:37 +00:00
rickg%netscape.com 8a66ac6016 checkin to fix bugs per hofmann 1999-05-20 07:36:54 +00:00
rickg%netscape.com 8e9ee1a381 final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
rickg%netscape.com 4a4577fc6c fixed bugs: 4482 and 5460 1999-04-26 22:48:07 +00:00
rickg%netscape.com 8cc2bdda24 sync with new nsString2 API 1999-04-21 04:02:14 +00:00
rickg%netscape.com 3f87b86577 major rev to parsing engine 1999-04-05 06:55:49 +00:00
rickg%netscape.com 2ad00ba13e another fix for entities 1999-03-25 01:27:41 +00:00
rickg%netscape.com a8c2fd2ce8 fixed badly formed entity bug 1999-03-23 00:23:51 +00:00
rickg%netscape.com 4c5766e328 removed memory leak 1999-03-19 10:20:29 +00:00
rickg%netscape.com af6882cfab fixed a dozen bugs 1999-03-19 08:47:51 +00:00
vidur%netscape.com 2a030b0e12 Fix to get old XML parser to see CDATASections again 1999-03-02 23:20:45 +00:00
peterl%netscape.com c3479071d3 Fixed leak of token recycler 1999-02-27 01:11:51 +00:00
rickg%netscape.com ce3f1fd855 small bug fixes and removal of global statics 1999-02-26 06:33:54 +00:00
rickg%netscape.com 43f0057090 fixed a wad of parser bugs 1999-01-26 01:24:31 +00:00
rickg%netscape.com 7ac333fa1f fixed viewsource and parser/netlib bug 1999-01-16 04:25:40 +00:00
rickg%netscape.com 042e851c74 fixed a dozen new parser bugs 1999-01-15 19:29:35 +00:00
rickg%netscape.com 905cbfd9cc A wad of changes to the parser. See my update 1999-01-09 01:09:02 +00:00