| Summary: | Correct some issues small issues in WK2 file upload InjectedBundle APIs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, commit-queue, mitz | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2014-04-18 12:48:13 PDT
Created attachment 229666 [details]
[PATCH] Proposed Fix
Comment on attachment 229666 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=229666&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:60 > virtual WTF::String generateFileForUpload(WebKit::WebPage*, const WTF::String& originalFilePath) { UNUSED_PARAM(originalFilePath); return emptyString(); } I suppose this could also return a null string. However null string is only really important in should. As null string => should not, but anything else => should. Comment on attachment 229666 [details] [PATCH] Proposed Fix Clearing flags on attachment: 229666 Committed r167514: <http://trac.webkit.org/changeset/167514> All reviewed patches have been landed. Closing bug. |