aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-2213-133/+6
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-2214-416/+324
* layout: Add a basic support for `list-style-position: outside` (#32114)Martin Robinson2024-04-223-17/+141
* fonts: Fix emoji font selection on macOS (#32122)Martin Robinson2024-04-222-149/+231
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-2221-429/+650
* fix(user-timing): fix clearing marks/measures by name (#32120)Nolan Lawson2024-04-221-8/+6
* Fix InsertRule to use the right CssRuleTypes (#32125)Oriol Brufau2024-04-2212-41/+42
* clippy: fix several lint warns (#32126)Kitsu2024-04-2217-83/+54
* layout: Have `TextRun::glyph_run_is_preserved_newline` take into account `Tex...Martin Robinson2024-04-212-4/+9
* layout: Have `current_block_direction_position` in `PlacementState` use `Au` ...Ekta Siwach2024-04-191-13/+12
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-199-29/+20
* script: Add an implementation of `Default` for `Documents` (#32048)Son of Binary2024-04-191-7/+10
* clippy: Fix collapsible_if warning (#32109)Oluwatobi Sofela2024-04-191-4/+3
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#32113)Oluwatobi Sofela2024-04-193-62/+62
* clippy: Fix `map_flatten` warning in `components/script` (#32110)Oluwatobi Sofela2024-04-181-4/+3
* clippy: Fix clone_on_copy warnings (#32108)Oluwatobi Sofela2024-04-181-2/+2
* Simplify `FontHandle` and rename it to `PlatformFont` (#32101)Martin Robinson2024-04-179-80/+71
* layout: Add support for `clear` on `<br>` elements (#32094)Martin Robinson2024-04-171-2/+34
* Rename `FontTemplateInfo` to `FontTemplateAndWebRenderFontKey` (#32100)Martin Robinson2024-04-173-16/+16
* gfx: Remove `FontTemplateData` (#32034)Martin Robinson2024-04-1619-598/+392
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-163-25/+1
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-1613-110/+78
* layout: Add support for `background-attachment: fixed` (#32068)Martin Robinson2024-04-153-87/+217
* layout: Add support for `<object>` with image data URLs (#32069)Martin Robinson2024-04-155-7/+71
* Keep 1st collapsible space after a preserved one (#32037)Oriol Brufau2024-04-152-15/+19
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-134-20/+29
* Element collapsing thru should collapse with its children (#32060)Oriol Brufau2024-04-121-9/+11
* Treat indefinite percentages as auto for margin collapse (#32059)Oriol Brufau2024-04-121-19/+27
* Remove `FontContextHandle` (#32038)Martin Robinson2024-04-1215-247/+151
* Obey min-height and max-height on floated elements (#32057)Oriol Brufau2024-04-121-4/+8
* clippy: Fix `comparison_*` warnings (#32058)eri2024-04-125-78/+92
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-114-24/+44
* clippy: Fix question_mark warning (#32051)Oluwatobi Sofela2024-04-111-3/+1
* clippy: Fix iter_cloned_collect warning (#32053)Oluwatobi Sofela2024-04-111-5/+1
* clippy: Fix `redundant_*` warnings (#32056)eri2024-04-118-73/+68
* clippy: Fix needless_late_init warning (#32052)Oluwatobi Sofela2024-04-111-4/+3
* clippy: Fix needless_lifetimes warning (#32049)Oluwatobi Sofela2024-04-111-1/+1
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-1114-147/+1122
* Upgrade Stylo to 2023-12-01 (#32032)Oriol Brufau2024-04-102-0/+2
* Fixed some clippy warnings in components (#32025)komuhangi2024-04-106-18/+15
* clippy: fix warnings in components/script (#32023)Azhar Ismagulova2024-04-093-19/+18
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-0915-119/+62
* Gamepad: Remove GamepadList and fix dropped connection event on startup (#31684)Daniel Adams2024-04-086-133/+76
* fix: Handle table.deleteRow with no rows (#32009)shanehandley2024-04-071-7/+20
* Fixed some clippy warnings by replacing 'match' with 'if' (#32007)komuhangi2024-04-075-71/+57
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-055-45/+41
* gfx: Do not apply scale to `CoreText` font metrics (#31996)Martin Robinson2024-04-051-27/+12
* Show poster over first video frame if available (#32001)eri2024-04-051-5/+22
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-049-52/+147
* script: Make layout DOM wrappers not generic on layout data (#31994)Martin Robinson2024-04-046-281/+105