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
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
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
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
/
style
/
attr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all uses of the `heapsize` crate with `malloc_size_of`.
Nicholas Nethercote
2017-10-18
1
-4
/
+4
*
Fix commonmark Markdown warnings in docs, part 1
Matt Brubeck
2017-10-17
1
-1
/
+1
*
Change AttrValue::Url to AttrValue::ResolvedUrl
Anthony Ramine
2017-10-15
1
-16
/
+21
*
Replace all uses of the style::stylearc alias with servo_arc.
Michael Partheil
2017-07-19
1
-1
/
+1
*
Untry style
Simon Sapin
2017-06-18
1
-2
/
+2
*
ol[type=…] and li[type=…] preshints need to be case-sensitive
Simon Sapin
2017-05-18
1
-0
/
+9
*
Shrink selectors::Component, add case-insensitive for other attr selectors
Simon Sapin
2017-05-18
1
-3
/
+3
*
Simplify rust-selectors API for attribute selectors
Simon Sapin
2017-05-18
1
-0
/
+8
*
Fix future illegal_floating_point_literal_pattern warnings.
Simon Sapin
2017-05-12
1
-1
/
+1
*
Use StyleArc in the style system.
Bobby Holley
2017-05-02
1
-1
/
+1
*
Fix indentation errors in servo rust code that tidy now finds.
coalman
2017-04-18
1
-2
/
+2
*
script: Map HTMLCanvasElement width and height attributes.
Emilio Cobos Álvarez
2017-04-09
1
-0
/
+17
*
Remove servo_url dependency for geckolib
Xidorn Quan
2017-04-07
1
-3
/
+1
*
Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>
Simon Sapin
2017-03-19
1
-2
/
+2
*
style: Unbox a bunch of color properties.
Emilio Cobos Álvarez
2017-02-14
1
-12
/
+5
*
script: Don't avoid all the mutation notification methods when the style attr...
Emilio Cobos Álvarez
2017-01-30
1
-1
/
+21
*
Remove redundant url clones
Pu Xingyu
2016-11-18
1
-1
/
+1
*
Urlmageddon: Use refcounted urls more often.
Emilio Cobos Álvarez
2016-11-17
1
-4
/
+4
*
Update to string-cache 0.3
Simon Sapin
2016-11-03
1
-4
/
+4
*
Replace the SelectorImplExt trait with inherent methods.
Simon Sapin
2016-08-09
1
-1
/
+2
*
account for sign in double parsing
Bob
2016-07-28
1
-6
/
+6
*
style: Rewrite the restyle hints code to allow different kinds of element sna...
Emilio Cobos Álvarez
2016-07-21
1
-1
/
+1
*
Some fixes in style
Manish Goregaokar
2016-07-12
1
-1
/
+1
*
Move util::str to style
Anthony Ramine
2016-07-05
1
-3
/
+2
*
Add some documentation to the style crate.
Ms2ger
2016-06-27
1
-7
/
+12
*
Make the style crate almost build on stable Rust.
Simon Sapin
2016-06-22
1
-3
/
+6
*
Move LengthOrPercentageOrAuto to style::attr.
Ms2ger
2016-06-06
1
-2
/
+9
*
Report use statements that use {} with only one entry
Cullen Rhodes
2016-05-27
1
-1
/
+1
*
Parse HTMLInputElement attributes
Keith Yeung
2016-05-24
1
-6
/
+15
*
Move DOMString back to script
Anthony Ramine
2016-05-24
1
-24
/
+24
*
Add string_cache override for geckolib based on gecko atoms.
Bobby Holley
2016-05-18
1
-3
/
+5
*
Return a Result<i64, ()> from do_parse_integer
Akshit Khurana
2016-04-26
1
-7
/
+7
*
Add parsing of double values in style attributes
Keith Yeung
2016-04-25
1
-6
/
+58
*
Use num-traits in style.
Ms2ger
2016-04-20
1
-1
/
+1
*
Remove extra definition of WHITESPACE under components/util/str.rs
zakorgyula
2016-04-20
1
-3
/
+3
*
Move `util::str::parse_length` into 'style' component.
Corey Farwell
2016-03-24
1
-1
/
+71
*
Implement From<DOMString> for Atom
Anthony Ramine
2016-02-24
1
-2
/
+1
*
Move parse_integer and parse_unsigned_integer from util::str to style::attr
zakorgyula
2016-02-17
1
-2
/
+45
*
refactor, moving functions into attr and htmlfontelemend fixes #9639 #9638
Jayflux
2016-02-15
1
-3
/
+145
*
Remove parsed attribute 'background' field on HTMLBodyElement
Corey Farwell
2016-01-02
1
-0
/
+20
*
Implement non-zero dimension attribute parsing
Corey Farwell
2015-12-24
1
-1
/
+6
*
Makes setting negative values to maxLength throw an IndexSize exception
Sam Gibson
2015-12-03
1
-3
/
+13
*
Adds support for input element's maxlength attr
Sam Gibson
2015-12-03
1
-1
/
+9
*
Update string_cache to 0.2.
Alan Jeffrey
2015-11-25
1
-2
/
+3
*
Replaced DOMString constructor by conversion functions.
Alan Jeffrey
2015-11-12
1
-1
/
+2
*
Factor the name-related fields of Attr into a struct and move it to style.
Bobby Holley
2015-11-09
1
-0
/
+8
*
Hoist AttrValue into style.
Bobby Holley
2015-11-09
1
-0
/
+170