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

HTMLTableSectionElement improvements #7750

Merged
merged 1 commit into from Oct 4, 2015

Conversation

@frewsxcv
Copy link
Member

frewsxcv commented Sep 26, 2015

'thead' and 'tfoot' now create instances of HTMLTableSectionElement

HTMLTableSectionElement.rows has been implemented

Review on Reviewable

@nox nox self-assigned this Sep 26, 2015
@nox
Copy link
Member

nox commented Sep 26, 2015

-S-awaiting-review +S-needs-code-changes


Review status: 0 of 10 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful.


components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file):
This won't do, that filter traverses all descendants, not just children. There is nothing to limit to children in HTMLCollection currently. Include a test with nested tables.


Comments from the review on Reviewable.io

@nox
Copy link
Member

nox commented Sep 26, 2015

Reviewed 10 of 10 files at r1.
Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful.


Comments from the review on Reviewable.io

@nox nox added the A-content/dom label Sep 26, 2015
@frewsxcv
Copy link
Member Author

frewsxcv commented Sep 27, 2015

@dzbarsky
Copy link
Member

dzbarsky commented Sep 27, 2015

Do you want to just drive in #6936? I don't have enough time these days =/

@frewsxcv
Copy link
Member Author

frewsxcv commented Sep 27, 2015

@dzbarsky Once this gets merged, I can take ownership of that PR if you want.

@frewsxcv frewsxcv force-pushed the frewsxcv:html-table-section-element-rows branch from 36be8c4 to 8320578 Sep 28, 2015
@frewsxcv
Copy link
Member Author

frewsxcv commented Sep 28, 2015

Comments have been addressed

'thead' and 'tfoot' now create instances of HTMLTableSectionElement

HTMLTableSectionElement.rows has been implemented
@frewsxcv frewsxcv force-pushed the frewsxcv:html-table-section-element-rows branch from c99fe10 to adbcb53 Oct 3, 2015
@frewsxcv
Copy link
Member Author

frewsxcv commented Oct 3, 2015

Rebased to address merge conflicts

@nox
Copy link
Member

nox commented Oct 4, 2015

-S-awaiting-review +S-awaiting-answer


Reviewed 4 of 4 files at r2.
Review status: :shipit: all files reviewed at latest revision, all discussions resolved, all commit checks successful.


components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file):
@jdm Should we implement .rows like this now or wait for a less dumb HTMLCollection infrastructure that can avoid traversing whole trees?


Comments from the review on Reviewable.io

@jdm
Copy link
Member

jdm commented Oct 4, 2015

Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful.


components/script/dom/htmltablesectionelement.rs, line 61 [r1] (raw file):
I don't see a compelling reason to wait.


Comments from the review on Reviewable.io

@nox
Copy link
Member

nox commented Oct 4, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2015

📌 Commit adbcb53 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2015

Testing commit adbcb53 with merge 9105f34...

bors-servo pushed a commit that referenced this pull request Oct 4, 2015
HTMLTableSectionElement improvements

'thead' and 'tfoot' now create instances of HTMLTableSectionElement

HTMLTableSectionElement.rows has been implemented

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7750)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2015

💔 Test failed - linux-rel

@frewsxcv
Copy link
Member Author

frewsxcv commented Oct 4, 2015

That test passes for me locally. Intermittent fail? If so, anyone know what issue it is?

EDIT: ....or if there is an issue for it

@jdm
Copy link
Member

jdm commented Oct 4, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2015

Testing commit adbcb53 with merge 9eb0eff...

bors-servo pushed a commit that referenced this pull request Oct 4, 2015
HTMLTableSectionElement improvements

'thead' and 'tfoot' now create instances of HTMLTableSectionElement

HTMLTableSectionElement.rows has been implemented

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7750)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2015

@bors-servo bors-servo merged commit adbcb53 into servo:master Oct 4, 2015
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@frewsxcv frewsxcv deleted the frewsxcv:html-table-section-element-rows branch Oct 9, 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.