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

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

Issue 417113012: Introduce user customization of external HighDPI mode for 4K monitor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: quick fix Created 6 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 | Annotate | Revision Log
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 8331 matching lines...) Expand 10 before | Expand all | Expand 10 after
8342 <description>Settings: Device: Display settings</description> 8342 <description>Settings: Device: Display settings</description>
8343 </action> 8343 </action>
8344 8344
8345 <action name="Options_DisplayRearrange"> 8345 <action name="Options_DisplayRearrange">
8346 <owner>stevenjb@chromium.org</owner> 8346 <owner>stevenjb@chromium.org</owner>
8347 <description> 8347 <description>
8348 Settings: Device: Display settings: arrange desktops 8348 Settings: Device: Display settings: arrange desktops
8349 </description> 8349 </description>
8350 </action> 8350 </action>
8351 8351
8352 <action name="Options_DisplaySetMode">
8353 <owner>stevenjb@chromium.org</owner>
8354 <description>
8355 Settings: Device: Display settings: Display mode (i.e. resolution, UI-scale,
8356 and device scale factor).
8357 </description>
8358 </action>
stevenjb 2014/07/30 17:49:59 I don't think we actually need to rename this, jus
Jun Mukai 2014/07/30 23:50:51 Done.
8359
8352 <action name="Options_DisplaySetOrientation"> 8360 <action name="Options_DisplaySetOrientation">
8353 <owner>stevenjb@chromium.org</owner> 8361 <owner>stevenjb@chromium.org</owner>
8354 <description>Settings: Device: Display settings: Orientation</description> 8362 <description>Settings: Device: Display settings: Orientation</description>
8355 </action> 8363 </action>
8356 8364
8357 <action name="Options_DisplaySetPrimary"> 8365 <action name="Options_DisplaySetPrimary">
8358 <owner>stevenjb@chromium.org</owner> 8366 <owner>stevenjb@chromium.org</owner>
8359 <description>Settings: Device: Display settings: Make primary</description> 8367 <description>Settings: Device: Display settings: Make primary</description>
8360 </action> 8368 </action>
8361 8369
8362 <action name="Options_DisplaySetResolution">
8363 <owner>stevenjb@chromium.org</owner>
8364 <description>Settings: Device: Display settings: Resolution</description>
8365 </action>
8366
8367 <action name="Options_DisplayToggleMirroring"> 8370 <action name="Options_DisplayToggleMirroring">
8368 <owner>stevenjb@chromium.org</owner> 8371 <owner>stevenjb@chromium.org</owner>
8369 <description>Settings: Device: Display settings: Start mirroring</description> 8372 <description>Settings: Device: Display settings: Start mirroring</description>
8370 </action> 8373 </action>
8371 8374
8372 <action name="Options_DnsPrefetchCheckbox_Disable"> 8375 <action name="Options_DnsPrefetchCheckbox_Disable">
8373 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8376 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8374 <description>Please enter the description of this user action.</description> 8377 <description>Please enter the description of this user action.</description>
8375 </action> 8378 </action>
8376 8379
(...skipping 3018 matching lines...) Expand 10 before | Expand all | Expand 10 after
11395 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11398 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11396 <description>Please enter the description of this user action.</description> 11399 <description>Please enter the description of this user action.</description>
11397 </action> 11400 </action>
11398 11401
11399 <action name="webapps.AddShortcut.Bookmark"> 11402 <action name="webapps.AddShortcut.Bookmark">
11400 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11401 <description>Please enter the description of this user action.</description> 11404 <description>Please enter the description of this user action.</description>
11402 </action> 11405 </action>
11403 11406
11404 </actions> 11407 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698