Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Jun 10, 2021
Only cache GET requests in the memory cache
Show description for 01f723dcommittedFix some inefficient uses of SharedBuffer
Show description for 044109ecommitted
Commits on Jun 9, 2021
Adopt WTF::Span in SQLiteStatement
Show description for 90cf43dcommitted
Sam Weinig
Commits on Jun 6, 2021
Use `const uint8_t*` type more consistently to store bytes in WebKit
Show description for 66fb385committed
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 19, 2021
Drop "get" prefix from SQLiteStatement member functions as well as out-parameters
Show description for 545dca3committed
Commits on May 17, 2021
Avoid more String creations when preparing SQLite statements
Show description for 354a205committed
Commits on May 16, 2021
Modernize / Optimize SQLiteStatement creation and preparation
Show description for 5e60fadcommitted
Commits on May 14, 2021
Rename FileSystem::getFileSize() to FileSystem::fileSize()
Show description for 7f42cb6committedRename FileSystem::pathGetFileName() to FileSystem::pathFileName()
Show description for 3cab8bccommitted
Commits on May 13, 2021
Rename FileSystem::directoryName() to FileSystem::parentPath()
Show description for 5036599committed
Commits on May 2, 2021
Use SortedArrayMap in a few more places
Show description for 0f73b4dcommitted
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 6, 2021
Update ApplicationCacheStorage::originsWithCache() to return a HashSet<SecurityOriginData> instead of a Vector<Ref<SecurityOrigin>>
Show description for 1b9e219committed
Commits on Jan 30, 2021
Check activeDocumentLoader() for null consistently everywhere
Show description for 3d25350committed
Commits on Jan 25, 2021
Support AbortSignal in addEventListenerOptions to unsubscribe from events
Show description for 443768ecommitted
Commits on Nov 5, 2020
Store WeakPtr<Frame> instead of Frame*
Show description for 839b1a3committed
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Jul 31, 2020
It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type
Show description for 7d5e1a6committed
Sam Weinig
Commits on Jul 3, 2020
[WPE] Fix build with clang after r263898
Show description for 681ed5acommittedCleanup ApplicationCacheManifestParser.h/cpp
Show description for 9e7e005committed
Sam Weinig
Commits on Jun 30, 2020
Rename ManifestParser.h/cpp to ApplicationCacheManifestParser.h/cpp to make it clear its not the ApplicationManifestParser (a different thing entirely)
Show description for ec12028committed
Sam WeinigConvert AppCache manifest parser over to using StringParsingBuffer
Show description for 3d2c445committed
Sam Weinig
Commits on Jun 11, 2020
Replace instances of whitelist in WebCore with allowlist
Show description for 81960d5committed
Commits on Jun 6, 2020
Source/WebCore:
Show description for a438cb5authored andcommitted
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
Move URL to use StringView when returning substrings of the URL
Show description for 8e088a7committed
Commits on Apr 23, 2020
Move applyUserAgentIfNeeded calls to a more central place
Show description for 21f78deauthored andcommitted
Commits on Apr 22, 2020
Unreviewed, reverting r259116.
Show description for 7015f97committed