Commits
User selector
Commit History
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Feb 28, 2020
[GPUP] Implement Modern EME API in the GPU Process
Show description for 1605a1dcommitted
Commits on Feb 12, 2020
[EME][GStreamer] Introduce CDMProxy
Show description for 6e9bc25committed
Commits on Sep 5, 2019
[EME] Introduce a Proxy CDM for thread-safe access to CDM instances from background decryption threads
Show description for 7b76480committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 6, 2019
Fix inefficiency in HTTPHeaderMap::set(CFStringRef, const String&)
Show description for 079d845committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Oct 18, 2018
Add support for MediaKeyEncryptionScheme
Show description for b7ce085committed
Commits on Sep 21, 2018
[EME] Introduce the concept of CDMInstanceSession.
Show description for 5823fd1committed
Commits on Aug 6, 2018
Return extracted key ids as an optional
Show description for b784ef5committed
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Jun 8, 2018
Add base class to get WeakPtrFactory member and avoid some boilerplate code
Show description for ec66600committed
Commits on May 3, 2018
Use pointer instead of std::optional<T&>
Show description for c8f9203committedUnreviewed, rolling out r231223 and r231288.
Show description for 8376b63committedUse pointer instead of std::optional<std::reference_wrapper<>>
Show description for 26d0863committed
Commits on May 2, 2018
Use default std::optional if it is provided
Show description for 1fd3054committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Nov 10, 2017
Add a FairPlay Streaming based CDM for Modern EME
Show description for 12e6219committed
Commits on Oct 6, 2017
[Cocoa] Enable ENABLE_ENCRYPTED_MEDIA build-time setting
Show description for f80687fcommitted
Commits on Sep 23, 2017
WeakPtrFactory should populate m_ref lazily.
Show description for bbed79fcommitted
Commits on Aug 26, 2017
[EME][GStreamer] Connect CDM to GStreamer
Show description for a199b53committed
Commits on Aug 4, 2017
[EME] Push CDMFactory into the platform layer
Show description for 6c5cedecommitted
Commits on Jul 7, 2017
[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for 60e5e92committed
Commits on Jul 6, 2017
Unreviewed, rolling out r219178.
Show description for 1a37f1acommitted[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for ee7d299committed
Commits on Apr 28, 2017
Move UUID from WebCore/platform to WTF
Show description for 4aa538bcommitted
Commits on Feb 10, 2017
[EME] Implement MediaKeySession::load()
Show description for af246f8committed[EME] Implement MediaKeySession::sessionClosed()
Show description for 70be930committed[EME] Implement MediaKeySession::updateKeyStatuses(), MediaKeyStatusMap
Show description for 31df9b2committed
Commits on Feb 8, 2017
[EME] Implement MediaKeySession::remove()
Show description for 61fca43committed[EME] Implement MediaKeySession::close()
Show description for bed2297committed