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

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: Removed newline from chrome_command_ids.h 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 11320 matching lines...) Expand 10 before | Expand all | Expand 10 after
11331 <action name="WebsiteSettings_CookiesDialogOpened"> 11331 <action name="WebsiteSettings_CookiesDialogOpened">
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="Win7ASHRestart">
11342 <owner>cpu@chromium.org</owner>
11343 <owner>ananta@chromium.org</owner>
11344 <owner>shrikant@chromium.org</owner>
11345 <description>Tracks when Chrome was restarted on Win7 in Ash.</description>
11346 </action>
11347
11348 <action name="Win7DesktopRestart">
11349 <owner>cpu@chromium.org</owner>
11350 <owner>ananta@chromium.org</owner>
11351 <owner>shrikant@chromium.org</owner>
11352 <description>
11353 Tracks when Chrome was restarted on Win7 in desktop.
11354 </description>
11355 </action>
11356
11341 <action name="Win8DesktopRestart"> 11357 <action name="Win8DesktopRestart">
11342 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11358 <owner>cpu@chromium.org</owner>
11343 <description>Please enter the description of this user action.</description> 11359 <owner>ananta@chromium.org</owner>
11360 <owner>shrikant@chromium.org</owner>
11361 <description>
11362 Tracks when Chrome was restarted on Win8 in desktop.
11363 </description>
11344 </action> 11364 </action>
11345 11365
11346 <action name="Win8MetroRestart"> 11366 <action name="Win8MetroRestart">
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11367 <owner>cpu@chromium.org</owner>
11348 <description>Please enter the description of this user action.</description> 11368 <owner>ananta@chromium.org</owner>
11369 <owner>shrikant@chromium.org</owner>
11370 <description>Tracks when Chrome was restarted on Win8 in metro.</description>
11349 </action> 11371 </action>
11350 11372
11351 <action name="WindowBorder_ClickTogglesSingleAxisMaximize"> 11373 <action name="WindowBorder_ClickTogglesSingleAxisMaximize">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11374 <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> 11375 <description>Please enter the description of this user action.</description>
11354 </action> 11376 </action>
11355 11377
11356 <action name="WindowCycleController_Cycle"> 11378 <action name="WindowCycleController_Cycle">
11357 <owner>tdanderson@chromium.org</owner> 11379 <owner>tdanderson@chromium.org</owner>
11358 <owner>flackr@chromium.org</owner> 11380 <owner>flackr@chromium.org</owner>
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
11484 apple-mobile-webapp-capable meta tag. 11506 apple-mobile-webapp-capable meta tag.
11485 </description> 11507 </description>
11486 </action> 11508 </action>
11487 11509
11488 <action name="webapps.AddShortcut.Bookmark"> 11510 <action name="webapps.AddShortcut.Bookmark">
11489 <owner>dfalcantara@chromium.org</owner> 11511 <owner>dfalcantara@chromium.org</owner>
11490 <description>Shortcut added to the homescreen for a bookmark.</description> 11512 <description>Shortcut added to the homescreen for a bookmark.</description>
11491 </action> 11513 </action>
11492 11514
11493 </actions> 11515 </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