DescriptionAdd Frame and RemoteFrame classes.
Creates RemoteFrame, which will represent in WebCore frames
that are rendered outside of Blink, and Frame, a base class
for both LocalFrame and RemoteFrame. The current division of
members and methods between Frame and LocalFrame is not
final, but provides a starting point for us to start
converting LocalFrame to Frame in some parts of Blink.
BUG=346764
R=eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168501
Patch Set 1 #Patch Set 2 : virtual destructor #Patch Set 3 : Fixed some oversights #
Total comments: 8
Patch Set 4 : Added RemoteFrame #
Total comments: 2
Patch Set 5 : Licenses fixed, some comments added. #Patch Set 6 : Fixed missing OVERRIDE keyword #Patch Set 7 : Another missed keyword #
Total comments: 2
Patch Set 8 : Removed unneeded method definition #
Messages
Total messages: 16 (0 generated)
|