RESOLVED FIXED 168907
[iOS] Enable file replacement
https://bugs.webkit.org/show_bug.cgi?id=168907
Summary [iOS] Enable file replacement
Andy Estes
Reported 2017-02-27 01:57:22 PST
[iOS] Enable file replacement
Attachments
Patch (6.07 KB, patch)
2017-02-27 02:04 PST, Andy Estes
no flags
Patch (6.30 KB, patch)
2017-02-27 15:34 PST, Andy Estes
no flags
Andy Estes
Comment 1 2017-02-27 01:59:15 PST
Andy Estes
Comment 2 2017-02-27 02:04:59 PST
David Kilzer (:ddkilzer)
Comment 3 2017-02-27 06:31:53 PST
Comment on attachment 302830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=302830&action=review r=me > Source/WebCore/fileapi/FileMac.mm:44 > + NSURL *pathURL = [NSURL URLByResolvingAliasFileAtURL:[NSURL fileURLWithPath:path isDirectory:NO] options:NSURLBookmarkResolutionWithoutUI error:nullptr]; Would be nice to log the NSError below on failure instead of just ignoring it. > Source/WebCore/fileapi/FileMac.mm:49 > + if (![pathURL getResourceValue:&uti forKey:NSURLTypeIdentifierKey error:nullptr]) Would be nice to log the NSError below on failure instead of just ignoring it.
Andy Estes
Comment 4 2017-02-27 15:34:23 PST
WebKit Commit Bot
Comment 5 2017-02-27 16:15:17 PST
Comment on attachment 302878 [details] Patch Clearing flags on attachment: 302878 Committed r213100: <http://trac.webkit.org/changeset/213100>
WebKit Commit Bot
Comment 6 2017-02-27 16:15:23 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.