aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
...
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-2628-68/+67
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-2511-96/+86
* clippy: Fix some clippy warnings in `components/script` (#31843)Rosemary Ajayi2024-03-253-6/+6
* script: Add pre element obsolete width attribute support (#31792)Bastiaan van der Plaat2024-03-253-3/+35
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-2528-225/+184
* clippy: Fix remaining warnings in generated code (#31844)eri2024-03-254-32/+48
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-257-27/+24
* WebIDL: Remove `JSObject` from `Document::NamedGetter` (#31841)eri2024-03-243-29/+16
* clippy: Fix `default_constructed_unit_structs` warnings in `components` (#31827)Oluwatobi Sofela2024-03-241-3/+3
* fix redundant closure (#31842)Rosemary Ajayi2024-03-231-4/+4
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-2311-68/+57
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-2358-157/+146
* Implement StaticRange (#31809)cathiechen2024-03-229-280/+519
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-2217-37/+28
* removed mutable compile warnings (#31822)sandeep2024-03-223-5/+5
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-223-16/+16
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-2223-71/+56
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-2140-150/+144
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-2114-37/+29
* Remove repeated imports from generated code (#31711)eri2024-03-214-364/+180
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-213-141/+117
* clipping: Fix some warnings in `components/script/dom` (#31799)Rosemary Ajayi2024-03-212-22/+16
* Clippy: Fixed warnings in htmlimageelement.rs (#31800)Aarya Khandelwal2024-03-212-22/+22
* Clippy: Fixed clippy warnings in components/script/dom (#31801)Aarya Khandelwal2024-03-216-111/+108
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-2089-271/+245
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-2015-33/+28
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-2037-87/+83
* clippy: Fix clippy Problems in components/scripts (#31759)Rosemary Ajayi2024-03-191-13/+13
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-1934-175/+166
* clippy: Fix dereferenced warning (#31758)Oluwatobi Sofela2024-03-191-1/+1
* rustdoc: Convert url text to anchor link (#31755)Oluwatobi Sofela2024-03-191-1/+1
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-1912-69/+60
* Add pseudo async Create*PipelineAsync methods (#31695)Samson2024-03-192-15/+24
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-1810-27/+55
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-184-22/+20
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-1810-60/+55
* clippy: Fix warnings in generated code (#31721)eri2024-03-171-41/+49
* Implement console.count/countReset (#31635)Smitty2024-03-173-0/+46
* Implement HTMLStyleElement.disabled attribute (#31682)Oriol Brufau2024-03-142-1/+15
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-1/+1
* fix: missing thread name when spawning (#31656)Ngo Iok Ui (Wu Yu Wei)2024-03-141-28/+34
* rusdoc: Fix `idl` warning in components/script/dom/bindings (#31643)Oluwatobi Sofela2024-03-131-2/+2
* rustdoc: Fix warnings in `components/script/dom` (#31632)Azhar Ismagulova2024-03-132-3/+5
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-1/+1
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-1/+1
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-125-38/+123
* Fix rustdoc errors in `components/script/dom` (#31617)Mucha Naibei2024-03-114-4/+4
* Use get_desired_proto in htmlconstructor (#31600)Samson2024-03-102-42/+15
* fix: resolved warning related to deprecated method chrono::NaiveDateTime::fro...Azhar Ismagulova2024-03-081-2/+5
* fix: resolved warnings related to deprecated method chrono::NaiveDateTime::ti...Azhar Ismagulova2024-03-081-4/+4