Re: Elements no longer have a QueryInterface method in JS

2019-10-15 Thread Dragana Damjanovic
This is great. dragana On Tue, Oct 15, 2019 at 4:15 AM Boris Zbarsky wrote: > Hello all, > > Now that we no longer have xbl implements="" to worry about, I have > landed patches to remove the QueryInterface method from Element > instances [1] and the infrastructure for exposing QueryInterface o

Re: Elements no longer have a QueryInterface method in JS

2019-10-15 Thread Bobby Holley
Huzzah! So excited to see all this going away. On Mon, Oct 14, 2019 at 7:15 PM Boris Zbarsky wrote: > Hello all, > > Now that we no longer have xbl implements="" to worry about, I have > landed patches to remove the QueryInterface method from Element > instances [1] and the infrastructure for ex

Elements no longer have a QueryInterface method in JS

2019-10-14 Thread Boris Zbarsky
Hello all, Now that we no longer have xbl implements="" to worry about, I have landed patches to remove the QueryInterface method from Element instances [1] and the infrastructure for exposing QueryInterface on Web IDL objects in general [2]. There may still be cases in which custom element