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

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

Issue 2254273003: Remove text encoding UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 4 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. 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 immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 12117 matching lines...) Expand 10 before | Expand all | Expand 10 after
12128 </action> 12128 </action>
12129 12129
12130 <action name="Outdent"> 12130 <action name="Outdent">
12131 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12131 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12132 <description>Please enter the description of this user action.</description> 12132 <description>Please enter the description of this user action.</description>
12133 </action> 12133 </action>
12134 12134
12135 <action name="OverrideEncoding"> 12135 <action name="OverrideEncoding">
12136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12137 <description>Please enter the description of this user action.</description> 12137 <description>Please enter the description of this user action.</description>
12138 <obsolete>Obsolete as of 8/2016</obsolete>
jwd 2016/08/25 17:27:39 tiny nit: 08/2016 please.
Jinsuk Kim 2016/08/30 01:08:22 Done.
12138 </action> 12139 </action>
12139 12140
12140 <action name="PDF.FitToHeightButton"> 12141 <action name="PDF.FitToHeightButton">
12141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12142 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12142 <description>Please enter the description of this user action.</description> 12143 <description>Please enter the description of this user action.</description>
12143 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12144 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
12144 </action> 12145 </action>
12145 12146
12146 <action name="PDF.FitToPageButton"> 12147 <action name="PDF.FitToPageButton">
12147 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after
15458 <action name="webapps.AddShortcut.Manifest"> 15459 <action name="webapps.AddShortcut.Manifest">
15459 <owner>mlamouri@chromium.org</owner> 15460 <owner>mlamouri@chromium.org</owner>
15460 <description> 15461 <description>
15461 Shortcut added to the homescreen with a valid Manifest. This action will be 15462 Shortcut added to the homescreen with a valid Manifest. This action will be
15462 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15463 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15463 to keep a trend of whether the webapp also add meta tags. 15464 to keep a trend of whether the webapp also add meta tags.
15464 </description> 15465 </description>
15465 </action> 15466 </action>
15466 15467
15467 </actions> 15468 </actions>
OLDNEW
« content/browser/web_contents/web_contents_impl.cc ('K') | « content/public/browser/web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698