On 10/13/2014 9:15 AM, Jonas Sicking wrote:
> This will only be exposed to privileged and certified apps, right?
> Other content that does createElement("webview") will simply get a
> HTMLUnknownElement, right?What does an unprivileged app get if it tries to use <iframe mozbrowser>? Probably not an HTMLUnknownElement. Why not treat it as a synonym for an unprivleged iframe in that case? (OK, so I sort of answered my own question: because then people might accidentally start using it as a synonym for iframe in the unprivileged case and that broken use might leak into the desktop context.) -Dan Veditz _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

