aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build(deps): bump dwrote from 0.11.2 to 0.11.3 (#36186)dependabot[bot]2025-03-271-2/+2
* build(deps): bump icu_calendar_data from 1.5.0 to 1.5.1 (#36185)dependabot[bot]2025-03-271-2/+2
* build(deps): bump icu_list_data from 1.5.0 to 1.5.1 (#36184)dependabot[bot]2025-03-271-2/+2
* build(deps): bump icu_casemap_data from 1.5.0 to 1.5.1 (#36183)dependabot[bot]2025-03-271-2/+2
* build(deps): bump icu_experimental_data from 0.1.0 to 0.1.1 (#36182)dependabot[bot]2025-03-271-2/+2
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-2714-189/+906
* Made MAX_TASK_NS u128. Also removed a superfluous into(). Both were required ...Moritz Mœller2025-03-272-2/+2
* build(deps): bump iana-time-zone from 0.1.61 to 0.1.62 (#36129)dependabot[bot]2025-03-271-3/+4
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-2716-51/+143
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-2713-45/+224
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-267-19/+42
* chore: Remove unused generation counter field from LayoutThread (#36172)Kelechi Ebiri2025-03-260-0/+0
* chore: Remove unused generation counter field from LayoutThread (#36172)Kelechi Ebiri2025-03-261-7/+0
* Fix Backspace deleting entire previous line in `<textarea>` (#36112)elomscansio2025-03-262-0/+14
* build(deps): bump quick-xml from 0.37.2 to 0.37.3 (#36170)dependabot[bot]2025-03-261-2/+2
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-2653-262/+1566
* Stop using MutableHandle's DerefMut impl (#36160)Greg Morenz2025-03-261-2/+2
* Use read all bytes when consuming body (#36048)Gregory Terzian2025-03-261-192/+104
* Stop using JS::MutableHandle's DerefMut impl (#36161)Greg Morenz2025-03-261-1/+1
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-267-145/+75
* Fix check in get_array_index_from_id to return early on ASCII char (#36136)Michael Rees2025-03-254-13/+1
* feat: add CanGc argument in get_dictionary_property (#36156)Arya Nair2025-03-256-15/+29
* Update Dependabot stylo crates again (#36154)Alex Touchet2025-03-251-4/+2
* Import URLPattern tests (#36145)Simon Wülker2025-03-256-0/+4540
* build(deps): bump rustls-webpki from 0.103.0 to 0.103.1 (#36153)dependabot[bot]2025-03-251-2/+2
* build(deps): bump thin-vec from 0.2.13 to 0.2.14 (#36150)dependabot[bot]2025-03-252-6/+6
* build(deps): bump async-compression from 0.4.21 to 0.4.22 (#36152)dependabot[bot]2025-03-251-2/+2
* build(deps): bump time from 0.3.40 to 0.3.41 (#36149)dependabot[bot]2025-03-251-4/+4
* build(deps): bump stylo_malloc_size_of from `e941241` to `bc4717c` (#36148)dependabot[bot]2025-03-251-31/+31
* script: Support converting JS values to Rc<Promise> with FromJSValConvertible...Josh Matthews2025-03-255-4/+27
* Update names of stylo crates in dependabot.yml (#36137)sagudev2025-03-251-6/+7
* build: bump nixpkgs to nixos-unstable (#36140)Mukilan Thiyagarajan2025-03-251-1/+1
* Remove references to 2020 layout in try_parser.py (#36047)MDCODE2472025-03-258-64/+40
* Upgrade to Stylo e941241 (#36120)Nico Burns2025-03-252-28/+15
* layout: Ensure compatible positioning context during flexbox block content si...Martin Robinson2025-03-253-5/+28
* build(deps): bump jiff from 0.2.4 to 0.2.5 (#36131)dependabot[bot]2025-03-251-4/+4
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-2511-51/+72
* servoshell: Use sRGB colorspace on macOS (#35683)Isaac Marovitz2025-03-243-1/+38
* fix: does_settings_prohibit_mixed_security_contexts typo (#36135)Arya Nair2025-03-241-2/+2
* build(deps): bump log from 0.4.26 to 0.4.27 (#36127)dependabot[bot]2025-03-241-2/+2
* feat(notification): add `EmbedderMsg::ShowNotification` (#36055)Jason Tsai2025-03-246-20/+151
* layout: Cache `IndependentNonReplacedContents::layout()` (#36082)Oriol Brufau2025-03-2412-160/+216
* fix: radio input element don't trigger validity state (#36103)Jerens Lensun2025-03-233-17/+4
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-2312-15936/+281
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-2315-263/+221
* script: Ensure promises are considered DOM interfaces when generating binding...Josh Matthews2025-03-232-3/+5
* layout: Implement the `fit-content()` sizing function (#36056)Oriol Brufau2025-03-2333-192/+100
* Don't clear children of declarative shadow hosts when imperatively attaching ...Simon Wülker2025-03-233-107/+1
* compositor: Remove the script channel from the compositor (#36089)Martin Robinson2025-03-235-19/+12
* Remove `components/shared/compositing/constellation_msg.rs` (#36102)Martin Robinson2025-03-231-92/+0