Re: New CEnum enumeration type in XPIDL

2018-11-07 Thread Valentin Gosu
OMG, this is amazing work! Thanks a lot for working on this! On Tue, 6 Nov 2018 at 19:37, Kyle Machulis wrote: > Since just about forever (no, really: > https://bugzilla.mozilla.org/show_bug.cgi?id=8781), there's not really > been > an enum type in XPIDL. This means that we have a lot of interfa

Re: Intent to implement and ship: img decode API support

2018-11-07 Thread Andrew Osmond
Ah, my bad. Yes, if scripts are available, this is available. It doesn't allow you to do anything new, aside from forcing a decode to start (which you could do by adding the image to the DOM tree, assuming it is visible) and knowing when the decode has completed. The usual content restrictions will

Re: Intent to implement and ship: img decode API support

2018-11-07 Thread Boris Zbarsky
On 11/7/18 11:15 AM, Andrew Osmond wrote: This is simply a new method for JS on image elements, so it should be unavailable. Script can run in sandboxed iframes, depending on sandboxing flags. It sounds like this feature is enabled by default in sandboxed iframes, as long as script is enabled

Intent to implement and ship: img decode API support

2018-11-07 Thread Andrew Osmond
Web authors would like a way to guarantee an image has been fully decoded and will display immediately when inserted into the DOM. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1501794 Link to standard: https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-decode Platform cove

Re: Intent to unship: MediaStream.currentTime

2018-11-07 Thread Paul Adenot
This has landed on central, and a note has been published on fxsitecompat.com [0]. Thanks, Paul. [0]: https://www.fxsitecompat.com/en-CA/docs/2018/mediastream-currenttime-has-been-removed/ On Wed, Oct 31, 2018 at 4:36 PM Paul Adenot wrote: > This member has never been specced, never been imple