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

Issue 22837005: Add HTTP status code to navigation data structures (Closed)

Created:
7 years, 4 months ago by pval...(no longer on Chromium)
Modified:
7 years, 3 months ago
CC:
chromium-reviews, tim+watch_chromium.org, jam, haitaol+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, albertb+watch_chromium.org, rsimha+watch_chromium.org, boliu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add HTTP status code to navigation data structures This is a reboot of https://codereview.chromium.org/11054025/ BUG=153936, 260276 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219954

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -6 lines) Patch
M android_webview/native/state_serializer.cc View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M android_webview/native/state_serializer_unittests.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc View 1 chunk +44 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_restore_browsertest.cc View 5 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/session_model_associator_unittest.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M components/sessions/serialized_navigation_entry.h View 2 chunks +2 lines, -0 lines 0 comments Download
M components/sessions/serialized_navigation_entry.cc View 8 chunks +13 lines, -0 lines 0 comments Download
M components/sessions/serialized_navigation_entry_test_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/sessions/serialized_navigation_entry_unittest.cc View 9 chunks +9 lines, -0 lines 0 comments Download
M content/browser/web_contents/navigation_controller_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/navigation_controller_impl_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/web_contents/navigation_entry_impl.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/navigation_entry_impl.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M content/public/browser/navigation_entry.h View 1 chunk +10 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M sync/protocol/session_specifics.proto View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
pval...(no longer on Chromium)
R=zea for now as a sanity check. I'll add the other reviewers on the next ...
7 years, 4 months ago (2013-08-15 01:58:40 UTC) #1
Nicolas Zea
Some nits. Could you update proto_value_conversions.cc as well with the new proto field serialization? https://codereview.chromium.org/22837005/diff/10003/chrome/browser/sessions/session_restore_browsertest.cc ...
7 years, 4 months ago (2013-08-15 18:25:40 UTC) #2
pval...(no longer on Chromium)
proto_value_conversions.cc updated. Please take a look. https://codereview.chromium.org/22837005/diff/10003/chrome/browser/sessions/session_restore_browsertest.cc File chrome/browser/sessions/session_restore_browsertest.cc (right): https://codereview.chromium.org/22837005/diff/10003/chrome/browser/sessions/session_restore_browsertest.cc#newcode312 chrome/browser/sessions/session_restore_browsertest.cc:312: GURL url2("about:version"); On ...
7 years, 4 months ago (2013-08-20 15:28:10 UTC) #3
Nicolas Zea
LGTM https://codereview.chromium.org/22837005/diff/10003/chrome/browser/sessions/session_restore_browsertest.cc File chrome/browser/sessions/session_restore_browsertest.cc (right): https://codereview.chromium.org/22837005/diff/10003/chrome/browser/sessions/session_restore_browsertest.cc#newcode312 chrome/browser/sessions/session_restore_browsertest.cc:312: GURL url2("about:version"); On 2013/08/20 15:28:10, pvalenzuela wrote: > ...
7 years, 4 months ago (2013-08-20 18:33:43 UTC) #4
pval...(no longer on Chromium)
Adding owners for other dirs: android_webview: mkosiba@ sessions: marja@ content: avi@
7 years, 4 months ago (2013-08-20 20:16:37 UTC) #5
Avi (use Gerrit)
On 2013/08/20 20:16:37, pvalenzuela wrote: > Adding owners for other dirs: > > android_webview: mkosiba@ ...
7 years, 4 months ago (2013-08-20 20:26:58 UTC) #6
mkosiba (inactive)
LGTM for android_webview, +CC FYI boliu who wrote the code
7 years, 4 months ago (2013-08-21 08:53:18 UTC) #7
marja
sessions/ lgtm
7 years, 4 months ago (2013-08-21 12:05:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pvalenzuela@chromium.org/22837005/66001
7 years, 3 months ago (2013-08-28 00:04:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pvalenzuela@chromium.org/22837005/66001
7 years, 3 months ago (2013-08-28 00:38:54 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 3 months ago (2013-08-28 01:41:53 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pvalenzuela@chromium.org/22837005/66001
7 years, 3 months ago (2013-08-28 05:02:39 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-08-28 07:51:49 UTC) #13
Message was sent while issue was closed.
Change committed as 219954

Powered by Google App Engine
This is Rietveld 408576698