aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
...
* Update webidl and implement setter for the files property of a file input (#3...shanehandley2024-04-012-1/+8
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-015-5/+5
* clippy: Fix a few problems in `components/script` (#31961)Rosemary Ajayi2024-04-012-2/+2
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-012-2/+2
* clippy: Fix a few problems in `components/script/dom` (#31955)Rosemary Ajayi2024-03-315-9/+7
* clippy: Fix various clippy problems in `components/scripts/dom` (#31910)Rosemary Ajayi2024-03-313-3/+3
* fixed various clippy warnings (#31954)Rosemary Ajayi2024-03-316-6/+6
* Fixed some clippy warnings in components/script (#31950)komuhangi2024-03-311-4/+3
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-308-12/+12
* clippy: Fix `from_over_into` warnings (#31946)eri2024-03-304-24/+24
* clippy: Fix `match_like_matches` warnings (#31947)eri2024-03-304-41/+28
* fix: remove unused imports in components/script (#31943)Azhar Ismagulova2024-03-291-1/+0
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-294-65/+78
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-2910-43/+45
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-2910-15/+15
* clippy: Fix option_as_ref_deref warnings (#31936)Oluwatobi Sofela2024-03-296-29/+16
* clippy: Fix len_zero warnings (#31935)Oluwatobi Sofela2024-03-294-5/+5
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-2917-26/+26
* fix: remove unused imports (#31929)Azhar Ismagulova2024-03-282-3/+0
* clippy: Fix some warnings in `script/dom` (#31915)Ekta Siwach2024-03-283-9/+5
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-287-15/+11
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-287-47/+30
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-284-11/+4
* clippy: Fix various clippy warnings in `components/scripts/dom/bindings` (#31...Rosemary Ajayi2024-03-282-3/+3
* clippy: Fix another set of clippy problems in `components/script/dom` (#31909)Rosemary Ajayi2024-03-285-19/+19
* clippy: Fix another batch of clippy warnings in `components/scripts` (#31912)Rosemary Ajayi2024-03-282-10/+10
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-285-11/+11
* clippy: Fix a few clippy problems in `components/scripts/dom` (#31905)Rosemary Ajayi2024-03-283-12/+10
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-2826-44/+35
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-286-12/+13
* deref on an immutable reference (#31899)Rosemary Ajayi2024-03-281-1/+1
* clippy:fix various clippy problems in components/scripts (#31907)Rosemary Ajayi2024-03-274-14/+14
* WebIDL: Replace `NonNull<JSObject>` in `xmlhttprequest` (#31880)eri2024-03-271-51/+44
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-278-25/+19
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-2710-28/+41
* clippy: Fix clippy problems in `components/script/dom` (#31891)Rosemary Ajayi2024-03-274-13/+12
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-278-19/+15
* clippy: Fix unnecessary_lazy_evaluations warnings (#31898)Oluwatobi Sofela2024-03-271-6/+2
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-277-16/+12
* clippy: Fix warnings in `components/script/dom/request.rs` (#31867)Aarya Khandelwal2024-03-271-38/+38
* clippy: Fix various warnings in `components/script/dom` (#31890)Rosemary Ajayi2024-03-273-15/+15
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-269-35/+35
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-261-3/+10
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-267-40/+34
* dom: Abort media element load on decode errors (#31748)Frederik Reiter2024-03-261-0/+18
* layout: More conservatively replace Stylist's Device (#31857)Martin Robinson2024-03-261-2/+4
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-266-111/+95
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-2610-16/+16
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-266-38/+27
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-2615-33/+33