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

Issue 2733093002: Set an initial background for RenderFrameHosts during commit. (Closed)

Created:
3 years, 9 months ago by chrishtr
Modified:
3 years, 9 months ago
Reviewers:
nasko
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, nasko+codewatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set an initial background for RenderFrameHosts during commit. This was originally implemented in https://codereview.chromium.org/2466413009, but was broken by https://codereview.chromium.org/2496233003. Now re-adding with more explicit code, plus a unittest. BUG=470669 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2733093002 Cr-Commit-Position: refs/heads/master@{#455612} Committed: https://chromium.googlesource.com/chromium/src/+/5f3c1abd7dc2df3024315ec66eb46e89a5e146c8

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Patch Set 5 : none #

Patch Set 6 : none #

Total comments: 5

Patch Set 7 : none #

Patch Set 8 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 4 5 6 7 2 chunks +12 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 29 (22 generated)
chrishtr
3 years, 9 months ago (2017-03-06 23:46:29 UTC) #10
nasko
https://codereview.chromium.org/2733093002/diff/100001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/2733093002/diff/100001/content/browser/frame_host/render_frame_host_manager.cc#newcode2175 content/browser/frame_host/render_frame_host_manager.cc:2175: if (old_render_frame_host && old_render_frame_host->GetView()) { Why null check old_render_frame_host? ...
3 years, 9 months ago (2017-03-08 22:54:20 UTC) #18
chrishtr
https://codereview.chromium.org/2733093002/diff/100001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/2733093002/diff/100001/content/browser/frame_host/render_frame_host_manager.cc#newcode2175 content/browser/frame_host/render_frame_host_manager.cc:2175: if (old_render_frame_host && old_render_frame_host->GetView()) { On 2017/03/08 at 22:54:20, ...
3 years, 9 months ago (2017-03-08 23:02:59 UTC) #19
chrishtr
Simplified to avoid the delegate interface.
3 years, 9 months ago (2017-03-08 23:06:31 UTC) #20
nasko
LGTM
3 years, 9 months ago (2017-03-08 23:14:38 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2733093002/140001
3 years, 9 months ago (2017-03-08 23:19:15 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-03-09 00:34:41 UTC) #29
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/5f3c1abd7dc2df3024315ec66eb4...

Powered by Google App Engine
This is Rietveld 408576698