RESOLVED FIXED 204130
Cleanup old UIKit Staging
https://bugs.webkit.org/show_bug.cgi?id=204130
Summary Cleanup old UIKit Staging
Megan Gardner
Reported 2019-11-12 16:22:36 PST
Cleanup old UIKit Staging
Attachments
Patch (8.00 KB, patch)
2019-11-12 16:24 PST, Megan Gardner
no flags
Megan Gardner
Comment 1 2019-11-12 16:24:39 PST
WebKit Commit Bot
Comment 2 2019-11-13 15:05:08 PST
Comment on attachment 383401 [details] Patch Clearing flags on attachment: 383401 Committed r252434: <https://trac.webkit.org/changeset/252434>
WebKit Commit Bot
Comment 3 2019-11-13 15:05:09 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-11-13 15:06:04 PST
Alexey Proskuryakov
Comment 5 2019-11-17 16:57:33 PST
Comment on attachment 383401 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=383401&action=review > Source/WebKit/Platform/spi/ios/UIKitSPI.h:-1112 > -@interface UIWebGeolocationPolicyDecider (Staging_25963823) > -- (void)decidePolicyForGeolocationRequestFromOrigin:(id)securityOrigin requestingURL:(NSURL *)requestingURL view:(UIView *)view listener:(id)listener; > -@end Roy pointed out that this broke internal build. This declaration is now only compiled in open source builds - and this method doesn't actually exist. Code that uses this variant of decidePolicyForGeolocationRequestFromOrigin has a respondsToSelector check, so it is dead code. May be some kind of mistake in the patch that added this, rolling back for now.
Alexey Proskuryakov
Comment 6 2019-11-17 17:08:40 PST
Ugh, there were a lot of patches touching this header later, all of which would have to be rolled back. Attempted a build fix in http://trac.webkit.org/r252535 - but someone (i.e. thorton) needs to take a look at what the intent of this code was originally.
Alexey Proskuryakov
Comment 7 2019-11-17 17:13:39 PST
No, I see what happened better now. Trying a different build fix in http://trac.webkit.org/r252536.
Note You need to log in before you can comment on or make changes to this bug.