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

Added support for additional xml types to DOMParser::parseFromString #11550

Merged

Conversation

@afluth
Copy link
Contributor

afluth commented Jun 2, 2016

This pull request adds support for "application/xml" and "application/xhtml+xml" to DOMParser::parseFromString.

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #11505 (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because _____

This change is Reviewable

@highfive
Copy link

highfive commented Jun 2, 2016

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @asajeffrey (or someone else) soon.

@highfive
Copy link

highfive commented Jun 2, 2016

Heads up! This PR modifies the following files:

  • @KiChjang: components/script/dom/webidls/DOMParser.webidl, components/script/dom/domparser.rs
@Ms2ger
Copy link
Contributor

Ms2ger commented Jun 2, 2016

Looks great, thank you!

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Jun 2, 2016

📌 Commit 9f2bd67 has been approved by Ms2ger

@highfive highfive assigned Ms2ger and unassigned asajeffrey Jun 2, 2016
@bors-servo
Copy link
Contributor

bors-servo commented Jun 2, 2016

Testing commit 9f2bd67 with merge 196adaf...

bors-servo added a commit that referenced this pull request Jun 2, 2016
… r=Ms2ger

Added support for additional xml types to DOMParser::parseFromString

<!-- Please describe your changes on the following line: -->
This pull request adds support for "application/xml" and "application/xhtml+xml" to DOMParser::parseFromString.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #11505 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/11550)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jun 2, 2016

@bors-servo bors-servo merged commit 9f2bd67 into servo:master Jun 2, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
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.

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