You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-w...@lists.mozilla.org
<bikeshed>
Is <iframe remote> standardized in any way? I can't find any mention
of it. The question is whether it even should be since it's such a
low-level flag (a regular webapp shouldn't care). So shouldn't it be
<iframe mozremote>?
</bikeshed>
Vivien
unread,
Jul 9, 2012, 5:45:46 AM7/9/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Philipp von Weitershausen, dev-w...@lists.mozilla.org
It's not and it will not. This is a temporary way to enable OOP on a
per-application basis since those have different crashes depending on
their content.
Vivien
unread,
Jul 9, 2012, 5:48:37 AM7/9/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Philipp von Weitershausen, dev-w...@lists.mozilla.org
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vivien, dev-w...@lists.mozilla.org
On Mon, Jul 9, 2012 at 2:48 AM, Vivien <2...@vingtetun.org> wrote:
>> It's not and it will not. This is a temporary way to enable OOP on a
>> per-application basis since those have different crashes depending on their
>> content.
>
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=755001
Gotcha. Thanks! /me updates MDN docs accordingly
Justin Lebar
unread,
Jul 9, 2012, 7:49:17 PM7/9/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Philipp von Weitershausen, dev-w...@lists.mozilla.org, Vivien
Note that the remote attribute has to stick around until we have
nested content processes (or otherwise we need some equivalent of
|remote=false|). Without nested content processes, we need some way
to tell Gecko to load an iframe in-process, so that iframe can contain
out-of-process content.
Nested content processes are at best a medium-term goal.