RESOLVED FIXED196771
Enable Pointer Events on watchOS
https://bugs.webkit.org/show_bug.cgi?id=196771
Summary Enable Pointer Events on watchOS
Antoine Quint
Reported 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.
Attachments
Patch (8.79 KB, patch)
2019-04-10 09:35 PDT, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2019-04-10 09:33:38 PDT
Antoine Quint
Comment 2 2019-04-10 09:35:26 PDT
EWS Watchlist
Comment 3 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.
Antoine Quint
Comment 4 2019-04-10 09:45:03 PDT
Note You need to log in before you can comment on or make changes to this bug.