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

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

Issue 498573003: Add relaunch into ASH and desktop support for Chrome on Windows 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments from sky Created 6 years, 3 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 11321 matching lines...) Expand 10 before | Expand all | Expand 10 after
11332 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11332 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11333 <description>Please enter the description of this user action.</description> 11333 <description>Please enter the description of this user action.</description>
11334 </action> 11334 </action>
11335 11335
11336 <action name="WebsiteSettings_Opened"> 11336 <action name="WebsiteSettings_Opened">
11337 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11337 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11338 <description>Please enter the description of this user action.</description> 11338 <description>Please enter the description of this user action.</description>
11339 </action> 11339 </action>
11340 11340
11341 <action name="Win8DesktopRestart"> 11341 <action name="Win8DesktopRestart">
11342 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11342 <owner>cpu@chromium.org</owner>
11343 <description>Please enter the description of this user action.</description> 11343 <owner>ananta@chromium.org</owner>
11344 <owner>shrikant@chromium.org</owner>
11345 <description>Tracks when Chrome was restarted on Win8 in desktop.
11346 </description>
11344 </action> 11347 </action>
11345 11348
11346 <action name="Win8MetroRestart"> 11349 <action name="Win8MetroRestart">
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11350 <owner>cpu@chromium.org</owner>
11348 <description>Please enter the description of this user action.</description> 11351 <owner>ananta@chromium.org</owner>
11352 <owner>shrikant@chromium.org</owner>
11353 <description>Tracks when Chrome was restarted in metro on Win8.</description>
Ilya Sherman 2014/08/27 21:56:50 nit: It's a little odd that this has the order "in
ananta 2014/08/27 22:06:39 Done.
11354 </action>
11355
11356 <action name="Win7DesktopRestart">
11357 <owner>cpu@chromium.org</owner>
11358 <owner>ananta@chromium.org</owner>
11359 <owner>shrikant@chromium.org</owner>
11360 <description>
11361 Tracks when Chrome was restarted on Win7 in desktop.
11362 </description>
11363 </action>
11364
11365 <action name="Win7ASHRestart">
11366 <owner>cpu@chromium.org</owner>
11367 <owner>ananta@chromium.org</owner>
11368 <owner>shrikant@chromium.org</owner>
11369 <description>Tracks when Chrome was restarted in ASH on Win7.</description>
Ilya Sherman 2014/08/27 21:56:50 nit: "ASH" -> "Ash" (right?)
ananta 2014/08/27 22:06:40 Done.
11349 </action> 11370 </action>
11350 11371
11351 <action name="WindowBorder_ClickTogglesSingleAxisMaximize"> 11372 <action name="WindowBorder_ClickTogglesSingleAxisMaximize">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11373 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11374 <description>Please enter the description of this user action.</description>
11354 </action> 11375 </action>
11355 11376
11356 <action name="WindowCycleController_Cycle"> 11377 <action name="WindowCycleController_Cycle">
11357 <owner>tdanderson@chromium.org</owner> 11378 <owner>tdanderson@chromium.org</owner>
11358 <owner>flackr@chromium.org</owner> 11379 <owner>flackr@chromium.org</owner>
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
11484 apple-mobile-webapp-capable meta tag. 11505 apple-mobile-webapp-capable meta tag.
11485 </description> 11506 </description>
11486 </action> 11507 </action>
11487 11508
11488 <action name="webapps.AddShortcut.Bookmark"> 11509 <action name="webapps.AddShortcut.Bookmark">
11489 <owner>dfalcantara@chromium.org</owner> 11510 <owner>dfalcantara@chromium.org</owner>
11490 <description>Shortcut added to the homescreen for a bookmark.</description> 11511 <description>Shortcut added to the homescreen for a bookmark.</description>
11491 </action> 11512 </action>
11492 11513
11493 </actions> 11514 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | win8/delegate_execute/command_execute_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698