aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-106-31/+60
* script: Remove explicit reflow for web font loads (#32455)Martin Robinson2024-06-102-5/+8
* Fix and unify 'span' attribute for table columns (#32467)Oriol Brufau2024-06-101-34/+41
* gfx: font_list: Fix OpenHarmony build (#32466)Jonathan Schwender2024-06-101-8/+4
* Fix missing alpha value when using CompositeTarget::Fbo (#32453)Ngo Iok Ui (Wu Yu Wei)2024-06-101-2/+2
* webgpu: Enable gles support (#32452)Hieu Do2024-06-092-1/+9
* Don't shrink table columns when handling cells with greater spanning (#32458)Oriol Brufau2024-06-071-2/+2
* layout: Properly size absolutely positioned tables (#32447)Martin Robinson2024-06-071-1/+13
* layout: Don't default to fallback fonts for spaces (#32442)Martin Robinson2024-06-051-1/+1
* Remove unused items in gfx (#32423)Ngo Iok Ui (Wu Yu Wei)2024-06-052-7/+0
* Fix getComputedStyle for width and height (#32437)Oriol Brufau2024-06-041-2/+32
* base: Remove `ucd` dependency (#32424)Martin Robinson2024-06-0316-85/+824
* layout: Add a `InlineFormattingContextBuilder` (#32415)Martin Robinson2024-06-0310-798/+961
* Update to Rust 1.78 (#32217)Samson2024-06-011-2/+1
* webgpu: Parse and forward backend prefs to wgpu (#32410)Hieu Do2024-05-312-2/+16
* clippy: Fix warnings in `components/layout_2020/flow/text_run.rs` (#32393)Farid2024-05-311-1/+1
* clippy: Fix warnings in `components/webgpu/wgpu_thread.rs` (#32392)Farid2024-05-311-30/+25
* font_template.rs: apply clippy lints (#32391)Farid2024-05-301-7/+7
* layout: Add support for `white-space-collapse: break-spaces` (#32388)Martin Robinson2024-05-3014-262/+394
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-289-10/+12
* Upgrade stylo to 2024-05-15 (#32334)Oriol Brufau2024-05-274-4/+4
* fonts: Improve font fallback (#32286)Martin Robinson2024-05-2712-327/+645
* Remove more IPC messages between script and layout (#32377)Martin Robinson2024-05-276-165/+103
* fonts: Add support for the CSS font matching algorithm (#32366)Martin Robinson2024-05-242-41/+443
* Move webgl_channel into base crate (#32339)Ngo Iok Ui (Wu Yu Wei)2024-05-249-244/+162
* fonts: Remove web fonts when their stylsheet is removed (#32346)Martin Robinson2024-05-237-55/+194
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-2236-715/+789
* fonts: Clean up messaging during web fonts loads (#32332)Martin Robinson2024-05-229-204/+148
* Implement 'visibility: collapse' on table parts (#32333)Oriol Brufau2024-05-211-19/+64
* Implement 'empty-cells' for layout 2020 (#32331)Oriol Brufau2024-05-213-2/+33
* fonts: Depend directly on `freetype-sys` (#32318)Martin Robinson2024-05-213-46/+38
* fonts: Store web fonts in the per-Layout `FontContext` (#32303)Martin Robinson2024-05-2023-557/+920
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-207-133/+88
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-2051-615/+639
* Add unit test to EmbedderCoordinates (#32314)Ngo Iok Ui (Wu Yu Wei)2024-05-201-0/+62
* clippy: Fix warnings in `components/gfx` (#32311)aBit192024-05-181-5/+5
* tables: Add a naive implementation of `border-collapse` (#32309)Martin Robinson2024-05-182-28/+111
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-17155-586/+640
* fonts: Add color emoji support for FreeType (#32278)Martin Robinson2024-05-173-128/+286
* android: Trim whitespace around font filenames. (#32298)Mukilan Thiyagarajan2024-05-171-1/+1
* use au in HoistedSharedFragment (#32288)atbrakhi2024-05-163-11/+11
* Rename NavigationType to NavigationTimingType (#32299)shanehandley2024-05-162-16/+16
* webgpu: Use WGPU poller thread for poll_all_devices (#32266)Samson2024-05-153-22/+149
* Fix RefCell borrows (#32276)Samson2024-05-131-3/+2
* android: use `jemalloc` on Android (#32273)Mukilan Thiyagarajan2024-05-134-22/+13
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-139-280/+519
* layout: When line-height is not `Normal` use metrics of first font not fallba...Martin Robinson2024-05-131-4/+16
* fix: Implement additional logic in DOMString::set_best_representation_of_the_...shanehandley2024-05-134-14/+67
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-126-58/+52
* Implement attributes for the `<meter>` element (#32230)shanehandley2024-05-112-13/+139