Changeset 245241 in webkit


Ignore:
Timestamp:
May 13, 2019 11:04:51 AM (5 years ago)
Author:
don.olmstead@sony.com
Message:

Move StorageManager.cpp into WebKit/Sources.txt
https://bugs.webkit.org/show_bug.cgi?id=197842

Reviewed by Michael Catanzaro.

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:
Location:
trunk/Source/WebKit
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245240 r245241  
     12019-05-13  Don Olmstead  <don.olmstead@sony.com>
     2
     3        Move StorageManager.cpp into WebKit/Sources.txt
     4        https://bugs.webkit.org/show_bug.cgi?id=197842
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        StorageManager.cpp is used by all ports so it should just go into Sources.txt.
     9
     10        * PlatformMac.cmake:
     11        * PlatformWin.cmake:
     12        * Sources.txt:
     13        * SourcesCocoa.txt:
     14        * SourcesGTK.txt:
     15        * SourcesWPE.txt:
     16
    1172019-05-13  Chris Dumez  <cdumez@apple.com>
    218
  • trunk/Source/WebKit/PlatformMac.cmake

    r245021 r245241  
    279279    UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm
    280280    UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm
    281 
    282     UIProcess/WebStorage/StorageManager.cpp
    283281
    284282    UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm
  • trunk/Source/WebKit/PlatformWin.cmake

    r244907 r245241  
    5050
    5151    UIProcess/Launcher/win/ProcessLauncherWin.cpp
    52 
    53     UIProcess/WebStorage/StorageManager.cpp
    5452
    5553    UIProcess/WebsiteData/curl/WebsiteDataStoreCurl.cpp
  • trunk/Source/WebKit/Sources.txt

    r245053 r245241  
    413413UIProcess/WebStorage/LocalStorageDatabase.cpp
    414414UIProcess/WebStorage/LocalStorageDatabaseTracker.cpp
     415UIProcess/WebStorage/StorageManager.cpp
    415416
    416417UIProcess/WebsiteData/WebDeviceOrientationAndMotionAccessController.cpp
  • trunk/Source/WebKit/SourcesCocoa.txt

    r245073 r245241  
    489489UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm
    490490
    491 UIProcess/WebStorage/StorageManager.cpp
    492 
    493491UIProcess/WebStorage/ios/LocalStorageDatabaseTrackerIOS.mm
    494492
  • trunk/Source/WebKit/SourcesGTK.txt

    r243863 r245241  
    224224UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp @no-unify
    225225UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp @no-unify
    226 
    227 UIProcess/WebStorage/StorageManager.cpp
    228226
    229227UIProcess/WebsiteData/soup/WebsiteDataStoreSoup.cpp
  • trunk/Source/WebKit/SourcesWPE.txt

    r243409 r245241  
    198198UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp
    199199
    200 UIProcess/WebStorage/StorageManager.cpp
    201 
    202200UIProcess/WebsiteData/soup/WebsiteDataStoreSoup.cpp
    203201UIProcess/WebsiteData/unix/WebsiteDataStoreUnix.cpp
Note: See TracChangeset for help on using the changeset viewer.