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 HTMLTitleElement.text (closes #3025) #3103

Merged
merged 1 commit into from Aug 20, 2014
Merged

Conversation

@0b10011
Copy link
Contributor

0b10011 commented Aug 17, 2014

Fix seems identical to fix implemented in #3095, with Script replaced with Title. Seems like there's a better way to accomplish this without having nearly identical code in two places (maybe more, depending on other .text issues). Just adding this for reference.

@hoppipolla-critic-bot
Copy link

hoppipolla-critic-bot commented Aug 17, 2014

Critic review: https://critic.hoppipolla.co.uk/r/2377

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@0b10011
Copy link
Contributor Author

0b10011 commented Aug 17, 2014

Tests still need to be enabled, but waiting for @Ms2ger's changes (#3100) to be merged to avoid conflicts.

Ms2ger added a commit that referenced this pull request Aug 20, 2014
Implement HTMLTitleElement.text (closes #3025); r=Ms2ger
@Ms2ger Ms2ger merged commit 75bb92f into servo:master Aug 20, 2014
1 check passed
1 check passed
continuous-integration/travis-ci The Travis CI build passed
Details
@Ms2ger
Copy link
Contributor

Ms2ger commented Aug 20, 2014

There's only two functions that need this particular behaviour, so I'm leaning on the side of duplicating the code at this point. Thanks for the PR!

@0b10011 0b10011 deleted the 0b10011:3025TitleText branch Aug 20, 2014
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

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