DescriptionSet correct viewport size for an out of process iframe.
This patch adds an IPC for iframe parameter initialization when it has
been swapped out for out of process rendering.
It changes where CrossProcessFrameConnector is being created because
it was being created too late; it is much more useful for it to be able
to receive messages from the swapped out frame as soon as that frame is
swapped out.
There is currently no mechanism for dynamically changing the size of an
iframe. It is not yet clear how this will be implemented in Blink.
Dependency on Blink CL: https://codereview.chromium.org/135163006/
R=creis@chromium.org, jam@chromium.org
BUG=325803
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251986
Patch Set 1 #
Total comments: 9
Patch Set 2 : Addressed creis comments. #Patch Set 3 : Rebased on master #Patch Set 4 : Rebased again #Patch Set 5 : Removed obsolete test #Messages
Total messages: 24 (0 generated)
|