gecko-dev/parser/html
Chris Peterson 2ae60bead7 Bug 1744425 - Replace nsContentUtils::GenerateUUID() to nsID::GenerateUUID(). r=nika
Bug 1723674 added a new nsID::GenerateUUID() static factory function to generate UUIDs without the overhead of querying and instantiating an nsIUUIDGenerator object. nsContentUtils::GenerateUUID() is a utility function that amortizes that overhead by holding an nsIUUIDGenerator singleton. That's no longer necessary because code that calls nsContentUtils::GenerateUUID() can now just call nsID::GenerateUUID(). No nsIUUDGenerator is needed.

Differential Revision: https://phabricator.services.mozilla.com/D132866
2022-02-03 04:39:34 +00:00
..
java
javasrc Bug 1748234 - Sync HTML parser Java source comments with validator repo. NPOTB r=edgar DONTBUILD 2022-01-04 10:40:18 +00:00
jArray.h
moz.build Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsAHtml5TreeBuilderState.h
nsAHtml5TreeOpSink.h
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 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5ElementName.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5Highlighter.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5Highlighter.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +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
nsHtml5Module.h
nsHtml5NamedCharacters.cpp
nsHtml5NamedCharacters.h
nsHtml5NamedCharactersAccel.cpp
nsHtml5NamedCharactersAccel.h
nsHtml5NamedCharactersInclude.h
nsHtml5OplessBuilder.cpp
nsHtml5OplessBuilder.h
nsHtml5OwningUTF16Buffer.cpp
nsHtml5OwningUTF16Buffer.h
nsHtml5Parser.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5Parser.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +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
nsHtml5Speculation.h
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 1724101 - Protect nsHtml5StreamListener::mDelegate with a monitor. r=smaug 2021-08-13 12:13:48 +00:00
nsHtml5StreamListener.h Bug 1724101 - Protect nsHtml5StreamListener::mDelegate with a monitor. r=smaug 2021-08-13 12:13:48 +00:00
nsHtml5StreamParser.cpp Bug 1744425 - Replace nsContentUtils::GenerateUUID() to nsID::GenerateUUID(). r=nika 2022-02-03 04:39:34 +00:00
nsHtml5StreamParser.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5StreamParserPtr.h Bug 1724101 - Protect nsHtml5StreamListener::mDelegate with a monitor. r=smaug 2021-08-13 12:13:48 +00:00
nsHtml5StreamParserReleaser.h Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-08-23 09:30:23 +00:00
nsHtml5String.cpp
nsHtml5String.h
nsHtml5StringParser.cpp
nsHtml5StringParser.h
nsHtml5Tokenizer.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5Tokenizer.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5TokenizerCppSupplement.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5TokenizerHSupplement.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5TokenizerLoopPolicies.h
nsHtml5TreeBuilder.cpp Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5TreeBuilder.h Bug 1701828 - meta charset rewrite. r=smaug 2021-12-08 11:34:20 +00:00
nsHtml5TreeBuilderCppSupplement.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5TreeBuilderHSupplement.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5TreeOpExecutor.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5TreeOpExecutor.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5TreeOpStage.cpp Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +00:00
nsHtml5TreeOpStage.h Bug 1745142 - Communicate encoding commitment via speculative load queue. r=smaug 2021-12-22 15:54:49 +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 Bug 737785 - Un-prefix -moz-tab-size (keeping the prefixed version as an alias for now). r=layout-reviewers,dholbert 2021-06-10 09:19:24 +00:00
nsHtml5ViewSourceUtils.h
nsIContentHandle.h
nsIParserUtils.idl
nsParserUtils.cpp
nsParserUtils.h