Bug 190246 - Fix Pointer Event feature.json entry
Summary: Fix Pointer Event feature.json entry
Status: RESOLVED DUPLICATE of bug 190254
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-03 05:02 PDT by Don Olmstead
Modified: 2018-10-04 11:25 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2018-10-03 05:04 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
Patch (1.36 KB, patch)
2018-10-03 05:12 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
Patch (1.35 KB, patch)
2018-10-03 05:47 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2018-10-03 05:02:45 PDT
Currently the style checker fails on Pointer Event's features.json values.
Comment 1 Don Olmstead 2018-10-03 05:04:37 PDT
Created attachment 351509 [details]
Patch
Comment 2 EWS Watchlist 2018-10-03 05:07:42 PDT
Attachment 351509 [details] did not pass style-queue:


ERROR: Source/WebCore/features.json:0:  The feature "Pointer Events" has a specification field but no specification of that name exists.  [json/syntax] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Don Olmstead 2018-10-03 05:12:44 PDT
Created attachment 351510 [details]
Patch
Comment 4 EWS Watchlist 2018-10-03 05:15:52 PDT
Attachment 351510 [details] did not pass style-queue:


ERROR: Source/WebCore/features.json:0:  The feature "Pointer Events" has a specification field but no specification of that name exists.  [json/syntax] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Don Olmstead 2018-10-03 05:47:24 PDT
Created attachment 351514 [details]
Patch
Comment 6 Don Olmstead 2018-10-03 05:51:39 PDT
Comment on attachment 351514 [details]
Patch

The features.json did not want the specification field in there.
Comment 7 Joseph Pecoraro 2018-10-04 11:24:57 PDT
Looks like this was fixed by:
https://bugs.webkit.org/show_bug.cgi?id=190254

*** This bug has been marked as a duplicate of bug 190254 ***