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

Issue 1184423005: Add item and document sequence numbers to FrameNavigationEntry. (Closed)

Created:
5 years, 6 months ago by Charlie Reis
Modified:
5 years, 6 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_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

Add item and document sequence numbers to FrameNavigationEntry. This will be used for identifying which frames need to navigate on back/forward navigations in --site-per-process. BUG=236848 TEST=No behavior change yet. Committed: https://crrev.com/8b5cd4c7d51dec913908d91dbc19bedda293e708 Cr-Commit-Position: refs/heads/master@{#335173}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Update and add test #

Total comments: 3

Patch Set 3 : Fix typo #

Total comments: 2

Patch Set 4 : Add const; git cl format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -25 lines) Patch
M content/browser/frame_host/frame_navigation_entry.h View 1 2 3 4 chunks +22 lines, -3 lines 0 comments Download
M content/browser/frame_host/frame_navigation_entry.cc View 2 chunks +14 lines, -3 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 3 4 chunks +14 lines, -6 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.cc View 1 2 3 4 chunks +13 lines, -6 lines 0 comments Download
M content/common/frame_messages.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/common/frame_navigate_params.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M content/public/common/frame_navigate_params.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Charlie Reis
Avi, can you take a look? This is one piece I know I'll need for ...
5 years, 6 months ago (2015-06-17 22:56:23 UTC) #2
Avi (use Gerrit)
https://codereview.chromium.org/1184423005/diff/1/content/browser/frame_host/frame_navigation_entry.h File content/browser/frame_host/frame_navigation_entry.h (right): https://codereview.chromium.org/1184423005/diff/1/content/browser/frame_host/frame_navigation_entry.h#newcode30 content/browser/frame_host/frame_navigation_entry.h:30: // frame sequence numbers or unique names would work ...
5 years, 6 months ago (2015-06-18 00:57:01 UTC) #3
Charlie Reis
Thanks! New patch up. https://codereview.chromium.org/1184423005/diff/1/content/browser/frame_host/frame_navigation_entry.h File content/browser/frame_host/frame_navigation_entry.h (right): https://codereview.chromium.org/1184423005/diff/1/content/browser/frame_host/frame_navigation_entry.h#newcode30 content/browser/frame_host/frame_navigation_entry.h:30: // frame sequence numbers or ...
5 years, 6 months ago (2015-06-18 20:30:18 UTC) #5
Avi (use Gerrit)
lgtm https://codereview.chromium.org/1184423005/diff/40001/content/browser/frame_host/frame_navigation_entry.h File content/browser/frame_host/frame_navigation_entry.h (right): https://codereview.chromium.org/1184423005/diff/40001/content/browser/frame_host/frame_navigation_entry.h#newcode61 content/browser/frame_host/frame_navigation_entry.h:61: // item sequence number but the same document ...
5 years, 6 months ago (2015-06-18 20:36:07 UTC) #6
Charlie Reis
Thanks! Daniel, can you review frame_messages.h (and frame_navigate_params.h) for IPC owners?
5 years, 6 months ago (2015-06-18 20:51:05 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1184423005/60001
5 years, 6 months ago (2015-06-18 20:51:49 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-18 21:53:23 UTC) #13
dcheng
lgtm https://codereview.chromium.org/1184423005/diff/60001/content/browser/frame_host/frame_navigation_entry.h File content/browser/frame_host/frame_navigation_entry.h (right): https://codereview.chromium.org/1184423005/diff/60001/content/browser/frame_host/frame_navigation_entry.h#newcode69 content/browser/frame_host/frame_navigation_entry.h:69: int64 document_sequence_number() { return document_sequence_number_; } Nit: maket ...
5 years, 6 months ago (2015-06-18 21:55:52 UTC) #14
Charlie Reis
Thanks! https://codereview.chromium.org/1184423005/diff/60001/content/browser/frame_host/frame_navigation_entry.h File content/browser/frame_host/frame_navigation_entry.h (right): https://codereview.chromium.org/1184423005/diff/60001/content/browser/frame_host/frame_navigation_entry.h#newcode69 content/browser/frame_host/frame_navigation_entry.h:69: int64 document_sequence_number() { return document_sequence_number_; } On 2015/06/18 ...
5 years, 6 months ago (2015-06-18 22:10:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1184423005/100001
5 years, 6 months ago (2015-06-18 22:10:22 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:100001)
5 years, 6 months ago (2015-06-19 00:11:15 UTC) #20
commit-bot: I haz the power
5 years, 6 months ago (2015-06-19 00:12:55 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8b5cd4c7d51dec913908d91dbc19bedda293e708
Cr-Commit-Position: refs/heads/master@{#335173}

Powered by Google App Engine
This is Rietveld 408576698