Bug 177442 - [EME] Add ClearKey support for persistent session data load and removal
Summary: [EME] Add ClearKey support for persistent session data load and removal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-25 11:08 PDT by Zan Dobersek
Modified: 2017-09-27 12:17 PDT (History)
3 users (show)

See Also:


Attachments
Patch (13.08 KB, patch)
2017-09-25 11:18 PDT, Zan Dobersek
calvaris: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2017-09-25 11:08:30 PDT
[EME] Add ClearKey support for persistent session data load and removal
Comment 1 Zan Dobersek 2017-09-25 11:18:22 PDT
Created attachment 321706 [details]
Patch
Comment 2 Xabier Rodríguez Calvar 2017-09-26 02:24:04 PDT
Comment on attachment 321706 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=321706&action=review

> Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.cpp:458
> +    // Use a helper functor that schedules the callback dispatch, avoiding
> +    // duplicated callOnMainThread() calls.

You can have this in a single line.

> Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.cpp:503
> +    // Use a helper functor that schedules the callback dispatch, avoiding
> +    // duplicated callOnMainThread() calls.

You can have this in a single line.
Comment 3 Zan Dobersek 2017-09-26 02:48:26 PDT
Committed r222498: <http://trac.webkit.org/changeset/222498>
Comment 4 Radar WebKit Bug Importer 2017-09-27 12:17:57 PDT
<rdar://problem/34692978>