script: move stream-related files into script/dom/stream#42010
script: move stream-related files into script/dom/stream#42010Taym95 merged 7 commits intoservo:mainfrom
script/dom/stream#42010Conversation
components/script/dom/mod.rs
Outdated
| pub(crate) mod defaultteereadrequest; | ||
| pub(crate) mod defaultteeunderlyingsource; |
There was a problem hiding this comment.
defaultteereadrequest and defaultteeunderlyingsource are also stream related code
components/script/dom/mod.rs
Outdated
components/script/dom/mod.rs
Outdated
There was a problem hiding this comment.
byteteereadintorequest, byteteereadrequest, byteteeunderlyingsource stream related
components/script/dom/mod.rs
Outdated
| pub(crate) mod compressionstream; | ||
| pub(crate) mod console; | ||
| pub(crate) mod cookiestore; | ||
| pub(crate) mod countqueuingstrategy; |
There was a problem hiding this comment.
countqueuingstrategy stream related
| pub(crate) mod textcontrol; | ||
| pub(crate) mod textdecoder; | ||
| pub(crate) mod textdecodercommon; | ||
| pub(crate) mod textdecoderstream; |
There was a problem hiding this comment.
humm I am not sure this is stream, this an API that uses stream, stream code is one that implements stream spec https://streams.spec.whatwg.org not the one that uses it.
components/script/dom/mod.rs
Outdated
Taym95
left a comment
There was a problem hiding this comment.
Thank you for the contribution.
|
@hyuraku can you build locally and check clippy? |
It's very important that we fix this sooner rather than later. Do you mind opening an issue with the build failures? |
|
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Signed-off-by: hyuraku <[email protected]>
Signed-off-by: hyuraku <[email protected]>
Signed-off-by: hyuraku <[email protected]>
Signed-off-by: hyuraku <[email protected]>
…dules Signed-off-by: hyuraku <[email protected]>
…modules Signed-off-by: hyuraku <[email protected]>
Signed-off-by: Taym Haddadi <[email protected]>
Describe the changes that this pull request makes here. This will be the commit message.
Move stream file to script/dom/stream
part of #38901
Testing: Describe how this pull request is tested or why it doesn't require tests
Fixes: Link to an issue this pull requests fixes or remove this line if there is no issue