aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediafragmentparser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-8/+5
| | | | | | | * Fixed some clippy warnings in components * Updated handling of NaN values in comparison * Updated formatting using ./mach fmt
* clippy: Fix unnecessary_lazy_evaluations warnings (#31898)Oluwatobi Sofela2024-03-271-6/+2
|
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-20/+14
| | | | | | | | | | | | | | | * fix clippy problems * fix clippy error * fix clippy error * fix clippy error * fix clippy error * fix clippy error * fix clippy errors
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-5/+3
| | | | | | | | | | | | | | | | | | | | | * Fix InlineFormatting error * BoxFrament * fix clippy error * clippy:fix clipy errors * fix clippy errors * fix clippy errors * fix clippy errors * Remove changes to `layout_2020` --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
| | | | | * strict imports formatting * Reformat all imports
* Changed DOMString usages to string in MediaFragmentParsersreeise2019-07-251-26/+11
|
* Media fragment parsersreeise2019-07-221-0/+355