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

Issue 2284933002: Remove OfflineURL from offline page (Closed)

Created:
4 years, 3 months ago by jianli
Modified:
4 years, 2 months ago
CC:
chromium-reviews, dominickn+watch_chromium.org, ntp-dev+reviews_chromium.org, romax+watch_chromium.org, fgorski+watch_chromium.org, dewittj+watch_chromium.org, petewil+watch_chromium.org, chili+watch_chromium.org, dimich+watch_chromium.org, vitaliii
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove OfflineURL from offline page since the concept of offline file URL is deprecated BUG=641576 Committed: https://crrev.com/bca15e7888f8e412329fb014079190eebfde9915 Cr-Commit-Position: refs/heads/master@{#423299}

Patch Set 1 #

Patch Set 2 : Fix trybot #

Total comments: 1

Patch Set 3 : Rebase #

Patch Set 4 : Fix trybots #

Patch Set 5 : Remove accidentally added new file during rebase #

Total comments: 2

Patch Set 6 : Add comment per feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -881 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/offlinepages/OfflinePageBridge.java View 1 2 3 chunks +6 lines, -20 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/offlinepages/OfflinePageItem.java View 3 chunks +1 line, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/offlinepages/OfflinePageUtils.java View 1 2 2 chunks +13 lines, -17 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/offlinepages/OfflinePageBridgeTest.java View 1 2 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageBridgeUnitTest.java View 1 2 3 4 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_bridge.h View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_bridge.cc View 1 2 3 chunks +0 lines, -17 lines 0 comments Download
D chrome/browser/android/offline_pages/offline_page_tab_helper_unittest.cc View 1 2 1 chunk +0 lines, -453 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_utils.h View 1 2 2 chunks +0 lines, -23 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_utils.cc View 1 2 3 chunks +0 lines, -90 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_utils_unittest.cc View 1 2 6 chunks +0 lines, -62 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc View 1 2 1 chunk +3 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.cc View 1 2 3 4 chunks +10 lines, -10 lines 0 comments Download
M components/offline_pages/downloads/download_ui_adapter.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/offline_pages/downloads/download_ui_adapter.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M components/offline_pages/offline_page_item.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M components/offline_pages/offline_page_item.cc View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M components/offline_pages/offline_page_model.h View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
M components/offline_pages/offline_page_model_impl.h View 1 2 2 chunks +1 line, -9 lines 0 comments Download
M components/offline_pages/offline_page_model_impl.cc View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
M components/offline_pages/offline_page_model_impl_unittest.cc View 1 2 3 chunks +1 line, -42 lines 0 comments Download
M components/offline_pages/stub_offline_page_model.h View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M components/offline_pages/stub_offline_page_model.cc View 1 2 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 34 (25 generated)
jianli
4 years, 3 months ago (2016-08-26 22:32:02 UTC) #3
dewittj
this lgtm, with a nit Please hold off for a week or so before submit ...
4 years, 3 months ago (2016-08-31 16:31:39 UTC) #11
jianli
treib for ntp_snippet changes bauerb for Java changes and webui changes
4 years, 2 months ago (2016-10-05 01:17:01 UTC) #19
Marc Treib
+vitaliii FYI components/ntp_snippets/ lgtm https://codereview.chromium.org/2284933002/diff/80001/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc File components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc (left): https://codereview.chromium.org/2284933002/diff/80001/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc#oldcode218 components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc:218: // and not just as ...
4 years, 2 months ago (2016-10-05 09:15:23 UTC) #25
Bernhard Bauer
lgtm
4 years, 2 months ago (2016-10-05 10:48:25 UTC) #26
jianli
https://codereview.chromium.org/2284933002/diff/80001/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc File components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc (left): https://codereview.chromium.org/2284933002/diff/80001/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc#oldcode218 components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc:218: // and not just as a downloaded file. On ...
4 years, 2 months ago (2016-10-05 20:34:16 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2284933002/100001
4 years, 2 months ago (2016-10-05 20:34:42 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 2 months ago (2016-10-05 21:31:22 UTC) #32
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 21:35:42 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/bca15e7888f8e412329fb014079190eebfde9915
Cr-Commit-Position: refs/heads/master@{#423299}

Powered by Google App Engine
This is Rietveld 408576698