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

Make WebIDL static items take a more specific global if possible #14376

Merged
merged 4 commits into from Dec 1, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Expose DOMMatrix in Window and Worker

  • Loading branch information
nox committed Nov 30, 2016
commit 6210bede8b978a353b217f96de3ac120c25ff17c
@@ -11,10 +11,9 @@
*/

[Constructor,
// Constructor(DOMString transformList),
Constructor(sequence<unrestricted double> numberSequence)
// Exposed=(Window,Worker)
]
// Constructor(DOMString transformList),
Constructor(sequence<unrestricted double> numberSequence),
Exposed=(Window,Worker)]
interface DOMMatrix : DOMMatrixReadOnly {

[NewObject, Throws] static DOMMatrix fromMatrix(optional DOMMatrixInit other);
@@ -11,10 +11,9 @@
*/

[Constructor,
// Constructor(DOMString transformList)
Constructor(sequence<unrestricted double> numberSequence),
// Exposed=(Window,Worker)
]
// Constructor(DOMString transformList)
Constructor(sequence<unrestricted double> numberSequence),
Exposed=(Window,Worker)]
interface DOMMatrixReadOnly {

[NewObject, Throws] static DOMMatrixReadOnly fromMatrix(optional DOMMatrixInit other);
@@ -11,6 +11,8 @@ test_interfaces([
"Blob",
"CloseEvent",
"CSSStyleDeclaration",
"DOMMatrix",
"DOMMatrixReadOnly",
"DOMPoint",
"DOMPointReadOnly",
"DOMQuad",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.