RESOLVED WONTFIX147838
Add WKOriginDataManager entry for MediaDeviceInfoKeys
https://bugs.webkit.org/show_bug.cgi?id=147838
Summary Add WKOriginDataManager entry for MediaDeviceInfoKeys
Matthew Daiter
Reported 2015-08-10 13:05:53 PDT
Need to teach WebKit2 how to manage the origin of which MediaDeviceInformation key was generated from which website (if we store per website, as was a possibility when discussed).
Attachments
Patch (1.29 KB, patch)
2015-08-10 13:10 PDT, Matthew Daiter
sam: review-
Matthew Daiter
Comment 1 2015-08-10 13:08:08 PDT
Current API only uses IndexedDataBbaseData type, still should add enum type to conform to other key/storage implementations
Matthew Daiter
Comment 2 2015-08-10 13:10:29 PDT
Sam Weinig
Comment 3 2015-08-10 13:50:42 PDT
Comment on attachment 258642 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258642&action=review > Source/WebKit2/UIProcess/API/C/WKOriginDataManager.h:48 > +#if ENABLE(MEDIA_STREAM) > + kWKMediaDeviceInformationKeyStorageOriginData = 1 << 9, > +#endif > ENABLE macros can't go in SPI/API headers.
Anders Carlsson
Comment 4 2016-02-12 14:29:04 PST
We got rid of WKOriginDataManager.
Radar WebKit Bug Importer
Comment 5 2016-02-12 14:29:27 PST
Note You need to log in before you can comment on or make changes to this bug.