RESOLVED FIXED 146426
Implementing enumerateDevices
https://bugs.webkit.org/show_bug.cgi?id=146426
Summary Implementing enumerateDevices
Matthew Daiter
Reported 2015-06-29 14:51:15 PDT
Wanted to implement enumerateDevices
Attachments
Patch (12.23 KB, patch)
2015-08-12 00:47 PDT, Matthew Daiter
no flags
Patch (12.22 KB, patch)
2015-08-12 14:08 PDT, Matthew Daiter
no flags
Patch (5.23 KB, patch)
2015-08-12 15:59 PDT, Matthew Daiter
no flags
Patch (9.58 KB, patch)
2015-08-12 17:37 PDT, Matthew Daiter
no flags
Patch (11.69 KB, patch)
2015-08-13 11:07 PDT, Matthew Daiter
no flags
Patch (11.79 KB, patch)
2015-08-13 11:40 PDT, Matthew Daiter
no flags
Patch (12.52 KB, patch)
2015-08-13 12:55 PDT, Matthew Daiter
no flags
Patch (12.52 KB, patch)
2015-08-13 13:54 PDT, Matthew Daiter
no flags
Patch (12.62 KB, patch)
2015-08-14 14:47 PDT, Matthew Daiter
no flags
Radar WebKit Bug Importer
Comment 1 2015-06-29 14:52:34 PDT
Matthew Daiter
Comment 2 2015-08-12 00:47:12 PDT
Matthew Daiter
Comment 3 2015-08-12 14:08:36 PDT
Matthew Daiter
Comment 4 2015-08-12 15:59:32 PDT
Matthew Daiter
Comment 5 2015-08-12 17:37:39 PDT
Matthew Daiter
Comment 6 2015-08-13 11:07:49 PDT
Matthew Daiter
Comment 7 2015-08-13 11:40:57 PDT
Matthew Daiter
Comment 8 2015-08-13 12:55:01 PDT
Matthew Daiter
Comment 9 2015-08-13 13:54:32 PDT
Eric Carlson
Comment 10 2015-08-14 14:26:48 PDT
Comment on attachment 258929 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258929&action=review > Source/WebCore/platform/mediastream/MediaDevicesPrivate.cpp:32 > #include "MediaStreamTrackSourcesRequestClient.h" Nit: this isn't necessary, it is included by the .h file. > Source/WebCore/platform/mediastream/MediaDevicesPrivate.h:51 > + const String& requestOrigin() const override { return emptyString(); } Why an empty string? This needs a FIXME at the very least.
Matthew Daiter
Comment 11 2015-08-14 14:47:18 PDT
WebKit Commit Bot
Comment 12 2015-08-14 15:12:17 PDT
Comment on attachment 259044 [details] Patch Clearing flags on attachment: 259044 Committed r188493: <http://trac.webkit.org/changeset/188493>
WebKit Commit Bot
Comment 13 2015-08-14 15:12:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.