WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
147838
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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 258642
[details]
Patch
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
<
rdar://problem/24636476
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug