gecko-dev/parser/html
Tom Schuster f66c3665b0 Bug 1645745 - Suppress CSP parser errors/warnings in certain cases. r=freddyb
Differential Revision: https://phabricator.services.mozilla.com/D163815
2022-12-19 11:52:45 +00:00
..
java
javasrc Bug 1775477 - Fix interface for parser-created <keygen> elements. r=saschanaz 2022-06-23 10:34:44 +00:00
jArray.h
moz.build Bug 1372276 - Remove HTML menuitem. r=smaug,mconley,agi 2022-06-22 22:31:42 +00:00
nsAHtml5TreeBuilderState.h
nsAHtml5TreeOpSink.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5ArrayCopy.h
nsHtml5AtomTable.cpp
nsHtml5AtomTable.h
nsHtml5AttributeEntry.h
nsHtml5AttributeName.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5AttributeName.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5AutoPauseUpdate.h
nsHtml5ByteReadable.h
nsHtml5ContentCreatorFunction.h
nsHtml5DependentUTF16Buffer.cpp
nsHtml5DependentUTF16Buffer.h
nsHtml5DocumentBuilder.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5DocumentBuilder.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5DocumentMode.h
nsHtml5ElementName.cpp Bug 1775477 - Fix interface for parser-created <keygen> elements. r=saschanaz 2022-06-23 10:34:44 +00:00
nsHtml5ElementName.h Bug 1372276 - Remove HTML menuitem. r=smaug,mconley,agi 2022-06-22 22:31:42 +00:00
nsHtml5Highlighter.cpp Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5Highlighter.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5HtmlAttributes.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5HtmlAttributes.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5Macros.h
nsHtml5Module.cpp Bug 1801862 - Remove the pref to run the HTML parser on the main thread. r=edgar 2022-12-14 11:58:02 +00:00
nsHtml5Module.h Bug 1801862 - Remove the pref to run the HTML parser on the main thread. r=edgar 2022-12-14 11:58:02 +00:00
nsHtml5NamedCharacters.cpp
nsHtml5NamedCharacters.h Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika 2022-09-28 15:17:46 +00:00
nsHtml5NamedCharactersAccel.cpp
nsHtml5NamedCharactersAccel.h Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika 2022-09-28 15:17:46 +00:00
nsHtml5NamedCharactersInclude.h
nsHtml5OplessBuilder.cpp
nsHtml5OplessBuilder.h
nsHtml5OwningUTF16Buffer.cpp
nsHtml5OwningUTF16Buffer.h
nsHtml5Parser.cpp Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5Parser.h Bug 1749935 - Remove GetDTD. r=hsivonen 2022-02-14 13:03:52 +00:00
nsHtml5PlainTextUtils.cpp
nsHtml5PlainTextUtils.h
nsHtml5Portability.cpp
nsHtml5Portability.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5SVGLoadDispatcher.cpp Bug 1539884 - Part 32: Mark nsHtml5SVGLoadDispatcher::Run as CAN_RUN_SCRIPT_BOUNDARY r=masayuki 2021-12-23 16:27:24 +00:00
nsHtml5SVGLoadDispatcher.h Bug 1539884 - Part 32: Mark nsHtml5SVGLoadDispatcher::Run as CAN_RUN_SCRIPT_BOUNDARY r=masayuki 2021-12-23 16:27:24 +00:00
nsHtml5Speculation.cpp Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5Speculation.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5SpeculativeLoad.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5SpeculativeLoad.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5StackNode.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5StackNode.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5StateSnapshot.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5StateSnapshot.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5StreamListener.cpp Bug 1749056: Parser cleanup r=hsivonen 2022-02-11 20:56:58 +00:00
nsHtml5StreamListener.h Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
nsHtml5StreamParser.cpp Bug 1801862 - Remove the pref to run the HTML parser on the main thread. r=edgar 2022-12-14 11:58:02 +00:00
nsHtml5StreamParser.h Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
nsHtml5StreamParserPtr.h
nsHtml5StreamParserReleaser.h
nsHtml5String.cpp
nsHtml5String.h
nsHtml5StringParser.cpp
nsHtml5StringParser.h
nsHtml5Tokenizer.cpp Bug 1747388. r=smaug 2022-05-10 07:05:09 +00:00
nsHtml5Tokenizer.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5TokenizerCppSupplement.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TokenizerHSupplement.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TokenizerLoopPolicies.h
nsHtml5TreeBuilder.cpp Bug 1372276 - Remove HTML menuitem. r=smaug,mconley,agi 2022-06-22 22:31:42 +00:00
nsHtml5TreeBuilder.h Bug 1372276 - Remove HTML menuitem. r=smaug,mconley,agi 2022-06-22 22:31:42 +00:00
nsHtml5TreeBuilderCppSupplement.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TreeBuilderHSupplement.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TreeOpExecutor.cpp Bug 1645745 - Suppress CSP parser errors/warnings in certain cases. r=freddyb 2022-12-19 11:52:45 +00:00
nsHtml5TreeOpExecutor.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TreeOpStage.cpp Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TreeOpStage.h Bug 1763076 - Avoid OOM crashes when there's a massive number of tree operations. r=edgar 2022-04-27 07:24:34 +00:00
nsHtml5TreeOperation.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5TreeOperation.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5UTF16Buffer.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5UTF16Buffer.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5UTF16BufferCppSupplement.h
nsHtml5UTF16BufferHSupplement.h
nsHtml5ViewSourceUtils.cpp
nsHtml5ViewSourceUtils.h
nsIContentHandle.h
nsIParserUtils.idl Bug 1797840: Replace stray tab characters with spaces in IDL files throughout the tree. r=mccr8,necko-reviewers,credential-management-reviewers,smaug,sgalich,valentin 2022-10-28 18:08:17 +00:00
nsParserUtils.cpp Bug 1780361 - Split conditional CSS sanitization into its own function. r=evilpie 2022-07-21 08:18:46 +00:00
nsParserUtils.h