[Webkit-unassigned] [Bug 195121] Expose APINavigationAction.shouldPerformDownload() on WKNavigationAction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 14:46:49 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=195121

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #363173|review?                     |review+
              Flags|                            |

--- Comment #8 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 363173
  --> https://bugs.webkit.org/attachment.cgi?id=363173
Patch v4

View in context: https://bugs.webkit.org/attachment.cgi?id=363173&action=review

> Tools/TestWebKitAPI/Tests/WebKitCocoa/NavigationAction.mm:97
> +    auto baseURL = adoptNS([[NSURL alloc] initWithString:@"https://example.com/index.html"]);

This is a little simpler:
[NSURL URLWithString:@"https://example.com/index.html"]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190228/950d9d6f/attachment.html>


More information about the webkit-unassigned mailing list