Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dom: Append stream chunks in the correct order. (#33487) | Josh Matthews | 2024-09-18 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | * Append stream chunks in the correct order. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Run mimesniff tests in CI. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Delete tests/wpt/meta/mimesniff/media/media-sniff.window.js.ini Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837) | Oluwatobi Sofela | 2024-03-23 | 1 | -1/+1 |
| | | | | | | | | | * clippy: Fix explicit auto-deref warnings * clippy: Fix explicit auto-deref warnings * refactor: Tidy up code * refactor: Fix method not found errors | ||||
* | clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823) | Oluwatobi Sofela | 2024-03-22 | 1 | -1/+1 |
| | | | | | | | * clippy: Fix unnecessary cast warnings * clippy: Replace redundant field names with their shorthand alternatives * clippy: Delete struct pattern dereferencings | ||||
* | clippy: Fix redundant field names warnings (#31793) | Oluwatobi Sofela | 2024-03-20 | 1 | -1/+1 |
| | |||||
* | clippy: Fix dereferenced warnings (#31770) | Oluwatobi Sofela | 2024-03-20 | 1 | -2/+2 |
| | |||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -23/+22 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Make GlobalScope.get_cx a static method. | Josh Matthews | 2023-05-20 | 1 | -9/+9 |
| | |||||
* | Format. | Josh Matthews | 2022-11-23 | 1 | -8/+12 |
| | |||||
* | Changes for spidermomkey upgrade. | Josh Matthews | 2022-11-23 | 1 | -2/+6 |
| | |||||
* | Enter incumbent script to ensure it has incumbent global | CYBAI | 2020-06-13 | 1 | -1/+2 |
| | |||||
* | bypass SM for in-memory streams in request bodies, dis-allow other cases in ↵ | Gregory Terzian | 2020-06-04 | 1 | -5/+35 |
| | | | | sync XHR | ||||
* | integrate readablestream with fetch and blob | Gregory Terzian | 2020-06-04 | 1 | -0/+509 |