source: webkit/trunk/Source/WebCore/contentextensions

Name Size Rev Age Author Last Change
../
CombinedFiltersAlphabet.cpp 2.8 KB 194496   6 years aestes Replace WTF::move with WTFMove …
CombinedFiltersAlphabet.h 2.2 KB 208179   5 years commit-queue Use #pragma once in WebCore …
CombinedURLFilters.cpp 20.0 KB 277967   5 months darin Remove StringBuilder::appendLiteral …
CombinedURLFilters.h 2.3 KB 270414   11 months commit-queue Serialize NFA to disk before converting it to a DFA when compiling a …
CompiledContentExtension.cpp 1.7 KB 223728   4 years dbates Use "= default" to denote default constructor or destructor …
CompiledContentExtension.h 2.3 KB 213669   5 years achristensen [Content Extensions] Introduce if-top-url and unless-top-url …
ContentExtension.cpp 7.1 KB 275078   7 months achristensen Allow WKContentRuleList to block only in frames or only in main frame …
ContentExtension.h 3.1 KB 230326   4 years youenn REGRESSION (r230223): LayoutTest …
ContentExtensionActions.h 2.5 KB 276880   6 months darin Use SortedArrayMap in a few more places …
ContentExtensionCompiler.cpp 19.6 KB 270414   11 months commit-queue Serialize NFA to disk before converting it to a DFA when compiling a …
ContentExtensionCompiler.h 2.4 KB 234873   3 years achristensen isValidCSSSelector is unsafe to be called from a non-main thread …
ContentExtensionError.cpp 5.0 KB 284465   2 days commit-queue Use JSONValues instead of a JSC::VM to parse WKContentRuleLists …
ContentExtensionError.h 2.7 KB 284465   2 days commit-queue Use JSONValues instead of a JSC::VM to parse WKContentRuleLists …
ContentExtensionParser.cpp 10.9 KB 284465   2 days commit-queue Use JSONValues instead of a JSC::VM to parse WKContentRuleLists …
ContentExtensionParser.h 1.8 KB 234873   3 years achristensen isValidCSSSelector is unsafe to be called from a non-main thread …
ContentExtensionRule.cpp 5.3 KB 243319   3 years achristensen Add SPI to inform applications of WKContentRuleList actions …
ContentExtensionRule.h 6.1 KB 275650   7 months darin Use Hasher more, remove IntegerHasher, fix hashing-related mistakes …
ContentExtensionsBackend.cpp 16.0 KB 276727   6 months achristensen Add SPI to query whether a URL would be upgraded to HTTPS …
ContentExtensionsBackend.h 3.4 KB 276727   6 months achristensen Add SPI to query whether a URL would be upgraded to HTTPS …
ContentExtensionsDebugging.h 1.9 KB 270414   11 months commit-queue Serialize NFA to disk before converting it to a DFA when compiling a …
ContentExtensionStyleSheet.cpp 2.5 KB 205455   5 years commit-queue Clean CSS stylesheets should be accessible from JavaScript …
ContentExtensionStyleSheet.h 2.3 KB 264488   15 months Hironori.Fujii [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash …
ContentRuleListResults.h 5.2 KB 278253   5 months darin Remove WTF::Optional synonym for std::optional, using that class …
DFA.cpp 5.5 KB 270414   11 months commit-queue Serialize NFA to disk before converting it to a DFA when compiling a …
DFA.h 2.8 KB 270414   11 months commit-queue Serialize NFA to disk before converting it to a DFA when compiling a …
DFABytecode.h 5.3 KB 241316   3 years mcatanzaro Unreviewed, fix build warnings after content extensions enablement …
DFABytecodeCompiler.cpp 21.9 KB 275049   7 months cdumez Address some alignment issues found by UBSan in contentextensions code …
DFABytecodeCompiler.h 4.2 KB 241316   3 years mcatanzaro Unreviewed, fix build warnings after content extensions enablement …
DFABytecodeInterpreter.cpp 18.9 KB 275078   7 months achristensen Allow WKContentRuleList to block only in frames or only in main frame …
DFABytecodeInterpreter.h 2.7 KB 264488   15 months Hironori.Fujii [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash …
DFACombiner.cpp 7.9 KB 264488   15 months Hironori.Fujii [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash …
DFACombiner.h 1.9 KB 218501   4 years cdumez Use WTF::Function instead of std::function in more places in WebCore/ …
DFAMinimizer.cpp 19.7 KB 253864   22 months antti Move Vector HashTraits to HashTraits.h to fix GCC build …
DFAMinimizer.h 1.6 KB 208179   5 years commit-queue Use #pragma once in WebCore …
DFANode.cpp 5.3 KB 277858   5 months aperez Non-unified build fixes, late-ish May 2021 edition …
DFANode.h 5.4 KB 276303   6 months darin Refactor sorted array mapping machinery in LocaleToScriptMapping.cpp …
HashableActionList.h 3.1 KB 239237   3 years ddkilzer clang-tidy: Fix unnecessary copy of objects for operator==() methods …
ImmutableNFA.h 3.0 KB 270519   11 months aperez Non-unified build fixes, early December 2020 edition (bis) …
ImmutableNFANodeBuilder.h 7.8 KB 270414   11 months commit-queue Serialize NFA to disk before converting it to a DFA when compiling a …
MutableRange.h 3.3 KB 208179   5 years commit-queue Use #pragma once in WebCore …
MutableRangeList.h 10.8 KB 208179   5 years commit-queue Use #pragma once in WebCore …
NFA.cpp 4.6 KB 264488   15 months Hironori.Fujii [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash …
NFA.h 1.9 KB 208179   5 years commit-queue Use #pragma once in WebCore …
NFANode.h 2.1 KB 264488   15 months Hironori.Fujii [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash …
NFAToDFA.cpp 13.2 KB 278253   5 months darin Remove WTF::Optional synonym for std::optional, using that class …
NFAToDFA.h 1.7 KB 278253   5 months darin Remove WTF::Optional synonym for std::optional, using that class …
SerializedNFA.cpp 5.1 KB 278619   5 months cdumez Reduce use of reinterpret_cast<> in the codebase …
SerializedNFA.h 6.1 KB 278253   5 months darin Remove WTF::Optional synonym for std::optional, using that class …
Term.h 19.3 KB 277437   5 months darin Remove StringBuilder::appendNumber …
URLFilterParser.cpp 11.8 KB 278253   5 months darin Remove WTF::Optional synonym for std::optional, using that class …
URLFilterParser.h 2.3 KB 235882   3 years msaboff Test262 failure with Named Capture Groups - using a reference before …
Note: See TracBrowser for help on using the repository browser.