RESOLVED FIXED206456
Remove unused WebsiteDataStore::setSourceApplicationBundleIdentifier
https://bugs.webkit.org/show_bug.cgi?id=206456
Summary Remove unused WebsiteDataStore::setSourceApplicationBundleIdentifier
Alex Christensen
Reported 2020-01-17 15:57:50 PST
Remove unused WebsiteDataStore::setSourceApplicationBundleIdentifier
Attachments
Patch (6.81 KB, patch)
2020-01-17 16:00 PST, Alex Christensen
no flags
Patch (10.31 KB, patch)
2020-02-26 17:33 PST, Alex Christensen
beidson: review+
Alex Christensen
Comment 1 2020-01-17 16:00:15 PST
youenn fablet
Comment 2 2020-01-30 00:21:22 PST
Some related API tests seem to fail.
Alex Christensen
Comment 3 2020-02-26 17:33:22 PST
Brady Eidson
Comment 4 2020-02-26 20:32:59 PST
Comment on attachment 391820 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391820&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm:346 > - return _websiteDataStore->sourceApplicationBundleIdentifier(); > + return nil; Why leave this here at all? > Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm:351 > - (void)_setSourceApplicationBundleIdentifier:(NSString *)identifier > { > - if (!_websiteDataStore->setSourceApplicationBundleIdentifier(identifier)) > - [NSException raise:NSGenericException format:@"_setSourceApplicationBundleIdentifier cannot be called after networking has begun"]; > } Ditto
Alex Christensen
Comment 5 2020-02-26 20:44:29 PST
Radar WebKit Bug Importer
Comment 6 2020-02-26 20:45:16 PST
Note You need to log in before you can comment on or make changes to this bug.