Commits
User selector
Commit History
Commits on Sep 22, 2021
Add FontCreationContext
Show description for 8f71282committedReduce use of makeRef() and use Ref { } instead
Show description for 4f53761committedReduce sizeof(NetworkLoadMetrics)
Show description for 6d5d992authored andcommitted
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Sep 16, 2021
Add violations reporting support for Cross-Origin-Embedder-Policy
Show description for 89f5b69committed
Commits on Sep 15, 2021
Rename RESOURCE_LOAD_STATISTICS to INTELLIGENT_TRACKING_PREVENTION
Show description for 70eb0d4committed
Commits on Sep 11, 2021
Implement navigation reporting for Cross-Origin-Opener-Policy
Show description for 37c8a6bcommitted
Commits on Sep 9, 2021
Potential crash under CachedRawResource::didAddClient()
Show description for 736e7fbcommitted
Commits on Aug 16, 2021
Resource Timing: Duration is 0 in many cases
Show description for b13eb19committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jul 20, 2021
Protect m_data when iterating in CachedRawResource::didAddClient
Show description for a4e9322authored andcommitted
Change referrer-policy default to strict-origin-when-cross-origin
Show description for 0985e0ccommitted
Commits on Jul 9, 2021
SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage
Show description for 3280e7acommitted
Commits on Jun 21, 2021
[WinCairo] Turn ENABLE_SHAREABLE_RESOURCE on
Show description for 9482aabcommitted
Commits on Jun 14, 2021
Pass PAL::SessionID by value instead of reference
Show description for 13620e1authored andcommitted
Commits on Jun 11, 2021
Use SharedBuffer!=() in CachedResource::tryReplaceEncodedData()
Show description for c141f2bcommittedEnable release logging in ephemeral sessions for parts of WebCore
Show description for 7175cefcommitted
Commits on Jun 10, 2021
Only cache GET requests in the memory cache
Show description for 01f723dcommittedFix some inefficient uses of SharedBuffer
Show description for 044109ecommitted
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 3, 2021
Fix WPT test resource-timing/cross-origin-redirects.html
Show description for ca9493ecommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 26, 2021
Don't hang onto expired resources without validation headers in memory cache
Show description for 334b20ccommitted
Commits on May 21, 2021
FrameLoader::loadURL, FrameLoader::loadPostRequest not attributing requests as app bound
Show description for f8dd4eecommitted
Commits on May 12, 2021
Function.prototype.toString triggers page demand on Speedometer
Show description for 16a74c1committed
Commits on May 10, 2021
Add null check in CachedResource::clearLoader
Show description for d0fd9e4authored andcommitted
Commits on Apr 22, 2021
Implement FontFace in Workers for OffscreenCanvas
Show description for 792fde6committed
Chris Lord
Commits on Apr 21, 2021
Non-unified build fixes, mid April 2021 edition
Show description for 3695a6fcommittedParse `theme_color` in web application manifests and pass it along to `-[WKWebView themeColor]`
Show description for bf0cf9ecommitted
Commits on Apr 17, 2021
Perform port blocking earlier in the load
Show description for b5ad31ccommitted
Commits on Apr 15, 2021
Preloaded async scripts should use the same priority as the normally loaded ones
Show description for 85a1a82committed