Commits
User selector
Commit History
Commits on Aug 31, 2021
Enable SharedArrayBuffer support when COOP/COEP headers are used
Show description for f3ee677committed
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 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 Dec 20, 2020
Convert remaining FrameLoaderType enums to enum classes
Show description for 82a4e26authored andcommitted
Commits on Sep 17, 2020
Rename ShouldAllowExternalSchemes to ShouldAllowExternalSchemesButNotAppLinks to clarify what this enum value is for.
Show description for 137ed3fauthored andcommitted
Commits on Jun 12, 2020
[IPC] Add WTF::EnumTraits<> for every enum type used in IPC
Show description for 45928c2committed
Commits on May 16, 2020
Use enum serialization instead of casting to/from uint32_t
Show description for 18fee80authored andcommitted
Commits on Apr 29, 2020
Make PolicyChecker an inner class of FrameLoader
Show description for 16a1af7authored andcommitted
Commits on Mar 2, 2020
Add referrerpolicy attribute support for anchors
Show description for 77bc94aauthored andcommitted
Commits on Feb 17, 2020
Expose "allowsContentJavaScript" on WKWebpagePreferences
Show description for 7b392e2committed
Commits on Oct 21, 2019
Dispatch AR event on the originating anchor element
Show description for 16a55ffcommitted
Commits on Sep 13, 2019
Provide a prototype for AR QuickLook to trigger processing in the originating page
Show description for 9f0b892committed
Commits on Sep 11, 2019
Prevent reentrancy FrameLoader::dispatchUnloadEvents()
Show description for d86a039committed
Commits on Jun 21, 2019
WebPageProxy::loadData should accept ShouldOpenExternalURLsPolicy
Show description for f91b7d1committed
Jiewen Tan
Commits on Apr 23, 2019
[Process-Swap-On-Navigation] WebKit hangs when going back to a form submission's page due to Process-Swap-On-Navigation on iOS 12.2 and higher
Show description for 0eaeb2ccommitted
Commits on Feb 3, 2019
Validate navigation policy decisions to avoid crashes in continueLoadAfterNavigationPolicy
Show description for 3fa33a4committed
Commits on Feb 1, 2019
Commits on Dec 14, 2018
[PSON] Stop exposing PolicyAction::Suspend to WebCore
Show description for c114234committed
Commits on Dec 13, 2018
[PSON] We should not need to navigate to 'about:blank' to suspend pages
Show description for 7b8c5bfcommitted
Commits on Oct 18, 2018
Clean up FrameLoader two-state enums
Show description for 5e80ff6committed
Commits on Oct 12, 2018
Allow encoding of small enum classes
Show description for 1d0ad43committed
Commits on Jun 1, 2018
ResourceLoader::cancel() shouldn't synchronously fire load event on document
Show description for 4ab156ccommitted
Commits on May 22, 2018
Optimized path zoom animation needs a valid UIImage and CGRect
Show description for 12d2f3acommitted
Commits on Mar 23, 2018
Go to back/forward list items after a process-swapped navigation.
Show description for 1c47caccommitted
Commits on Mar 21, 2018
First piece of process swapping on navigation.
Show description for 302627acommitted
Commits on Sep 26, 2017
Make PolicyAction an encodable enum class
Show description for cd326b2committed
Commits on Jul 12, 2017
Rename NavigationInitiatedByMainFrame to InitiatedByMainFrame
Show description for e201197committed
Commits on Jul 6, 2017
Allow navigations in subframes to get a ShouldOpenExternalURLsPolicy of "ShouldAllow".
Show description for 3ff66b8committed
Commits on Jun 17, 2017
Remove header OptionSet.h from FrameLoaderTypes.h
Show description for 268f185committed
Commits on Mar 17, 2017
Add a reload policy where only expired subresources are revalidated
Show description for ced91fecommitted
Commits on Sep 16, 2016
WKWebView.hasOnlySecureContent always returns "YES" after going back to a CachedPage (even if it has http resources).
Show description for 97c2f97committed
Commits on Aug 10, 2016
Instantiate WebKit plug-ins at layout time, instead of at style resolution time
Show description for 1adbdf8committed
Anders Carlsson
Commits on Jul 11, 2016
Fix indentation in FrameLoaderTypes.h
Show description for 66d0bc2committed
Commits on Aug 4, 2015
Get rid of ReasonForCallingAllowPlugins since it's not used anywhere
Show description for c753e8bcommitted
Anders Carlsson