WebView and WebWidget changes for out-of-process <iframe>s
50 views
Skip to first unread message
Daniel Cheng
unread,
Aug 26, 2015, 2:03:33 AM8/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
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 blink-dev
Hi all,
I notice there's been some confusion around how the Blink architecture (in particular, layout and painting) interacts with out-of-process iframes (OOPI).
I've also written a separate doc covering the current work to de-WebWidget WebView: https://docs.google.com/document/d/119DUgqgVLAjVizYFaaAtQqH44Dt2Q8MIiC32pvUI3Eg/edit This work aims to remove WebWidget inheritance from WebView. Instead, the main frame's WebFrameWidget will handle its duties. This is important so Blink can use a uniform model for input/layout/painting across main frames and sub frames.
Questions, comments, feedback welcome.
Daniel
Dimitri Glazkov
unread,
Aug 26, 2015, 11:25:06 AM8/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
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 Daniel Cheng, blink-dev
Thank you for sharing this, Daniel!
Is there any chance we could update or delete the respective pages on dev.chromium.org?