index
:
servo.git
2020-background-images
SimonSapin-patch-1
android_libstd
as-of-2024-08-12
attrs
auto
autoraf
backtrace
bump-raqote
cb_split
checks
dependabot/cargo/git2-0.20.1
dependabot/cargo/synstructure-0.13.2
devtools-replay-tool
devtools-testing
dictionary-callback
dom-protos
end-of-the-line
fail-on-winit-minimal-build-errors
fix-docs3
fix-legacy-layout-paths-in-wpt
fix-nightly-build-mozjs-issue
fix-windows-nightly
fix-wpt-sync-testroot-issue
fix_webgpu_error_handling
flexbox-column-layout
fonts-fast-ipc-turnaround
gfx-base-reorganization-part2
gh-readonly-queue/main/pr-34687-11424f90b3cb0fe5688fce68139744f919c5be21
gh-readonly-queue/main/pr-36712-42fdd29906724fd360f759323317087887c8ac7f
gh-readonly-queue/main/pr-36776-772f0b2df9173bc2934d0e0e70aee928e97a0d73
gh-readonly-queue/main/pr-36778-f71d38c72dfdabb4df4d95d467d4e16c7dfe0e6e
gh-readonly-queue/main/pr-36785-530408e6b1e037e737e9a3b894d2b42e87c3058b
github-actions-dev
gone
gonk
http_network_or_cache_fetch
iframe-load-hack
indefinite-containing-block
inert
input
jdm-patch-1
jdm-patch-10
jdm-patch-11
jdm-patch-12
jdm-patch-13
jdm-patch-14
jdm-patch-15
jdm-patch-16
jdm-patch-17
jdm-patch-18
jdm-patch-19
jdm-patch-2
jdm-patch-20
jdm-patch-21
jdm-patch-22
jdm-patch-23
jdm-patch-24
jdm-patch-25
jdm-patch-26
jdm-patch-27
jdm-patch-28
jdm-patch-29
jdm-patch-3
jdm-patch-30
jdm-patch-31
jdm-patch-32
jdm-patch-33
jdm-patch-34
jdm-patch-35
jdm-patch-36
jdm-patch-37
jdm-patch-38
jdm-patch-39
jdm-patch-4
jdm-patch-40
jdm-patch-41
jdm-patch-42
jdm-patch-43
jdm-patch-44
jdm-patch-45
jdm-patch-46
jdm-patch-47
jdm-patch-48
jdm-patch-49
jdm-patch-5
jdm-patch-50
jdm-patch-51
jdm-patch-52
jdm-patch-53
jdm-patch-54
jdm-patch-6
jdm-patch-7
jdm-patch-8
jdm-patch-9
jdm-revert1
jdm-revert2
jdm-revert3
jdm-revert4
layout-2020-borrow-mut-independent-contexts
layout-2020-fix-rule-tree-drop
layout-revamp-prototype
layout-thread-2020
macos-ci-failure
main
make-column-distribution-more-generic
multi-tlbc
multiple-concurrent-tlbc
named-getter
nightlies
offscreen-rendering
osmesa-up
paulrouget-patch-1
perfetto-metrics-and-navigation-start
plumb-time-profiler-into-tracing
port-minibrowser-to-delegate
pr-20330
rcdom
revert
revert-29964-enable-merge-queue-action
revert-31409-style-config
revert-remaining-stylo-changes
revert-webrender
rustc-nightly-update
sagudev-patch-1
sagudev-patch-2
sagudev-patch-3
self-hosted-github-sha-upstream
separate-libservo-build-job
servoshell-tabs
squeeze
test
test-wpt
test_branch
tmp
try
try-android
try-wpt-mac
typed-arrays
typed-arrays-heap
update-linux-runner-image-version
upgrade-rustc-to-03-25-nightly
url-quirks-module-inlined
wpt_update_01-12-2024
wpt_update_02-12-2024
wpt_update_03-12-2024
wpt_update_04-12-2024
wpt_update_05-05-2024
wpt_update_16-03-2025
wpt_update_23-02-2025
wpt_update_23-03-2025
wpt_update_30-04-2025
xrtest
…
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
script
/
dom
/
htmlinputelement.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strict import formatting (grouping and granularity) (#30325)
Samson
2023-09-11
1
-36
/
+37
*
remove `extern crate` (#30311)
Samson
2023-09-08
1
-1
/
+1
*
Fix warnings after chrono upgrade (#30165)
Martin Robinson
2023-08-23
1
-38
/
+48
*
No tracing of nop traceable fields (#29926)
Samson
2023-08-04
1
-0
/
+1
*
Implement :valid :invalid pseudo classes (#26729)
John Poge II
2023-07-21
1
-10
/
+27
*
Support arbitrary protos when wrapping DOM objects with constructors.
Josh Matthews
2023-05-28
1
-1
/
+3
*
Make GlobalScope.get_cx a static method.
Josh Matthews
2023-05-20
1
-1
/
+1
*
Further changes required by Servo
Oriol Brufau
2023-05-19
1
-1
/
+1
*
Make HTMLInputElement.list an HTMLDataListElement
2shiori17
2023-03-02
1
-6
/
+3
*
Update nightly rustc.
Josh Matthews
2021-11-01
1
-3
/
+3
*
Make hidden input _charset_ check case insensitive
Vincent Ricard
2020-10-09
1
-1
/
+1
*
Remove unnecessary checks
Vincent Ricard
2020-09-24
1
-13
/
+0
*
Allow mutating <input disabled type=checkbox/radio>
Vincent Ricard
2020-09-24
1
-7
/
+10
*
Implement HTMLFormElement.requestSubmit()Also includes a fix for reentrant fo...
Maxim Tsoy
2020-07-02
1
-0
/
+6
*
Update document focus when element focusability changes.
Josh Matthews
2020-06-15
1
-0
/
+2
*
Make clicking on an element request focus for focusable elements.
Josh Matthews
2020-06-15
1
-1
/
+0
*
Form constraints validation
teapotd
2020-04-02
1
-18
/
+431
*
Introduce more layout helpers to make selection_for_layout be safe
Anthony Ramine
2020-04-01
1
-9
/
+16
*
Introduce <LayoutDom<Element>>::focus_state
Anthony Ramine
2020-04-01
1
-1
/
+1
*
Introduce a bunch of LayoutDom<HTMLInputElement> private helpers
Anthony Ramine
2020-04-01
1
-30
/
+31
*
Introduce <LayoutDom<Element>>::attrs()
Anthony Ramine
2020-03-31
1
-7
/
+5
*
Merge RawLayoutElementHelpers into LayoutElementHelpers
Anthony Ramine
2020-03-31
1
-4
/
+1
*
Make LayoutHTMLInputElementHelpers::value_for_layout return a cow
Anthony Ramine
2020-03-31
1
-25
/
+30
*
Give a lifetime parameter to LayoutDom
Anthony Ramine
2020-03-28
1
-2
/
+5
*
Add trait DomObjectWrap to provide WRAP function
YUAN LYU
2020-03-20
1
-2
/
+0
*
Accept only connected attributes for checkbox and radio activation behaviour
Dmitry Kolupaev
2020-03-11
1
-0
/
+3
*
Implement step 5.13 for dirname correctly
Dmitry Kolupaev
2020-02-25
1
-2
/
+2
*
Add special case directionality of phone input
Dmitry Kolupaev
2020-02-25
1
-1
/
+0
*
Rearrange directionality algorithm functions
Dmitry Kolupaev
2020-02-25
1
-26
/
+8
*
Move dirname collection to input
Dmitry Kolupaev
2020-02-25
1
-2
/
+16
*
Implement dirname for form submit and directionality for element
Dmitry Kolupaev
2020-02-25
1
-0
/
+36
*
Auto merge of #25488 - pshaughn:clickactivate, r=jdm
bors-servo
2020-02-13
1
-119
/
+90
|
\
|
*
Event dispatch rewritten to resemble spec more often, activate on clicks better
Patrick Shaughnessy
2020-02-12
1
-119
/
+90
*
|
Names should now be consistently atoms
Patrick Shaughnessy
2020-02-13
1
-5
/
+7
|
/
*
SubmitEvent and test changes
Patrick Shaughnessy
2020-01-30
1
-1
/
+1
*
Auto merge of #25490 - teapotd:radio-group-iter, r=Manishearth
bors-servo
2020-01-23
1
-53
/
+49
|
\
|
*
Simplify and fix iteration over radio button group
teapotd
2020-01-11
1
-53
/
+49
*
|
Modify `script` to prevent further violations of snake_case
Kunal Mohan
2020-01-18
1
-1
/
+2
|
/
*
stepUp, stepDown, valueAsNumber, valueAsDate, and list work and have tests
Patrick Shaughnessy
2020-01-10
1
-8
/
+651
*
Labels are a live list in tree order
Patrick Shaughnessy
2020-01-06
1
-4
/
+12
*
Auto merge of #25397 - teapotd:input-cloning-steps, r=jdm
bors-servo
2020-01-03
1
-1
/
+21
|
\
|
*
Implement HTMLInputElement cloning steps
teapotd
2019-12-26
1
-1
/
+21
*
|
Radio button grouping is now case-sensitive
Patrick Shaughnessy
2019-12-31
1
-2
/
+1
|
/
*
hidden field named _charset_ now appears in FormData as UTF-8 to fix #25150
Patrick Shaughnessy
2019-12-09
1
-9
/
+28
*
Auto merge of #24626 - glowe:issue-21810/improve-validation-methods, r=jdm
bors-servo
2019-12-03
1
-1
/
+10
|
\
|
*
Remove catch-all case for input sanitization
glowe
2019-11-30
1
-1
/
+10
*
|
Use `#![register_tool]` instead of `#![register_attr]`
Simon Sapin
2019-11-15
1
-1
/
+1
|
/
*
[WIP] solve #22782
takumi
2019-10-18
1
-69
/
+69
*
Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15)
Simon Sapin
2019-08-23
1
-1
/
+1
*
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
Simon Sapin
2019-07-31
1
-5
/
+7
[next]