Commits
User selector
Commit History
Commits on Sep 23, 2021
Unify more media-related WebCore source files
Show description for f2356c3committed
Commits on Sep 22, 2021
Reduce sizeof(NetworkLoadMetrics)
Show description for 6d5d992authored andcommitted
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Aug 31, 2021
[SOUP] Assertion in startObservingCookieChanges()
Show description for 5ac8745authored andcommittedCut down on use of CFGetTypeID, using dynamic_cf_cast instead; related streamlining
Show description for 976a2e1committed
Commits on Jun 10, 2021
Move Timing-Allow-Origin checks to the network process
Show description for 86bc845committed
Commits on Jun 4, 2021
Implement off-by-default experimental feature for PerformanceResourceTiming.transferSize, encodedBodySize, and decodedBodySize
Show description for d230ad7committed
Commits on Jun 3, 2021
Fix WPT test resource-timing/cross-origin-redirects.html
Show description for ca9493ecommitted
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 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committed
Commits on May 20, 2021
Use CheckedLock more in WebCore
Show description for 10935a0committedAdd support for Navigation Timing Level 2
Show description for 9303ca8committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on May 15, 2021
Drop FileSystem::fileMetadata() / fileMetadataFollowingSymlinks()
Show description for 72d1917committed
Commits on May 14, 2021
Resource Timing: secureConnectionStart == 0 when a connection is re-used
Show description for b880d9ecommitted
Commits on May 2, 2021
Use SortedArrayMap in a few more places
Show description for 0f73b4dcommitted
Commits on Mar 24, 2021
Consolidate Books bundle checks
Show description for 4052c19committed
Commits on Mar 11, 2021
Use RetainPtr<> / OSObjectPtr<> more in WebKit
Show description for 27d4cf2committed
Commits on Feb 22, 2021
Use adoptNS() as soon as we [[ObjcClass alloc] init] to avoid leaks
Show description for 9db1009committed
Commits on Feb 19, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 29ae036committed
Commits on Feb 17, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 3fbf538committed
Commits on Feb 12, 2021
Reduce explicit usage of [objC release] in WebKit
Show description for 72b5e4ccommitted
Commits on Jan 15, 2021
[GPUProcess] Move DOM / Canvas rendering off the main thread in the GPUProcess
Show description for de3abedcommitted
Commits on Dec 14, 2020
Source/ThirdParty/libwebrtc:
Show description for 11ccaf1committed
Commits on Nov 16, 2020
Ignore deprecation warnings for the uniform types C API
Show description for 01ffc4ccommitted
Commits on Jul 28, 2020
Unreviewed, reverting r264955.
Show description for 013e207committed
Commits on Jul 27, 2020
WebCoreResourceHandleAsOperationQueueDelegate can use RunLoop::dispatch
Show description for 8bb0f16committed
Commits on Jul 21, 2020
Revert r262776 for existing apps using UIWebView/WebView
Show description for 23d8161authored andcommitted
Commits on Jul 7, 2020
BEGIN_BLOCK_OBJC_EXCEPTIONS/END_BLOCK_OBJC_EXCEPTIONS should not have trailing semicolons
Show description for d852aaacommitted
Commits on Jun 29, 2020
Commits on Jun 11, 2020
REGRESSION (r262776): Flaky crash under -[WebCoreResourceHandleAsOperationQueueDelegate connection:willSendRequest:redirectResponse:]
Show description for 95a47b9authored andcommitted
Commits on Jun 9, 2020
XMLHTTPRequest.send should not send Content-Type headers when Blob has no type
Show description for 301d179authored andcommitted
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Move URL to use StringView when returning substrings of the URL
Show description for 8e088a7committed