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. A user action should be tied to an actual | 9 and description for each user action. A user action should be tied to an actual |
| 10 action taken by a user. It should be logged immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 169 <action name="AboutFlags_enable-nacl-exception-handling"> | 169 <action name="AboutFlags_enable-nacl-exception-handling"> |
| 170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 171 <description>Please enter the description of this user action.</description> | 171 <description>Please enter the description of this user action.</description> |
| 172 </action> | 172 </action> |
| 173 | 173 |
| 174 <action name="AboutFlags_enable-pnacl"> | 174 <action name="AboutFlags_enable-pnacl"> |
| 175 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 175 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 176 <description>Please enter the description of this user action.</description> | 176 <description>Please enter the description of this user action.</description> |
| 177 </action> | 177 </action> |
| 178 | 178 |
| 179 <action name="AboutFlags_enable-ppapi-win32k-lockdown"> | |
| 180 <owner>wfh@chromium.org</owner> | |
| 181 <owner>forshaw@chromium.org</owner> | |
| 182 <description> | |
| 183 User enabled flag that specifies which PPAPI plugins are run within the | |
| 184 win32k lockdown sandbox policy on Windows. | |
| 185 </description> | |
| 186 </action> | |
|
Ilya Sherman
2015/09/30 04:13:37
Hmm, I don't remember: Is this entry automatically
| |
| 187 | |
| 179 <action name="AboutFlags_enable-smooth-scrolling"> | 188 <action name="AboutFlags_enable-smooth-scrolling"> |
| 180 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 189 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 181 <description>Please enter the description of this user action.</description> | 190 <description>Please enter the description of this user action.</description> |
| 182 </action> | 191 </action> |
| 183 | 192 |
| 184 <action name="AboutFlags_enable-website-settings"> | 193 <action name="AboutFlags_enable-website-settings"> |
| 185 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 194 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 186 <description>Please enter the description of this user action.</description> | 195 <description>Please enter the description of this user action.</description> |
| 187 </action> | 196 </action> |
| 188 | 197 |
| (...skipping 12662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12851 <action name="webapps.AddShortcut.Manifest"> | 12860 <action name="webapps.AddShortcut.Manifest"> |
| 12852 <owner>mlamouri@chromium.org</owner> | 12861 <owner>mlamouri@chromium.org</owner> |
| 12853 <description> | 12862 <description> |
| 12854 Shortcut added to the homescreen with a valid Manifest. This action will be | 12863 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 12855 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12864 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 12856 to keep a trend of whether the webapp also add meta tags. | 12865 to keep a trend of whether the webapp also add meta tags. |
| 12857 </description> | 12866 </description> |
| 12858 </action> | 12867 </action> |
| 12859 | 12868 |
| 12860 </actions> | 12869 </actions> |
| OLD | NEW |