Commits
User selector
Commit History
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 8, 2021
Fix a typo
Show description for 3495671authored andcommitted
Commits on Apr 15, 2021
Preloaded async scripts should use the same priority as the normally loaded ones
Show description for 85a1a82committed
Commits on Feb 10, 2021
Rename SecurityOrigin's canAccess() to isSameOriginDomain() to match HTML specification naming
Show description for 93712a3committed
Commits on Feb 3, 2021
Add a loader for <model> resources
Show description for d036cc4committed
Commits on Sep 23, 2020
Remove ENABLE_SVG_FONTS macro
Show description for b244bc0committed
Commits on Aug 31, 2020
Many settings in RuntimeEnabledSettings should autogenerated Settings: Part 1
Show description for 204e1becommitted
Sam Weinig
Commits on Jun 22, 2020
Add referrerpolicy attribute support for <link>
Show description for c7dbe22authored andcommitted
Commits on Jun 7, 2020
Remove ENABLE_VIDEO_TRACK ifdef guards
Show description for 7db2ea9committed
Commits on May 13, 2020
Give some NetworkLoadMetrics to WebCoreNSURLSession's delegate
Show description for 7a8ba90authored andcommitted
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Commits on Jan 3, 2020
Implement "create a potential-CORS request"
Show description for 981a159authored andcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 16, 2019
Remove support for beforeload on link=prefetch
Show description for 6c8f165authored andcommitted
Commits on Jun 25, 2019
Introduce LinkLoadParameters
Show description for 7f083f0authored andcommitted
Commits on Jun 3, 2019
Implement imagesrcset and imagesizes attributes on link rel=preload
Show description for af9e90dauthored andcommitted
Commits on May 28, 2019
Unreviewed, rolling out r245475.
Show description for 3c06b44committed
Shawn Roberts
Commits on May 17, 2019
Implement imagesrcset and imagesizes attributes on link rel=preload
Show description for a25dd09authored andcommitted
Commits on May 8, 2019
Link prefetch not useful for top-level navigation
Show description for e0fa8b6authored andcommitted
Commits on Apr 26, 2019
Use normal loading path for ping loads
Show description for 78dae96committed
Commits on Apr 18, 2019
Unreviewed manual rollout of r244248 and r244409
Show description for ba300dacommitted
Shawn Roberts
Commits on Apr 14, 2019
Link prefetch not useful for top-level navigation
Show description for 86b2746authored andcommitted
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 Nov 8, 2018
Add a String literal that returns a String
Show description for 9f4fba5committed
Commits on Sep 4, 2018
Add helper function to create a potential CORS request
Show description for 37c5b95committed
Commits on Jul 9, 2018
Shrink various loading-related enums to shrink CachedResource
Show description for b733027committed
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 25, 2018
URL::host should return a StringView to reduce allocations
Show description for 6f6e0d3committed
Commits on May 11, 2018
LinkLoader fails to remove CachedResourceClient in some cases
Show description for 18961b7committed
Commits on Mar 12, 2018
Runtime flag for link prefetch and remove link subresource.
Show description for 103c676committed
Commits on Mar 6, 2018
Support for preconnect Link headers
Show description for 13a4c27committed
Commits on Mar 3, 2018
Source/WebCore:
Show description for 3d6b689committed
Commits on Feb 28, 2018
Reduce use of NetworkingContext in WebKit
Show description for 787d4caauthored andcommitted