Bug 159308 - REGRESSION(r202329): WebInspectorProxy's WKPagePolicyClient callbacks are not being called
Summary: REGRESSION(r202329): WebInspectorProxy's WKPagePolicyClient callbacks are not...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: BJ Burg
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-30 11:51 PDT by BJ Burg
Modified: 2016-06-30 14:17 PDT (History)
11 users (show)

See Also:


Attachments
Proposed Fix (9.33 KB, patch)
2016-06-30 13:48 PDT, BJ Burg
thorton: review+
bburg: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2016-06-30 11:51:34 PDT
This causes the pre-filled bug report in the Uncaught Exception reporter to load in the Inspector window.

STEPS TO REPRODUCE:

1. Open the Inspector
2. Open the Inspector^2
3. In Inspector^2, evaluate `window.location = "https://www.apple.com/"

> The Inspector^1 navigates to apple.com, but this should not happen.
Comment 1 Radar WebKit Bug Importer 2016-06-30 11:51:49 PDT
<rdar://problem/27111764>
Comment 2 BJ Burg 2016-06-30 13:48:19 PDT
Created attachment 282463 [details]
Proposed Fix
Comment 3 BJ Burg 2016-06-30 14:17:31 PDT
Committed r202700: <http://trac.webkit.org/changeset/202700>