aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-2113-208/+244
* script: Make callbacks generic over DOM interfaces. (#35459)Josh Matthews2025-02-219-97/+141
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-2120-167/+627
* fix touch event wrong coordinates. pageX, pageY, clientX, clientY etc. (#35550)Bi Fuguo2025-02-211-4/+6
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-2014-226/+140
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-20260-603/+986
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-2011-465/+139
* libservo: Clean up destroyed webview handles (#35547)Delan Azabani2025-02-201-0/+11
* compositing: Split non-WebView-specific data into `ServoRenderer` (#35536)Martin Robinson2025-02-192-122/+168
* Remove `Servo::allow_navigation_request` (#35544)Martin Robinson2025-02-192-12/+2
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-1911-13/+2437
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-193-4/+23
* pixels: Fix webp detection (#35474)Jonathan Schwender2025-02-191-2/+13
* libservo: Rework and clarify the rendering model of the `WebView` (#35522)Martin Robinson2025-02-195-132/+103
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-1926-226/+1112
* Ensure that qualified-name segments start with a valid start character (#35530)Simon Wülker2025-02-194-137/+141
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-186-0/+707
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-187-284/+363
* script: Add custom logging representation for DOM interfaces. (#35416)Josh Matthews2025-02-181-14/+73
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-1841-36/+123
* Don't attempt to report style attribute for non-htmlelements to devtools (#35...Simon Wülker2025-02-171-3/+5
* layout: Fully support sizing keywords on main size property of flex item (#35...Oriol Brufau2025-02-171-56/+70
* layout: Partial support for sizing keywords on flex items (#35469)Oriol Brufau2025-02-172-40/+22
* window: avoid NonNull<JSObject> in NamedGetter (#35508)Gae242025-02-173-22/+8
* Don't remove used fonts in collect_unused_webrender_resources (#35506)Simon Wülker2025-02-171-1/+1
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-178-234/+245
* libservo: Expose an `OffscreenRenderingContext` and use it for servoshell (#3...Martin Robinson2025-02-177-359/+447
* dom: expose obsolete `scheme` attribute for meta tag (#35505)Euclid Ye2025-02-172-3/+8
* servoshell: Actually set the Servo delegate in servoshell (#35502)Martin Robinson2025-02-161-5/+5
* `DataTransferItem`: improve spec compliance (#35418)Gae242025-02-165-123/+180
* chore: Update wgpu (#35503)Samson2025-02-161-7/+6
* net: Use the unfiltered response status when comparing against cached resourc...Josh Matthews2025-02-161-2/+4
* script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)shanehandley2025-02-166-361/+680
* 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
* deps: Remove some unused `Cargo.toml` (#35466)Martin Robinson2025-02-1410-15/+0
* 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-1411-63/+110
* chore: Remove outdated FIXME. (#35458)Josh Matthews2025-02-141-1/+0
* layout: Basic implementation of size keywords on `flex-basis` (#35413)Oriol Brufau2025-02-132-130/+151
* 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-135-11/+18
* fix issue #35449: handle touch events in on_input_event. (#35450)Bi Fuguo2025-02-131-0/+5
* dom: IntersectionObserver initialization (#35314)Steven Novaryo2025-02-138-19/+439
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-1310-94/+66
* Update window.screenX and window.screenY when moving the embedder window (#35...webbeef2025-02-132-0/+11
* Protect `create_spanned_slot_based_on_cell_above()` against arithmetic underf...Oriol Brufau2025-02-121-37/+33
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-1221-1088/+779
* script: reset spurious frame counter *only* when reflow is triggered (#35435)Mukilan Thiyagarajan2025-02-121-3/+4
* Add Precustomized state to CustomElementState (#35392)Taym Haddadi2025-02-122-0/+13