WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
131944
Need default WKNavigationDelegate behavior
https://bugs.webkit.org/show_bug.cgi?id=131944
Summary
Need default WKNavigationDelegate behavior
Anders Carlsson
Reported
2014-04-21 12:28:03 PDT
Need default WKNavigationDelegate behavior
Attachments
Patch
(4.12 KB, patch)
2014-04-21 12:28 PDT
,
Anders Carlsson
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-04-21 12:28:31 PDT
Created
attachment 229821
[details]
Patch
mitz
Comment 2
2014-04-21 12:47:29 PDT
Comment on
attachment 229821
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=229821&action=review
> Source/WebKit2/UIProcess/Cocoa/NavigationState.mm:229 > +#if !PLATFORM(IOS) > + if (![nsURLRequest.URL isFileURL]) > + [[NSWorkspace sharedWorkspace] openURL:nsURLRequest.URL]; > +#endif
This should be #if USE(APPKIT).
Anders Carlsson
Comment 3
2014-04-21 12:51:25 PDT
Committed
r167611
: <
http://trac.webkit.org/changeset/167611
>
Alexey Proskuryakov
Comment 4
2014-04-21 14:37:16 PDT
Looks like this broke WKNavigation.DidFailProvisionalNavigation:
http://build.webkit.org/builders/Apple%20Mavericks%20Debug%20WK1%20(Tests)/builds/4812/steps/run-api-tests/logs/stdio
Note: Google Test filter = WKNavigation.DidFailProvisionalNavigation [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from WKNavigation [ RUN ] WKNavigation.DidFailProvisionalNavigation Timeout LEAK: 1 WebPage LEAK: 1 WebFrame
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug