RESOLVED FIXED 175175
[PAL] Move spi/cocoa and spi/cg directories into PAL
https://bugs.webkit.org/show_bug.cgi?id=175175
Summary [PAL] Move spi/cocoa and spi/cg directories into PAL
Yoshiaki Jitsukawa
Reported 2017-08-03 22:11:34 PDT
Related ticket: Bug 175057 - [PAL] Move spi/cf directory into PAL This is to move platform/spi/cocoa to PAL.
Attachments
Patch (235.23 KB, patch)
2017-08-07 17:50 PDT, Yoshiaki Jitsukawa
no flags
Patch (257.05 KB, patch)
2017-08-08 03:26 PDT, Yoshiaki Jitsukawa
no flags
Patch (256.95 KB, patch)
2017-08-08 14:15 PDT, Yoshiaki Jitsukawa
no flags
Patch (256.95 KB, patch)
2017-08-08 16:07 PDT, Yoshiaki Jitsukawa
no flags
Patch (257.89 KB, patch)
2017-08-08 16:25 PDT, Yoshiaki Jitsukawa
mmaxfield: review+
Patch (200.08 KB, patch)
2017-08-09 18:59 PDT, Yoshiaki Jitsukawa
no flags
Yoshiaki Jitsukawa
Comment 1 2017-08-07 17:50:25 PDT
Yoshiaki Jitsukawa
Comment 2 2017-08-08 03:26:01 PDT
Yoshiaki Jitsukawa
Comment 3 2017-08-08 03:50:37 PDT
There's interdependency between spi/cocoa and spi/cg so these two need to be moved at once.
Yoshiaki Jitsukawa
Comment 4 2017-08-08 14:15:57 PDT
Yoshiaki Jitsukawa
Comment 5 2017-08-08 16:07:36 PDT
Yoshiaki Jitsukawa
Comment 6 2017-08-08 16:25:46 PDT
Myles C. Maxfield
Comment 7 2017-08-09 17:15:41 PDT
Comment on attachment 317640 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=317640&action=review I'm not an OWNER of the WebKit subproject, but just the change in pathnames shouldn't require an OWNER. Other than the style for the "*" character, this looks good. > Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.hSource/WebCore/platform/spi/cocoa/AVKitSPI.h:74 > +@property (nonatomic, readonly) AVPictureInPicturePlayerLayerView* pictureInPicturePlayerLayerView; Unfortunately, this is actually backwards. The style is: For C and C++ types: Type* foo; For Objective-C types: Type *foo;
Yoshiaki Jitsukawa
Comment 8 2017-08-09 17:39:22 PDT
(In reply to Myles C. Maxfield from comment #7) Thank you! I'll fix the style for Objective-C.
Yoshiaki Jitsukawa
Comment 9 2017-08-09 18:59:29 PDT
WebKit Commit Bot
Comment 10 2017-08-09 21:13:14 PDT
Comment on attachment 317774 [details] Patch Clearing flags on attachment: 317774 Committed r220506: <http://trac.webkit.org/changeset/220506>
WebKit Commit Bot
Comment 11 2017-08-09 21:13:16 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 12 2017-08-09 21:14:24 PDT
Note You need to log in before you can comment on or make changes to this bug.