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

Issue 1777673002: AGSA-initiated weblite intents should be rewritten if Chrome can use weblite (Closed)

Created:
4 years, 9 months ago by megjablon
Modified:
4 years, 9 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, gone
Base URL:
https://chromium.googlesource.com/chromium/src.git@2661
Target Ref:
refs/pending/branch-heads/2661
Project:
chromium
Visibility:
Public.

Description

AGSA-initiated weblite intents should be rewritten if Chrome can use weblite When Chrome receives a navigation intent for a page on googleweblight.com, Chrome should instead navigate to the url specified in the lite_url query parameter if all of the following are true: 1) The URL specifies a lite_url parameter 2) Data-Saver is enabled in Chrome 3) the LoFi weblite experiment is enabled 4) the scheme of the url in the lite_url param is HTTP BUG=584085 Review URL: https://codereview.chromium.org/1688603004 Cr-Commit-Position: refs/heads/master@{#378414} (cherry picked from commit 30814b95ba3406d644debb4391cfe1b289d29aa4) Committed: https://chromium.googlesource.com/chromium/src/+/0c1613aeb0984520f83197d5d33425f476e424d4

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -18 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java View 3 chunks +13 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnection.java View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/DataReductionProxySettings.java View 4 chunks +42 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tabmodel/ChromeTabCreator.java View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/TabsOpenedFromExternalAppTest.java View 5 chunks +43 lines, -6 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/document/DocumentModeTest.java View 4 chunks +52 lines, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/document/DocumentModeTestBase.java View 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (5 generated)
megjablon
4 years, 9 months ago (2016-03-08 20:52:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:20001) manually as
0c1613aeb0984520f83197d5d33425f476e424d4.

Powered by Google App Engine
This is Rietveld 408576698