DescriptionRevert of Framework for converting embedder uses of WebFrame to WebLocalFrame. (https://codereview.chromium.org/191003006/)
Reason for revert:
This is believed to break the Mac 64-bit build. jar just rolled back the Blink roll in an attempt to fix it.
https://codereview.chromium.org/208393010/
Original issue's description:
> Framework for converting embedder uses of WebFrame to WebLocalFrame.
>
> This patch adds a typedef for WebFrame so we can start converting
> references to WebFrame in embedder implementations. It also updates most
> references of WebFrame in the embedding API to WebLocalFrame instead.
> Most locations should only ever have to handle WebLocalFrames, so it's
> just a fairly straightforward rename. However, there are some corner
> cases that need to be adjusted more carefully, since things like the
> opener, parent frame, and child frames can be pointers to an eventual
> WebRemoteFrame class.
>
> BUG=346764
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169638
TBR=abarth@chromium.org,viettrungluu@chromium.org,dcheng@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=346764, 355388
Patch Set 1 #
Created: 6 years, 9 months ago
(Patch set is too large to download)
Messages
Total messages: 5 (0 generated)
|