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

Issue 9317009: Store the UploadData identifier in NavigationEntryImpl. (Closed)

Created:
8 years, 10 months ago by cbentzel
Modified:
8 years, 10 months ago
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, ajwong+watch_chromium.org, jam, cbentzel+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Store the UploadData identifier in NavigationEntryImpl. This will ultimately be used to help save content that was retrieved from a POST. A few points: - The identifier can be recovered from the TabRestoreService - The identifier is not persisted to disk for either the session or the tab service. The identifier is redundant with data in the "opaque" state_ string, but we decided to go this route. See http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/9f521b7c18850b3b/ for a discussion of alternative approaches. BUG=55551 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120369

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Nits from self-review #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -1 line) Patch
M chrome/browser/sessions/session_types.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sessions/session_types.cc View 5 chunks +5 lines, -0 lines 1 comment Download
M content/browser/tab_contents/navigation_controller_impl.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/tab_contents/navigation_entry_impl.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/tab_contents/navigation_entry_impl.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 1 chunk +3 lines, -0 lines 1 comment Download
M content/public/browser/navigation_entry.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
cbentzel
I was looking at possible tests for this change, but it doesn't seem like there ...
8 years, 10 months ago (2012-02-01 21:54:23 UTC) #1
cbentzel
sky: chrome/browser/sessions and other sanity checks darin: content marja: Please review, since there is some ...
8 years, 10 months ago (2012-02-01 21:58:40 UTC) #2
cbentzel
http://codereview.chromium.org/9317009/diff/9001/chrome/browser/sessions/session_types.cc File chrome/browser/sessions/session_types.cc (right): http://codereview.chromium.org/9317009/diff/9001/chrome/browser/sessions/session_types.cc#newcode95 chrome/browser/sessions/session_types.cc:95: post_id_ = entry.GetPostID(); post_id_ is explicitly not being persisted ...
8 years, 10 months ago (2012-02-01 22:02:13 UTC) #3
cbentzel
+avi for content/public
8 years, 10 months ago (2012-02-01 22:02:59 UTC) #4
darin (slow to review)
LGTM
8 years, 10 months ago (2012-02-02 06:10:20 UTC) #5
marja
LGTM, looks like this doesn't overlap with my POST data storing & restoring work that ...
8 years, 10 months ago (2012-02-03 13:15:31 UTC) #6
cbentzel
On 2012/02/03 13:15:31, marja wrote: > LGTM, looks like this doesn't overlap with my POST ...
8 years, 10 months ago (2012-02-03 15:20:00 UTC) #7
cbentzel
+jam John - Avi thought you might want to take a look at this CL, ...
8 years, 10 months ago (2012-02-03 15:38:13 UTC) #8
Avi (use Gerrit)
lgtm
8 years, 10 months ago (2012-02-03 15:39:11 UTC) #9
sky
LGTM
8 years, 10 months ago (2012-02-03 18:18:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cbentzel@chromium.org/9317009/9001
8 years, 10 months ago (2012-02-03 18:23:11 UTC) #11
commit-bot: I haz the power
8 years, 10 months ago (2012-02-03 19:51:07 UTC) #12
Change committed as 120369

Powered by Google App Engine
This is Rietveld 408576698