aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* layout: Add support for flex items with `position: relative` (#33151)Martin Robinson2024-08-231-81/+132
* shaping: Don't assume there's a space glyph when rendering tabs (#32979)Martin Robinson2024-08-235-38/+73
* layout: Clean up inline layout data structures (#33149)Martin Robinson2024-08-223-194/+154
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-22140-304/+1336
* Implement crypto.randomUUID() (#33158)webbeef2024-08-222-1/+16
* make protocol handlers registrable (#33104)webbeef2024-08-2213-219/+446
* webxr: Update XRWebGLLayer interface to latest spec (#33157)Daniel Adams2024-08-222-2/+22
* background_hang_monitor: Add musl compatibility (#33153)A. Wilcox2024-08-213-4/+19
* webxr: Update XRInputSource interface to latest spec (#33155)Daniel Adams2024-08-214-2/+17
* layout: Add initial support for bidirectional text (BiDi) (#33148)Martin Robinson2024-08-2111-103/+257
* webgpu: Align `writeBuffer` with spec (#33147)Samson2024-08-212-10/+21
* Fix floating point errors in table layout (#33098)Simon Wülker2024-08-211-2/+30
* webxr: Update XRPose interface to latest spec (#33146)Daniel Adams2024-08-212-2/+25
* webxr: Update XRView to latest spec (#33145)Daniel Adams2024-08-213-2/+31
* Various borrow hazard fixes (#33133)Josh Matthews2024-08-204-12/+16
* Take into account the intrinsic block size when computing the main size of a ...Oriol Brufau2024-08-202-115/+179
* webxr: Update XRFrame to latest spec (#33102)Daniel Adams2024-08-202-10/+20
* Fix panic in embedded-opener-remove-frame (#33122)Taym Haddadi2024-08-191-1/+3
* webgpu: Sync various parts of spec (#33009)Samson2024-08-199-184/+550
* Upgrade font-kit, raqote, and stop using `dirs-next` (#33120)Martin Robinson2024-08-194-7/+7
* layout: Layout for column flex-basis and minimum automatic size determination...Martin Robinson2024-08-194-285/+421
* Refactor `GlyphStore::iter_glyphs_for_byte_range` without recursion (#33074)Cristian Brinza2024-08-193-92/+45
* Fix incorrect documentation and add `track_caller` to DomRefCell methods (#33...Simon Wülker2024-08-191-4/+16
* Remove unnecessary `unsafe` block (#33109)Taym Haddadi2024-08-183-13/+5
* fix: add error handling to BaseAudioContext::new_inherited (#33023)Taym Haddadi2024-08-183-19/+25
* Add makeXRCompatible for WebGL2, update WebXR WPT expectations (#33097)Daniel Adams2024-08-182-1/+11
* Make string formatting more consistent in `CodegenRust.py` (#33096)Koki Saito2024-08-181-1047/+927
* fix: Replace callargs_is_constructing with is_constructing method (#33101)Koki Saito2024-08-184-13/+8
* webxr: Update XRSession to latest spec (#33059)Daniel Adams2024-08-173-2/+132
* remove usage of legacy numeric operations in script (#33095)Simon Wülker2024-08-164-11/+8
* Handle failed string conversions in console.log. (#33085)Josh Matthews2024-08-162-0/+4
* Support HTML parser reentrancy (#32820)Josh Matthews2024-08-168-189/+165
* layout: Prepare for bidi by guarding all access to `writing-mode` (#33082)Martin Robinson2024-08-1614-88/+129
* Update stylo for latest changes. (#33079)Josh Matthews2024-08-164-13/+13
* legacy-layout: Fix display list building after WebRender upgrade (#33073)Martin Robinson2024-08-162-27/+94
* Remove lazy static (#33078)Hayashi Mikihiro2024-08-166-17/+2
* Ensure parsers initiated from DOMParser always complete. (#33056)Josh Matthews2024-08-151-34/+9
* Remove many explicit reflow calls (#33067)Josh Matthews2024-08-153-27/+1
* fix(clippy): Clippy suggestions in components/script/dom/* (#33072)Jose Monagas2024-08-156-15/+16
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-1511-61/+43
* Update codegen for GetOpener:inRealms in Bindings.conf (#33062)Taym Haddadi2024-08-153-9/+6
* Replace the lazy_static crate with `std::sync::LazyLock` in components/shared...Hayashi Mikihiro2024-08-159-32/+19
* Use FontInstanceFlags::SUBPIXEL_POSITION for font instances on Windows (#33045)Cristian Brinza2024-08-151-1/+1
* ohos/android: Redirect stdout/stderr to `log` sink (#32858)Jonathan Schwender2024-08-151-1/+1
* layout: Support `start` and `end` values for flexbox `align-self` (#33032)Martin Robinson2024-08-151-9/+20
* webxr: Update hand input to match latest spec (#32958)Daniel Adams2024-08-146-80/+308
* Remove unused constant from `components/net/fetch/methods.rs` (#33054)Martin Robinson2024-08-141-4/+1
* Replace lazy_static with std::sync::LazyLock in components/fonts (#33049)Hayashi Mikihiro2024-08-144-23/+19
* layout: Initial implementation of `flex-direction: column` and `column-revers...Martin Robinson2024-08-146-281/+322
* Dont use lazy static to construct mutexes (#33047)Simon Wülker2024-08-142-6/+1