RESOLVED FIXED 230521
Remove unused enums.
https://bugs.webkit.org/show_bug.cgi?id=230521
Summary Remove unused enums.
Megan Gardner
Reported 2021-09-20 16:25:40 PDT
Test Patch for Bots.
Attachments
Patch (1.27 KB, patch)
2021-09-20 16:26 PDT, Megan Gardner
ews-feeder: commit-queue-
Patch (2.04 KB, patch)
2021-09-20 16:28 PDT, Megan Gardner
no flags
Patch (5.64 KB, patch)
2021-09-21 14:32 PDT, Megan Gardner
no flags
Patch (5.74 KB, patch)
2021-09-21 15:09 PDT, Megan Gardner
no flags
Megan Gardner
Comment 1 2021-09-20 16:26:31 PDT
Megan Gardner
Comment 2 2021-09-20 16:28:57 PDT
Megan Gardner
Comment 3 2021-09-21 14:32:11 PDT
Megan Gardner
Comment 4 2021-09-21 15:09:45 PDT
Alex Christensen
Comment 5 2021-09-21 19:34:06 PDT
Comment on attachment 438864 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438864&action=review > Source/WebKit/Shared/ios/GestureTypes.h:37 > OneFingerDoubleTap, This makes it so that GestureType::OneFingerDoubleTap is no longer equal to UIWKGestureOneFingerDoubleTap. Similar looking changes have caused problems in the past. This looks good, but please double check that the values from GestureType are not exposed in the API.
Wenson Hsieh
Comment 6 2021-09-22 07:58:13 PDT
Comment on attachment 438864 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438864&action=review >> Source/WebKit/Shared/ios/GestureTypes.h:37 >> OneFingerDoubleTap, > > This makes it so that GestureType::OneFingerDoubleTap is no longer equal to UIWKGestureOneFingerDoubleTap. Similar looking changes have caused problems in the past. This looks good, but please double check that the values from GestureType are not exposed in the API. These enum values are definitely all internal to WebKit (and not exposed in any clients, indirectly or directly).
EWS
Comment 7 2021-09-22 08:38:05 PDT
Committed r282877 (242006@main): <https://commits.webkit.org/242006@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438864 [details].
Radar WebKit Bug Importer
Comment 8 2021-09-22 08:39:27 PDT
Note You need to log in before you can comment on or make changes to this bug.