Closed
Bug 1112422
Opened 10 years ago
Closed 10 years ago
Turn Web Animations API on by default for chrome
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: birtles, Assigned: birtles)
References
Details
Attachments
(1 file)
6.68 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Currently the Web Animations API is preffed off for beta and release builds and is likely to remain that way until we have a coherent interoperable subset implemented that we can ship. However, we should be able to ship DevTools that use that API sooner than that point. Hence we should make the API available if either the pref is set OR the caller is chrome.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bbirtles
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8544408 [details] [diff] [review] Turn on the Web Animations API by default for chrome callers IsCallerChrome should do the right thing here, yes. r=me
Attachment #8544408 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/00996e98fa62
Assignee | ||
Comment 4•10 years ago
|
||
Corresponding try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=758066b55083
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/00996e98fa62
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•