Generate a list of supported DOM APIs from parsed WebIDLs.#12451
Merged
bors-servo merged 1 commit intoservo:masterfrom Jul 15, 2016
Merged
Generate a list of supported DOM APIs from parsed WebIDLs.#12451bors-servo merged 1 commit intoservo:masterfrom
bors-servo merged 1 commit intoservo:masterfrom
Conversation
|
Heads up! This PR modifies the following files:
|
etc/ci/upload_docs.sh
Outdated
|
|
||
| python components/style/properties/build.py servo html | ||
|
|
||
| OUT_DIR=`pwd`/target/doc make -f makefile.cargo -C components/script dom_docs |
Contributor
There was a problem hiding this comment.
Please use OUT_DIR="$(pwd)/target/doc" per the style guide.
Member
Author
|
r? @metajack |
Contributor
|
We might want to show something nicer than |
Member
Author
|
I hid every method that doesn't have an identifier for the time being (ie. __stringifier, __namedgetter, etc.) |
Member
Author
|
@bors-servo: r=Ms2ger |
Contributor
|
📌 Commit 052c018 has been approved by |
Contributor
bors-servo
pushed a commit
that referenced
this pull request
Jul 15, 2016
Generate a list of supported DOM APIs from parsed WebIDLs. Supplement the existing list of supported CSS properties with an equivalent list of DOM APIs. --- <!-- 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 do not require tests because automatic generated documentation <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12451) <!-- Reviewable:end -->
Member
Author
|
@bors-servo: r- |
Member
Author
|
@bors-servo: r=Ms2ger |
Contributor
|
📌 Commit 3c2435a has been approved by |
Contributor
bors-servo
pushed a commit
that referenced
this pull request
Jul 15, 2016
Generate a list of supported DOM APIs from parsed WebIDLs. Supplement the existing list of supported CSS properties with an equivalent list of DOM APIs. --- <!-- 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 do not require tests because automatic generated documentation <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12451) <!-- Reviewable:end -->
Contributor
|
☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supplement the existing list of supported CSS properties with an equivalent list of DOM APIs.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is