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 8468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8479 <action name="Options_BluetoothRemoveDevice"> | 8479 <action name="Options_BluetoothRemoveDevice"> |
8480 <owner>stevenjb@chromium.org</owner> | 8480 <owner>stevenjb@chromium.org</owner> |
8481 <description>Settings: Bluetooth: remove a device from the list</description> | 8481 <description>Settings: Bluetooth: remove a device from the list</description> |
8482 </action> | 8482 </action> |
8483 | 8483 |
8484 <action name="Options_BluetoothShowAddDevice"> | 8484 <action name="Options_BluetoothShowAddDevice"> |
8485 <owner>stevenjb@chromium.org</owner> | 8485 <owner>stevenjb@chromium.org</owner> |
8486 <description>Settings: Bluetooth: Add a device</description> | 8486 <description>Settings: Bluetooth: Add a device</description> |
8487 </action> | 8487 </action> |
8488 | 8488 |
| 8489 <action name="Options_CaptivePortalBypassProxy_Disable"> |
| 8490 <owner>alemate@chromium.org</owner> |
| 8491 <description> |
| 8492 Captive portal authorization bypass proxy is disabled. |
| 8493 </description> |
| 8494 </action> |
| 8495 |
| 8496 <action name="Options_CaptivePortalBypassProxy_Enable"> |
| 8497 <owner>alemate@chromium.org</owner> |
| 8498 <description> |
| 8499 Captive portal authorization bypass proxy is enabled. |
| 8500 </description> |
| 8501 </action> |
| 8502 |
8489 <action name="Options_ChangeDefaultZoomLevel"> | 8503 <action name="Options_ChangeDefaultZoomLevel"> |
8490 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8504 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8491 <description>Please enter the description of this user action.</description> | 8505 <description>Please enter the description of this user action.</description> |
8492 </action> | 8506 </action> |
8493 | 8507 |
8494 <action name="Options_ChangeFixedFont"> | 8508 <action name="Options_ChangeFixedFont"> |
8495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8509 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8496 <description>Please enter the description of this user action.</description> | 8510 <description>Please enter the description of this user action.</description> |
8497 </action> | 8511 </action> |
8498 | 8512 |
(...skipping 3466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11965 <action name="webapps.AddShortcut.Manifest"> | 11979 <action name="webapps.AddShortcut.Manifest"> |
11966 <owner>mlamouri@chromium.org</owner> | 11980 <owner>mlamouri@chromium.org</owner> |
11967 <description> | 11981 <description> |
11968 Shortcut added to the homescreen with a valid Manifest. This action will be | 11982 Shortcut added to the homescreen with a valid Manifest. This action will be |
11969 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 11983 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
11970 to keep a trend of whether the webapp also add meta tags. | 11984 to keep a trend of whether the webapp also add meta tags. |
11971 </description> | 11985 </description> |
11972 </action> | 11986 </action> |
11973 | 11987 |
11974 </actions> | 11988 </actions> |
OLD | NEW |