gecko-dev/parser/html
Valentin Gosu 5b981d7705 Bug 1694662 - Remove appcache logic from content sink r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D106440
2021-04-30 07:20:18 +00:00
..
java Bug 1670357 - Remove `make` targets for cleaning: `clean`, `realclean`, `clobber`, `distclean`, `clobber_all`, `everything` r=firefox-build-system-reviewers,mhentges 2020-10-15 20:37:18 +00:00
javasrc Bug 786797 - Check for integer overflow when computing new buffer sizes. r=smaug 2021-01-21 17:02:58 +00:00
jArray.h
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsAHtml5TreeBuilderState.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsAHtml5TreeOpSink.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsHtml5ArrayCopy.h
nsHtml5AtomTable.cpp
nsHtml5AtomTable.h
nsHtml5AttributeEntry.h
nsHtml5AttributeName.cpp Bug 1425291 - Part 2. Add autocapitalize attribute to htmlparser. r=hsivonen 2020-09-15 14:26:14 +00:00
nsHtml5AttributeName.h Bug 1425291 - Part 2. Add autocapitalize attribute to htmlparser. r=hsivonen 2020-09-15 14:26:14 +00:00
nsHtml5AutoPauseUpdate.h
nsHtml5ByteReadable.h
nsHtml5ContentCreatorFunction.h
nsHtml5DependentUTF16Buffer.cpp
nsHtml5DependentUTF16Buffer.h
nsHtml5DocumentBuilder.cpp
nsHtml5DocumentBuilder.h Bug 1673931 - Avoid including Document.h from header files. r=emilio 2020-11-23 16:07:43 +00:00
nsHtml5DocumentMode.h
nsHtml5ElementName.cpp
nsHtml5ElementName.h
nsHtml5Highlighter.cpp Bug 1489437 - Part 1: Make HTML parser distinguish network, document.write and fragments in append operation; r=smaug,hsivonen 2021-01-06 09:29:41 +00:00
nsHtml5Highlighter.h
nsHtml5HtmlAttributes.cpp
nsHtml5HtmlAttributes.h
nsHtml5Macros.h
nsHtml5MetaScanner.cpp Bug 786797 - Check for integer overflow when computing new buffer sizes. r=smaug 2021-01-21 17:02:58 +00:00
nsHtml5MetaScanner.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsHtml5MetaScannerCppSupplement.h
nsHtml5MetaScannerHSupplement.h
nsHtml5Module.cpp
nsHtml5Module.h
nsHtml5NamedCharacters.cpp
nsHtml5NamedCharacters.h
nsHtml5NamedCharactersAccel.cpp
nsHtml5NamedCharactersAccel.h
nsHtml5NamedCharactersInclude.h
nsHtml5OplessBuilder.cpp
nsHtml5OplessBuilder.h
nsHtml5OwningUTF16Buffer.cpp Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj 2020-08-07 07:42:50 +00:00
nsHtml5OwningUTF16Buffer.h Bug 1607762 - Make the refcount of nsHtml5OwningUTF16Buffer atomic. r=mccr8 2020-10-14 15:29:44 +00:00
nsHtml5Parser.cpp Bug 1547895 - Make nsHtml5Parser::Terminate() mark the parser as document.close()d. r=edgar 2021-03-24 13:30:52 +00:00
nsHtml5Parser.h Bug 673087 - Honor encoding declared via XML declaration in text/html. r=emk 2021-03-23 09:52:04 +00:00
nsHtml5PlainTextUtils.cpp
nsHtml5PlainTextUtils.h
nsHtml5Portability.cpp Bug 786797 - Check for integer overflow when computing new buffer sizes. r=smaug 2021-01-21 17:02:58 +00:00
nsHtml5Portability.h Bug 786797 - Check for integer overflow when computing new buffer sizes. r=smaug 2021-01-21 17:02:58 +00:00
nsHtml5SVGLoadDispatcher.cpp
nsHtml5SVGLoadDispatcher.h
nsHtml5Speculation.cpp
nsHtml5Speculation.h
nsHtml5SpeculativeLoad.cpp Bug 1694662 - Remove appcache logic from content sink r=necko-reviewers,dragana 2021-04-30 07:20:18 +00:00
nsHtml5SpeculativeLoad.h Bug 1598613 - Account for <link media=""> for speculative loads of stylesheet and preload links. r=hsivonen 2021-02-01 08:03:57 +00:00
nsHtml5StackNode.cpp
nsHtml5StackNode.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsHtml5StateSnapshot.cpp
nsHtml5StateSnapshot.h
nsHtml5StreamListener.cpp
nsHtml5StreamListener.h
nsHtml5StreamParser.cpp Bug 673087 - Honor encoding declared via XML declaration in text/html. r=emk 2021-03-23 09:52:04 +00:00
nsHtml5StreamParser.h Bug 673087 - Honor encoding declared via XML declaration in text/html. r=emk 2021-03-23 09:52:04 +00:00
nsHtml5StreamParserPtr.h
nsHtml5String.cpp Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
nsHtml5String.h
nsHtml5StringParser.cpp
nsHtml5StringParser.h
nsHtml5Tokenizer.cpp Bug 786797 - Check for integer overflow when computing new buffer sizes. r=smaug 2021-01-21 17:02:58 +00:00
nsHtml5Tokenizer.h
nsHtml5TokenizerCppSupplement.h
nsHtml5TokenizerHSupplement.h
nsHtml5TokenizerLoopPolicies.h
nsHtml5TreeBuilder.cpp
nsHtml5TreeBuilder.h
nsHtml5TreeBuilderCppSupplement.h Bug 1598613 - Account for <link media=""> for speculative loads of stylesheet and preload links. r=hsivonen 2021-02-01 08:03:57 +00:00
nsHtml5TreeBuilderHSupplement.h
nsHtml5TreeOpExecutor.cpp Bug 829543 - Rename hintCharset to reloadEncoding and remove unnecessary code. r=emk 2021-04-28 12:15:47 +00:00
nsHtml5TreeOpExecutor.h Bug 708901 - Migrate to nsTHashSet in parser. r=smaug 2021-03-24 12:18:18 +00:00
nsHtml5TreeOpStage.cpp
nsHtml5TreeOpStage.h
nsHtml5TreeOperation.cpp Bug 1694662 - Remove appcache logic from content sink r=necko-reviewers,dragana 2021-04-30 07:20:18 +00:00
nsHtml5TreeOperation.h Bug 1489437 - Part 1: Make HTML parser distinguish network, document.write and fragments in append operation; r=smaug,hsivonen 2021-01-06 09:29:41 +00:00
nsHtml5UTF16Buffer.cpp
nsHtml5UTF16Buffer.h
nsHtml5UTF16BufferCppSupplement.h
nsHtml5UTF16BufferHSupplement.h
nsHtml5ViewSourceUtils.cpp
nsHtml5ViewSourceUtils.h
nsIContentHandle.h
nsIParserUtils.idl
nsParserUtils.cpp Bug 1666300 part 2 - Parse into an inert document. r=smaug 2020-10-23 12:48:52 +00:00
nsParserUtils.h