Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5aa57d7a12092131d58649f57d88c206b11417f1
      
https://github.com/WebKit/WebKit/commit/5aa57d7a12092131d58649f57d88c206b11417f1
  Author: Alex Christensen <[email protected]>
  Date:   2025-10-01 (Wed, 01 Oct 2025)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Modules/webtransport/WebTransport.cpp
    M Source/WebCore/Modules/webtransport/WebTransport.h
    R 
Source/WebCore/Modules/webtransport/WebTransportBidirectionalStreamConstructionParameters.cpp
    R 
Source/WebCore/Modules/webtransport/WebTransportBidirectionalStreamConstructionParameters.h
    M Source/WebCore/Modules/webtransport/WebTransportSession.h
    M Source/WebCore/Modules/webtransport/WebTransportSessionClient.h
    M Source/WebCore/Modules/webtransport/WorkerWebTransportSession.cpp
    M Source/WebCore/Modules/webtransport/WorkerWebTransportSession.h
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebKit/WebProcess/Network/WebTransportSession.cpp

  Log Message:
  -----------
  Remove WebTransportBidirectionalStreamConstructionParameters
https://bugs.webkit.org/show_bug.cgi?id=299987
rdar://161772354

Reviewed by Pascoe.

It was essentially a pair of a sink and an identifier.
The sink has an accessor for the same identifier, so the abstraction is no 
longer needed.
It was originally made when I didn't know how bidirectional streams would be 
implemented.
They have since been implemented.

No change in behavior.

* Source/WebCore/Modules/webtransport/WebTransport.cpp:
(WebCore::createBidirectionalStream):
(WebCore::WebTransport::receiveBidirectionalStream):
(WebCore::WebTransport::createBidirectionalStream):
* Source/WebCore/Modules/webtransport/WebTransport.h:
* 
Source/WebCore/Modules/webtransport/WebTransportBidirectionalStreamConstructionParameters.cpp:
 Removed.
* 
Source/WebCore/Modules/webtransport/WebTransportBidirectionalStreamConstructionParameters.h:
 Removed.
* Source/WebCore/Modules/webtransport/WebTransportSession.h:
* Source/WebCore/Modules/webtransport/WebTransportSessionClient.h:
* Source/WebCore/Modules/webtransport/WorkerWebTransportSession.cpp:
(WebCore::WorkerWebTransportSession::receiveBidirectionalStream):
* Source/WebCore/Modules/webtransport/WorkerWebTransportSession.h:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/Network/WebTransportSession.cpp:
(WebKit::WebTransportSession::receiveBidirectionalStream):
(WebKit::WebTransportSession::createBidirectionalStream):

Canonical link: https://commits.webkit.org/300855@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to