Summary: | Add WK2 ExperimentalFeature support to MiniBrowser | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> | ||||
Component: | Tools / Tests | Assignee: | Brady Eidson <beidson> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, lforschler, rniwa, ryanhaddad, sam | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Brady Eidson
2016-08-11 17:22:42 PDT
Created attachment 285873 [details]
Patch
Forgot to mention, also makes Gamepads be an experimental feature. Comment on attachment 285873 [details]
Patch
r+, these should be separate patches.
It looks like this patch broke 32-bit Mac builds in which _WKExperimentalFeature is not defined. Maybe WK_API_ENABLED is false there? (In reply to comment #5) > It looks like this patch broke 32-bit Mac builds in which > _WKExperimentalFeature is not defined. Maybe WK_API_ENABLED is false there? That's accurate. Fixing. Attempted fix in https://trac.webkit.org/changeset/204411 |