| Summary: | [iOS] Use UIAlertController API in WKFileUploadPanel instead of SPI | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, enrica | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2014-07-09 14:24:54 PDT
Created attachment 234657 [details]
[PATCH] Proposed Fix
Attachment 234657 [details] did not pass style-queue:
ERROR: Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:392: Place brace on its own line for function definitions. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:392: Missing space before { [whitespace/braces] [5]
ERROR: Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:398: Place brace on its own line for function definitions. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:398: Missing space before { [whitespace/braces] [5]
ERROR: Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:403: Place brace on its own line for function definitions. [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm:403: Missing space before { [whitespace/braces] [5]
Total errors found: 6 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 234657 [details] [PATCH] Proposed Fix Clearing flags on attachment: 234657 Committed r170952: <http://trac.webkit.org/changeset/170952> All reviewed patches have been landed. Closing bug. |