servo/components
bors-servo f18c18371d auto merge of #4190 : mttr/servo/checked_pseudo_class, r=Manishearth
Relevant spec:
https://html.spec.whatwg.org/multipage/scripting.html#selector-checked

Also modifies HTMLInputElement::SetChecked to no longer modify its
checked content value, instead making use of its internal checkedness
state now that we can match `:checked` properly.
2014-12-08 12:01:51 -07:00
..
canvas Rename CanvasRenderTask -> CanvasPaintTask. 2014-12-08 14:01:07 +09:00
compositing Replace almost "render" to "paint" in compositing crate. 2014-12-08 14:55:30 +09:00
devtools devtools: handle script task panics gracefully in ConsoleActor. 2014-12-05 02:57:32 +02:00
devtools_traits Implemeneted ModifyAttribute handler to update DOM elements. 2014-12-03 18:58:44 -08:00
gfx Replace almost "render" to "paint" words in gfx crate. 2014-12-08 14:55:30 +09:00
layout auto merge of #4190 : mttr/servo/checked_pseudo_class, r=Manishearth 2014-12-08 12:01:51 -07:00
layout_traits Rename RenderChan -> PaintChan 2014-12-08 14:05:50 +09:00
msg Replace 'render' to 'paint' in compositor_msg.rs 2014-12-08 15:32:33 +09:00
net adjust WPT since hyper fixed some 2014-12-04 10:12:04 -08:00
plugins Remove bitfield! macro in favour of bitflags! 2014-11-18 19:26:10 +01:00
script auto merge of #4190 : mttr/servo/checked_pseudo_class, r=Manishearth 2014-12-08 12:01:51 -07:00
script_traits Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Storage event, QuotaExceededError) 2014-12-03 18:31:50 -05:00
servo Set up openssl on Android 2014-12-05 01:03:43 -08:00
style Implements the :checked pseudo-class for inputs 2014-12-08 08:40:15 -08:00
util Replace render to paint in util/opts.rs. Some general words are not replaced. 2014-12-08 15:12:04 +09:00