WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
Patch
(2.04 KB, patch)
2021-09-20 16:28 PDT
,
Megan Gardner
no flags
Details
Formatted Diff
Diff
Patch
(5.64 KB, patch)
2021-09-21 14:32 PDT
,
Megan Gardner
no flags
Details
Formatted Diff
Diff
Patch
(5.74 KB, patch)
2021-09-21 15:09 PDT
,
Megan Gardner
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Megan Gardner
Comment 1
2021-09-20 16:26:31 PDT
Created
attachment 438749
[details]
Patch
Megan Gardner
Comment 2
2021-09-20 16:28:57 PDT
Created
attachment 438751
[details]
Patch
Megan Gardner
Comment 3
2021-09-21 14:32:11 PDT
Created
attachment 438859
[details]
Patch
Megan Gardner
Comment 4
2021-09-21 15:09:45 PDT
Created
attachment 438864
[details]
Patch
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
<
rdar://problem/83401829
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug