Bug 196771 - Enable Pointer Events on watchOS
Summary: Enable Pointer Events on watchOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-10 09:33 PDT by Antoine Quint
Modified: 2019-04-10 09:45 PDT (History)
7 users (show)

See Also:


Attachments
Patch (8.79 KB, patch)
2019-04-10 09:35 PDT, Antoine Quint
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2019-04-10 09:33:26 PDT
Pointer Events are currently defined as follows:

ENABLE_POINTER_EVENTS = $(ENABLE_POINTER_EVENTS_$(WK_PLATFORM_NAME));
ENABLE_POINTER_EVENTS_iosmac = ENABLE_POINTER_EVENTS;
ENABLE_POINTER_EVENTS_iphoneos = ENABLE_POINTER_EVENTS;
ENABLE_POINTER_EVENTS_iphonesimulator = ENABLE_POINTER_EVENTS;
ENABLE_POINTER_EVENTS_macosx = ENABLE_POINTER_EVENTS;

This excludes watchOS but there's no good reason why that platform should be excluded.
Comment 1 Antoine Quint 2019-04-10 09:33:38 PDT
<rdar://problem/49040909>
Comment 2 Antoine Quint 2019-04-10 09:35:26 PDT
Created attachment 367129 [details]
Patch
Comment 3 EWS Watchlist 2019-04-10 09:38:34 PDT
Attachment 367129 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:9:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Antoine Quint 2019-04-10 09:45:03 PDT
Committed r244114: <https://trac.webkit.org/changeset/244114>