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

Issue 2429033002: [TTS] Add a Feature and about:flag for Single Actions. (Closed)

Created:
4 years, 2 months ago by Donn Denman
Modified:
4 years, 1 month ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[TTS] Add a Feature and about:flag for Single Actions. Adds a Field Trial Feature to enable single actions using Contextual Cards. Exposes the feature in about:flags. This feature doesn't do anything yet. BUG=657063, 632451 Committed: https://crrev.com/43d1cea49ccf69b219373cfa9e8d105bb3c25f4e Cr-Commit-Position: refs/heads/master@{#427764}

Patch Set 1 #

Patch Set 2 : Update ints in histograms.xml. #

Total comments: 4

Patch Set 3 : Addressed Ted's comments: moved isContextualSearchSingleActionsEnabled to CS. #

Patch Set 4 : Reverted changes to FeatureUtilities (no longer needed). #

Total comments: 6

Patch Set 5 : Just added a blank line. #

Patch Set 6 : Removed cs-contextual-cards-single-actions from histograms.xml. #

Patch Set 7 : Just a rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -19 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java View 1 2 3 4 3 chunks +18 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java View 1 2 7 chunks +18 lines, -18 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.cc View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (18 generated)
Donn Denman
TODO(donnd): use this feature with FeatureUtilities.isContextualSearchSingleActionsEnabled. TODO(donnd): Consider switching to a boolean -- now shows ...
4 years, 2 months ago (2016-10-21 02:08:35 UTC) #9
Donn Denman
Theresa, Please take an initial look at this at your convenience. won't be working on ...
4 years, 2 months ago (2016-10-21 19:57:06 UTC) #11
Theresa
On 2016/10/21 19:57:06, Donn Denman wrote: > Theresa, Please take an initial look at this ...
4 years, 2 months ago (2016-10-21 21:07:58 UTC) #12
Donn Denman
I think it would be better to have it be a boolean in about:flags, but ...
4 years, 1 month ago (2016-10-24 18:02:27 UTC) #13
Donn Denman
Ted, PTAL. Thanks!
4 years, 1 month ago (2016-10-24 18:03:32 UTC) #15
Ted C
https://codereview.chromium.org/2429033002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java (right): https://codereview.chromium.org/2429033002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java#newcode44 chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java:44: private static final String CONTEXTUAL_SEARCH_SINGLE_ACTIONS_ENABLED = this doesn't seem ...
4 years, 1 month ago (2016-10-24 18:39:59 UTC) #16
Donn Denman
Thanks Ted! https://codereview.chromium.org/2429033002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java (right): https://codereview.chromium.org/2429033002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java#newcode44 chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java:44: private static final String CONTEXTUAL_SEARCH_SINGLE_ACTIONS_ENABLED = On ...
4 years, 1 month ago (2016-10-25 20:05:56 UTC) #17
Donn Denman
asvitkine@ PTAL. Removing Ted since he's OOO.
4 years, 1 month ago (2016-10-25 20:07:13 UTC) #19
Donn Denman
Maria, PTAL at the Android files. asvitkine@ for owners only.
4 years, 1 month ago (2016-10-25 20:11:35 UTC) #21
Maria
lgtm https://codereview.chromium.org/2429033002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java File chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java (right): https://codereview.chromium.org/2429033002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java#newcode108 chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java:108: private static Boolean sContextualSearchSingleActionsEnabled; nit: newline below
4 years, 1 month ago (2016-10-25 20:37:00 UTC) #22
Alexei Svitkine (slow)
https://codereview.chromium.org/2429033002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2429033002/diff/60001/tools/metrics/histograms/histograms.xml#newcode90160 tools/metrics/histograms/histograms.xml:90160: + <int value="1455439709" label="cs-contextual-cards-single-actions"/> Is this needed? I suspect ...
4 years, 1 month ago (2016-10-25 20:39:25 UTC) #23
Donn Denman
Thanks Maria! Alexei, We like using the command-line flag for development. Does that seem like ...
4 years, 1 month ago (2016-10-25 20:52:28 UTC) #24
Alexei Svitkine (slow)
https://codereview.chromium.org/2429033002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2429033002/diff/60001/tools/metrics/histograms/histograms.xml#newcode90160 tools/metrics/histograms/histograms.xml:90160: + <int value="1455439709" label="cs-contextual-cards-single-actions"/> On 2016/10/25 20:52:28, Donn Denman ...
4 years, 1 month ago (2016-10-25 20:54:11 UTC) #25
Donn Denman
Alexei, PTAL, and thanks for the review! https://codereview.chromium.org/2429033002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2429033002/diff/60001/tools/metrics/histograms/histograms.xml#newcode90160 tools/metrics/histograms/histograms.xml:90160: + <int ...
4 years, 1 month ago (2016-10-25 21:03:30 UTC) #26
Alexei Svitkine (slow)
lgtm
4 years, 1 month ago (2016-10-25 21:14:05 UTC) #27
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/2429033002/100001
4 years, 1 month ago (2016-10-25 21:22:47 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/302554) ios-device on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-10-25 21:25:36 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/2429033002/120001
4 years, 1 month ago (2016-10-26 17:34:50 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago (2016-10-26 18:52:16 UTC) #36
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 19:22:11 UTC) #38
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/43d1cea49ccf69b219373cfa9e8d105bb3c25f4e
Cr-Commit-Position: refs/heads/master@{#427764}

Powered by Google App Engine
This is Rietveld 408576698