Closed
Bug 1241723
Opened 9 years ago
Closed 9 years ago
Update WebKitCSSMatrix.idl to match spec updates (optional args that default to 0)
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: miketaylr, Assigned: miketaylr)
References
Details
Attachments
(1 file)
2.28 KB,
patch
|
baku
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The spec was missing optional args that default to 0 for the following methods:
skewX, skewY, rotateAxisAngle, translate
The Spec IDL has been updated: https://compat.spec.whatwg.org/#webkitcssmatrix-interface
Assignee | ||
Comment 1•9 years ago
|
||
The following methods have been updated to match WebKit's behavior,
taking optional arguments that default to 0:
rotateAxisAngle()
skewX()
skewY()
translate()
Assignee | ||
Updated•9 years ago
|
Attachment #8710795 -
Flags: review?(wchen)
Updated•9 years ago
|
Attachment #8710795 -
Flags: review?(wchen) → review?(amarchesini)
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → miket
Updated•9 years ago
|
Attachment #8710795 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Thanks for the review!
Assignee | ||
Comment 4•9 years ago
|
||
Try looks good (some unrelated timeouts), will land when inbound is green.
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Comment 7•9 years ago
|
||
bugherder |
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8710795 [details] [diff] [review]
Update WebKitCSSMatrix.idl to match latest spec updates.
Approval Request Comment
[Feature/regressing bug #]:
Feature is Bug 717722. The known regressions are Bug 1241786 and Bug 1242333.
When I wrote the spec I wasn't aware that web content depended on calling certain methods with default args -- sites broke and now we know.
[User impact if declined]:
Aurora/Dev Edition users will have a few high-profile broken sites. :(
(Google Photos and Google Plus, probably more we don't know about)
[Describe test coverage new/current, TreeHerder]:
Try run in comments.
[Risks and why]:
Low risks. This change just adds default argument values to 4 WebKitCSSMatrix methods in the webidl.
[String/UUID change made/needed]:
None (no UUIDs are involved in webidl, right?)
Attachment #8710795 -
Flags: approval-mozilla-aurora?
Comment 9•9 years ago
|
||
Comment on attachment 8710795 [details] [diff] [review]
Update WebKitCSSMatrix.idl to match latest spec updates.
More web compat fixes, affects popular sites. Please uplift to aurora.
Attachment #8710795 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•9 years ago
|
||
bugherder uplift |
status-firefox46:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•