Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1298)

Issue 208393012: Revert of Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed)

Created:
6 years, 9 months ago by eseidel
Modified:
6 years, 8 months ago
CC:
blink-reviews, jamesr, caseq+blink_chromium.org, alph+blink_chromium.org, loislo+blink_chromium.org, vsevik+blink_chromium.org, tzik, eustas+blink_chromium.org, philipj_slow, yurys+blink_chromium.org, eric.carlson_apple.com, abarth-chromium, kinuko, feature-media-reviews_chromium.org, dglazkov+blink, paulirish+reviews_chromium.org, pfeldman+blink_chromium.org, nhiroki, devtools-reviews_chromium.org, apavlov+blink_chromium.org, aandrey+blink_chromium.org, lushnikov+blink_chromium.org, eseidel, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Revert 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -141 lines) Patch
M Source/web/WebFrameImpl.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/web/WebFrameImpl.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M public/platform/WebMediaPlayerClient.h View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebAutofillClient.h View 2 chunks +2 lines, -3 lines 0 comments Download
M public/web/WebDOMCustomEvent.h View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebDOMFileSystem.h View 3 chunks +3 lines, -2 lines 0 comments Download
M public/web/WebDevToolsAgent.h View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebDocument.h View 3 chunks +2 lines, -2 lines 0 comments Download
M public/web/WebFrame.h View 3 chunks +4 lines, -8 lines 0 comments Download
M public/web/WebFrameClient.h View 14 chunks +59 lines, -59 lines 0 comments Download
M public/web/WebHelperPlugin.h View 2 chunks +2 lines, -2 lines 0 comments Download
M public/web/WebLeakDetector.h View 1 chunk +3 lines, -2 lines 0 comments Download
D public/web/WebLocalFrame.h View 1 chunk +0 lines, -12 lines 0 comments Download
M public/web/WebNode.h View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebPageSerializer.h View 2 chunks +7 lines, -8 lines 0 comments Download
M public/web/WebPermissionClient.h View 2 chunks +21 lines, -22 lines 0 comments Download
M public/web/WebPlugin.h View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebRange.h View 3 chunks +2 lines, -2 lines 0 comments Download
M public/web/WebTestingSupport.h View 1 chunk +4 lines, -3 lines 0 comments Download
M public/web/WebViewClient.h View 9 chunks +9 lines, -9 lines 0 comments Download
M public/web/mac/WebSubstringUtil.h View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
eseidel
Created Revert of Framework for converting embedder uses of WebFrame to WebLocalFrame.
6 years, 9 months ago (2014-03-24 01:35:01 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eseidel@chromium.org/208393012/1
6 years, 9 months ago (2014-03-24 01:35:05 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 01:35:14 UTC) #3
commit-bot: I haz the power
Failed to apply patch for public/web/WebFrameClient.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-24 01:35:14 UTC) #4
dcheng
6 years, 9 months ago (2014-03-24 01:51:01 UTC) #5
This is going to be painful to revert and to reland. Are there any Mac experts
around which can help with this?

Powered by Google App Engine
This is Rietveld 408576698