Sean

Results 15 comments of Sean

Yes for me the minify of variables and what not is happening but agree that white space not getting stripped

The doc seems to imply that a redeclared protected slot would effectively override the slot from the parent > A subclass adds to its lexical slot bindings the binding pairs...

Also can protected/private members be non-primitives? What happens with functions/objects? What happens when a protected member is a function and a subclass declares it's own of the same name?

In the Yahoo version, it takes an aspect ratio for width/height settings to do just that, but I'm not sure the reference implementation has that. I've never gone back to...

Yeah I know what's in the spec, but like I said earlier in the Yahoo version we expanded that further, that version accepts aspect ratio (which converts to 100% width...

That is partially they intention, and it's also b/c in older browsers where postMessage is supported (namely IE8) the ordering of event handlers called is not guaranteed to be the...

i'm just cancelling message events b/c you don't want those to leak down to another (nefarious) caller

>>Messages sent from nested iframes should be allowed. Why? What are the use cases where a nested iframe below would need to communicate to the SafeFrame itself. . . a...

it's not going to be fixed in this version, it's not up for further discussion really. there's a security gap that could be exposed much more easily without having this...

Yeah we could, although there's nothing in this repro that does anything server-side, so it would just be for packaging purposes. I have a bunch of backlogged items that I...