Commits
User selector
Commit History
Commits on Sep 22, 2021
PCM should include the bundle ID of the app from which it originated
Show description for 0a7f110authored andcommitted
Commits on Aug 12, 2021
Adopt span in RTCRtpSFrameTransform
Show description for 3bcf265committedImplement SFrameTransform error handling
Show description for 830ca4fcommitted
Commits on Jul 22, 2021
nullptr crash in ApplyStyleCommand::applyRelativeFontStyleChange
Show description for cae366dcommitted
commit-queue@webkit.org
Commits on Jul 20, 2021
REGRESSION (r278062): Misplaced text in Wikipedia search field
Show description for 8906f90committed
Commits on Jul 13, 2021
[CG] REGRESSION(r278863): The destination rectangle is truncated when the sub-image is used
Show description for d05a529committed
Commits on Jul 12, 2021
BifurcatedGraphicsContext can't draw text
Show description for b87d500committed
Commits on Jul 9, 2021
SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage
Show description for 3280e7acommitted
Commits on Jul 8, 2021
PCM: Add error logging for CryptoKit operations
Show description for 1b304f9committedPCM: API test PrivateClickMeasurement.ValidBlindedSecret is failing on platforms with RSABSSA
Show description for d43a216committed
Commits on Jun 18, 2021
[MSE][GStreamer] Soundcloud serves MP4 audio with empty tfdt boxes
Show description for 01a2c0cauthored andcommitted
Commits on Jun 15, 2021
Allow legacy SecurityOrigin behavior for x-apple-ql-id2 scheme
Show description for 3653941committed
Commits on Jun 14, 2021
AcceleratedImageBuffer not instantiated but objects are punned to the type
Show description for 4b52f43authored andcommitted
Commits on Jun 11, 2021
[Monterey] Support building WebKit
Show description for d7388f4committed
Commits on Jun 8, 2021
Factor MarkedText collection out of LegacyInlineTextBox
Show description for a865241committed
Commits on Jun 5, 2021
FileSystem::readFromFile() should return data as `void*`
Show description for e711459committedUse Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 3, 2021
Split FillInlinePath/StrokeInlinePath
Show description for 0d0fd7aauthored andcommitted
Commits on Jun 2, 2021
[Cocoa] _WKAuthenticatorAssertionResponse should specify the attachment type used
Show description for 2332ed9authored andcommitted
Remove <wtf/Optional.h>
Show description for 786e703committedRename 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 e98ff12committedSplit calc() related files into 1-class per file structure
Show description for 0c141f9committed
Sam Weinig
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
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
Introduce BifurcatedGraphicsContext
Show description for 2a6a5aecommitted
Commits on May 26, 2021
Virtualize GraphicsContext
Show description for 1733b8bcommitted
Commits on May 25, 2021
Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.)
Show description for 8827b78committed
Sam Weinig
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committedUnreviewed, reverting r277940.
Show description for 403b09dcommittedConvert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.)
Show description for a336c84committed
Sam Weinig
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig