Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 16220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 16231 <action name="StatusArea_StickyKeysDisabled"> | 16231 <action name="StatusArea_StickyKeysDisabled"> |
| 16232 <owner>minch@chromium.org</owner> | 16232 <owner>minch@chromium.org</owner> |
| 16233 <description>Ash system menu: Accessibility: Disable sticky keys</description> | 16233 <description>Ash system menu: Accessibility: Disable sticky keys</description> |
| 16234 </action> | 16234 </action> |
| 16235 | 16235 |
| 16236 <action name="StatusArea_StickyKeysEnabled"> | 16236 <action name="StatusArea_StickyKeysEnabled"> |
| 16237 <owner>minch@chromium.org</owner> | 16237 <owner>minch@chromium.org</owner> |
| 16238 <description>Ash system menu: Accessibility: Enable sticky keys</description> | 16238 <description>Ash system menu: Accessibility: Enable sticky keys</description> |
| 16239 </action> | 16239 </action> |
| 16240 | 16240 |
| 16241 <action name="StatusArea_SystemTray_SwipeToOpen"> | |
|
tdanderson
2017/06/26 18:13:02
Feel free to remove the metrics collection from th
minch1
2017/06/26 23:26:49
OK. I will remove it first and add it back in a fo
| |
| 16242 <owner>minch@chromium.org</owner> | |
| 16243 <description> | |
| 16244 Records when the user swipes up on the system tray in an attempt to open the | |
| 16245 system tray bubble. Note this is recorded even if the bubble is not opened, | |
| 16246 i.e, if the swipe was too short. | |
| 16247 </description> | |
| 16248 </action> | |
| 16249 | |
| 16241 <action name="StatusArea_TapDraggingDisabled"> | 16250 <action name="StatusArea_TapDraggingDisabled"> |
| 16242 <owner>minch@chromium.org</owner> | 16251 <owner>minch@chromium.org</owner> |
| 16243 <description> | 16252 <description> |
| 16244 Ash system menu: Accessibility: Disable tap dragging | 16253 Ash system menu: Accessibility: Disable tap dragging |
| 16245 </description> | 16254 </description> |
| 16246 </action> | 16255 </action> |
| 16247 | 16256 |
| 16248 <action name="StatusArea_TapDraggingEnabled"> | 16257 <action name="StatusArea_TapDraggingEnabled"> |
| 16249 <owner>minch@chromium.org</owner> | 16258 <owner>minch@chromium.org</owner> |
| 16250 <description>Ash system menu: Accessibility: Enable tap dragging</description> | 16259 <description>Ash system menu: Accessibility: Enable tap dragging</description> |
| (...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 17700 <action name="webapps.AddShortcut.Manifest"> | 17709 <action name="webapps.AddShortcut.Manifest"> |
| 17701 <owner>mlamouri@chromium.org</owner> | 17710 <owner>mlamouri@chromium.org</owner> |
| 17702 <description> | 17711 <description> |
| 17703 Shortcut added to the homescreen with a valid Manifest. This action will be | 17712 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 17704 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 17713 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 17705 to keep a trend of whether the webapp also add meta tags. | 17714 to keep a trend of whether the webapp also add meta tags. |
| 17706 </description> | 17715 </description> |
| 17707 </action> | 17716 </action> |
| 17708 | 17717 |
| 17709 </actions> | 17718 </actions> |
| OLD | NEW |