Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop makeRefPtr() and use RefPtr { } directly instead
Show description for fef3d76committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Aug 26, 2021
Clean up logging #includes
Show description for b59a631committed
Commits on Jul 12, 2021
Cross platform compilation of PlatformXRSystem and PlatformXRSystemProxy
Show description for 1fbec7dcommitted
Commits on Jun 29, 2021
Loading WebM hangs if server sends only small amount of data
Show description for faaa9dbcommitted
Commits on Jun 28, 2021
Not all uses of AudioToolbox framework use soft linking
Show description for 990d730committedUnreviewed, reverting r279322.
Show description for 15c6fe0committedNot all uses of AudioToolbox framework use soft linking
Show description for 525b607committed
Commits on Jun 25, 2021
Unreviewed, reverting r279208.
Show description for 7ac2c5bcommitted
Commits on Jun 24, 2021
Not all uses of AudioToolbox framework use soft linking
Show description for c43f145committed
Commits on Jun 22, 2021
Functions dispatched to WorkQueue are sometimes destroyed in the calling thread due to block refcounting
Show description for a6affeaauthored andcommitted
Commits on Jun 15, 2021
[Mac] CoreMedia WrapperClass does not need alignment fixup
Show description for 24655a6committed
Commits on Jun 11, 2021
Unreviewed macOS build fix.
Show description for a27b4e9committed
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
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 29, 2021
Clients of optional should use has_value instead of relying on hasValue macro
Show description for ddf6645committed
Commits on May 28, 2021
[Cocoa] Hang in WebM format reader when loading content from https://powerrangers.fandom.com/
Show description for c07446fcommittedNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 25, 2021
Initialize WebCore and WebKit logging channels in the GPU Process
Show description for c23c514committed
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 23, 2021
Use CheckedLock in even more places
Show description for ae0b81ccommitted
Commits on May 22, 2021
Stop using holdLock() in WebKit/WebKitLegacy/Tools as it is not compatible with Clang thread safety analysis
Show description for 90b42cacommitted
Commits on May 21, 2021
Adopt CheckedLock in MediaFormatReader and fix threading bug
Show description for e533bfecommitted
Commits on May 18, 2021
Unreviewed, reverting r277614.
Show description for 5b3d19bcommitted
Commits on May 17, 2021
Remove API::Object::Type::BundlePageGroup
Show description for 688fac9committed
Commits on Apr 28, 2021
Add a Condition type that supports thread safety analysis
Show description for 7372921authored andcommitted
Commits on Apr 23, 2021
[Mac] CMBaseClass object pointers can become unaligned on x86
Show description for 024ae1bcommitted
Commits on Mar 13, 2021
[Cocoa][WebM] Hang when reloading page before WebM content is loaded
Show description for b3664c9committed
Commits on Mar 12, 2021
Drop some unnecessary RunLoop::isMain() / IsMainRunLoop() checks
Show description for 3975542committed
Commits on Mar 9, 2021
Stop using callOnMainThread() / isMainThread() in WebKit2
Show description for 83ae5d0committed
Commits on Feb 13, 2021
[Mac] Unable to play WebM/Opus generated from Chrome MediaRecorder
Show description for a5cac04committed
Commits on Feb 4, 2021
[Cocoa] WebM audio goes out-of-sync or stops playing after a seek
Show description for 3aba883committed[macOS] Shrink MediaSampleByteRange by 8 bytes
Show description for 66aa056committed
Commits on Jan 29, 2021
[GPUP][MSE] A video element does not fire “canplaythrough” event if SourceBuffer.abort() is called
Show description for d00fa96committed
Commits on Jan 27, 2021
[Mac] MediaSampleCursor::stepInOrderedMap can hang when stepping to the end of a track that hasn't been fully parsed
Show description for 9901831committed