RESOLVED FIXED 212996
WebKit:Add PepperUICoreSPI.h
https://bugs.webkit.org/show_bug.cgi?id=212996
Summary WebKit:Add PepperUICoreSPI.h
Jonathan Bedard
Reported 2020-06-09 15:23:18 PDT
To build watchOS, we need an SPI header for PepperUICore.
Attachments
Patch (25.05 KB, patch)
2020-06-09 15:33 PDT, Jonathan Bedard
no flags
Patch (25.10 KB, patch)
2020-06-10 07:55 PDT, Jonathan Bedard
no flags
Patch (24.90 KB, patch)
2020-06-10 11:25 PDT, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2020-06-09 15:23:36 PDT
Jonathan Bedard
Comment 2 2020-06-09 15:33:13 PDT
Jonathan Bedard
Comment 3 2020-06-10 07:55:04 PDT
Tim Horton
Comment 4 2020-06-10 10:41:22 PDT
Comment on attachment 401541 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401541&action=review > Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h:157 > +@property (nonatomic, assign) UIReturnKeyType returnKeyType; // Default is Done, also supports Send and Join I think we shouldn't be in the habit of importing comments from SPI headers. > Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h:280 > +@property (nonatomic) BOOL useWideIdleCheck; Do we really use all this stuff? I don't think so.
Tim Horton
Comment 5 2020-06-10 10:43:56 PDT
We do. Nevermind.
Jonathan Bedard
Comment 6 2020-06-10 11:19:33 PDT
Comment on attachment 401541 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401541&action=review >> Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h:157 >> +@property (nonatomic, assign) UIReturnKeyType returnKeyType; // Default is Done, also supports Send and Join > > I think we shouldn't be in the habit of importing comments from SPI headers. I mostly scrubbed them, missed this one.
Jonathan Bedard
Comment 7 2020-06-10 11:25:32 PDT
EWS
Comment 8 2020-06-10 13:34:23 PDT
Committed r262854: <https://trac.webkit.org/changeset/262854> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401558 [details].
Jonathan Bedard
Comment 9 2020-06-10 16:05:13 PDT
Jonathan Bedard
Comment 10 2020-06-10 17:00:13 PDT
Note You need to log in before you can comment on or make changes to this bug.