Re: Web IDL interfaces now require explicit [Exposed] annotations

2019-10-01 Thread Christopher Mills
: > Is the page “WebIDL bindings” up to date as well? I often find it useful > too. > > https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings > > On October 1, 2019 at 5:58:36 AM, Christopher Mills (cmi...@mozilla.com) > wrote: > > I've removed

Re: Web IDL interfaces now require explicit [Exposed] annotations

2019-10-01 Thread Christopher Mills
I've removed the mention of PrimaryGlobal from https://developer.mozilla.org/en-US/docs/MDN/Contribute/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file. It was only a small mention. I also removed the separate mention of the default value: "If no annotation is available, the

Re: Web IDL now uses mixin syntax, not "implements"

2019-09-25 Thread Christopher Mills
On Wed, Sep 25, 2019 at 6:43 PM Anne van Kesteren wrote: > On Wed, Sep 25, 2019 at 7:13 PM Christopher Mills > wrote: > > Updated our WebIDL page to include this new information: > > > > > https://developer.mozilla.org/en-US/docs/MDN/Contribute/H

Re: Web IDL now uses mixin syntax, not "implements"

2019-09-25 Thread Christopher Mills
Updated our WebIDL page to include this new information: https://developer.mozilla.org/en-US/docs/MDN/Contribute/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file#Mixins Let me know if you'd rather see something different here. Chris Mills MDN content lead & writers' team

Re: Debug builds and WebGL/OpenGL

2019-09-18 Thread Christopher Mills
te: > That page is about debugging Firefox's use of OpenGL. I wouldn't > recommend what it suggests for trying debug WebGL. > > -Jeff > > On Wed, Sep 18, 2019 at 5:22 AM Christopher Mills > wrote: > > > > Hi all, > > > > We recently got an MDN supp

Debug builds and WebGL/OpenGL

2019-09-18 Thread Christopher Mills
Hi all, We recently got an MDN support query from a reader looking at this page: https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/Debugging_OpenGL He wants to use a debug build to debug some of his WebGL code, but complained that the link to download debug builds (

Re: New Web IDL constructor syntax

2019-09-13 Thread Christopher Mills
Thanks Boris. I've updated the MDN WebIDL guide to include a section on the new syntax: https://developer.mozilla.org/en-US/docs/MDN/Contribute/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file#New_constructor_syntax (and the new Chrome-only syntax you talked about in your

Workers no longer working on file URLs?

2019-07-17 Thread Christopher Mills
Hi all, I was just alerted to the fact that workers no longer seem to work when you try to run them locally via file URLs (I tested the example at https://github.com/mdn/simple-web-worker locally). This seems to be the the case in Fx68 onwards, and newer Chromiums. Can anybody point me to a bug

Re: Intent to unship: hasFeature() method on some SVG elements

2019-05-04 Thread Christopher Mills
On Sat, May 4, 2019 at 4:07 AM 墨俊凱 / Cameron McCormack wrote: > On Fri, May 3, 2019, at 8:31 PM, Christopher Mills wrote: > > On Fri, May 3, 2019 at 3:38 AM Cameron McCormack wrote: > > The hasFeature() method on some SVG elements comes from SVG 1.0 and was > intended

Re: Intent to unship: hasFeature() method on some SVG elements

2019-05-03 Thread Christopher Mills
On Fri, May 3, 2019 at 3:38 AM Cameron McCormack wrote: > The hasFeature() method on some SVG elements comes from SVG 1.0 and was > intended to be used as part of SVG's extension mechanisms. This function > never returned anything other than false in browser implementations, and > was removed