зеркало из https://github.com/mozilla/gecko-dev.git
18d9c07c0b
This required a change to vtt.jsm because it previously used clientHeight to determine whether the controls were showing. Now that the controls are visually hidden but not display: none, that doesn't work because clientHeight can be > 0 even when the controls are visually hidden. The hidden attribute is now used instead. Differential Revision: https://phabricator.services.mozilla.com/D87403 |
||
---|---|---|
.. | ||
tests | ||
WebVTTParserWrapper.jsm | ||
components.conf | ||
moz.build | ||
nsIWebVTTListener.idl | ||
nsIWebVTTParserWrapper.idl | ||
package.json | ||
update-webvtt.js | ||
vtt.jsm |