aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Remove `Preferences::network_tls_ignore_unexpected_eof` (#35080)Martin Robinson2025-01-202-11/+1
* Set descendant's attribute's owner document in Node::adopt (#35076)Simon Wülker2025-01-192-6/+23
* Implement shadow dom slots (#35013)Simon Wülker2025-01-1913-12/+736
* Make worker script errors more informative. (#35070)Josh Matthews2025-01-191-2/+2
* Fix crash when using builtin memory profiler (#35058)Josh Matthews2025-01-192-5/+18
* Remove workaround for fixed ICE (#35069)Simon Wülker2025-01-191-4/+1
* Remove unneeded allow annotation. (#35025)Josh Matthews2025-01-192-2/+0
* layout: Remove some unneeded `is_table` parameters (#35064)Oriol Brufau2025-01-195-20/+10
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-18221-416/+437
* DataTransfer: propagate CanGc argument (#35062)Gae242025-01-185-18/+41
* layout: Make table column constraint distribution more generic (#35042)Martin Robinson2025-01-181-59/+57
* Don't generate gstreamer data when dummy media backend enabled. (#35056)Josh Matthews2025-01-181-12/+14
* config: Derive defaults for Opts. (#35057)Josh Matthews2025-01-181-1/+1
* servo-media 1e28d1d997: don't unwrap ServoMedia::get() (#35049)mcclure2025-01-186-8/+7
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-178-69/+21
* Support future uses of traits with associated types in rooting analysis (#34359)Josh Matthews2025-01-163-3/+19
* layout: Allow layouts to customize their used style (#35012)Oriol Brufau2025-01-1611-238/+368
* Remove typedarray_elem_siz (#35022)Taym Haddadi2025-01-161-19/+6
* chore: Update wgpu and fix webgpu pref (#35020)Samson2025-01-163-7/+4
* layout: Allow different collapsed border style/color within a row/column (#35...Oriol Brufau2025-01-162-84/+116
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-169-8/+356
* Remove `resources/prefs.json` (#34999)Martin Robinson2025-01-161-2/+1
* script: Implement `set_up`, `ReleaseLock`, `Closed`, `Cancel`, `acquire_byob_...Taym Haddadi2025-01-158-196/+466
* Fix build failure with tracing feature (#35009)Jonathan Schwender2025-01-152-1/+2
* Implement Clipboard Event Api (#33576)Gae242025-01-1518-22/+550
* layout: Make non-`normal` `align-content` establish a block formatting contex...TIN TUN AUNG2025-01-151-0/+9
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-1543-668/+63
* fonts: Remove synchronous web font loading functionality (#35000)Martin Robinson2025-01-154-47/+2
* webdriver: Serialize JS int values as i32. (#34997)Josh Matthews2025-01-153-1/+10
* Script: remove `SafeHandleValue::from_raw` from `DefaultTeeReadRequest` (#34995)Taym Haddadi2025-01-151-10/+7
* config: Remove legacy-layout and unused `Preferences` and `Opts` (#34994)Martin Robinson2025-01-147-297/+12
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-14196-2615/+955
* fix click event when long time in touchstart (#34812)Bi Fuguo2025-01-141-1/+8
* Various servodriver improvements (#34957)Josh Matthews2025-01-141-1/+10
* Add Content Range Header and add one for blob end range (#34797)TIN TUN AUNG2025-01-142-6/+53
* Remove incorrect TODO comment in htmlinputelement.rs (#34970)Simon Wülker2025-01-131-1/+46
* layout: Improve logic for block size of table (#34947)Oriol Brufau2025-01-133-101/+8
* layout: Generalize `ContainingBlock`'s block size to a `SizeConstraint` (#34946)Oriol Brufau2025-01-1311-69/+71
* layout: Make `Fragment` hold `ArcRefCell` inside (#34923)Martin Robinson2025-01-1318-235/+259
* Implement HTMLCanvasElement.transferControlToOffscreen (#34959)webbeef2025-01-134-14/+139
* add minimal implementation of FetchParams (#34833)arthmis2025-01-129-154/+234
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-124-4/+18
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-1123-226/+179
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-115-94/+177
* layout: Improve sizing of tables in collapsed-borders mode (#34932)Oriol Brufau2025-01-102-6/+38
* Implement HTMLCanvasElement.toBlob (#34938)webbeef2025-01-104-91/+205
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-106-4/+107
* layout: Don't recalculate the PaddingBorderMargin in table layout (#34931)Oriol Brufau2025-01-101-23/+15
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-1016-458/+418
* Fix shadow root binding children to the tree (#34909)Taym Haddadi2025-01-101-3/+12