Bug 212846 - [IPC] Adopt enum class for AutocapitalizeType
Summary: [IPC] Adopt enum class for AutocapitalizeType
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks: 211988
  Show dependency treegraph
 
Reported: 2020-06-05 13:37 PDT by David Kilzer (:ddkilzer)
Modified: 2020-06-11 13:38 PDT (History)
11 users (show)

See Also:


Attachments
Patch v1 (16.00 KB, patch)
2020-06-05 13:54 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-06-05 13:37:28 PDT
Adopt enum class for AutocapitalizeType.

Also add missing WebCore namespace to the enum, and create EnumTraits<> for IPC.
Comment 1 Radar WebKit Bug Importer 2020-06-05 13:39:34 PDT
<rdar://problem/64042825>
Comment 2 David Kilzer (:ddkilzer) 2020-06-05 13:54:48 PDT
Created attachment 401194 [details]
Patch v1
Comment 3 David Kilzer (:ddkilzer) 2020-06-05 17:25:05 PDT
Comment on attachment 401194 [details]
Patch v1

Windows layout test failure is unrelated, so marking as cq+.
Comment 4 EWS 2020-06-05 17:49:34 PDT
Committed r262665: <https://trac.webkit.org/changeset/262665>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401194 [details].