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

Issue 2514333003: Componentize Reading List (Closed)

Created:
4 years, 1 month ago by Olivier
Modified:
4 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, pkl (ping after 24h if needed), browser-components-watch_chromium.org, mac-reviews_chromium.org, chromium-apps-reviews_chromium.org, sync-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize Reading List This fixes a dependency problem from components/browser_sync. Also enable reading_list sync by default. BUG=661668 Committed: https://crrev.com/5abaf23de0c7c8fbc8c10dab0280b0a60f464c3a Cr-Commit-Position: refs/heads/master@{#433905}

Patch Set 1 : fix #

Total comments: 13

Patch Set 2 : feedback #

Patch Set 3 : add forwarders #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -3948 lines) Patch
M components/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A + components/reading_list/BUILD.gn View 1 5 chunks +3 lines, -18 lines 0 comments Download
A components/reading_list/DEPS View 1 chunk +7 lines, -0 lines 0 comments Download
A components/reading_list/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A + components/reading_list/offline_url_utils.h View 2 chunks +3 lines, -14 lines 0 comments Download
A + components/reading_list/offline_url_utils.cc View 2 chunks +1 line, -27 lines 0 comments Download
A + components/reading_list/offline_url_utils_unittest.cc View 2 chunks +1 line, -33 lines 0 comments Download
A + components/reading_list/proto/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/reading_list/proto/reading_list.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/reading_list/reading_list_entry.h View 1 2 3 chunks +3 lines, -5 lines 0 comments Download
A + components/reading_list/reading_list_entry.cc View 2 chunks +3 lines, -7 lines 0 comments Download
A + components/reading_list/reading_list_entry_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
A + components/reading_list/reading_list_model.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
A + components/reading_list/reading_list_model.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/reading_list/reading_list_model_bridge_observer.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + components/reading_list/reading_list_model_bridge_observer.mm View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/reading_list/reading_list_model_impl.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
A + components/reading_list/reading_list_model_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/reading_list/reading_list_model_observer.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + components/reading_list/reading_list_model_storage.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + components/reading_list/reading_list_model_unittest.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + components/reading_list/reading_list_pref_names.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + components/reading_list/reading_list_pref_names.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/reading_list/reading_list_store.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + components/reading_list/reading_list_store.cc View 2 chunks +3 lines, -4 lines 0 comments Download
A + components/reading_list/reading_list_store_delegate.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + components/reading_list/reading_list_store_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A components/reading_list/reading_list_switches.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
A components/reading_list/reading_list_switches.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/about_flags.mm View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M ios/chrome/browser/chrome_switches.h View 2 chunks +0 lines, -2 lines 0 comments Download
M ios/chrome/browser/chrome_switches.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M ios/chrome/browser/experimental_flags.mm View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M ios/chrome/browser/reading_list/BUILD.gn View 1 2 3 chunks +2 lines, -15 lines 0 comments Download
M ios/chrome/browser/reading_list/offline_url_utils.h View 1 chunk +0 lines, -29 lines 0 comments Download
M ios/chrome/browser/reading_list/offline_url_utils.cc View 2 chunks +2 lines, -31 lines 0 comments Download
M ios/chrome/browser/reading_list/offline_url_utils_unittest.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D ios/chrome/browser/reading_list/proto/BUILD.gn View 1 chunk +0 lines, -14 lines 0 comments Download
D ios/chrome/browser/reading_list/proto/reading_list.proto View 1 chunk +0 lines, -45 lines 0 comments Download
M ios/chrome/browser/reading_list/reading_list_download_service.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/reading_list/reading_list_download_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_entry.h View 1 2 1 chunk +2 lines, -133 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_entry.cc View 1 chunk +0 lines, -374 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_entry_unittest.cc View 1 chunk +0 lines, -328 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model.h View 1 2 1 chunk +2 lines, -152 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model.cc View 1 chunk +0 lines, -81 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_bridge_observer.h View 1 2 1 chunk +5 lines, -81 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_bridge_observer.mm View 1 chunk +0 lines, -122 lines 0 comments Download
M ios/chrome/browser/reading_list/reading_list_model_factory.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_impl.h View 1 2 1 chunk +3 lines, -131 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_impl.cc View 1 chunk +0 lines, -516 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_observer.h View 1 2 1 chunk +2 lines, -70 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_storage.h View 1 2 1 chunk +2 lines, -46 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_model_unittest.cc View 1 2 3 1 chunk +0 lines, -619 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_pref_names.h View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_pref_names.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_store.h View 1 2 1 chunk +2 lines, -129 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_store.cc View 1 chunk +0 lines, -461 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_store_delegate.h View 1 2 1 chunk +2 lines, -25 lines 0 comments Download
D ios/chrome/browser/reading_list/reading_list_store_unittest.cc View 1 chunk +0 lines, -287 lines 0 comments Download
M ios/chrome/browser/reading_list/reading_list_web_state_observer.mm View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M ios/chrome/browser/reading_list/url_downloader.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/reading_list/url_downloader_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/share_extension/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/share_extension/share_extension_item_receiver.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/share_extension/share_extension_service.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/share_extension/share_extension_service.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/sync/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/sync/ios_chrome_sync_client.mm View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (12 generated)
Olivier
4 years, 1 month ago (2016-11-21 14:31:51 UTC) #4
sdefresne
https://codereview.chromium.org/2514333003/diff/40001/components/reading_list/BUILD.gn File components/reading_list/BUILD.gn (right): https://codereview.chromium.org/2514333003/diff/40001/components/reading_list/BUILD.gn#newcode33 components/reading_list/BUILD.gn:33: "//components/reading_list/proto", This should go to public_deps https://codereview.chromium.org/2514333003/diff/40001/components/reading_list/BUILD.gn#newcode54 components/reading_list/BUILD.gn:54: "//components/reading_list/proto", ...
4 years, 1 month ago (2016-11-21 14:48:31 UTC) #5
Olivier
Done and added forwarder to avoid breaking compilation. https://codereview.chromium.org/2514333003/diff/40001/components/reading_list/BUILD.gn File components/reading_list/BUILD.gn (right): https://codereview.chromium.org/2514333003/diff/40001/components/reading_list/BUILD.gn#newcode33 components/reading_list/BUILD.gn:33: "//components/reading_list/proto", ...
4 years, 1 month ago (2016-11-21 15:46:41 UTC) #6
sdefresne
lgtm if downstream builds cleanly with this CL applied
4 years, 1 month ago (2016-11-21 15:51:48 UTC) #7
jif-google
lgtm
4 years, 1 month ago (2016-11-21 17:49:15 UTC) #9
pavely
lgtm
4 years, 1 month ago (2016-11-22 00:45:02 UTC) #11
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/2514333003/80001
4 years, 1 month ago (2016-11-22 06:32:03 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/310269)
4 years, 1 month ago (2016-11-22 06:39:51 UTC) #15
Olivier
+mef as net owner as this add dependency to net.
4 years, 1 month ago (2016-11-22 06:51:20 UTC) #17
mef
On 2016/11/22 06:51:20, Olivier Robin wrote: > +mef as net owner as this add dependency ...
4 years, 1 month ago (2016-11-22 15:36:11 UTC) #18
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/2514333003/100001
4 years, 1 month ago (2016-11-22 16:31:48 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 1 month ago (2016-11-22 17:35:31 UTC) #23
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 17:40:31 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5abaf23de0c7c8fbc8c10dab0280b0a60f464c3a
Cr-Commit-Position: refs/heads/master@{#433905}

Powered by Google App Engine
This is Rietveld 408576698