Commits
User selector
Commit History
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on Jun 6, 2021
Use `const uint8_t*` type more consistently to store bytes in WebKit
Show description for 66fb385committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 21, 2021
Non-unified build fixes, late-ish May 2021 edition
Show description for 4121488committed
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 2, 2021
Use SortedArrayMap in a few more places
Show description for 0f73b4dcommitted
Commits on Apr 28, 2021
Add SPI to query whether a URL would be upgraded to HTTPS
Show description for adfa15acommitted
Commits on Apr 20, 2021
Refactor sorted array mapping machinery in LocaleToScriptMapping.cpp for reuse elsewhere
Show description for 01b7f88committed
Commits on Apr 8, 2021
Use Hasher more, remove IntegerHasher, fix hashing-related mistakes
Show description for f92fb8ecommitted
Commits on Mar 26, 2021
Allow WKContentRuleList to block only in frames or only in main frame
Show description for 1f1e3dacommitted
Commits on Mar 25, 2021
Address some alignment issues found by UBSan in contentextensions code
Show description for 47a63c5committed
Commits on Mar 18, 2021
Make fast/images/missing-content-image-crash.html results consistent with internal build
Show description for 13e106aauthored andcommitted
Commits on Mar 10, 2021
HTTPS upgrade should allow same-site redirects from HTTPS to HTTP
Show description for ae5e62fauthored andcommitted
Commits on Mar 4, 2021
Introduce "websocket", "fetch", and "other" resource types to WKContentRuleList
Show description for 776fdecauthored andcommitted
Commits on Feb 25, 2021
Make internal ContentFiltering tests not time out after r272293
Show description for c1fdd66authored andcommitted
Commits on Feb 16, 2021
Add API to disable HTTPS upgrade
Show description for 0c82e62committed
Commits on Feb 12, 2021
REGRESSION(r272293) WebGL 1.0.2 test expectations say HTTPS
Show description for 0411b76authored andcommitted
Commits on Feb 3, 2021
Add stub in ContentExtensionsBackend for HTTPS upgrade
Show description for b077e12authored andcommitted
Commits on Dec 9, 2020
Increase maximum size of WKContentRuleList
Show description for d069434authored andcommitted
Commits on Dec 7, 2020
Non-unified build fixes, early December 2020 edition (bis)
Show description for 1e8e9ffcommittedUnreviewed. Remove the build warning below since r270414.
Show description for a8a5e16committed
Commits on Dec 4, 2020
Serialize NFA to disk before converting it to a DFA when compiling a WKContentRuleList
Show description for 54a6b3fauthored andcommitted
Commits on Oct 20, 2020
Implement <forgiving-selector-list> for :is/:where
Show description for 6c9ce41committed
Commits on Aug 22, 2020
Make some small improvements involving sorting
Show description for be36c78committed
Commits on Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on Jun 6, 2020
Source/WebCore:
Show description for a438cb5authored andcommitted
Commits on Mar 26, 2020
Invalid numeric and named references should be early syntax errors
Show description for eb109f4committed
Commits on Jan 23, 2020
Enable -Wconditional-uninitialized in WebCore project
Show description for db78324committed
Commits on Dec 21, 2019
Move Vector HashTraits to HashTraits.h to fix GCC build
Show description for 100eb69committed
Commits on Dec 14, 2019
Refactor ScriptController's proliferation of ExceptionDetails*.
Show description for fbf84c5committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam