Skip to content

script: Pass &mut JSContext to HTMLInputElement methods#44542

Merged
TimvdLippe merged 1 commit into
servo:mainfrom
TimvdLippe:cx-input-element
Apr 27, 2026
Merged

script: Pass &mut JSContext to HTMLInputElement methods#44542
TimvdLippe merged 1 commit into
servo:mainfrom
TimvdLippe:cx-input-element

Conversation

@TimvdLippe

Copy link
Copy Markdown
Contributor

Part of #42638
Fixes #43253

Testing: It compiles

@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Apr 27, 2026
Comment thread components/script/dom/html/input_element/mod.rs Outdated
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Apr 27, 2026
Part of servo#42638
Fixes servo#43253

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Apr 27, 2026
@TimvdLippe TimvdLippe enabled auto-merge April 27, 2026 13:37
@TimvdLippe TimvdLippe added this pull request to the merge queue Apr 27, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 27, 2026
Merged via the queue into servo:main with commit 97899b9 Apr 27, 2026
33 checks passed
@TimvdLippe TimvdLippe deleted the cx-input-element branch April 27, 2026 14:23
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass &mut JSContext to HTMLInputElement::value_changed

3 participants