⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280677 in webkit


Ignore:
Timestamp:
Aug 4, 2021, 7:52:00 PM (5 years ago)
Author:
Darin Adler
Message:

Change WebSocket.cpp to @no-unify, since it’s hard to do that for someone without a Mac
https://bugs.webkit.org/show_bug.cgi?id=228808

Reviewed by Anders Carlsson.

  • Sources.txt: Add @no-unify.
  • WebCore.xcodeproj/project.pbxproj: Add WebSocket.cpp to the WebCore target.
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r280676 r280677  
     12021-08-04  Darin Adler  <darin@apple.com>
     2
     3        Change WebSocket.cpp to @no-unify, since it’s hard to do that for someone without a Mac
     4        https://bugs.webkit.org/show_bug.cgi?id=228808
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * Sources.txt: Add @no-unify.
     9        * WebCore.xcodeproj/project.pbxproj: Add WebSocket.cpp to the WebCore target.
     10
    1112021-08-04  Devin Rousso  <drousso@apple.com>
    212
  • trunk/Source/WebCore/Sources.txt

    r280504 r280677  
    324324Modules/websockets/ThreadableWebSocketChannel.cpp
    325325Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
    326 Modules/websockets/WebSocket.cpp
     326Modules/websockets/WebSocket.cpp @no-unify
    327327Modules/websockets/WebSocketChannel.cpp
    328328Modules/websockets/WebSocketChannelInspector.cpp
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r280504 r280677  
    28502850                93849C1F24BE404B00448D5A /* EmptyScriptExecutionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 93849C1E24BE404A00448D5A /* EmptyScriptExecutionContext.h */; };
    28512851                93849C2324BEDD8900448D5A /* JSIDBSerializationGlobalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 93849C2124BEDD8800448D5A /* JSIDBSerializationGlobalObject.h */; };
     2852                938CF24226BB728C00C09240 /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97AABCFF14FA09D5007457AE /* WebSocket.cpp */; };
    28522853                938E65F109F09840008A48EC /* JSHTMLElementWrapperFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */; };
    28532854                938E666209F09B87008A48EC /* JSHTMLCanvasElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E666109F09B87008A48EC /* JSHTMLCanvasElement.h */; };
     
    3660336604                                0709D7921AE5557E004E42F8 /* WebMediaSessionManagerMac.cpp in Sources */,
    3660436605                                1CAF34820A6C405200ABE06E /* WebScriptObject.mm in Sources */,
     36606                                938CF24226BB728C00C09240 /* WebSocket.cpp in Sources */,
    3660536607                                CECDC93C21F2972900976BD1 /* WebVideoFullscreenControllerAVKit.mm in Sources */,
    3660636608                                E1EE8B802413191F00E794D6 /* WebXRBoundedReferenceSpace.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.