.. |
java
|
…
|
|
javasrc
|
Bug 1602944 - Move setting context to null. r=alchen
|
2020-01-03 14:28:37 +00:00 |
jArray.h
|
…
|
|
moz.build
|
Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk
|
2019-12-12 17:50:19 +00:00 |
nsAHtml5TreeBuilderState.h
|
…
|
|
nsAHtml5TreeOpSink.h
|
…
|
|
nsHtml5ArrayCopy.h
|
…
|
|
nsHtml5AtomTable.cpp
|
…
|
|
nsHtml5AtomTable.h
|
…
|
|
nsHtml5AttributeEntry.h
|
…
|
|
nsHtml5AttributeName.cpp
|
Bug 1594672 - Add the "as" attribute to the HTML parser. r=alchen
|
2019-11-22 16:55:58 +00:00 |
nsHtml5AttributeName.h
|
Bug 1594672 - Add the "as" attribute to the HTML parser. r=alchen
|
2019-11-22 16:55:58 +00:00 |
nsHtml5AutoPauseUpdate.h
|
…
|
|
nsHtml5ByteReadable.h
|
…
|
|
nsHtml5ContentCreatorFunction.h
|
…
|
|
nsHtml5DependentUTF16Buffer.cpp
|
…
|
|
nsHtml5DependentUTF16Buffer.h
|
…
|
|
nsHtml5DocumentBuilder.cpp
|
…
|
|
nsHtml5DocumentBuilder.h
|
…
|
|
nsHtml5DocumentMode.h
|
…
|
|
nsHtml5ElementName.cpp
|
…
|
|
nsHtml5ElementName.h
|
…
|
|
nsHtml5Highlighter.cpp
|
Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj
|
2019-12-20 07:16:43 +00:00 |
nsHtml5Highlighter.h
|
…
|
|
nsHtml5HtmlAttributes.cpp
|
…
|
|
nsHtml5HtmlAttributes.h
|
…
|
|
nsHtml5Macros.h
|
…
|
|
nsHtml5MetaScanner.cpp
|
Bug 1603919 - Use [[fallthrough]] instead of MOZ_FALLTHROUGH in generated HTML parser code. r=cpeterson
|
2019-12-18 00:00:06 +00:00 |
nsHtml5MetaScanner.h
|
…
|
|
nsHtml5MetaScannerCppSupplement.h
|
…
|
|
nsHtml5MetaScannerHSupplement.h
|
…
|
|
nsHtml5Module.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsHtml5Module.h
|
…
|
|
nsHtml5NamedCharacters.cpp
|
…
|
|
nsHtml5NamedCharacters.h
|
…
|
|
nsHtml5NamedCharactersAccel.cpp
|
…
|
|
nsHtml5NamedCharactersAccel.h
|
…
|
|
nsHtml5NamedCharactersInclude.h
|
…
|
|
nsHtml5OplessBuilder.cpp
|
Bug 1600545 - add back some includes needed to un-bust comm-central. r=sylvestre
|
2019-12-07 10:26:56 +00:00 |
nsHtml5OplessBuilder.h
|
…
|
|
nsHtml5OwningUTF16Buffer.cpp
|
…
|
|
nsHtml5OwningUTF16Buffer.h
|
…
|
|
nsHtml5Parser.cpp
|
…
|
|
nsHtml5Parser.h
|
Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk
|
2019-12-12 17:50:19 +00:00 |
nsHtml5PlainTextUtils.cpp
|
…
|
|
nsHtml5PlainTextUtils.h
|
…
|
|
nsHtml5Portability.cpp
|
…
|
|
nsHtml5Portability.h
|
…
|
|
nsHtml5SVGLoadDispatcher.cpp
|
…
|
|
nsHtml5SVGLoadDispatcher.h
|
…
|
|
nsHtml5Speculation.cpp
|
…
|
|
nsHtml5Speculation.h
|
…
|
|
nsHtml5SpeculativeLoad.cpp
|
Bug 1594449 - <link rel="preload"> implemented as a speculative load initiated during the prescan phase in the HTML5 parser, disabled by default, only supports "script" and "styles" types, r=ckerschb
|
2019-11-27 21:45:12 +00:00 |
nsHtml5SpeculativeLoad.h
|
Bug 1594449 - <link rel="preload"> implemented as a speculative load initiated during the prescan phase in the HTML5 parser, disabled by default, only supports "script" and "styles" types, r=ckerschb
|
2019-11-27 21:45:12 +00:00 |
nsHtml5StackNode.cpp
|
…
|
|
nsHtml5StackNode.h
|
…
|
|
nsHtml5StateSnapshot.cpp
|
…
|
|
nsHtml5StateSnapshot.h
|
…
|
|
nsHtml5StreamListener.cpp
|
…
|
|
nsHtml5StreamListener.h
|
…
|
|
nsHtml5StreamParser.cpp
|
Bug 1602213 - Do not let X-Content-Type-Options: nosniff affect encoding detection, because Chrome runs its encoding detector. r=sstreich
|
2019-12-16 17:40:26 +00:00 |
nsHtml5StreamParser.h
|
Bug 1602213 - Do not let X-Content-Type-Options: nosniff affect encoding detection, because Chrome runs its encoding detector. r=sstreich
|
2019-12-16 17:40:26 +00:00 |
nsHtml5StreamParserPtr.h
|
…
|
|
nsHtml5String.cpp
|
Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden
|
2019-09-18 08:26:34 +00:00 |
nsHtml5String.h
|
Bug 1604307 - Avoid passing nullptr to memcmp and memcpy even with 0 length. r=alchen
|
2019-12-19 13:38:05 +00:00 |
nsHtml5StringParser.cpp
|
…
|
|
nsHtml5StringParser.h
|
…
|
|
nsHtml5Tokenizer.cpp
|
Bug 1603919 - Use [[fallthrough]] instead of MOZ_FALLTHROUGH in generated HTML parser code. r=cpeterson
|
2019-12-18 00:00:06 +00:00 |
nsHtml5Tokenizer.h
|
…
|
|
nsHtml5TokenizerCppSupplement.h
|
…
|
|
nsHtml5TokenizerHSupplement.h
|
…
|
|
nsHtml5TokenizerLoopPolicies.h
|
…
|
|
nsHtml5TreeBuilder.cpp
|
Bug 1602944 - Move setting context to null. r=alchen
|
2020-01-03 14:28:37 +00:00 |
nsHtml5TreeBuilder.h
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsHtml5TreeBuilderCppSupplement.h
|
Bug 1594449 - <link rel="preload"> implemented as a speculative load initiated during the prescan phase in the HTML5 parser, disabled by default, only supports "script" and "styles" types, r=ckerschb
|
2019-11-27 21:45:12 +00:00 |
nsHtml5TreeBuilderHSupplement.h
|
Bug 1546783 - Speculatively load @import rules inside <style>. r=bzbarsky,hsivonen
|
2019-09-30 13:39:33 +00:00 |
nsHtml5TreeOpExecutor.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsHtml5TreeOpExecutor.h
|
Bug 1594449 - <link rel="preload"> implemented as a speculative load initiated during the prescan phase in the HTML5 parser, disabled by default, only supports "script" and "styles" types, r=ckerschb
|
2019-11-27 21:45:12 +00:00 |
nsHtml5TreeOpStage.cpp
|
…
|
|
nsHtml5TreeOpStage.h
|
…
|
|
nsHtml5TreeOperation.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsHtml5TreeOperation.h
|
Bug 1482885 - Refactor nsHtml5TreeOperation's enum plus fields into mozilla::Variant r=hsivonen
|
2019-08-27 09:39:41 +00:00 |
nsHtml5UTF16Buffer.cpp
|
…
|
|
nsHtml5UTF16Buffer.h
|
…
|
|
nsHtml5UTF16BufferCppSupplement.h
|
…
|
|
nsHtml5UTF16BufferHSupplement.h
|
…
|
|
nsHtml5ViewSourceUtils.cpp
|
…
|
|
nsHtml5ViewSourceUtils.h
|
…
|
|
nsIContentHandle.h
|
…
|
|
nsIParserUtils.idl
|
Bug 1600429 - Add ability to strip conditional CSS rules, only. r=hsivonen
|
2019-12-03 07:04:50 +00:00 |
nsParserUtils.cpp
|
Bug 1596360: Monitor the fragment parser in chrome code and in about: pages and assert that no new calls e.g. to innerHTML and friends can be introduced. r=jkt,Gijs
|
2020-01-12 19:50:13 +00:00 |
nsParserUtils.h
|
…
|
|