Auto merge of #15187 - montrivo:webidl-exposed, r=jdm

Partial - Expose interfaces only where they should be. #12415

<!-- Please describe your changes on the following line: -->

Reviewed webidl interfaces:

Location.webidl
MediaError.webidl
MimeTypeArray.webidl
MimeType.webidl
PageTransitionEvent.webidl
PluginArray.webidl
Plugin.webidl
PopStateEvent.webidl

---
<!-- 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
- [ ] These changes fix #12415 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/15187)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-26 16:06:57 -08:00 committed by GitHub
commit efff0a9418
6 changed files with 5 additions and 10 deletions

View file

@ -32,14 +32,9 @@ test_interfaces([
"Headers",
"History",
"ImageData",
"MediaError",
"MessageEvent",
"MimeType",
"MimeTypeArray",
"Performance",
"PerformanceTiming",
"Plugin",
"PluginArray",
"ProgressEvent",
"Request",
"Response",