RESOLVED FIXED Bug 203496
Expose _printOperationWithPrintInfo: SPI as API
https://bugs.webkit.org/show_bug.cgi?id=203496
Summary Expose _printOperationWithPrintInfo: SPI as API
Brady Eidson
Reported 2019-10-28 11:38:48 PDT
Expose _printOperationWithPrintInfo: SPI as API
Attachments
Patch (4.35 KB, patch)
2019-10-28 11:40 PDT, Brady Eidson
no flags
Patch (4.28 KB, patch)
2019-10-28 12:29 PDT, Brady Eidson
no flags
Patch (4.27 KB, patch)
2019-10-28 13:00 PDT, Brady Eidson
no flags
Brady Eidson
Comment 1 2019-10-28 11:39:04 PDT
Brady Eidson
Comment 2 2019-10-28 11:40:57 PDT
Andy Estes
Comment 3 2019-10-28 11:44:02 PDT
Comment on attachment 382086 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=382086&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebView.h:307 > +/* @abstract Returns an NSPrintOperation object configured to print the contents of this WKWebView > +@param printInfo The print info object used to configure the resulting print operation. > +*/ > +- (NSPrintOperation *)printOperationWithPrintInfo:(NSPrintInfo *)printInfo WK_API_AVAILABLE(macos(WK_MAC_TBA)); > + Should this be part of one of the !TARGET_OS_IPHONE sections either above or below?
Brady Eidson
Comment 4 2019-10-28 12:29:16 PDT
Brady Eidson
Comment 5 2019-10-28 13:00:33 PDT
WebKit Commit Bot
Comment 6 2019-10-28 14:42:50 PDT
Comment on attachment 382097 [details] Patch Clearing flags on attachment: 382097 Committed r251673: <https://trac.webkit.org/changeset/251673>
WebKit Commit Bot
Comment 7 2019-10-28 14:42:51 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.