Changeset 262845 in webkit
- Timestamp:
- Jun 10, 2020, 10:59:49 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r262844 r262845 1 2020-06-10 Alex Christensen <achristensen@webkit.org> 2 3 Revert r259770 4 https://bugs.webkit.org/show_bug.cgi?id=210097 5 <rdar://problem/64175992> 6 7 * UIProcess/WebPageProxy.cpp: 8 (WebKit::WebPageProxy::decidePolicyForNavigationAction): 9 1 10 2020-06-10 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
r262802 r262845 5232 5232 switch (continueUnsafeLoad) { 5233 5233 case ContinueUnsafeLoad::No: 5234 if (!hasCommittedAnyProvisionalLoads() && !m_sessionStateWasRestoredByAPIRequest)5234 if (!hasCommittedAnyProvisionalLoads()) 5235 5235 m_uiClient->close(protectedThis.ptr()); 5236 5236 completionHandler(PolicyAction::Ignore); -
trunk/Tools/ChangeLog
r262837 r262845 1 2020-06-10 Alex Christensen <achristensen@webkit.org> 2 3 Revert r259770 4 https://bugs.webkit.org/show_bug.cgi?id=210097 5 <rdar://problem/64175992> 6 7 * TestWebKitAPI/Tests/WebKitCocoa/SafeBrowsing.mm: 8 (TEST): 9 1 10 2020-06-10 Commit Queue <commit-queue@webkit.org> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/SafeBrowsing.mm
r261390 r262845 264 264 EXPECT_FALSE(didCloseCalled); 265 265 goBack([webView2 _safeBrowsingWarning]); 266 EXPECT_ FALSE(didCloseCalled);266 EXPECT_TRUE(didCloseCalled); 267 267 WKBackForwardList *list = [webView2 backForwardList]; 268 268 EXPECT_FALSE(!!list.backItem);
Note:
See TracChangeset
for help on using the changeset viewer.