RESOLVED FIXED 132452
Update service picker API usage
https://bugs.webkit.org/show_bug.cgi?id=132452
Summary Update service picker API usage
Brady Eidson
Reported 2014-05-01 17:43:12 PDT
Update service picker API usage <rdar://problem/16772674>
Attachments
Patch v1 (8.64 KB, patch)
2014-05-01 17:47 PDT, Brady Eidson
thorton: review+
thorton: commit-queue-
Patch for landing (8.63 KB, patch)
2014-05-01 19:55 PDT, Brady Eidson
no flags
Brady Eidson
Comment 1 2014-05-01 17:47:54 PDT
Created attachment 230635 [details] Patch v1
WebKit Commit Bot
Comment 2 2014-05-01 17:49:08 PDT
Attachment 230635 [details] did not pass style-queue: ERROR: Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:171: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 3 2014-05-01 18:08:17 PDT
Comment on attachment 230635 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=230635&action=review > Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:113 > + data = [nsImage.get() TIFFRepresentation]; no .get() > Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:166 > + [self didShareImageData :[item TIFFRepresentation] confirmDataIsValidTIFFData:NO]; colon is in way the wrong place > Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:169 > + NSString *itemUTI = itemProvider.registeredTypeIdentifiers.firstObject; firstObject is not available on ML IIRC > Source/WebKit/mac/WebCoreSupport/WebContextMenuClient.mm:370 > + RetainPtr<CFDataRef> cfdata = data->createCFData(); capital D
Tim Horton
Comment 4 2014-05-01 18:08:40 PDT
(In reply to comment #3) > (From update of attachment 230635 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=230635&action=review > > > Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:113 > > + data = [nsImage.get() TIFFRepresentation]; > > no .get() > > > Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:166 > > + [self didShareImageData :[item TIFFRepresentation] confirmDataIsValidTIFFData:NO]; > > colon is in way the wrong place > > > Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:169 > > + NSString *itemUTI = itemProvider.registeredTypeIdentifiers.firstObject; > > firstObject is not available on ML IIRC Neither is this code, never mind. > > Source/WebKit/mac/WebCoreSupport/WebContextMenuClient.mm:370 > > + RetainPtr<CFDataRef> cfdata = data->createCFData(); > > capital D
Brady Eidson
Comment 5 2014-05-01 19:55:34 PDT
Created attachment 230646 [details] Patch for landing
WebKit Commit Bot
Comment 6 2014-05-01 19:56:11 PDT
Attachment 230646 [details] did not pass style-queue: ERROR: Source/WebKit/mac/Misc/WebSharingServicePickerController.mm:171: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 7 2014-05-01 20:32:11 PDT
Comment on attachment 230646 [details] Patch for landing Clearing flags on attachment: 230646 Committed r168145: <http://trac.webkit.org/changeset/168145>
WebKit Commit Bot
Comment 8 2014-05-01 20:32:13 PDT
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.