WebKit Bugzilla
Attachment 362463 Details for
Bug 194844
: Unify WebsiteDataStore::defaultDataStoreConfiguration across ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194844.diff (text/plain), 1.94 KB, created by
Don Olmstead
on 2019-02-19 17:47:06 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2019-02-19 17:47:06 PST
Size:
1.94 KB
patch
obsolete
>diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 91019bbd17a..a905c99bbc1 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,16 @@ >+2019-02-19 Don Olmstead <don.olmstead@sony.com> >+ >+ [Win] Set additional directories within WebsiteDataStore >+ https://bugs.webkit.org/show_bug.cgi?id=194844 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Sets the default data store directories for IndexedDB, Service Worker, and the >+ Device ID Hash Salts. >+ >+ * UIProcess/API/win/APIWebsiteDataStoreWin.cpp: >+ (API::WebsiteDataStore::defaultDataStoreConfiguration): >+ > 2019-02-19 Antti Koivisto <antti@apple.com> > > Pass rootContentsLayer to Mac remote layer tree >diff --git a/Source/WebKit/UIProcess/API/win/APIWebsiteDataStoreWin.cpp b/Source/WebKit/UIProcess/API/win/APIWebsiteDataStoreWin.cpp >index 3225b92170d..8fc8f3fc0f6 100644 >--- a/Source/WebKit/UIProcess/API/win/APIWebsiteDataStoreWin.cpp >+++ b/Source/WebKit/UIProcess/API/win/APIWebsiteDataStoreWin.cpp >@@ -143,10 +143,14 @@ Ref<WebKit::WebsiteDataStoreConfiguration> WebsiteDataStore::defaultDataStoreCon > > configuration->setApplicationCacheDirectory(defaultApplicationCacheDirectory()); > configuration->setNetworkCacheDirectory(defaultNetworkCacheDirectory()); >+ >+ configuration->setIndexedDBDatabaseDirectory(defaultIndexedDBDatabaseDirectory()); >+ configuration->setServiceWorkerRegistrationDirectory(defaultServiceWorkerRegistrationDirectory()); > configuration->setWebSQLDatabaseDirectory(defaultWebSQLDatabaseDirectory()); > configuration->setLocalStorageDirectory(defaultLocalStorageDirectory()); > configuration->setMediaKeysStorageDirectory(defaultMediaKeysStorageDirectory()); > configuration->setResourceLoadStatisticsDirectory(defaultResourceLoadStatisticsDirectory()); >+ configuration->setDeviceIdHashSaltsStorageDirectory(defaultDeviceIdHashSaltsStorageDirectory()); > > return configuration; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194844
:
362456
|
362463
|
362465
|
363359
|
363360
|
363363