servo/components/script
bors-servo d9bf1ba616 Auto merge of #8747 - KiChjang:form-interactive-validation, r=Manishearth
Implement basic framework for static and interactive validation on forms

This came along when I was trying to do #3648. I was about to do form validation as well, but then I saw it was actually intended to be a student project. Hopefully I didn't step on too many toes on this one; I did leave most of the important bits out (the fun bits I believe, e.g. interactive validation doesn't actually interactively validate anything right now).

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8747)
<!-- Reviewable:end -->
2015-12-17 05:41:45 +05:30
..
docs Move the DOM memory management blog post into the tree. 2015-10-29 17:25:00 +01:00
dom Auto merge of #8747 - KiChjang:form-interactive-validation, r=Manishearth 2015-12-17 05:41:45 +05:30
parse Avoid some rooting in parsing. 2015-12-11 09:40:17 -05:00
build.rs
Cargo.toml Auto merge of #8787 - Jayflux:hotfix/8695, r=mbrubeck 2015-12-03 16:10:24 +05:30
clipboard_provider.rs Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
cors.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
devtools.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
document_loader.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
layout_interface.rs Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=nox 2015-12-16 23:18:30 +05:30
lib.rs Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -05:00
makefile.cargo
mem.rs more refactoring 2015-10-30 20:26:29 +09:00
network_listener.rs
page.rs Auto merge of #8481 - frewsxcv:iterablepage-iter, r=Ms2ger 2015-11-12 18:29:12 +05:30
reporter.rs Add pipeline information to CSS error reporting. 2015-12-14 11:18:30 -05:00
script_task.rs Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=nox 2015-12-16 23:18:30 +05:30
textinput.rs Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -05:00
timers.rs fix intermittent Option::unwrap in timers 2015-12-04 20:16:43 +05:00
unpremultiplytable.rs
webdriver_handlers.rs Removed duplicate webdriver_traits file and added webdriver handler for GetWindowSize, IsSelected and IsEnabled 2015-11-29 15:48:23 -05:00