| Summary: | Replace canBubble and cancelable booleans in Event by enum classes | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> | ||||||
| Component: | UI Events | Assignee: | Ryosuke Niwa <rniwa> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | achristensen, cdumez, darin, dbates, ews-watchlist, ggaren, sam, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 188720 | ||||||||
| Attachments: |
|
||||||||
|
Description
Ryosuke Niwa
2018-08-16 22:34:39 PDT
Created attachment 347351 [details]
Cleanup
Attachment 347351 [details] did not pass style-queue:
ERROR: Source/WebCore/dom/KeyboardEvent.cpp:97: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
ERROR: Source/WebCore/dom/KeyboardEvent.cpp:98: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
Total errors found: 2 in 164 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 347352 [details]
GTK build fix attempt
Attachment 347352 [details] did not pass style-queue:
ERROR: Source/WebCore/dom/KeyboardEvent.cpp:97: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
ERROR: Source/WebCore/dom/KeyboardEvent.cpp:98: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
ERROR: Source/WebCore/dom/TouchEvent.cpp:41: Code inside a namespace should not be indented. [whitespace/indent] [4]
ERROR: Source/WebCore/dom/TouchEvent.cpp:41: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4]
ERROR: Source/WebCore/dom/TouchEvent.cpp:41: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
ERROR: Source/WebCore/dom/TouchEvent.cpp:42: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
ERROR: Source/WebCore/dom/TouchEvent.cpp:44: Comma should be at the beginning of the line in a member initialization list. [whitespace/init] [4]
Total errors found: 7 in 165 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r234995: <https://trac.webkit.org/changeset/234995> Committed r234999: <https://trac.webkit.org/changeset/234999> |