gecko-dev/dom/webtransport/api
Kagami Sascha Rosylight ff5f4bdbb7 Bug 1819124 - Mark "native" stream constructors as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=smaug
It's marked as can-run-script because of StartCallback, but Underlying{Source/Sink}AlgorithmsWrapper::StartCallback is empty and thus can't run any scripts.

Differential Revision: https://phabricator.services.mozilla.com/D178356
2023-06-06 13:07:45 +00:00
..
moz.build Bug 1811958: Implement IncomingUnidirectionalStreams and ReadableStreams supplied by it r=saschanaz,webidl,smaug 2023-02-23 17:12:27 +00:00
WebTransport.cpp Bug 1818763 - retrieve maxdatagram size from necko stack via IPC. r=necko-reviewers,jesup 2023-05-15 18:35:54 +00:00
WebTransport.h Bug 1819124 - Mark "native" stream constructors as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=smaug 2023-06-06 13:07:45 +00:00
WebTransportBidirectionalStream.cpp Bug 1818756 - Propagate stream error code from server to client, r=jesup,necko-reviewers,saschanaz 2023-05-04 13:40:59 +00:00
WebTransportBidirectionalStream.h Bug 1818756 - Propagate stream error code from server to client, r=jesup,necko-reviewers,saschanaz 2023-05-04 13:40:59 +00:00
WebTransportDatagramDuplexStream.cpp Bug 1818763 - retrieve maxdatagram size from necko stack via IPC. r=necko-reviewers,jesup 2023-05-15 18:35:54 +00:00
WebTransportDatagramDuplexStream.h Bug 1819124 - Mark "native" stream constructors as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=smaug 2023-06-06 13:07:45 +00:00
WebTransportError.cpp Bug 1817521: Make WebTransportError match the spec r=saschanaz 2023-02-23 17:12:30 +00:00
WebTransportError.h Bug 1817521: Make WebTransportError match the spec r=saschanaz 2023-02-23 17:12:30 +00:00
WebTransportReceiveStream.cpp Bug 1818756 - Propagate stream error code from server to client, r=jesup,necko-reviewers,saschanaz 2023-05-04 13:40:59 +00:00
WebTransportReceiveStream.h Bug 1819124 - Mark "native" stream constructors as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=smaug 2023-06-06 13:07:45 +00:00
WebTransportSendStream.cpp Bug 1818756 - Propagate stream error code from server to client, r=jesup,necko-reviewers,saschanaz 2023-05-04 13:40:59 +00:00
WebTransportSendStream.h Bug 1819124 - Mark "native" stream constructors as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=smaug 2023-06-06 13:07:45 +00:00
WebTransportStreams.cpp Bug 1818756 - Propagate stream error code from server to client, r=jesup,necko-reviewers,saschanaz 2023-05-04 13:40:59 +00:00
WebTransportStreams.h Bug 1811958: Implement IncomingUnidirectionalStreams and ReadableStreams supplied by it r=saschanaz,webidl,smaug 2023-02-23 17:12:27 +00:00