Boris Zbarsky
Boris Zbarsky
`[SameObject]`/`[Constant]` doesn't do what it sounds like people think it does. It's just a promise that the implementation will return the same thing each time, for ease of reading/understanding the...
@emilio has thought about this some as well, I think.
> Are there any examples which would help me understand how these operations run script? * Inserting an inline `` (one without `src`) runs the script text in it immediately,...
> Are there any other side effects of interest, or is that it? That is one of the open questions, yes. > For the script and unload cases, is the...
> This would be a "parser-only" feature, and adding the shadowroot attribute to an existing `` would have no effect. Attribute injection, which is what this is responding to, means...
That's the other question, yes. @smaug---- might know why we do these checks in Gecko...
If you can reproduce this on Intel hardware, getting a trace into pernosco might be a good start to getting someone familiar with the JS engine to look at it...
Yeah, on the Firefox side I haven't had time to prod this along. I will try to do that now.
It doesn't help that the lack of an actual spec on the ES side means https://bugzilla.mozilla.org/show_bug.cgi?id=1329321 totally didn't implement the infrastructure I _actually_ need for WindowProxy. So I can't even...
And in particular, the actual behavior for Window still needs to be sorted out, of course. See https://bugzilla.mozilla.org/show_bug.cgi?id=1178638#c13 and following.