Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 14, 2021
Pass PAL::SessionID by value instead of reference
Show description for 13620e1authored andcommitted
Commits on Jun 2, 2021
Rename 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 e98ff12committed
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 20, 2021
Use CheckedLock more in WebCore
Show description for 10935a0committed
Commits on May 2, 2021
Use SortedArrayMap in a few more places
Show description for 0f73b4dcommitted
Commits on Apr 29, 2021
Improve local storage size estimation for quota limitation
Show description for 03b3efacommittedUnreviewed, reverting r276689, r276736, and r276737.
Show description for c313264committed
Commits on Apr 28, 2021
Make sure we invalidate the iterator in StorageMap::clear()
Show description for dd7bbcdcommittedImprove local storage size estimation for quota limitation
Show description for ee1d6f8committed
Commits on Apr 27, 2021
Copy-on-write semantics should be an internal implementation detail of StorageMap
Show description for b91f5a4committedDon't keep local storage data in memory in the NetworkProcess
Show description for b20e624committed
Commits on Apr 8, 2021
Remove logging for investigating http/tests/IndexedDB/storage-limit-1.html failure
Show description for fee6a75committed
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 13, 2021
Unreviewed, fix build warnings after r273204 and r274323
Show description for efdc1d5committed
Commits on Mar 12, 2021
Add some logging to help debug flaky quota tests
Show description for ea321f6authored andcommitted
Commits on Jan 5, 2021
Use WeakHashSet<Page> instead of HashSet<Page*>
Show description for 7971b28committed
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 27, 2020
Clean up type parameter for Event idl
Show description for 6649c3dauthored andcommitted
Commits on Sep 13, 2020
[WebIDL] Remove need for [MayThrowException] on indexed and named setters
Show description for 2a97c7acommitted
Sam Weinig
Commits on Sep 12, 2020
[WebIDL] Remove need for [MayThrowException] on named deleters
Show description for 2642f99committed
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Jun 17, 2020
Use constructor operations in WebIDL
Show description for 9aeac24committed
Sam Weinig
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Commits on Feb 6, 2020
Unreviewed build fix for Windows ports since r255875
Show description for 493af2ecommittedRegression(r248734) StorageAreaMap objects are getting leaked
Show description for d959b00committed
Commits on Jan 21, 2020
Minor improvements to StorageAreaMap
Show description for c875960committed
Commits on Dec 3, 2019
Cross-thread version StorageQuotaManager
Show description for 5547b09committed
Commits on Nov 24, 2019
Unreviewed, rolling out r252805.
Show description for 9e109facommitted
Commits on Nov 23, 2019
Use the event loop instead of DocumentEventQueue and WorkerEventQueue
Show description for 793e2b5committed
Commits on Nov 22, 2019
Cross-thread version StorageQuotaManager
Show description for c19d1b8committed
Commits on Oct 10, 2019
Add a unit test for StorageQuotaManager
Show description for 6b6168bcommitted
Commits on Oct 9, 2019
IndexedDB: update size to actual disk usage only when estimated increase is bigger than space available
Show description for a1d0686committed