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

Issue 814563004: Update a comment with a link to a historic source. (Closed)

Created:
5 years, 11 months ago by Avi (use Gerrit)
Modified:
5 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Verify that the page transition matches the navigation type with RendererDidNavigate[New|Auto]Subframe. BUG=none TEST=should all stay green Committed: https://crrev.com/9f07a0c691b21d276cd74fbd0755bcbb81386430 Cr-Commit-Position: refs/heads/master@{#316905}

Patch Set 1 #

Total comments: 5

Patch Set 2 : moar #

Patch Set 3 : retry #

Patch Set 4 : more complete #

Patch Set 5 : compiles #

Patch Set 6 : fix tests #

Patch Set 7 : pull site isolation check #

Patch Set 8 : nope #

Patch Set 9 : rebase #

Total comments: 2

Patch Set 10 : new approach #

Patch Set 11 : except #

Total comments: 6

Patch Set 12 : tests galore #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -20 lines) Patch
M chrome/browser/translate/translate_manager_render_view_host_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +22 lines, -3 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +118 lines, -8 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -2 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -4 lines 0 comments Download
A content/test/data/navigation_controller/page_with_iframe.html View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
A + content/test/data/navigation_controller/simple_page_2.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (5 generated)
Avi (use Gerrit)
This is a weird case, and I want to put a link to it directly ...
5 years, 11 months ago (2015-01-15 21:12:33 UTC) #2
Charlie Reis
https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc#newcode1220 content/browser/frame_host/navigation_controller_impl.cc:1220: // navigation but say "never mind" based on a ...
5 years, 11 months ago (2015-01-15 22:12:09 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc#newcode1220 content/browser/frame_host/navigation_controller_impl.cc:1220: // navigation but say "never mind" based on a ...
5 years, 11 months ago (2015-01-15 22:16:52 UTC) #4
Avi (use Gerrit)
https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc#newcode1220 content/browser/frame_host/navigation_controller_impl.cc:1220: // navigation but say "never mind" based on a ...
5 years, 11 months ago (2015-01-16 21:06:26 UTC) #5
Avi (use Gerrit)
On 2015/01/16 21:06:26, Avi wrote: > https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc > File content/browser/frame_host/navigation_controller_impl.cc (right): > > https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc#newcode1220 > ...
5 years, 11 months ago (2015-01-16 23:03:21 UTC) #6
Avi (use Gerrit)
On 2015/01/16 23:03:21, Avi wrote: > On 2015/01/16 21:06:26, Avi wrote: > > > https://codereview.chromium.org/814563004/diff/1/content/browser/frame_host/navigation_controller_impl.cc ...
5 years, 11 months ago (2015-01-16 23:24:46 UTC) #7
Avi (use Gerrit)
https://codereview.chromium.org/814563004/diff/150001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/814563004/diff/150001/content/browser/frame_host/navigation_controller_impl.cc#newcode1265 content/browser/frame_host/navigation_controller_impl.cc:1265: ui::PAGE_TRANSITION_AUTO_SUBFRAME)); Note that this fails on the reload tests ...
5 years, 10 months ago (2015-02-09 22:20:50 UTC) #8
Charlie Reis
https://codereview.chromium.org/814563004/diff/150001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/814563004/diff/150001/content/browser/frame_host/navigation_controller_impl.cc#newcode1265 content/browser/frame_host/navigation_controller_impl.cc:1265: ui::PAGE_TRANSITION_AUTO_SUBFRAME)); On 2015/02/09 22:20:50, Avi wrote: > Note that ...
5 years, 10 months ago (2015-02-09 22:33:03 UTC) #9
Avi (use Gerrit)
Charlie, take a look. This cleans some things up, and I'd like to eventually turn ...
5 years, 10 months ago (2015-02-17 15:51:28 UTC) #10
Charlie Reis
Ok, I spent some time looking at PageTransition's AUTO vs MANUAL and NavigationType's AUTO vs ...
5 years, 10 months ago (2015-02-18 17:57:37 UTC) #11
Avi (use Gerrit)
https://codereview.chromium.org/814563004/diff/190001/content/browser/frame_host/navigation_controller_impl_browsertest.cc File content/browser/frame_host/navigation_controller_impl_browsertest.cc (right): https://codereview.chromium.org/814563004/diff/190001/content/browser/frame_host/navigation_controller_impl_browsertest.cc#newcode329 content/browser/frame_host/navigation_controller_impl_browsertest.cc:329: } On 2015/02/18 17:57:37, Charlie Reis wrote: > We ...
5 years, 10 months ago (2015-02-18 18:33:12 UTC) #12
Charlie Reis
https://codereview.chromium.org/814563004/diff/190001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/814563004/diff/190001/content/renderer/render_frame_impl.cc#newcode3814 content/renderer/render_frame_impl.cc:3814: if (commit_type == blink::WebStandardCommit) On 2015/02/18 18:33:12, Avi wrote: ...
5 years, 10 months ago (2015-02-18 18:45:04 UTC) #13
Avi (use Gerrit)
Andrew, can you stamp the translate manager file? Charlie, here are the tests you asked ...
5 years, 10 months ago (2015-02-18 21:01:20 UTC) #16
Charlie Reis
Thanks for the extra tests! LGTM.
5 years, 10 months ago (2015-02-18 21:06:44 UTC) #17
Nico
chrome/ lgtm
5 years, 10 months ago (2015-02-18 22:28:08 UTC) #19
Avi (use Gerrit)
On 2015/02/18 22:28:08, Nico wrote: > chrome/ lgtm I asked Nico to stamp because all ...
5 years, 10 months ago (2015-02-18 22:28:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/814563004/210001
5 years, 10 months ago (2015-02-18 22:30:06 UTC) #22
commit-bot: I haz the power
Committed patchset #12 (id:210001)
5 years, 10 months ago (2015-02-18 22:51:46 UTC) #23
commit-bot: I haz the power
5 years, 10 months ago (2015-02-18 22:52:35 UTC) #24
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/9f07a0c691b21d276cd74fbd0755bcbb81386430
Cr-Commit-Position: refs/heads/master@{#316905}

Powered by Google App Engine
This is Rietveld 408576698