aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c...Servo WPT Sync2025-02-16608-8328/+18642
* script: Take away Fallible from new_resolved and new_rejected (#35473)Kingsley Yung2025-02-159-44/+23
* script: remove non-actionable todo from script/dom/document.rs (#35472)shanehandley2025-02-151-2/+1
* build(deps): bump ring from 0.17.8 to 0.17.9 (#35468)dependabot[bot]2025-02-141-9/+2
* build(deps): bump cc from 1.2.13 to 1.2.14 (#35467)dependabot[bot]2025-02-141-5/+5
* deps: Remove some unused `Cargo.toml` (#35466)Martin Robinson2025-02-1412-32/+0
* servoshell: Port input dialog code to use egui intead of tinyfiledialogs (#35...chickenleaf2025-02-142-47/+56
* Fix scroll_sensitivity related naming issue (#35462)Euclid Ye2025-02-144-8/+8
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-1412-63/+111
* chore: Remove outdated FIXME. (#35458)Josh Matthews2025-02-141-1/+0
* layout: Basic implementation of size keywords on `flex-basis` (#35413)Oriol Brufau2025-02-136-168/+153
* layout: Remove `BoxFragment::overflow_clip_rect()` (#35443)Oriol Brufau2025-02-131-36/+24
* libservo: change 'request_fullscreen_state_change' API to a notification (#35...Mukilan Thiyagarajan2025-02-136-12/+19
* fix issue #35449: handle touch events in on_input_event. (#35450)Bi Fuguo2025-02-131-0/+5
* dom: IntersectionObserver initialization (#35314)Steven Novaryo2025-02-1311-64/+439
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-1313-97/+69
* (chore): tinyfiledialog::MessageBoxIcon is only used on Linux (#35441)webbeef2025-02-131-1/+2
* Update window.screenX and window.screenY when moving the embedder window (#35...webbeef2025-02-134-22/+34
* Protect `create_spanned_slot_based_on_cell_above()` against arithmetic underf...Oriol Brufau2025-02-121-37/+33
* Run WPT notifications tests. (#35442)Josh Matthews2025-02-1217-0/+469
* build(deps): bump miniz_oxide from 0.8.3 to 0.8.4 (#35439)dependabot[bot]2025-02-121-2/+2
* build(deps): bump clap from 4.5.28 to 4.5.29 (#35438)dependabot[bot]2025-02-121-4/+4
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-1225-1194/+915
* script: reset spurious frame counter *only* when reflow is triggered (#35435)Mukilan Thiyagarajan2025-02-123-25/+26
* Add Precustomized state to CustomElementState (#35392)Taym Haddadi2025-02-123-6/+13
* servoshell: Port alert/confirm dialog code to use egui intead of tinyfiledial...chickenleaf2025-02-122-91/+140
* Test `overflow-clip-margin` with `border-radius` (#35433)Oriol Brufau2025-02-123-0/+72
* feat: dispatch mouse `contextmenu` event to DOM and embedder (#35364)Jason Tsai2025-02-121-2/+82
* script: fix spurious animation checks to correctly invoke rAF callbacks (#35387)Mukilan Thiyagarajan2025-02-123-17/+87
* prefs: Stop precaching WebRender shaders by default (#35431)Martin Robinson2025-02-121-1/+1
* libservo: Don't bounce ready-to-present frame notifications to the Constellat...Martin Robinson2025-02-1211-63/+26
* Implement overflow:clip (#35103)batu_hoang2025-02-1233-200/+261
* bindings: Support non-object this values for callbacks. (#35427)Josh Matthews2025-02-123-22/+24
* build(deps): bump rustls from 0.23.22 to 0.23.23 (#35426)dependabot[bot]2025-02-111-5/+5
* build(deps): bump toml_edit from 0.22.23 to 0.22.24 (#35425)dependabot[bot]2025-02-111-2/+2
* Let script/webgpu feature imply script_traits/webgpu (#35424)Oriol Brufau2025-02-111-1/+1
* Enable the `quotes` CSS property (#35420)Oriol Brufau2025-02-112-18/+12
* script: remove a fixed todo from script/dom/xmlhttprequest.rs (#35417)shanehandley2025-02-111-6/+1
* script: make Error::to_jsval safe (#35411)Stephen Muss2025-02-108-64/+41
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-109-103/+149
* servoshell: Move `initial_window_size` and `screen_size_override` into `Servo...Martin Robinson2025-02-105-40/+30
* implemented feture and tests (#35309)Domenico Rizzo2025-02-107-3/+112
* build(deps): bump ohos-sys-opaque-types from 0.1.4 to 0.1.5 (#35409)dependabot[bot]2025-02-101-2/+2
* build(deps): bump cc from 1.2.12 to 1.2.13 (#35404)dependabot[bot]2025-02-101-4/+4
* build(deps): bump cmake from 0.1.53 to 0.1.54 (#35408)dependabot[bot]2025-02-101-2/+2
* build(deps): bump winnow from 0.7.1 to 0.7.2 (#35406)dependabot[bot]2025-02-101-2/+2
* build(deps): bump data-encoding from 2.7.0 to 2.8.0 (#35403)dependabot[bot]2025-02-101-2/+2
* Revert "Use surfman with glow bindings (#34328)" (#35402)Samson2025-02-1013-69/+97
* Remove unintended `dbg!` from `components/net/fetch/methods.rs` (#35401)Samson2025-02-101-1/+0
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-1011-207/+211