gecko-dev/parser/html
Stanca Serban 88e5c5662f Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE
Backed out changeset 3d799b386f3e (bug 1712140)
Backed out changeset 2ed53d545d6d (bug 1712140)
Backed out changeset 6f50077df42a (bug 1712140)
Backed out changeset e7c5449482f9 (bug 1712140)
Backed out changeset 5490dad148ef (bug 1712140)
Backed out changeset 50828058065e (bug 1712140)
2023-12-06 00:18:38 +02:00
..
java [Bug 1845094] Change HTML parser's README to reflect that comments with "Uncomment" (case-sensitive) have to be changed too. r=edgar DONTBUILD 2023-07-31 08:02:15 +00:00
javasrc Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
jArray.h Bug 1861068 - Make nsHTML5AttributeName constructors allocate less. r=hsivonen 2023-10-25 18:26:49 +00:00
moz.build
nsAHtml5TreeBuilderState.h
nsAHtml5TreeOpSink.h
nsHtml5ArrayCopy.h
nsHtml5AtomTable.cpp Bug 1861010 - Avoid some duplicated string hashing in the html parser. r=smaug 2023-10-25 11:50:59 +00:00
nsHtml5AtomTable.h Bug 1862311 - Clean up the comments in nsHtml5AtomTable.h and increase the cache size a tiny bit, r=emilio 2023-10-31 23:05:59 +00:00
nsHtml5AttributeEntry.h
nsHtml5AttributeName.cpp Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5AttributeName.h Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5AutoPauseUpdate.h
nsHtml5ByteReadable.h
nsHtml5ContentCreatorFunction.h
nsHtml5DependentUTF16Buffer.cpp
nsHtml5DependentUTF16Buffer.h
nsHtml5DocumentBuilder.cpp Bug 1847546 - Don't do duplicate work on style elements from the innerHTML setter. r=smaug 2023-08-07 20:21:34 +00:00
nsHtml5DocumentBuilder.h
nsHtml5DocumentMode.h
nsHtml5ElementName.cpp Bug 1859527 - Update the generated includes in the HTML parser. r=edgar 2023-10-18 08:40:49 +00:00
nsHtml5ElementName.h Bug 1861232 - Remove unused interner argument from elementNameByBuffer. r=dom-core,jjaschke,CanadaHonk 2023-10-26 12:17:44 +00:00
nsHtml5Highlighter.cpp
nsHtml5Highlighter.h
nsHtml5HtmlAttributes.cpp Bug 1848714 - Use unsafe methods in hot code paths to access and remove elements from nsTArray when it is guaranteed to be safe, r=emilio 2023-08-15 14:24:19 +00:00
nsHtml5HtmlAttributes.h
nsHtml5Macros.h
nsHtml5Module.cpp
nsHtml5Module.h
nsHtml5NamedCharacters.cpp
nsHtml5NamedCharacters.h
nsHtml5NamedCharactersAccel.cpp
nsHtml5NamedCharactersAccel.h
nsHtml5NamedCharactersInclude.h
nsHtml5OplessBuilder.cpp
nsHtml5OplessBuilder.h
nsHtml5OwningUTF16Buffer.cpp Bug 1842658 - Part 2: Use refcounting macros for nsHtml5OwningUTF16Buffer, r=mccr8 2023-07-14 16:20:54 +00:00
nsHtml5OwningUTF16Buffer.h Bug 1842658 - Part 2: Use refcounting macros for nsHtml5OwningUTF16Buffer, r=mccr8 2023-07-14 16:20:54 +00:00
nsHtml5Parser.cpp Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5Parser.h Bug 1840191 - Fix a crash where nsContentSink::DidBuildModelImpl gets called with incorrect state r=hsivonen,dom-core 2023-08-17 18:22:57 +00:00
nsHtml5PlainTextUtils.cpp
nsHtml5PlainTextUtils.h
nsHtml5Portability.cpp Bug 1843946 - Use an atom for the full class attribute value, to reduce string hash key cost during the AtomArrayCache lookup. r=emilio 2023-08-17 19:02:40 +00:00
nsHtml5Portability.h
nsHtml5Speculation.cpp
nsHtml5Speculation.h
nsHtml5SpeculativeLoad.cpp Bug 1865610: part 10) Add fetchpriority attribute support for rel=preload as=fetch and rel=preload as=font. r=emilio,valentin 2023-11-30 15:00:10 +00:00
nsHtml5SpeculativeLoad.h Bug 1865610: part 10) Add fetchpriority attribute support for rel=preload as=fetch and rel=preload as=font. r=emilio,valentin 2023-11-30 15:00:10 +00:00
nsHtml5StackNode.cpp Bug 1859527 - Update the generated includes in the HTML parser. r=edgar 2023-10-18 08:40:49 +00:00
nsHtml5StackNode.h Bug 1824121 - Include nsHtml5HtmlAttributes.h to fix Bp-nu build bustages. a=bustage-fix CLOSED TREE 2023-08-07 18:35:00 +03:00
nsHtml5StateSnapshot.cpp Bug 1859527 - Update the generated includes in the HTML parser. r=edgar 2023-10-18 08:40:49 +00:00
nsHtml5StateSnapshot.h
nsHtml5StreamListener.cpp Bug 1851992 - moving html5 stream parser's OnStopRequest off main thread. r=necko-reviewers,edgul,jesup,valentin,hsivonen 2023-10-27 13:30:11 +00:00
nsHtml5StreamListener.h Bug 1851992 - moving html5 stream parser's OnStopRequest off main thread. r=necko-reviewers,edgul,jesup,valentin,hsivonen 2023-10-27 13:30:11 +00:00
nsHtml5StreamParser.cpp Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5StreamParser.h Bug 1857615: Add Telemetry for OnStopRequest/OnDataFinished/etc r=necko-reviewers,kershaw 2023-10-30 03:03:42 +00:00
nsHtml5StreamParserPtr.h
nsHtml5StreamParserReleaser.h
nsHtml5String.cpp Bug 1854446 - Make dynamic atoms store an nsStringBuffer. r=smaug,xpcom-reviewers,nika 2023-09-27 09:06:06 +00:00
nsHtml5String.h
nsHtml5StringParser.cpp Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5StringParser.h Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5SVGLoadDispatcher.cpp
nsHtml5SVGLoadDispatcher.h
nsHtml5Tokenizer.cpp Bug 1861232 - Remove unused interner argument from elementNameByBuffer. r=dom-core,jjaschke,CanadaHonk 2023-10-26 12:17:44 +00:00
nsHtml5Tokenizer.h Bug 1857221 - Avoid tracking the line and column number when parsing innerHTML. r=smaug 2023-10-23 09:07:22 +00:00
nsHtml5TokenizerCppSupplement.h
nsHtml5TokenizerHSupplement.h Bug 1857221 - Avoid tracking the line and column number when parsing innerHTML. r=smaug 2023-10-23 09:07:22 +00:00
nsHtml5TokenizerLoopPolicies.h Bug 1857221 - Avoid tracking the line and column number when parsing innerHTML. r=smaug 2023-10-23 09:07:22 +00:00
nsHtml5TreeBuilder.cpp Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5TreeBuilder.h Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5TreeBuilderCppSupplement.h Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5TreeBuilderHSupplement.h Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5TreeOperation.cpp Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5TreeOperation.h Backed out 6 changesets (bug 1712140) for causing Linux related wpt failures in nsHtml5TreeBuilder.cpp. CLOSED TREE 2023-12-06 00:18:38 +02:00
nsHtml5TreeOpExecutor.cpp Bug 1865610: part 10) Add fetchpriority attribute support for rel=preload as=fetch and rel=preload as=font. r=emilio,valentin 2023-11-30 15:00:10 +00:00
nsHtml5TreeOpExecutor.h Bug 1865610: part 10) Add fetchpriority attribute support for rel=preload as=fetch and rel=preload as=font. r=emilio,valentin 2023-11-30 15:00:10 +00:00
nsHtml5TreeOpStage.cpp
nsHtml5TreeOpStage.h
nsHtml5UTF16Buffer.cpp Bug 1859527 - Update the generated includes in the HTML parser. r=edgar 2023-10-18 08:40:49 +00:00
nsHtml5UTF16Buffer.h
nsHtml5UTF16BufferCppSupplement.h
nsHtml5UTF16BufferHSupplement.h
nsHtml5ViewSourceUtils.cpp
nsHtml5ViewSourceUtils.h
nsIContentHandle.h
nsIParserUtils.idl
nsParserUtils.cpp
nsParserUtils.h