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

Issue 8587029: Fixed race-condition in RenderViewHost(Manager) (Closed)

Created:
9 years, 1 month ago by battre
Modified:
9 years, 1 month ago
Reviewers:
Charlie Reis, jam
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, ajwong+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, Matt Perry, jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Fixed race-condition in RenderViewHost(Manager) See bug report for details. BUG=104600 TEST=no Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111115

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comments and a unit test #

Patch Set 3 : Nits #

Patch Set 4 : Uploaded with correct base branch #

Total comments: 10

Patch Set 5 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -19 lines) Patch
M content/browser/tab_contents/render_view_host_manager.cc View 1 2 3 4 1 chunk +31 lines, -19 lines 0 comments Download
M content/browser/tab_contents/render_view_host_manager_unittest.cc View 1 2 3 4 1 chunk +135 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
battre
Hi Charlie, please review this CL. This is roughly the process in which the RVH ...
9 years, 1 month ago (2011-11-17 14:00:10 UTC) #1
Charlie Reis
Sorry for the delay on the review. Things were busy yesterday and I wanted to ...
9 years, 1 month ago (2011-11-18 18:00:12 UTC) #2
battre
http://codereview.chromium.org/8587029/diff/1/content/browser/tab_contents/render_view_host_manager.cc File content/browser/tab_contents/render_view_host_manager.cc (right): http://codereview.chromium.org/8587029/diff/1/content/browser/tab_contents/render_view_host_manager.cc#newcode704 content/browser/tab_contents/render_view_host_manager.cc:704: if (!render_view_host_->is_swapped_out()) { On 2011/11/18 18:00:13, creis wrote: > ...
9 years, 1 month ago (2011-11-21 17:11:57 UTC) #3
Charlie Reis
LGTM, with the following minor fixes (and passing try jobs). Thanks! http://codereview.chromium.org/8587029/diff/4005/content/browser/tab_contents/render_view_host_manager.cc File content/browser/tab_contents/render_view_host_manager.cc (right): ...
9 years, 1 month ago (2011-11-21 19:29:02 UTC) #4
battre
http://codereview.chromium.org/8587029/diff/4005/content/browser/tab_contents/render_view_host_manager.cc File content/browser/tab_contents/render_view_host_manager.cc (right): http://codereview.chromium.org/8587029/diff/4005/content/browser/tab_contents/render_view_host_manager.cc#newcode727 content/browser/tab_contents/render_view_host_manager.cc:727: cross_navigation_pending_ = true; On 2011/11/21 19:29:02, creis wrote: > ...
9 years, 1 month ago (2011-11-21 20:59:45 UTC) #5
battre
+jam for OWNERS approval
9 years, 1 month ago (2011-11-21 21:00:13 UTC) #6
jam
rubberstamp lgtm
9 years, 1 month ago (2011-11-22 01:17:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/8587029/8006
9 years, 1 month ago (2011-11-22 06:49:49 UTC) #8
commit-bot: I haz the power
9 years, 1 month ago (2011-11-22 08:01:07 UTC) #9
Change committed as 111115

Powered by Google App Engine
This is Rietveld 408576698