Changeset 161147 in webkit


Ignore:
Timestamp:
Dec 30, 2013 11:46:14 AM (10 years ago)
Author:
andersca@apple.com
Message:

Move remaining IPC related files to Platform/IPC.

Rubber-stamped by Andreas Kling.

  • Platform/IPC/ArgumentCoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h.
  • Platform/IPC/ArgumentCoders.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentCoders.cpp.
  • Platform/IPC/ArgumentCoders.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentCoders.h.
  • Platform/IPC/ArgumentDecoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp.
  • Platform/IPC/ArgumentDecoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h.
  • Platform/IPC/ArgumentEncoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp.
  • Platform/IPC/ArgumentEncoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h.
  • Platform/IPC/Arguments.h: Renamed from Source/WebKit2/Platform/CoreIPC/Arguments.h.
  • Platform/IPC/Attachment.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/Attachment.cpp.
  • Platform/IPC/Attachment.h: Renamed from Source/WebKit2/Platform/CoreIPC/Attachment.h.
  • Platform/IPC/Connection.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/Connection.cpp.
  • Platform/IPC/Connection.h: Renamed from Source/WebKit2/Platform/CoreIPC/Connection.h.
  • Platform/IPC/HandleMessage.h: Renamed from Source/WebKit2/Platform/CoreIPC/HandleMessage.h.
  • Platform/IPC/MessageDecoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/MessageDecoder.cpp.
  • Platform/IPC/MessageDecoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageDecoder.h.
  • Platform/IPC/MessageEncoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp.
  • Platform/IPC/MessageEncoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageEncoder.h.
  • Platform/IPC/MessageFlags.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageFlags.h.
  • Platform/IPC/MessageReceiver.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageReceiver.h.
  • Platform/IPC/MessageReceiverMap.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp.
  • Platform/IPC/MessageReceiverMap.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h.
  • Platform/IPC/mac/ConnectionMac.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp.
  • Platform/IPC/mac/ImportanceAssertion.h: Renamed from Source/WebKit2/Platform/CoreIPC/mac/ImportanceAssertion.h.
  • Platform/IPC/mac/MachPort.h: Renamed from Source/WebKit2/Platform/CoreIPC/mac/MachPort.h.
  • Platform/IPC/unix/AttachmentUnix.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/unix/AttachmentUnix.cpp.
  • Platform/IPC/unix/ConnectionUnix.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp.
  • WebKit2.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit2
