Bug 56369
| Summary: | [Refactoring] TextCheckingType and Editor::TextCheckingOptionFlags should be unified. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | HTML Editing | Assignee: | Hajime Morrita <morrita> |
| Status: | NEW | ||
| Severity: | Normal | CC: | rniwa |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| Bug Depends on: | 56085 | ||
| Bug Blocks: | |||
Hajime Morrita
TextCheckingType is a superset of Editor::TextCheckingOptionFlags. So we should unified both.
Both use enums as bit flags. we should do this with struct and bit field.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |