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

Issue 2076463002: [Custom Tabs] Implement "Read It Later" Behind a Flag (Closed)

Created:
4 years, 6 months ago by Ian Wen
Modified:
4 years, 6 months ago
Reviewers:
Ilya Sherman, gone
CC:
chromium-reviews, lizeb+watch-custom-tabs_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Custom Tabs] Implement "Read It Later" Behind a Flag This CL implements "read it later" feature and puts the feature behind a flag. The trial name is "ReadItLater". When this mode is turned on, reparented tab will stay visible for 600MS and then the activity is pushed to back of the recent stack. BUG=620535 Committed: https://crrev.com/ea63767b61ae1a8935b420685bbee58467b68b5b Cr-Commit-Position: refs/heads/master@{#400524}

Patch Set 1 #

Total comments: 7

Patch Set 2 : comments #

Patch Set 3 : fix test #

Patch Set 4 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -40 lines) Patch
M chrome/android/java/res/menu/custom_tabs_menu.xml View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java View 6 chunks +15 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java View 1 2 chunks +13 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tabmodel/ChromeTabCreator.java View 3 chunks +18 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tabmodel/TabReparentingParams.java View 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java View 1 2 3 6 chunks +31 lines, -23 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +4 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 +5 lines, -0 lines 0 comments Download
M testing/variations/fieldtrial_testing_config_android.json View 1 1 chunk +8 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Ian Wen
PTAL
4 years, 6 months ago (2016-06-16 01:45:18 UTC) #2
Ilya Sherman
actions.xml and field trial testing config changes lgtm https://codereview.chromium.org/2076463002/diff/1/testing/variations/fieldtrial_testing_config_android.json File testing/variations/fieldtrial_testing_config_android.json (right): https://codereview.chromium.org/2076463002/diff/1/testing/variations/fieldtrial_testing_config_android.json#newcode317 testing/variations/fieldtrial_testing_config_android.json:317: } ...
4 years, 6 months ago (2016-06-16 03:57:50 UTC) #3
gone
lgtm https://chromiumcodereview.appspot.com/2076463002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java File chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java (right): https://chromiumcodereview.appspot.com/2076463002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java#newcode110 chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java:110: openInChromeItem.setTitle(R.string.menu_open_in_chrome); Any reason why this string is different ...
4 years, 6 months ago (2016-06-16 18:07:58 UTC) #4
Ian Wen
https://chromiumcodereview.appspot.com/2076463002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java File chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java (right): https://chromiumcodereview.appspot.com/2076463002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java#newcode110 chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java:110: openInChromeItem.setTitle(R.string.menu_open_in_chrome); On 2016/06/16 18:07:58, dfalcantara wrote: > Any reason ...
4 years, 6 months ago (2016-06-16 21:09:00 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076463002/20001
4 years, 6 months ago (2016-06-16 21:10:03 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/82633)
4 years, 6 months ago (2016-06-16 21:31:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076463002/40001
4 years, 6 months ago (2016-06-16 22:03:08 UTC) #12
Ilya Sherman
https://chromiumcodereview.appspot.com/2076463002/diff/1/testing/variations/fieldtrial_testing_config_android.json File testing/variations/fieldtrial_testing_config_android.json (right): https://chromiumcodereview.appspot.com/2076463002/diff/1/testing/variations/fieldtrial_testing_config_android.json#newcode317 testing/variations/fieldtrial_testing_config_android.json:317: } On 2016/06/16 21:09:00, Ian Wen wrote: > On ...
4 years, 6 months ago (2016-06-16 23:12:53 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/89077)
4 years, 6 months ago (2016-06-17 03:00:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076463002/60001
4 years, 6 months ago (2016-06-17 21:03:35 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-17 22:17:18 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-17 22:19:51 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ea63767b61ae1a8935b420685bbee58467b68b5b
Cr-Commit-Position: refs/heads/master@{#400524}

Powered by Google App Engine
This is Rietveld 408576698