Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce 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 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
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 7, 2021
[wpt-improvement] Improve CSP support for window reuse
Show description for efdc299committed
Commits on Sep 3, 2021
[Web App Manifest] Always fetch the first manifest if provided
Show description for 235af19committed
Commits on Sep 2, 2021
[COOP] html/cross-origin-opener-policy/coop-navigate-same-origin-csp-sandbox.html WPT test is failing
Show description for d5bf93acommitted
Commits on Sep 1, 2021
PerformanceNavigationTiming should be instantiated before scripts run then updated when response finishes
Show description for 1785edbauthored andcommitted
Commits on Aug 31, 2021
Enable SharedArrayBuffer support when COOP/COEP headers are used
Show description for f3ee677committed[COOP] html/cross-origin-opener-policy/coop-same-origin-allow-popups-document-write.html WPT test is failing
Show description for 2830ccecommitted
Commits on Aug 24, 2021
[WK2] Implement process-swapping based on Cross-Origin-Opener-Policy HTTP header
Show description for 76de4a8committed
Commits on Aug 10, 2021
Meta HTTP refresh should not navigate if document has sandboxed automatic features browsing context flag set
Show description for f96021acommitted
Commits on Jul 31, 2021
Add initial support for 'Cross-Origin-Opener-Policy' HTTP header
Show description for c0421a4committed
Commits on Jun 11, 2021
Enable 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 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 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 27, 2021
Pass frame ref during navigationPolicyCompletionHandler
Show description for 8d13111committed
Commits on May 20, 2021
Add support for Navigation Timing Level 2
Show description for 9303ca8committed
Commits on May 10, 2021
css-display-none actions from WKContentRuleList should apply to pages loaded with loadData and loadHTMLString
Show description for da93ad3committed
Commits on Apr 17, 2021
Perform port blocking earlier in the load
Show description for dbc97fdcommittedPerform port blocking earlier in the load
Show description for b5ad31ccommitted
Commits on Apr 12, 2021
Refactor font loading to make it possible for Worker to implement it
Show description for ed8d107committed
Chris Lord
Commits on Mar 8, 2021
Remove quirks for the no longer supported iAd Producer
Show description for f83bb82committed
Sam Weinig
Commits on Mar 4, 2021
In case of POST navigation redirected by a 302, the 'Origin' header is kept in the redirected request
Show description for 20f7f90committed
Commits on Feb 20, 2021
Make format of release logging more consistent to facilitate grepping
Show description for 10d11adcommitted
Commits on Feb 11, 2021
Use event loop to set title
Show description for 0ee3e32authored andcommitted
Commits on Feb 10, 2021
Rename SecurityOrigin's canAccess() to isSameOriginDomain() to match HTML specification naming
Show description for 93712a3committed
Commits on Feb 5, 2021
Make sure click attribution is processed in case of redirected kept alive loads
Show description for 81c2a78committed