Ignore:
Timestamp:
Feb 20, 2015, 6:18:52 AM (10 years ago)
Author:
Antti Koivisto
Message:

Move WorkQueue from WK2 to WTF
https://bugs.webkit.org/show_bug.cgi?id=141797

Reviewed by Anders Carlsson.

Source/WebKit2:

  • CMakeLists.txt:
  • DatabaseProcess/DatabaseProcess.h:
  • Platform/IPC/Connection.h:
  • Platform/WorkQueue.cpp: Removed.
  • Platform/WorkQueue.h: Removed.
  • Platform/efl/WorkQueueEfl.cpp: Removed.
  • Platform/gtk/WorkQueueGtk.cpp: Removed.
  • Platform/mac/WorkQueueMac.cpp: Removed.
  • PlatformEfl.cmake:
  • PlatformGTK.cmake:
  • Shared/Network/CustomProtocols/CustomProtocolManager.h:
  • UIProcess/Launcher/ProcessLauncher.cpp:
  • UIProcess/Storage/LocalStorageDatabase.cpp:
  • UIProcess/Storage/LocalStorageDatabase.h:
  • UIProcess/Storage/LocalStorageDatabaseTracker.cpp:
  • UIProcess/Storage/LocalStorageDatabaseTracker.h:
  • UIProcess/Storage/StorageManager.cpp:
  • UIProcess/Storage/StorageManager.h:
  • WebKit2.xcodeproj/project.pbxproj:

Source/WTF:

It may be useful in WebCore.

Windows implementation is still missing.

  • WTF.xcodeproj/project.pbxproj:
  • wtf/CMakeLists.txt:
  • wtf/PlatformGTK.cmake:
  • wtf/WorkQueue.cpp: Copied from Source/WebKit2/Platform/WorkQueue.cpp.
  • wtf/WorkQueue.h: Copied from Source/WebKit2/Platform/WorkQueue.h.
  • wtf/cocoa: Added.
  • wtf/cocoa/WorkQueueCocoa.cpp: Copied from Source/WebKit2/Platform/mac/WorkQueueMac.cpp.
  • wtf/efl/WorkQueueEfl.cpp: Copied from Source/WebKit2/Platform/efl/WorkQueueEfl.cpp.
  • wtf/gtk/WorkQueueGtk.cpp: Copied from Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp.
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.