Ekta Siwach
|
7ce78f5a74
|
clippy: Fix some warnings in script/dom (#31915)
* fixed some clippy warnings
* resolved conflict
* updated texttracklist.rs
---------
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
|
2024-03-28 16:57:25 +00:00 |
|
Oluwatobi Sofela
|
da518823ff
|
clippy: Fix op_ref warnings (#31900)
|
2024-03-27 16:45:58 +00:00 |
|
Oluwatobi Sofela
|
bae77671f8
|
clippy: Fix unnecessary_cast warnings in components/script (#31823)
* clippy: Fix unnecessary cast warnings
* clippy: Replace redundant field names with their shorthand alternatives
* clippy: Delete struct pattern dereferencings
|
2024-03-22 13:48:03 +00:00 |
|
Richard Dushime
|
01ca220f83
|
clippy: Fix many warnings in components/script (#31717)
* Fix Several clippy warnings
* Fix Build errors
* Fix Unused import
* Fix requested changes
* Fix rustfmt
* Minor fixes
---------
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
|
2024-03-19 16:05:56 +00:00 |
|
Samson
|
aad2dccc9c
|
Strict import formatting (grouping and granularity) (#30325)
* strict imports formatting
* Reformat all imports
|
2023-09-11 19:16:54 +00:00 |
|
YUAN LYU
|
3ea6d87bcc
|
Add trait DomObjectWrap to provide WRAP function
|
2020-03-20 22:16:56 -04:00 |
|
Kunal Mohan
|
9b59b9602c
|
Add track_list member to AudioTrack, VideoTrack, TextTrack structs
Add member to the track structs pointing at their associated tracklist
and update it when the track is added or removed from a tracklist.
|
2019-12-23 01:06:58 +05:30 |
|
Patrick Ngai
|
b17343a0ff
|
Remove 'on' prefix from event handler macros
|
2019-03-14 00:55:21 +08:00 |
|
sreeise
|
cac4aa56f7
|
Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent interfaces
|
2019-03-03 09:04:50 -05:00 |
|
Dan Robertson
|
62a9bfa0c5
|
script: Create structures for TextTrack API
Fill out the basics for the WebIDLs for the following:
- TextTrack
- TextTrackCue
- TextTrackCueList
- TextTrackList
|
2018-12-11 20:14:00 +00:00 |
|