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

Issue 2644573003: Initial version of the split CBD dialog (Closed)

Created:
3 years, 11 months ago by dullweber
Modified:
3 years, 11 months ago
CC:
chromium-reviews, browser-components-watch_chromium.org, gayane+watch_chromium.org, asvitkine+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create an initial version of the split CBD dialog. It contains a TabLayout with a basic and and advanced version of the CBD view. The basic version only has history, cache and cookies. All changes are behind the new flag "TABS_IN_CBD". BUG=681523 Review-Url: https://codereview.chromium.org/2644573003 Cr-Commit-Position: refs/heads/master@{#445691} Committed: https://chromium.googlesource.com/chromium/src/+/9da80076a5063f0f2d9c0dfb609a0948c841f4c3

Patch Set 1 #

Total comments: 22

Patch Set 2 : fix comments #

Total comments: 1

Patch Set 3 : title case for tab titles #

Total comments: 12

Patch Set 4 : fix comments #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -8 lines) Patch
A chrome/android/java/res/layout/clear_browsing_data_tabs.xml View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManager.java View 1 2 3 4 2 chunks +1 line, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/PreferencesLauncher.java View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferencesAdvanced.java View 1 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferencesBasic.java View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataTabsFragment.java View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (23 generated)
dullweber
Martin, please have a look at the first version of the new CBD dialog
3 years, 11 months ago (2017-01-18 16:13:00 UTC) #5
msramek
LGTM % comments. https://codereview.chromium.org/2644573003/diff/1/chrome/android/java/res/layout/clear_browsing_data_tabs.xml File chrome/android/java/res/layout/clear_browsing_data_tabs.xml (right): https://codereview.chromium.org/2644573003/diff/1/chrome/android/java/res/layout/clear_browsing_data_tabs.xml#newcode17 chrome/android/java/res/layout/clear_browsing_data_tabs.xml:17: android:id="@+id/clear_browser_data_tabs" Let's use *browsing* instead of ...
3 years, 11 months ago (2017-01-18 17:06:39 UTC) #6
dullweber
https://codereview.chromium.org/2644573003/diff/1/chrome/android/java/res/layout/clear_browsing_data_tabs.xml File chrome/android/java/res/layout/clear_browsing_data_tabs.xml (right): https://codereview.chromium.org/2644573003/diff/1/chrome/android/java/res/layout/clear_browsing_data_tabs.xml#newcode17 chrome/android/java/res/layout/clear_browsing_data_tabs.xml:17: android:id="@+id/clear_browser_data_tabs" On 2017/01/18 17:06:38, msramek wrote: > Let's use ...
3 years, 11 months ago (2017-01-19 13:16:15 UTC) #13
dullweber
twellington@chromium.org: Please review these changes.
3 years, 11 months ago (2017-01-19 13:25:07 UTC) #15
msramek
LGTM https://codereview.chromium.org/2644573003/diff/20001/chrome/android/java/strings/android_chrome_strings.grd File chrome/android/java/strings/android_chrome_strings.grd (right): https://codereview.chromium.org/2644573003/diff/20001/chrome/android/java/strings/android_chrome_strings.grd#newcode547 chrome/android/java/strings/android_chrome_strings.grd:547: basic nit: Please use title case for titles. ...
3 years, 11 months ago (2017-01-19 13:28:40 UTC) #16
Theresa
Looks good overall https://codereview.chromium.org/2644573003/diff/40001/chrome/android/java/res/layout/clear_browsing_data_tabs.xml File chrome/android/java/res/layout/clear_browsing_data_tabs.xml (right): https://codereview.chromium.org/2644573003/diff/40001/chrome/android/java/res/layout/clear_browsing_data_tabs.xml#newcode6 chrome/android/java/res/layout/clear_browsing_data_tabs.xml:6: <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" nit: put the xmlns ...
3 years, 11 months ago (2017-01-19 19:08:26 UTC) #17
dullweber
On 2017/01/19 19:08:26, Theresa wrote: > Looks good overall > > https://codereview.chromium.org/2644573003/diff/40001/chrome/android/java/res/layout/clear_browsing_data_tabs.xml > File chrome/android/java/res/layout/clear_browsing_data_tabs.xml ...
3 years, 11 months ago (2017-01-20 09:27:46 UTC) #18
dullweber
Thanks for the review. I fixed the issues you mentioned https://codereview.chromium.org/2644573003/diff/40001/chrome/android/java/res/layout/clear_browsing_data_tabs.xml File chrome/android/java/res/layout/clear_browsing_data_tabs.xml (right): https://codereview.chromium.org/2644573003/diff/40001/chrome/android/java/res/layout/clear_browsing_data_tabs.xml#newcode6 ...
3 years, 11 months ago (2017-01-20 10:53:07 UTC) #19
Theresa
lgtm
3 years, 11 months ago (2017-01-20 16:55:51 UTC) #20
dullweber
bauerb@chromium.org: Please review changes in ChromeApplication.java and android_chrome_strings.grd isherman@chromium.org: Please review changes in histograms.xml
3 years, 11 months ago (2017-01-23 09:17:22 UTC) #24
Bernhard Bauer
lgtm
3 years, 11 months ago (2017-01-23 09:53:33 UTC) #25
Ilya Sherman
histograms.xml lgtm
3 years, 11 months ago (2017-01-23 20:20:13 UTC) #28
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/2644573003/60001
3 years, 11 months ago (2017-01-23 20:20:52 UTC) #31
commit-bot: I haz the power
Failed to apply patch for chrome/browser/about_flags.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-23 20:29:58 UTC) #33
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/2644573003/80001
3 years, 11 months ago (2017-01-24 09:25:06 UTC) #36
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 10:32:51 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/9da80076a5063f0f2d9c0dfb609a...

Powered by Google App Engine
This is Rietveld 408576698