Files:
2 added
2 edited
26 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161145 r161147  
     12013-12-30  Anders Carlsson  <andersca@apple.com>
     2
     3        Move remaining IPC related files to Platform/IPC.
     4
     5        Rubber-stamped by Andreas Kling.
     6
     7        * Platform/IPC/ArgumentCoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h.
     8        * Platform/IPC/ArgumentCoders.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentCoders.cpp.
     9        * Platform/IPC/ArgumentCoders.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentCoders.h.
     10        * Platform/IPC/ArgumentDecoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp.
     11        * Platform/IPC/ArgumentDecoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h.
     12        * Platform/IPC/ArgumentEncoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp.
     13        * Platform/IPC/ArgumentEncoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h.
     14        * Platform/IPC/Arguments.h: Renamed from Source/WebKit2/Platform/CoreIPC/Arguments.h.
     15        * Platform/IPC/Attachment.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/Attachment.cpp.
     16        * Platform/IPC/Attachment.h: Renamed from Source/WebKit2/Platform/CoreIPC/Attachment.h.
     17        * Platform/IPC/Connection.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/Connection.cpp.
     18        * Platform/IPC/Connection.h: Renamed from Source/WebKit2/Platform/CoreIPC/Connection.h.
     19        * Platform/IPC/HandleMessage.h: Renamed from Source/WebKit2/Platform/CoreIPC/HandleMessage.h.
     20        * Platform/IPC/MessageDecoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/MessageDecoder.cpp.
     21        * Platform/IPC/MessageDecoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageDecoder.h.
     22        * Platform/IPC/MessageEncoder.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp.
     23        * Platform/IPC/MessageEncoder.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageEncoder.h.
     24        * Platform/IPC/MessageFlags.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageFlags.h.
     25        * Platform/IPC/MessageReceiver.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageReceiver.h.
     26        * Platform/IPC/MessageReceiverMap.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp.
     27        * Platform/IPC/MessageReceiverMap.h: Renamed from Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h.
     28        * Platform/IPC/mac/ConnectionMac.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp.
     29        * Platform/IPC/mac/ImportanceAssertion.h: Renamed from Source/WebKit2/Platform/CoreIPC/mac/ImportanceAssertion.h.
     30        * Platform/IPC/mac/MachPort.h: Renamed from Source/WebKit2/Platform/CoreIPC/mac/MachPort.h.
     31        * Platform/IPC/unix/AttachmentUnix.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/unix/AttachmentUnix.cpp.
     32        * Platform/IPC/unix/ConnectionUnix.cpp: Renamed from Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp.
     33        * WebKit2.xcodeproj/project.pbxproj:
     34
    1352013-12-30  Martin Robinson  <mrobinson@igalia.com>
    236
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r161114 r161147  
    36853685                        sourceTree = "<group>";
    36863686                };
    3687                 1AB5A1BA10E021D30040F6CF /* CoreIPC */ = {
     3687                1AB7D4C71288AA9A00CFD08C /* Downloads */ = {
     3688                        isa = PBXGroup;
     3689                        children = (
     3690                                1AB7D4C91288AAA700CFD08C /* DownloadProxy.cpp */,
     3691                                1AB7D4C81288AAA700CFD08C /* DownloadProxy.h */,
     3692                                1AB7D5E91288B8C000CFD08C /* DownloadProxy.messages.in */,
     3693                                1AD25E93167AB08100EA9BCD /* DownloadProxyMap.cpp */,
     3694                                1AD25E94167AB08100EA9BCD /* DownloadProxyMap.h */,
     3695                        );
     3696                        path = Downloads;
     3697                        sourceTree = "<group>";
     3698                };
     3699                1AE00D6818327C1200087DD7 /* IPC */ = {
    36883700                        isa = PBXGroup;
    36893701                        children = (
     
    37103722                                1A3EED0C161A535300AEB4F5 /* MessageReceiverMap.cpp */,
    37113723                                1A3EED0D161A535300AEB4F5 /* MessageReceiverMap.h */,
    3712                         );
    3713                         path = CoreIPC;
    3714                         sourceTree = "<group>";
    3715                 };
    3716                 1AB7D4C71288AA9A00CFD08C /* Downloads */ = {
    3717                         isa = PBXGroup;
    3718                         children = (
    3719                                 1AB7D4C91288AAA700CFD08C /* DownloadProxy.cpp */,
    3720                                 1AB7D4C81288AAA700CFD08C /* DownloadProxy.h */,
    3721                                 1AB7D5E91288B8C000CFD08C /* DownloadProxy.messages.in */,
    3722                                 1AD25E93167AB08100EA9BCD /* DownloadProxyMap.cpp */,
    3723                                 1AD25E94167AB08100EA9BCD /* DownloadProxyMap.h */,
    3724                         );
    3725                         path = Downloads;
    3726                         sourceTree = "<group>";
    3727                 };
    3728                 1AE00D6818327C1200087DD7 /* IPC */ = {
    3729                         isa = PBXGroup;
    3730                         children = (
    37313724                                1AAB0377185A7C6A00EDF501 /* MessageSender.cpp */,
    37323725                                1AAB0378185A7C6A00EDF501 /* MessageSender.h */,
     
    50475040                                1AE00D6818327C1200087DD7 /* IPC */,
    50485041                                1AA2E51A12E4C05600BC4966 /* cg */,
    5049                                 1AB5A1BA10E021D30040F6CF /* CoreIPC */,
    50505042                                1A7E814E1152D2240003695B /* mac */,
    50515043                                51B15A7D138439B200321AD8 /* unix */,
Note: See TracChangeset for help on using the changeset viewer.