Summary: | Web Automation: add ObjC SPI to set whether a page is controlled by automation | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | BJ Burg <bburg> | ||||
Component: | WebKit2 | Assignee: | BJ Burg <bburg> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | andersca, bburg, joepeck, mitz, sam, thorton, timothy, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
BJ Burg
2016-11-20 20:03:11 PST
Created attachment 295312 [details]
Proposed Fix
Comment on attachment 295312 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=295312&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:181 > + _controlledByAutomation = NO; I know that there are many precedents in this file, but there’s no need to initialize instance variables to 0, NO, nil etc. Committed r209067: <http://trac.webkit.org/changeset/209067> |