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 upEnsure Node.Normalize() acts on all descendants #2221
Conversation
…g it on all non-text child nodes.
highfive
commented
Apr 24, 2014
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @larsbergstrom (or someone else) soon. |
hoppipolla-critic-bot
commented
Apr 24, 2014
|
Critic review: https://critic.hoppipolla.co.uk/r/1375 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 |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging hazz/servo/normalize = 9e1f63e into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = b193767 |
9e1f63e
into
servo:master
The first 11 tests in Event-constructors.html were fixed in servo#2194; the remaining failure is servo#2173. Node-normalize.html was fixed in servo#2221.
hmac commentedApr 24, 2014
Fixes #2170 by recursively calling
normalize()on all children that aren't text nodes.