aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-22184-940/+937
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-2211-15/+107
* Layout: Clean up `Au` conversion helper functions in the flexbox (#31137)atbrakhi2024-01-222-32/+8
* Fix trivial typo in variable name (#31143)Olivier Tilloy2024-01-211-2/+2
* layout: Convert all inline iteration to a new `foreach` function (#31117)Martin Robinson2024-01-191-230/+243
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-197-65/+725
* Use App units in flow layout (#30894)atbrakhi2024-01-195-220/+309
* Use FLoat32Array in GamepadPose (#31106)Taym Haddadi2024-01-194-84/+38
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-1812-160/+123
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-1712-123/+160
* script: Use FLoat32Array in XRRay (#31087)Taym Haddadi2024-01-172-19/+20
* use FLoat32Array in XRRigidTransform (#31076)Taym Haddadi2024-01-172-15/+14
* use FLoat32Array in XRView (#31077)tannal2024-01-162-11/+13
* script: Start replacing `time` with `std::time` and `chrono` (#30639)Auguste Baum2024-01-167-61/+62
* layout: Switch `IndependentLayout` to use `Au` instead of `Length` (#31083)atbrakhi2024-01-158-21/+52
* audiobuffer: ensure dest has the same size as source in copy from channel (#3...Gregory Terzian2024-01-151-1/+1
* fix conditional logic that enables native bluetooth (#31073)Mukilan Thiyagarajan2024-01-124-158/+151
* WebIDL: use FLoat32Array (#30990)Gregory Terzian2024-01-115-86/+157
* Fix underflow in PerformanceResourceTiming API (#31063)Delan Azabani2024-01-111-1/+1
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-106-24/+47
* layout: Split `LineItem` layout into a new file (#31039)Martin Robinson2024-01-104-603/+658
* Integrate the `devices` respository (#30974)Martin Robinson2024-01-098-14/+1725
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-096-90/+97
* layout: Implement support for `line-height` and `vertical-align` (#30902)Martin Robinson2024-01-0813-247/+906
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-053-35/+31
* Script: ensure child JS runtimes are dropped before parent (#30896)Gregory Terzian2024-01-043-4/+13
* WebGPU: always send exit message to script before exiting (#30989)Gregory Terzian2024-01-031-6/+6
* Replace time with std::time in components/devtools (#30927)Taym Haddadi2024-01-036-21/+40
* Unfork and upgrade jemallocator (#30963)Martin Robinson2024-01-014-78/+10
* Update WebGPU CTS (#30954)Samson2023-12-283-8/+11
* bhm: Fix a warning in the Linux sampler (#30924)Martin Robinson2023-12-281-52/+52
* Update wgpu to 0.18.1 (#30926)Samson2023-12-254-6/+14
* dependencies: Update to latest version of `unwind-sys` (#30923)Martin Robinson2023-12-231-3/+1
* Add support for table fixups (#30868)Martin Robinson2023-12-226-97/+462
* layout: Make all word separators justification opportunities (#30866)Martin Robinson2023-12-215-37/+58
* layout: Add support for `text-align-last` (#30905)Martin Robinson2023-12-212-20/+33
* Fix the unwind-sys build on latest Fedora (#30906)Martin Robinson2023-12-211-1/+3
* Fix crash caused by arithmetic underflow in layout2020 (#30897)atbrakhi2023-12-211-8/+8
* script: Allow moving back to non-quirks mode (#30898)Martin Robinson2023-12-211-4/+4
* These changes fix #30843 (#30888)Lucas Montenegro2023-12-203-40/+39
* Update branch name to main (#30877)Alex Touchet2023-12-162-2/+2
* Add basic support for `text-align: justify` (#30807)Martin Robinson2023-12-154-52/+152
* Integrate hyper_serde into Servo source (#30803)Martin Robinson2023-12-147-0/+1121
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-136-220/+298
* Add multiview feature flag in compositing and constellation (#30840)Delan Azabani2023-12-122-0/+5
* constellation: notify embedder when events are hit-tested to browsers (#30841)Delan Azabani2023-12-123-7/+47
* Use app units in replaced elements (#30825)atbrakhi2023-12-112-13/+18
* Bump mozangle to 0.5.0 (#30546)Samson2023-12-081-155/+32
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-069-21/+18
* Generalize LengthPercentageOrAuto impl to Generic Type (#30824)atbrakhi2023-12-061-5/+5