aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
...
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-193-4/+23
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-1910-7/+663
* 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-183-0/+588
* script: Add custom logging representation for DOM interfaces. (#35416)Josh Matthews2025-02-181-14/+73
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-1819-12/+46
* Don't attempt to report style attribute for non-htmlelements to devtools (#35...Simon Wülker2025-02-171-3/+5
* window: avoid NonNull<JSObject> in NamedGetter (#35508)Gae242025-02-172-21/+7
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-172-16/+15
* dom: expose obsolete `scheme` attribute for meta tag (#35505)Euclid Ye2025-02-171-0/+5
* `DataTransferItem`: improve spec compliance (#35418)Gae242025-02-165-123/+180
* chore: Update wgpu (#35503)Samson2025-02-161-7/+6
* script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)shanehandley2025-02-164-359/+678
* script: Take away Fallible from new_resolved and new_rejected (#35473)Kingsley Yung2025-02-157-35/+22
* script: remove non-actionable todo from script/dom/document.rs (#35472)shanehandley2025-02-151-2/+1
* chore: Remove outdated FIXME. (#35458)Josh Matthews2025-02-141-1/+0
* libservo: change 'request_fullscreen_state_change' API to a notification (#35...Mukilan Thiyagarajan2025-02-131-2/+2
* dom: IntersectionObserver initialization (#35314)Steven Novaryo2025-02-136-18/+434
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-131-3/+2
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-126-310/+270
* 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
* 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-121-17/+39
* bindings: Support non-object this values for callbacks. (#35427)Josh Matthews2025-02-122-11/+13
* Let script/webgpu feature imply script_traits/webgpu (#35424)Oriol Brufau2025-02-111-1/+1
* 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
* implemented feture and tests (#35309)Domenico Rizzo2025-02-101-2/+9
* Revert "Use surfman with glow bindings (#34328)" (#35402)Samson2025-02-101-2/+3
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-104-104/+119
* script: Add shadow dom check to custom element constructor (#35382)Max T.2025-02-091-5/+11
* dom: Always replace unpaired surrogates when handling page text (#35381)Martin Robinson2025-02-093-52/+8
* script: Replace unnecessary macro in get_constructor_object_from_local_name (...Max T.2025-02-091-137/+132
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-088-43/+41
* suppress build warnings when disabling webgpu and webxr (#35379)webbeef2025-02-088-15/+26
* Handle assigned slottables in an Event's path (#35380)Simon Wülker2025-02-081-6/+44
* script: make methods of ErrorInfo safe (#35367)Stephen Muss2025-02-071-22/+31
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-076-23/+0
* script: make throw_invalid_this and throw_constructor_without_new safe (#35360)Stephen Muss2025-02-073-14/+15
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-0711-11/+13
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-073-29/+38
* script: Annotate steps for custom element creation. (#35354)Josh Matthews2025-02-072-43/+82
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-078-166/+76
* Update `pixels::unmultiply_inplace` to support RB swap and use it in canvas_s...Euclid Ye2025-02-063-4110/+1
* Inform the devtools about shadow roots on a node (#35294)Simon Wülker2025-02-053-19/+55
* Make generated proxy handlers and DOM object hooks generic (#35292)Josh Matthews2025-02-056-6/+28
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-0529-14/+137
* script: delay Mutation initialization (#35291)Euclid Ye2025-02-055-23/+31
* Use surfman with glow bindings (#34328)Samson2025-02-051-3/+2