WebKit Bugzilla
Attachment 369741 Details for
Bug 197842
: Move StorageManager.cpp into WebKit/Sources.txt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197842.diff (text/plain), 3.67 KB, created by
Don Olmstead
on 2019-05-13 10:00:40 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2019-05-13 10:00:40 PDT
Size:
3.67 KB
patch
obsolete
>diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index c2913aebb2b..b4ee45f08c4 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,19 @@ >+2019-05-13 Don Olmstead <don.olmstead@sony.com> >+ >+ Move StorageManager.cpp into WebKit/Sources.txt >+ https://bugs.webkit.org/show_bug.cgi?id=197842 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ StorageManager.cpp is used by all ports so it should just go into Sources.txt. >+ >+ * PlatformMac.cmake: >+ * PlatformWin.cmake: >+ * Sources.txt: >+ * SourcesCocoa.txt: >+ * SourcesGTK.txt: >+ * SourcesWPE.txt: >+ > 2019-05-13 Michael Catanzaro <mcatanzaro@igalia.com> > > Unreviewed, fix unused variable warnings in release builds >diff --git a/Source/WebKit/PlatformMac.cmake b/Source/WebKit/PlatformMac.cmake >index d16c1212f7f..6bc163e3f89 100644 >--- a/Source/WebKit/PlatformMac.cmake >+++ b/Source/WebKit/PlatformMac.cmake >@@ -279,8 +279,6 @@ list(APPEND WebKit_SOURCES > UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm > UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm > >- UIProcess/WebStorage/StorageManager.cpp >- > UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm > > UIProcess/mac/CorrectionPanel.mm >diff --git a/Source/WebKit/PlatformWin.cmake b/Source/WebKit/PlatformWin.cmake >index 4e9e2a601b8..c3514e83a02 100644 >--- a/Source/WebKit/PlatformWin.cmake >+++ b/Source/WebKit/PlatformWin.cmake >@@ -50,8 +50,6 @@ list(APPEND WebKit_SOURCES > > UIProcess/Launcher/win/ProcessLauncherWin.cpp > >- UIProcess/WebStorage/StorageManager.cpp >- > UIProcess/WebsiteData/curl/WebsiteDataStoreCurl.cpp > > UIProcess/WebsiteData/win/WebsiteDataStoreWin.cpp >diff --git a/Source/WebKit/Sources.txt b/Source/WebKit/Sources.txt >index 48f58e3c243..42ce098f39f 100644 >--- a/Source/WebKit/Sources.txt >+++ b/Source/WebKit/Sources.txt >@@ -412,6 +412,7 @@ UIProcess/WebAuthentication/WebAuthenticatorCoordinatorProxy.cpp > > UIProcess/WebStorage/LocalStorageDatabase.cpp > UIProcess/WebStorage/LocalStorageDatabaseTracker.cpp >+UIProcess/WebStorage/StorageManager.cpp > > UIProcess/WebsiteData/WebDeviceOrientationAndMotionAccessController.cpp > UIProcess/WebsiteData/WebsiteDataRecord.cpp >diff --git a/Source/WebKit/SourcesCocoa.txt b/Source/WebKit/SourcesCocoa.txt >index 6d2f3753980..b81088ef133 100644 >--- a/Source/WebKit/SourcesCocoa.txt >+++ b/Source/WebKit/SourcesCocoa.txt >@@ -488,8 +488,6 @@ UIProcess/WebAuthentication/Mock/MockLocalService.mm > > UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm > >-UIProcess/WebStorage/StorageManager.cpp >- > UIProcess/WebStorage/ios/LocalStorageDatabaseTrackerIOS.mm > > WebProcess/API/Cocoa/WKWebProcess.cpp >diff --git a/Source/WebKit/SourcesGTK.txt b/Source/WebKit/SourcesGTK.txt >index 6b688e6913e..7c3d86ffb5d 100644 >--- a/Source/WebKit/SourcesGTK.txt >+++ b/Source/WebKit/SourcesGTK.txt >@@ -224,8 +224,6 @@ UIProcess/Plugins/gtk/PluginInfoCache.cpp @no-unify > UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp @no-unify > UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp @no-unify > >-UIProcess/WebStorage/StorageManager.cpp >- > UIProcess/WebsiteData/soup/WebsiteDataStoreSoup.cpp > UIProcess/WebsiteData/unix/WebsiteDataStoreUnix.cpp > >diff --git a/Source/WebKit/SourcesWPE.txt b/Source/WebKit/SourcesWPE.txt >index 0bf54164bf8..cbf299c8c28 100644 >--- a/Source/WebKit/SourcesWPE.txt >+++ b/Source/WebKit/SourcesWPE.txt >@@ -197,8 +197,6 @@ UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.cpp > UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp > UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp > >-UIProcess/WebStorage/StorageManager.cpp >- > UIProcess/WebsiteData/soup/WebsiteDataStoreSoup.cpp > UIProcess/WebsiteData/unix/WebsiteDataStoreUnix.cpp >
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 197842
: 369741