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 upImprove DOM interfaces' extended attributes #7601
Conversation
|
Reviewed 1 of 1 files at r1, 1 of 1 files at r2, 1 of 1 files at r3, 1 of 1 files at r4, 2 of 18 files at r5. Comments from the review on Reviewable.io |
|
Reviewed 16 of 18 files at r5. components/script/dom/webidls/Event.webidl, line 15 [r5] (raw file): components/script/dom/webidls/NodeIterator.webidl, line 23 [r5] (raw file): These two always return another node. Comments from the review on Reviewable.io |
1 similar comment
|
Reviewed 16 of 18 files at r5. components/script/dom/webidls/Event.webidl, line 15 [r5] (raw file): components/script/dom/webidls/NodeIterator.webidl, line 23 [r5] (raw file): These two always return another node. Comments from the review on Reviewable.io |
|
@Ms2ger Amended. Review status: 16 of 18 files reviewed at latest revision, all discussions resolved, some commit checks pending. Comments from the review on Reviewable.io |
|
@bors-servo r+ -S-awaiting-review +S-awaiting-merge Reviewed 2 of 2 files at r6. Comments from the review on Reviewable.io |
|
|
Improve DOM interfaces' extended attributes Some should have been `[SameObject]` instead of `[Constant]`. The rest of the changes are additional `[Constant]` and `[Pure]` extended attributes on many operations. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7601) <!-- Reviewable:end -->
|
|
|
|
Gah! I won't be around a computer with ssh for another six hours. @metajack On Sep 19, 2015, at 9:28 AM, Anthony Ramine notifications@github.com Agreeing to the Xcode/iOS license requires admin privileges, please @larsbergstrom https://github.com/larsbergstrom? — |
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
Improve DOM interfaces' extended attributes Some should have been `[SameObject]` instead of `[Constant]`. The rest of the changes are additional `[Constant]` and `[Pure]` extended attributes on many operations. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7601) <!-- Reviewable:end -->
|
|
nox commentedSep 11, 2015
Some should have been
[SameObject]instead of[Constant]. The rest of the changes are additional[Constant]and[Pure]extended attributes on many operations.