Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic framework for static and interactive validation on forms #8747

Merged
merged 2 commits into from Dec 17, 2015

Conversation

@KiChjang
Copy link
Member

KiChjang commented Nov 30, 2015

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).

Review on Reviewable

@KiChjang KiChjang force-pushed the KiChjang:form-interactive-validation branch from 107fe54 to 39aebae Nov 30, 2015
@KiChjang
Copy link
Member Author

KiChjang commented Nov 30, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Nov 30, 2015

Trying commit 39aebae with merge a310d6a...

bors-servo added a commit that referenced this pull request Nov 30, 2015
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 30, 2015

💔 Test failed - linux-dev

@KiChjang KiChjang force-pushed the KiChjang:form-interactive-validation branch from 39aebae to d65a4ab Nov 30, 2015
@KiChjang
Copy link
Member Author

KiChjang commented Nov 30, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Nov 30, 2015

Trying commit d65a4ab with merge e606694...

bors-servo added a commit that referenced this pull request Nov 30, 2015
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 30, 2015

💔 Test failed - linux-rel

@jdm
Copy link
Member

jdm commented Nov 30, 2015

@KiChjang
Copy link
Member Author

KiChjang commented Nov 30, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Nov 30, 2015

Trying commit 840ed18 with merge ffa3a54...

bors-servo added a commit that referenced this pull request Nov 30, 2015
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 30, 2015

💔 Test failed - mac-rel-wpt

@KiChjang KiChjang force-pushed the KiChjang:form-interactive-validation branch 4 times, most recently from 1b320f8 to debeb13 Nov 30, 2015
@KiChjang KiChjang force-pushed the KiChjang:form-interactive-validation branch 2 times, most recently from c8646f9 to 5687158 Dec 11, 2015
@frewsxcv
Copy link
Member

frewsxcv commented Dec 13, 2015

What's the status of this? Looks like @Manishearth already approved this

EDIT: Oh, possibly waiting on input from @jdm

@bors-servo
Copy link
Contributor

bors-servo commented Dec 14, 2015

The latest upstream changes (presumably #8966) made this pull request unmergeable. Please resolve the merge conflicts.

@KiChjang KiChjang force-pushed the KiChjang:form-interactive-validation branch from 5687158 to 614690c Dec 14, 2015
@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2015

The latest upstream changes (presumably #8992) made this pull request unmergeable. Please resolve the merge conflicts.

@KiChjang KiChjang force-pushed the KiChjang:form-interactive-validation branch from 614690c to 3395e54 Dec 16, 2015
@jdm
Copy link
Member

jdm commented Dec 16, 2015

I'm fine with most of these changes, but I'm less keen on the big block of commented code at https://github.com/servo/servo/pull/8747/files#diff-db2031d1f23ecf1a921fc100cfed753dR273 . I'd prefer to merge this with that removed.

@KiChjang
Copy link
Member Author

KiChjang commented Dec 16, 2015

Done.

@jdm
Copy link
Member

jdm commented Dec 16, 2015

@bors-servo: r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Dec 16, 2015

📌 Commit 5ed03a5 has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Dec 17, 2015

Testing commit 5ed03a5 with merge d9bf1ba...

bors-servo added a commit that referenced this pull request Dec 17, 2015
…arth

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 -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 17, 2015

@bors-servo bors-servo merged commit 5ed03a5 into servo:master Dec 17, 2015
2 of 3 checks passed
2 of 3 checks passed
code-review/reviewable Review in progress: 3 of 7 files reviewed, all discussions resolved
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@KiChjang KiChjang deleted the KiChjang:form-interactive-validation branch Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants
You can’t perform that action at this time.