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

Issue 1036243003: PlzNavigate: Improvements to RFHM commit logic. (Closed)

Created:
5 years, 9 months ago by carlosk
Modified:
5 years, 8 months ago
CC:
chromium-reviews, jam, nasko+codewatch_chromium.org, creis+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PlzNavigate: Improvements to RFHM commit logic. Updates RFHM::CommitPendingIfNecessary to actually commit in a few more cases and not crash when navigations happen simultaneously. Also updates RFHM::CommitPending to make some logic clearer. BUG=376094 Committed: https://crrev.com/a83e4009197f14936d4b53a9e5702ff145f3a8c9 Cr-Commit-Position: refs/heads/master@{#324234}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updates from CR comments. #

Total comments: 4

Patch Set 3 : Minor changes. #

Total comments: 2

Patch Set 4 : Comment change. #

Total comments: 10

Patch Set 5 : Rebase #

Patch Set 6 : Address CR comments. #

Total comments: 2

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -39 lines) Patch
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 4 5 6 2 chunks +34 lines, -39 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
carlosk
clamy: PTAL. fdegans: FYI. This started as a WebUI fix but I finally figured out ...
5 years, 9 months ago (2015-03-27 17:11:30 UTC) #2
clamy
Thanks! Mostly good apart from a few comments. https://codereview.chromium.org/1036243003/diff/1/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/1036243003/diff/1/content/browser/frame_host/render_frame_host_manager.cc#newcode464 content/browser/frame_host/render_frame_host_manager.cc:464: // ...
5 years, 8 months ago (2015-03-31 11:40:43 UTC) #3
carlosk
Thanks. https://chromiumcodereview.appspot.com/1036243003/diff/1/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://chromiumcodereview.appspot.com/1036243003/diff/1/content/browser/frame_host/render_frame_host_manager.cc#newcode464 content/browser/frame_host/render_frame_host_manager.cc:464: // TODO(carlosk): this code might not handle interwoven ...
5 years, 8 months ago (2015-03-31 14:19:39 UTC) #4
clamy
Thanks! There is still an issue with the speculative WebUI which should be fixed. https://codereview.chromium.org/1036243003/diff/20001/content/browser/frame_host/render_frame_host_manager.cc ...
5 years, 8 months ago (2015-03-31 15:54:10 UTC) #5
carlosk
Thanks. I think that issue should be dealt with later. https://chromiumcodereview.appspot.com/1036243003/diff/20001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://chromiumcodereview.appspot.com/1036243003/diff/20001/content/browser/frame_host/render_frame_host_manager.cc#newcode467 ...
5 years, 8 months ago (2015-04-01 14:54:07 UTC) #6
clamy
Thanks! I'm fine now that the comment has been updated, lgtm. https://codereview.chromium.org/1036243003/diff/40001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): ...
5 years, 8 months ago (2015-04-01 15:53:40 UTC) #7
carlosk
Thanks. cresi@: PTAL. nasko@: FYI. https://chromiumcodereview.appspot.com/1036243003/diff/40001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://chromiumcodereview.appspot.com/1036243003/diff/40001/content/browser/frame_host/render_frame_host_manager.cc#newcode469 content/browser/frame_host/render_frame_host_manager.cc:469: // requests properly. For ...
5 years, 8 months ago (2015-04-01 18:39:21 UTC) #10
Charlie Reis
Is this what the test from https://codereview.chromium.org/1039023004 was for? It probably makes sense to put ...
5 years, 8 months ago (2015-04-02 03:18:36 UTC) #11
carlosk
On 2015/04/02 03:18:36, Charlie Reis wrote: > Is this what the test from https://codereview.chromium.org/1039023004 was ...
5 years, 8 months ago (2015-04-07 14:42:32 UTC) #15
Charlie Reis
Great, this looks much better. LGTM with one question below. On 2015/04/07 14:42:32, carlosk wrote: ...
5 years, 8 months ago (2015-04-07 23:15:05 UTC) #16
carlosk
Thanks. https://chromiumcodereview.appspot.com/1036243003/diff/140001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://chromiumcodereview.appspot.com/1036243003/diff/140001/content/browser/frame_host/render_frame_host_manager.cc#newcode483 content/browser/frame_host/render_frame_host_manager.cc:483: if (was_caused_by_user_gesture) { On 2015/04/07 23:15:05, Charlie Reis ...
5 years, 8 months ago (2015-04-08 14:43:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1036243003/160001
5 years, 8 months ago (2015-04-08 14:44:16 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:160001)
5 years, 8 months ago (2015-04-08 16:55:22 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 16:56:32 UTC) #22
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a83e4009197f14936d4b53a9e5702ff145f3a8c9
Cr-Commit-Position: refs/heads/master@{#324234}

Powered by Google App Engine
This is Rietveld 408576698