aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump git2 from 0.20.0 to 0.20.1dependabot/cargo/git2-0.20.1dependabot[bot]2025-03-192-8/+4
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-1921-66/+66
* layout: Don't consider a definite `stretch` size as intrinsic (#36045)Oriol Brufau2025-03-192-7/+7
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-198-29/+73
* Support align attribute on HTMLParagraphElement interface (#36054)Stephen Muss2025-03-194-122/+11
* libservo: Notify delegates of send errors in request objects (#35668)Delan Azabani2025-03-198-27/+357
* feat: fetch notification image resources (#35878)Jason Tsai2025-03-191-4/+406
* layout: Fix intrinsic contributions of indefinite `stretch` keyword (#36030)Oriol Brufau2025-03-184-38/+21
* bugfix: servoshell: prevent 0 pixel dimensions for render area (#35967)Sebastian C2025-03-181-0/+7
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-186-7/+40
* build(deps): bump libgit2-sys from 0.18.0+1.9.0 to 0.18.1+1.9.0 (#36040)dependabot[bot]2025-03-181-2/+2
* build(deps): bump time from 0.3.39 to 0.3.40 (#36039)dependabot[bot]2025-03-181-8/+8
* build(deps): bump windows-link from 0.1.0 to 0.1.1 (#36038)dependabot[bot]2025-03-181-2/+2
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-1823-29/+1319
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-1848-175/+850
* Set composed flag for mouse events dispatched by the UA (#36010)Simon Wülker2025-03-182-54/+98
* chore: Move unsafe operations in unsafe functions to unsafe blocks (#36017)DK Liao2025-03-185-57/+59
* Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11...Servo WPT Sync2025-03-18496-2534/+17512
* Fix WPT importer (#36018)Oriol Brufau2025-03-181-0/+1
* feat: add CanGc argument to Error::to_jsval (#36014)Arya Nair2025-03-1711-24/+45
* Bump Stylo to df459ec (#36011)Oriol Brufau2025-03-172-97/+97
* build(deps): bump foldhash from 0.1.4 to 0.1.5 (#36006)dependabot[bot]2025-03-171-2/+2
* build(deps): bump aws-lc-sys from 0.27.0 to 0.27.1 (#36007)dependabot[bot]2025-03-171-7/+7
* build(deps): bump async-compression from 0.4.20 to 0.4.21 (#36004)dependabot[bot]2025-03-171-2/+2
* build(deps): bump libz-sys from 1.1.21 to 1.1.22 (#36001)dependabot[bot]2025-03-171-2/+2
* build(deps): bump rustls from 0.23.23 to 0.23.25 (#36000)dependabot[bot]2025-03-171-7/+7
* Upgrade Stylo to 2025-03-15 (#35990)Nico Burns2025-03-172-27/+24
* Implement declarative shadow dom (#34964)batu_hoang2025-03-1744-1965/+360
* Upgrade to html5ever 0.30, xml5ever 0.21, markup5ever 0.15 (#35992)Nico Burns2025-03-162-24/+33
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-1615-277/+340
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-1643-146/+211
* Use stream in file read operation (#35969)Gregory Terzian2025-03-162-38/+100
* Refactor common boilerplate out of serialize/transfer implementations (#35831)Josh Matthews2025-03-159-233/+544
* Various fixes for webdriver conformance tests (#35737)Josh Matthews2025-03-156-32/+46
* constellation: Remove two unused messages to the Constellation (#35972)Martin Robinson2025-03-153-58/+1
* layout: Unify `FlexItem::new()` and `FlexItemBox::main_content_size_info()` (...Oriol Brufau2025-03-142-252/+186
* script: Implement HTMLOptgroupElement::Label (#35970)Simon Wülker2025-03-145-141/+20
* build(deps): bump half from 2.4.1 to 2.5.0 (#35975)dependabot[bot]2025-03-141-2/+2
* build(deps): bump once_cell from 1.21.0 to 1.21.1 (#35974)dependabot[bot]2025-03-141-2/+2
* build(deps): bump prettyplease from 0.2.30 to 0.2.31 (#35973)dependabot[bot]2025-03-141-2/+2
* layout: Add support for basic transform css properties (#35926)chocolate-pie2025-03-1412-63/+57
* Bring back DOM GC checkpoint to script_thread (#35949)Sebastian C2025-03-141-0/+7
* layout: Allow lazy resolution of automatic minimum sizes (#35965)Oriol Brufau2025-03-135-20/+20
* Check whether an element is custom in the spec-compliant way (#35960)Xiaocheng Hu2025-03-136-13/+71
* build(deps): bump tokio-util from 0.7.13 to 0.7.14 (#35963)dependabot[bot]2025-03-131-2/+2
* build(deps): bump tokio from 1.44.0 to 1.44.1 (#35962)dependabot[bot]2025-03-131-7/+7
* script: Remove ThreadSafeLayoutNode::is_ignorable_whitespace (#35959)Martin Robinson2025-03-132-31/+0
* Hide servo internal shadow roots from the inspector by default (#35958)Simon Wülker2025-03-135-4/+27
* Fix Cargo.toml instructions for building Servo with a local Stylo (#35957)Oriol Brufau2025-03-132-16/+14
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-1317-285/+51