haikuwebkit/LayoutTests/storage/domstorage
Brady Eidson 915325fc4c Enforce a quota in window.sessionStorage
rdar://78507096 and https://bugs.webkit.org/show_bug.cgi?id=226337

Reviewed by Chris Dumez.

Source/WebCore:

Covered by change to existing test.

* page/Page.cpp:
(WebCore::Page::sessionStorage): Make sure the quota for session storage is not "noQuota"

* page/Settings.yaml: Default to 5mb instead of noQuota to match other browsers.

LayoutTests:

* platform/ios-wk1/TestExpectations:
* platform/ios/ios/storage/domstorage/5mb-quota.html: Removed.
* storage/domstorage/quota-expected.txt:
* storage/domstorage/quota.html:


Canonical link: https://commits.webkit.org/238505@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278498 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-06-04 21:21:48 +00:00
..
events Regression(r254859) DOM storage event gets fired at the frame that caused the storage modification 2020-05-22 15:17:10 +00:00
localstorage Cleanup unused resources in LayoutTests/storage 2021-06-04 17:23:02 +00:00
sessionstorage Cleanup unused resources in LayoutTests/storage 2021-06-04 17:23:02 +00:00
clear-expected.txt
clear.html
complex-keys-expected.txt
complex-keys.html
complex-values-expected.txt LayoutTests: fast/js/resources/js-test-pre.js - shouldBeEqualToString fails on " 2012-05-21 19:20:14 +00:00
complex-values.html
quota-expected.txt Enforce a quota in window.sessionStorage 2021-06-04 21:21:48 +00:00
quota.html Enforce a quota in window.sessionStorage 2021-06-04 21:21:48 +00:00
remove-item-expected.txt
remove-item.html
storage-close-database-on-idle-expected.txt Consider closing unused localStorage database after a timeout. 2012-07-10 01:03:37 +00:00
storage-close-database-on-idle.html
storage-functions-not-overwritten-expected.txt
storage-functions-not-overwritten.html
window-attributes-exist-expected.txt
window-attributes-exist.html