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

Issue 2002433002: Handle online and offline redirects via interceptor and offline scheme (Closed)

Created:
4 years, 7 months ago by jianli
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, tyoshino+watch_chromium.org, romax+watch_chromium.org, fgorski+watch_chromium.org, dewittj+watch_chromium.org, Yoav Weiss, petewil+watch_chromium.org, chili+watch_chromium.org, gavinp+loader_chromium.org, blink-reviews, loading-reviews+fetch_chromium.org, kinuko+watch, Nate Chapin, dimich+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Handle online and offline redirects via interceptor and offline scheme BUG=598114

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+719 lines, -35 lines) Patch
A chrome/browser/android/offline_pages/offline_page_protocol_handler.h View 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_protocol_handler.cc View 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_request_handler.h View 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_request_handler.cc View 1 1 chunk +195 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_request_offline_job.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_request_offline_job.cc View 1 1 chunk +146 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_request_redirect_job.h View 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/android/offline_pages/offline_page_request_redirect_job.cc View 1 chunk +88 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_tab_helper.cc View 1 2 3 1 chunk +0 lines, -27 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
jianli
4 years, 3 months ago (2016-09-09 22:30:54 UTC) #1
Description was changed from

==========
Handle online and offline redirects via interceptor and offline scheme

BUG=598114
==========

to

==========
Handle online and offline redirects via interceptor and offline scheme

BUG=598114
==========

Powered by Google App Engine
This is Rietveld 408576698