| Summary: | Cannot invoke action menus anymore | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||
| Component: | New Bugs | Assignee: | Tim Horton <thorton> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, bdakin, commit-queue, dino, sam, simon.fraser | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Tim Horton
2015-03-17 15:29:01 PDT
Created attachment 248875 [details]
Patch
Attachment 248875 [details] did not pass style-queue:
ERROR: Source/WebKit2/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5]
ERROR: Source/WebKit2/UIProcess/API/mac/WKView.mm:1180: Multi line control clauses should use braces. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/API/mac/WKView.mm:1192: Multi line control clauses should use braces. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/API/mac/WKView.mm:1196: Multi line control clauses should use braces. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/API/mac/WKView.mm:1216: Multi line control clauses should use braces. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/API/mac/WKView.mm:1228: Multi line control clauses should use braces. [whitespace/braces] [4]
ERROR: Source/WebKit/mac/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5]
ERROR: Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5]
Total errors found: 8 in 6 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Build fix for iOS in http://trac.webkit.org/changeset/181674 And a respondsToSelector check http://trac.webkit.org/changeset/181679 This broke an API test on Mavericks (still broken): https://build.webkit.org/builders/Apple%20Mavericks%20Debug%20WK2%20%28Tests%29/builds/10283/steps/run-api-tests/logs/stdio 2015-03-18 10:09:49.214 TestWebKitAPI[58026:d07] +[NSMenu menuTypeForEvent:]: unrecognized selector sent to class 0x7fff7f0d0898 2015-03-18 10:09:49.214 TestWebKitAPI[58026:d07] ( 0 CoreFoundation 0x00007fff8cd6725c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff9818ce75 objc_exception_throw + 43 2 CoreFoundation 0x00007fff8cd6a02d +[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x00007fff8ccc5272 ___forwarding___ + 1010 4 CoreFoundation 0x00007fff8ccc4df8 _CF_forwarding_prep_0 + 120 5 WebKit 0x00000001083088af -[WKView rightMouseDown:] + 495 6 TestWebKitAPI 0x0000000105232009 _ZN13TestWebKitAPI15PlatformWebView18simulateRightClickEjj + 297 7 TestWebKitAPI 0x00000001051d514a _ZN13TestWebKitAPI36WebKit2_HitTestResultNodeHandle_Test8TestBodyEv + 378 8 TestWebKitAPI 0x000000010534aada _ZN7testing4Test3RunEv + 154 9 TestWebKitAPI 0x000000010534b3bd _ZN7testing8internal12TestInfoImpl3RunEv + 189 10 TestWebKitAPI 0x000000010534bf6d _ZN7testing8TestCase3RunEv + 205 11 TestWebKitAPI 0x0000000105351eb7 _ZN7testing8internal12UnitTestImpl11RunAllTestsEv + 935 12 TestWebKitAPI 0x0000000105351b09 _ZN7testing8UnitTest3RunEv + 25 13 TestWebKitAPI 0x00000001052cc3b1 _ZN13TestWebKitAPI15TestsController3runEiPPc + 177 14 TestWebKitAPI 0x0000000105341584 main + 164 15 libdyld.dylib 0x00007fff9025c5fd start + 1 ) One more respondsToSelector: http://trac.webkit.org/changeset/181705 |