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

Issue 175543005: Use the single argument overload of WebFrame::create(). (Closed)

Created:
6 years, 10 months ago by dcheng
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Use the single argument overload of WebFrame::create(). As of r252664, we no longer depend on storing the frame ID in Blink, so we can simply use the one-argument version of WebFrame::create() and delete the two argument overload once this lands. BUG=314791 R=creis@chromium.org TBR=bauerb@chromium.org, boliu@chromium.org, vitalybuka@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252831

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M android_webview/renderer/print_web_view_helper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/plugins/renderer/webview_plugin.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dcheng
6 years, 10 months ago (2014-02-21 23:39:16 UTC) #1
Charlie Reis
Hmm, it seems risky to me to change back to that signature before changing the ...
6 years, 10 months ago (2014-02-21 23:47:25 UTC) #2
Charlie Reis
Ok, we discussed this in person. I was concerned that as soon as Blink's internal ...
6 years, 10 months ago (2014-02-22 00:26:10 UTC) #3
dcheng
I figured out how to prevent these inconsistency issues. I modified the Blink-side patch to ...
6 years, 10 months ago (2014-02-23 00:22:54 UTC) #4
dcheng
I figured out how to prevent these inconsistency issues. I modified the Blink-side patch to ...
6 years, 10 months ago (2014-02-23 00:22:54 UTC) #5
dcheng
6 years, 10 months ago (2014-02-23 00:23:55 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r252831 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698