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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2930123002: Tablet WM : Swiping on system tray bubble. (Closed)
Patch Set: Fixed tdanderson's comments. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 16127 matching lines...) Expand 10 before | Expand all | Expand 10 after
16138 <action name="StatusArea_StickyKeysDisabled"> 16138 <action name="StatusArea_StickyKeysDisabled">
16139 <owner>minch@chromium.org</owner> 16139 <owner>minch@chromium.org</owner>
16140 <description>Ash system menu: Accessibility: Disable sticky keys</description> 16140 <description>Ash system menu: Accessibility: Disable sticky keys</description>
16141 </action> 16141 </action>
16142 16142
16143 <action name="StatusArea_StickyKeysEnabled"> 16143 <action name="StatusArea_StickyKeysEnabled">
16144 <owner>minch@chromium.org</owner> 16144 <owner>minch@chromium.org</owner>
16145 <description>Ash system menu: Accessibility: Enable sticky keys</description> 16145 <description>Ash system menu: Accessibility: Enable sticky keys</description>
16146 </action> 16146 </action>
16147 16147
16148 <action name="StatusArea_SystemTray_Swiping">
16149 <owner>minch@chromium.org</owner>
16150 <description>
16151 Counts the number of times the user swiping on the system tray to open /
16152 close the system tray bubble.
tdanderson 2017/06/22 20:21:43 This description is not entirely accurate since th
minch1 2017/06/23 22:39:57 OK. Let's keep it as-is first. Just waiting for th
16153 </description>
16154 </action>
16155
16148 <action name="StatusArea_TapDraggingDisabled"> 16156 <action name="StatusArea_TapDraggingDisabled">
16149 <owner>minch@chromium.org</owner> 16157 <owner>minch@chromium.org</owner>
16150 <description> 16158 <description>
16151 Ash system menu: Accessibility: Disable tap dragging 16159 Ash system menu: Accessibility: Disable tap dragging
16152 </description> 16160 </description>
16153 </action> 16161 </action>
16154 16162
16155 <action name="StatusArea_TapDraggingEnabled"> 16163 <action name="StatusArea_TapDraggingEnabled">
16156 <owner>minch@chromium.org</owner> 16164 <owner>minch@chromium.org</owner>
16157 <description>Ash system menu: Accessibility: Enable tap dragging</description> 16165 <description>Ash system menu: Accessibility: Enable tap dragging</description>
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
17607 <action name="webapps.AddShortcut.Manifest"> 17615 <action name="webapps.AddShortcut.Manifest">
17608 <owner>mlamouri@chromium.org</owner> 17616 <owner>mlamouri@chromium.org</owner>
17609 <description> 17617 <description>
17610 Shortcut added to the homescreen with a valid Manifest. This action will be 17618 Shortcut added to the homescreen with a valid Manifest. This action will be
17611 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17619 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17612 to keep a trend of whether the webapp also add meta tags. 17620 to keep a trend of whether the webapp also add meta tags.
17613 </description> 17621 </description>
17614 </action> 17622 </action>
17615 17623
17616 </actions> 17624 </actions>
OLDNEW
« ash/system/tray/system_tray.cc ('K') | « ash/system/tray/tray_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698