Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInclude <button type=submit> data whilst constructing the form dataset #11333
Conversation
highfive
commented
May 23, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 23, 2016
|
r? @nox |
| if name == "" { | ||
| // unspecced, however all the browsers do it | ||
| // and it could break urlencoded parsing if | ||
| // there are random equal signs floating around |
This comment has been minimized.
This comment has been minimized.
|
@bors try |
15703f2
to
aaa85de
highfive
commented
May 23, 2016
|
New code was committed to pull request. |
|
@bors-servo try |
Include <button type=submit> data whilst constructing the form dataset This makes it possible to close things in github (see Manishearth/mitochondria#1) - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors Either: - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ Don't merge yet, I need to handle tests and work out a possible spec bug regarding no-name form elements <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11333) <!-- Reviewable:end -->
|
|
aaa85de
to
2cd9564
highfive
commented
May 23, 2016
|
New code was committed to pull request. |
|
Thanks for your contribution, just some nits to address. -S-awaiting-review +S-needs-code-changes
|
2cd9564
to
102cdaa
highfive
commented
May 23, 2016
|
New code was committed to pull request. |
highfive
commented
May 23, 2016
|
New code was committed to pull request. |
|
@bors-servo r+
|
|
|
Include <button type=submit> data whilst constructing the form dataset This makes it possible to close things in github (see Manishearth/mitochondria#1) - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors Either: - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11333) <!-- Reviewable:end -->
|
|
Manishearth commentedMay 23, 2016
•
edited
This makes it possible to close things in github (see
Manishearth/mitochondria#1)
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsEither:
This change is