Changeset 280677 in webkit
- Timestamp:
- Aug 4, 2021, 7:52:00 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Sources.txt (modified) (1 diff)
-
WebCore.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r280676 r280677 1 2021-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 1 11 2021-08-04 Devin Rousso <drousso@apple.com> 2 12 -
trunk/Source/WebCore/Sources.txt
r280504 r280677 324 324 Modules/websockets/ThreadableWebSocketChannel.cpp 325 325 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp 326 Modules/websockets/WebSocket.cpp 326 Modules/websockets/WebSocket.cpp @no-unify 327 327 Modules/websockets/WebSocketChannel.cpp 328 328 Modules/websockets/WebSocketChannelInspector.cpp -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r280504 r280677 2850 2850 93849C1F24BE404B00448D5A /* EmptyScriptExecutionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 93849C1E24BE404A00448D5A /* EmptyScriptExecutionContext.h */; }; 2851 2851 93849C2324BEDD8900448D5A /* JSIDBSerializationGlobalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 93849C2124BEDD8800448D5A /* JSIDBSerializationGlobalObject.h */; }; 2852 938CF24226BB728C00C09240 /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97AABCFF14FA09D5007457AE /* WebSocket.cpp */; }; 2852 2853 938E65F109F09840008A48EC /* JSHTMLElementWrapperFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */; }; 2853 2854 938E666209F09B87008A48EC /* JSHTMLCanvasElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E666109F09B87008A48EC /* JSHTMLCanvasElement.h */; }; … … 36603 36604 0709D7921AE5557E004E42F8 /* WebMediaSessionManagerMac.cpp in Sources */, 36604 36605 1CAF34820A6C405200ABE06E /* WebScriptObject.mm in Sources */, 36606 938CF24226BB728C00C09240 /* WebSocket.cpp in Sources */, 36605 36607 CECDC93C21F2972900976BD1 /* WebVideoFullscreenControllerAVKit.mm in Sources */, 36606 36608 E1EE8B802413191F00E794D6 /* WebXRBoundedReferenceSpace.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.