Implement [LegacyWindowAlias] extended attribute (for WebKitCSSMatrix, webkitURL)
Categories
(Core :: DOM: Bindings (WebIDL), enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: zcorpan, Assigned: saschanaz)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Add [LegacyWindowAlias] extended attribute support for WebKitCSSMatrix and webkitURL.
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/509af1e0771d
Implement [LegacyWindowAlias] r=bzbarsky
Comment 6•6 years ago
|
||
Backed out changeset 509af1e0771d for causing failures in test_WebKitCSSMatrix.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/a70f62521b875857e709f4120006ac2429c869c2
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=254553208&repo=autoland&lineNumber=32339
[task 2019-07-03T07:10:30.318Z] 07:10:30 INFO - TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_WebKitCSSMatrix.html | Test that inverting an invertible matrix throws. - Test that inverting an invertible matrix throws.: assert_throws: Inverting an invertible matrix should throw. function "function() { m.inverse(); }" did not throw
[task 2019-07-03T07:10:30.318Z] 07:10:30 INFO - TEST-PASS | dom/tests/mochitest/general/test_WebKitCSSMatrix.html | Test for WebKitCSSMatrix - Test for WebKitCSSMatrix: Elided 4 passes or known failures.
Assignee | ||
Updated•6 years ago
|
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a618b9ef5080
Implement [LegacyWindowAlias] r=bzbarsky
Comment 8•6 years ago
|
||
bugherder |
Comment 9•5 years ago
|
||
After review, I do not believe anything here reaches the level of needing to be documented on MDN. If anyone can think of a reason that wouldn't be true, let me know.
Reporter | ||
Comment 10•5 years ago
|
||
https://developer.mozilla.org/en-US/docs/Web/API/CSSMatrix
I think this should redirect to https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix and this should say that SVGMatrix and WebKitCSSMatrix are legacy aliases to DOMMatrix in a Window context. (Though SVGMatrix is not yet implemented as an alias.) Recommend using DOMMatrix instead of WebKitCSSMatrix.
https://developer.mozilla.org/en-US/docs/Web/API/URL could say that webkitURL
exists as a legacy alias in a Window context. Recommend using URL instead.
Reporter | ||
Comment 12•5 years ago
|
||
Adding back dev-doc-needed for my above comment
Reporter | ||
Comment 13•1 year ago
|
||
It looks like my suggestion above have been implemented for https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix .
I created https://github.com/mdn/content/pull/31015 for webkitURL
.
Description
•