| Summary: | HTMLMediaElement needs way to find MediaDeviceInfo keys | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Matthew Daiter <mdaiter> | ||||||||
| Component: | WebCore Misc. | Assignee: | Matthew Daiter <mdaiter> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | beidson, bfulgham, commit-queue, eric.carlson, jer.noble, jonlee, mdaiter, webkit-bug-importer, webkit.review.bot | ||||||||
| Priority: | P2 | ||||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Matthew Daiter
2015-08-10 14:29:57 PDT
Created attachment 258651 [details]
Patch
Created attachment 258653 [details]
Patch
Comment on attachment 258653 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258653&action=review > Source/WebCore/page/Settings.h:275 > + void setMediaDeviceInformationKeysStorageDirectory(const String& directory) { m_mediaDeviceInformationKeysStorageDirectory = directory; } > + const String& mediaDeviceInformationKeysStorageDirectory() const { return m_mediaDeviceInformationKeysStorageDirectory; } Are you storing "media device information keys"? Or are you storing "media device identifiers"? I'd argue it's the latter, which would make this "mediaDeviceIdentifierStorageDirectory()" Created attachment 258657 [details]
Patch
Comment on attachment 258653 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258653&action=review >> Source/WebCore/page/Settings.h:275 >> + const String& mediaDeviceInformationKeysStorageDirectory() const { return m_mediaDeviceInformationKeysStorageDirectory; } > > Are you storing "media device information keys"? Or are you storing "media device identifiers"? I'd argue it's the latter, which would make this "mediaDeviceIdentifierStorageDirectory()" Fixed! Comment on attachment 258657 [details] Patch Clearing flags on attachment: 258657 Committed r188234: <http://trac.webkit.org/changeset/188234> All reviewed patches have been landed. Closing bug. |