gecko-dev/parser/html
Henri Sivonen 0f1b837b09 Bug 529829 - Crash [@ nsHtml5HtmlAttributes::getLocalName] with isindex attribute. rs=sicking.
--HG--
extra : rebase_source : 302169406834433818327cd19e81938e6569d48c
2009-12-10 16:27:48 -08:00
..
java Bug 509009, bug 497848 - Update the HTML5 tokenizer to spec (excluding script changes) as of 2009-11-24. rs=sicking. 2009-11-30 17:34:51 +02:00
javasrc Backing out 410eb23d33c7 to restore accidentaly deleted file (parser/html/javasrc/README.txt). 2009-08-13 10:02:48 +02:00
Makefile.in Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00
jArray.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsAHtml5TreeBuilderState.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsAHtml5TreeOpSink.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5ArrayCopy.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5Atom.cpp Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron. 2009-09-18 18:13:10 +03:00
nsHtml5Atom.h Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron. 2009-09-18 18:13:10 +03:00
nsHtml5AtomList.h Bug 509009, bug 497848 - Update the HTML5 tokenizer to spec (excluding script changes) as of 2009-11-24. rs=sicking. 2009-11-30 17:34:51 +02:00
nsHtml5AtomTable.cpp Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron. 2009-09-18 18:13:10 +03:00
nsHtml5AtomTable.h Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron. 2009-09-18 18:13:10 +03:00
nsHtml5Atoms.cpp Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5Atoms.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5AttributeName.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5AttributeName.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5ByteReadable.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5DocumentMode.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5ElementName.cpp Bug 502804, bug 510063 - Update the HTML5 tree builder to spec as of 2009-11-24. rs=sicking. 2009-11-30 17:34:51 +02:00
nsHtml5ElementName.h Bug 502804, bug 510063 - Update the HTML5 tree builder to spec as of 2009-11-24. rs=sicking. 2009-11-30 17:34:51 +02:00
nsHtml5HtmlAttributes.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5HtmlAttributes.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5MetaScanner.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5MetaScanner.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5MetaScannerCppSupplement.h Bug 522326 - Make meta prescanner in the HTML5 parser use the canonical alias for UTF-8. r=bnewman. 2009-10-21 15:21:27 +03:00
nsHtml5MetaScannerHSupplement.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5Module.cpp Bug 529544 - Shut down the HTML5 parser thread from an observer (random crash [@ mozilla::storage::Connection::Close()]). r=sdwilsh. 2009-11-24 14:28:18 +02:00
nsHtml5Module.h Bug 482918 - Move HTML5 parsing off the main thread. r=bnewman. 2009-09-25 20:11:02 +03:00
nsHtml5NamedCharacters.cpp Bug 509009, bug 497848 - Update the HTML5 tokenizer to spec (excluding script changes) as of 2009-11-24. rs=sicking. 2009-11-30 17:34:51 +02:00
nsHtml5NamedCharacters.h Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
nsHtml5NamedCharactersInclude.h Bug 509009, bug 497848 - Update the HTML5 tokenizer to spec (excluding script changes) as of 2009-11-24. rs=sicking. 2009-11-30 17:34:51 +02:00
nsHtml5Parser.cpp Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman. 2009-11-06 15:06:48 +02:00
nsHtml5Parser.h Bug 483015 - Expose HTML line number to JS and CSS parsers in the HTML5 parser. r=bnewman, a=beltzner. 2009-10-28 15:48:37 +02:00
nsHtml5PendingNotification.h Bug 509851 - Flash object does not appear with HTML5 parser enabled. r=bzbarsky. 2009-10-12 16:08:04 +03:00
nsHtml5Portability.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5Portability.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5RefPtr.h Bug 482918 - Move HTML5 parsing off the main thread. r=bnewman. 2009-09-25 20:11:02 +03:00
nsHtml5ReleasableAttributeName.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5ReleasableAttributeName.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5ReleasableElementName.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5ReleasableElementName.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5Speculation.cpp Bug 483015 - Expose HTML line number to JS and CSS parsers in the HTML5 parser. r=bnewman, a=beltzner. 2009-10-28 15:48:37 +02:00
nsHtml5Speculation.h Bug 483015 - Expose HTML line number to JS and CSS parsers in the HTML5 parser. r=bnewman, a=beltzner. 2009-10-28 15:48:37 +02:00
nsHtml5SpeculativeLoader.cpp Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00
nsHtml5SpeculativeLoader.h Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00
nsHtml5StackNode.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5StackNode.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5StateSnapshot.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5StateSnapshot.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5StreamParser.cpp Bug 525229 - Crash [@ nsHtml5PendingNotification::nsHtml5PendingNotification] when document.writing an external script followed by start tag. r=bnewman, a=beltzner. 2009-10-30 13:47:17 +02:00
nsHtml5StreamParser.h Bug 516186 - Make late charset switch in HTML5 not trigger assertions. r=bnewman. 2009-10-21 15:12:50 +03:00
nsHtml5Tokenizer.cpp Bug 510648 - Delete attribute holder upon emitting an end tag token in the HTML5 parser. rs=sicking. 2009-12-10 16:27:48 -08:00
nsHtml5Tokenizer.h Bug 503632 - Script containing <!-- in a string never ends up closed in the HTML5 parser. rs=sicking. 2009-11-30 17:34:51 +02:00
nsHtml5TreeBuilder.cpp Bug 529829 - Crash [@ nsHtml5HtmlAttributes::getLocalName] with isindex attribute. rs=sicking. 2009-12-10 16:27:48 -08:00
nsHtml5TreeBuilder.h Bug 531373 - Script between head and body is not executed by HTML5 parser. rs=sicking. 2009-12-10 16:27:48 -08:00
nsHtml5TreeBuilderCppSupplement.h Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman. 2009-11-06 15:06:48 +02:00
nsHtml5TreeBuilderHSupplement.h Bug 525229 - Crash [@ nsHtml5PendingNotification::nsHtml5PendingNotification] when document.writing an external script followed by start tag. r=bnewman, a=beltzner. 2009-10-30 13:47:17 +02:00
nsHtml5TreeOpExecutor.cpp Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman. 2009-11-06 15:06:48 +02:00
nsHtml5TreeOpExecutor.h Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman. 2009-11-06 15:06:48 +02:00
nsHtml5TreeOpStage.cpp Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00
nsHtml5TreeOpStage.h Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00
nsHtml5TreeOperation.cpp Bug 528442 - Call WillCallDoneAddingChildren for SVG scripts in the HTML5 parser. r=bnewman. 2009-11-17 10:52:30 +02:00
nsHtml5TreeOperation.h Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman. 2009-11-06 15:06:48 +02:00
nsHtml5UTF16Buffer.cpp Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5UTF16Buffer.h Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman. 2009-09-21 16:18:20 +03:00
nsHtml5UTF16BufferCppSupplement.h Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00
nsHtml5UTF16BufferHSupplement.h Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman. 2009-10-12 16:08:04 +03:00