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

Issue 2238453002: Merge //components/browsing_data_ui into //components/browsing_data/core (Closed)

Created:
4 years, 4 months ago by msramek
Modified:
4 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, droger+watchlist_chromium.org, michaelpg+watch-md-settings_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, Patrick Dubroy, dbeam+watch-history_chromium.org, pam+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Merge //components/browsing_data_ui into //components/browsing_data/core The component browsing_data_ui contains code used by the Clear Browsing Data dialog on all platforms. It was created because there was no other component fitting that purpose. However, the browsing_data component has been recently made into a layered component (https://codereview.chromium.org/2127403002), providing various browsing data related functionality for all platforms. Since the two components have basically the same purpose and confusingly similar names, we merge them into one. TBR=dbeam@chromium.org BUG=635873 Committed: https://crrev.com/c153a25112aa4aa30eacac463c1fc0b2d9b4f52e Cr-Commit-Position: refs/heads/master@{#419450}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase again. #

Patch Set 4 : Accidentally added an old .gypi file. #

Patch Set 5 : Rebase over https://codereview.chromium.org/2345843003/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -431 lines) Patch
M chrome/browser/android/preferences/pref_service_bridge.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/history_ui.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/clear_browser_data_handler.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M components/browsing_data/core/BUILD.gn View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M components/browsing_data/core/DEPS View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A components/browsing_data/core/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A + components/browsing_data/core/history_notice_utils.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + components/browsing_data/core/history_notice_utils.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
A + components/browsing_data/core/history_notice_utils_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
D components/browsing_data_ui/BUILD.gn View 1 1 chunk +0 lines, -36 lines 0 comments Download
D components/browsing_data_ui/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/browsing_data_ui/history_notice_utils.h View 1 chunk +0 lines, -58 lines 0 comments Download
D components/browsing_data_ui/history_notice_utils.cc View 1 1 chunk +0 lines, -115 lines 0 comments Download
D components/browsing_data_ui/history_notice_utils_unittest.cc View 1 1 chunk +0 lines, -187 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/webui/history/browsing_history_handler.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/webui/history/history_ui.mm View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 48 (30 generated)
msramek
Hi Mihai, Would you be OK with this clean-up, or do you think it makes ...
4 years, 4 months ago (2016-08-19 12:35:08 UTC) #6
msramek
Friendly ping :-) What do you think about this kind of cleanup, Mihai?
4 years, 3 months ago (2016-09-13 15:00:08 UTC) #7
msarda
On 2016/09/13 15:00:08, msramek wrote: > Friendly ping :-) What do you think about this ...
4 years, 3 months ago (2016-09-15 08:51:18 UTC) #16
msramek
Most changes are in includes and namespace names, so I would TBR them. The important ...
4 years, 3 months ago (2016-09-15 09:54:43 UTC) #20
sdefresne
lgtm
4 years, 3 months ago (2016-09-15 11:25:47 UTC) #23
cbentzel
On 2016/09/15 11:25:47, sdefresne wrote: > lgtm lgtm for net/ DEPS
4 years, 3 months ago (2016-09-15 13:56:37 UTC) #24
Roger Tawa OOO till Jul 10th
lgtm for components/browsing_data/core/DEPS on component/signin
4 years, 3 months ago (2016-09-15 15:01:19 UTC) #25
sky
On 2016/09/15 09:54:43, msramek wrote: > Most changes are in includes and namespace names, so ...
4 years, 3 months ago (2016-09-15 17:12:17 UTC) #26
msramek
On 2016/09/15 17:12:17, sky wrote: > On 2016/09/15 09:54:43, msramek wrote: > > Most changes ...
4 years, 3 months ago (2016-09-15 17:18:51 UTC) #27
pavely
deps on components/sync and components/browser_sync lgtm
4 years, 3 months ago (2016-09-15 17:45:01 UTC) #28
sky
LGTM
4 years, 3 months ago (2016-09-15 20:06:04 UTC) #29
msramek
Thanks everyone! Also adding +dbeam@ to TBR for the syntactic changes in webui/ (header and ...
4 years, 3 months ago (2016-09-19 12:43:41 UTC) #32
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/2238453002/60001
4 years, 3 months ago (2016-09-19 12:44:16 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/270644)
4 years, 3 months ago (2016-09-19 12:46:58 UTC) #37
msramek
Rebased over https://codereview.chromium.org/2345843003/ which required a DEPS update "browser_sync/browser" -> "browser_sync/". Trying again...
4 years, 3 months ago (2016-09-19 13:12:07 UTC) #40
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/2238453002/80001
4 years, 3 months ago (2016-09-19 13:13:35 UTC) #44
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-19 14:18:58 UTC) #46
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 14:20:56 UTC) #48
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c153a25112aa4aa30eacac463c1fc0b2d9b4f52e
Cr-Commit-Position: refs/heads/master@{#419450}

Powered by Google App Engine
This is Rietveld 408576698