Auto merge of #14840 - servo:entry-global, r=nox

Implement the entry global.

Partial fix for #10963.

<!-- 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/14840)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-06 05:15:11 -08:00 committed by GitHub
commit 85d3bbd999
15 changed files with 156 additions and 0 deletions

View file

@ -522,6 +522,8 @@ interface TestBinding {
void resolvePromiseDelayed(Promise<any> p, DOMString value, unsigned long long ms);
void panic();
GlobalScope entryGlobal();
};
callback SimpleCallback = void(any value);