Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
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 2, 2021
[COOP] html/cross-origin-opener-policy/coop-navigate-same-origin-csp-sandbox.html WPT test is failing
Show description for d5bf93acommitted[COOP] Cross origin isolation doesn't happen when going from an HTTP URL to a HTTPS one with COOP+COEP
Show description for d95e9c7committed
Commits on Aug 31, 2021
Enable SharedArrayBuffer support when COOP/COEP headers are used
Show description for f3ee677committedLoads after session restore marked app initiated in Safari
Show description for 793e68fcommitted[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 76de4a8committedFire a load event for <iframe src="about:blank#foo">
Show description for fb66740committed
Commits on Aug 14, 2021
Add Cross-Origin-Embedder-Policy support for Blob URLs
Show description for a8487ffcommitted
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Aug 10, 2021
Meta HTTP refresh should not navigate if document has sandboxed automatic features browsing context flag set
Show description for f96021acommittedFix nested resource load tracepoints
Show description for 1c91278committed
Commits on Jul 31, 2021
Add initial support for 'Cross-Origin-Opener-Policy' HTTP header
Show description for c0421a4committed
Commits on Jul 20, 2021
Change referrer-policy default to strict-origin-when-cross-origin
Show description for 0985e0ccommitted
Commits on Jul 8, 2021
Clean up App Privacy Report code
Show description for 9b8c5e9committed
Commits on Jun 24, 2021
Fix some PerformanceNavigationTiming bugs
Show description for 7c9bebdauthored andcommitted
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 01f723dcommitted
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
Refactor some data detector code in WebCore::Frame
Show description for 5ed4b5bcommitted
Commits on May 21, 2021
FrameLoader::loadURL, FrameLoader::loadPostRequest not attributing requests as app bound
Show description for f8dd4eecommitted
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on May 10, 2021
Preflight requests not properly attributed as app-bound
Show description for 117c07ecommitted
Commits on Apr 17, 2021
Perform port blocking earlier in the load
Show description for b5ad31ccommitted
Commits on Mar 26, 2021
Allow WKContentRuleList to block only in frames or only in main frame
Show description for 1f1e3dacommitted
Commits on Feb 23, 2021
REGRESSION (r272928): ASSERT NOT REACHED in WebCore::FrameSelection::setSelectionWithoutUpdatingAppearance
Show description for 9e66b40committed
Commits on Feb 16, 2021
Add API to disable HTTPS upgrade
Show description for 0c82e62committed
Commits on Feb 10, 2021
Rename SecurityOrigin's canAccess() to isSameOriginDomain() to match HTML specification naming
Show description for 93712a3committed
Commits on Jan 30, 2021
Check activeDocumentLoader() for null consistently everywhere
Show description for 3d25350committed
Commits on Jan 3, 2021
Share meta refresh logic
Show description for 8a105e2authored andcommittedRemove some FrameLoader::changeLocation parameters
Show description for 7aea21bauthored andcommitted