Commits
User selector
Commit History
Commits on Sep 22, 2021
Drop makeRef() and use Ref { } instead
Show description for fee7a1ccommitted
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 13, 2021
AX: Make PDFs loaded via <embed> accessible
Show description for 38c5520authored andcommitted
Commits on Sep 9, 2021
Deploy CheckedRef on FocusController
Show description for 3f7cc98committed
Commits on Aug 23, 2021
LayoutTests/imported/w3c:
Show description for 64f82aecommitted
Commits on Aug 5, 2021
GCC 11 builds should use -Wno-array-bounds, -Wno-nonnull
Show description for bd938edauthored andcommitted
Commits on Jul 12, 2021
[GTK][WPE] Support drawing scrollbar corner
Show description for 681881bauthored andcommitted
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committedUnreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy
Show description for cf4239fcommitted
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
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 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
Unreviewed, reverting r277940.
Show description for 403b09dcommittedDrop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommittedConvert 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 20, 2021
Use CheckedLock more in WebKit2 code
Show description for 2d56d83committed
Commits on May 18, 2021
Temporarily revert r276592 as it breaks some native apps
Show description for 811aa6ecommitted
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 9, 2021
Remove uses of the WTF::String::toInt family of functions from WebKit framework sources
Show description for fbb305acommitted
Commits on May 4, 2021
Use OptionSet for MediaProducer::MediaStateFlags
Show description for e7d9ebbcommitted
Commits on Apr 27, 2021
IPC::decoder::decode() should mark decoder as invalid when failing
Show description for 7bc72bdcommitted
Commits on Apr 26, 2021
[JSC] OrdinarySet should invoke custom [[Set]] methods
Show description for a5cadcacommitted
Commits on Apr 21, 2021
Lots of spurious -Wnonnull warnings with GCC 11
Show description for 3fec26cauthored andcommitted
Commits on Apr 16, 2021
Place vertical scrollbars at (inline/block)-end edge in all writing modes.
Show description for 231a178committed
Commits on Mar 13, 2021
AX: PDF frame conversion routines need to be updated
Show description for b0746a1committed
Commits on Mar 12, 2021
[macOS] override the background color of PDF documents to match PDFKit
Show description for 010d252committed
Commits on Mar 10, 2021
Use UniqueRef<> instead of std::unique_ptr<> when passing IPC::Encoder to sendMessage()
Show description for 72e8be0committed
Commits on Mar 9, 2021
Stop using callOnMainThread() / isMainThread() in WebKit2
Show description for 83ae5d0committed
Commits on Mar 3, 2021
Modernize WebKit2 PDFKit softlinking
Show description for 2617a70committed
Commits on Mar 1, 2021
Remove ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING which is always true for macOS
Show description for de5c619committed
Commits on Feb 27, 2021
Reduce explicit usage of [objC retain] in WebKit
Show description for e2cc440committed
Commits on Feb 20, 2021
Review remaining usage of autorelease to make sure it is necessary
Show description for 8301762committed
Commits on Feb 19, 2021
Plumb an Optional<PageIdentifier> through WebPasteboardProxy
Show description for d249ee3committed