DescriptionAllow createLocalChild to specify previous sibling frame.
This will be used by the content side to ensure that local frames are
inserted into the tree in the correct place. Previously, we always
appended local frames last, after all remote frames. This CL will
allow the browser process to pass the previous sibling's routing ID
when sending an IPC message to create a new local frame.
Note that the we can't just create all the local and remote frames in
the right order to start with. A new renderer's local frame still has
to be created after all the remote frames, so that it won't try to
access a proxy that doesn't exist yet.
Corresponding Chromium CL: https://codereview.chromium.org/1113393004
BUG=478792
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194897
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : Change appendChild to use insertAfter #
Total comments: 2
Messages
Total messages: 11 (2 generated)
|