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

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

Issue 2583103002: Add UserActions for Today extension. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15350 matching lines...) Expand 10 before | Expand all | Expand 10 after
15361 <action name="ThirdPartyCookieBlockingDisabled" not_user_triggered="true"> 15361 <action name="ThirdPartyCookieBlockingDisabled" not_user_triggered="true">
15362 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15362 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15363 <description>Please enter the description of this user action.</description> 15363 <description>Please enter the description of this user action.</description>
15364 </action> 15364 </action>
15365 15365
15366 <action name="ThirdPartyCookieBlockingEnabled" not_user_triggered="true"> 15366 <action name="ThirdPartyCookieBlockingEnabled" not_user_triggered="true">
15367 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15367 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15368 <description>Please enter the description of this user action.</description> 15368 <description>Please enter the description of this user action.</description>
15369 </action> 15369 </action>
15370 15370
15371 <action name="TodayExtension.ExtensionDismissed">
15372 <owner>olivierrobin@chromium.org</owner>
15373 <description>Dismissed the Chrome Today extension.</description>
15374 </action>
15375
15376 <action name="TodayExtension.ExtensionDisplayed">
15377 <owner>olivierrobin@chromium.org</owner>
15378 <description>
15379 Displayed the notification center and display the Chrome Today extension.
15380 </description>
15381 </action>
15382
15383 <action name="TodayExtension.ExtensionInitialized">
15384 <owner>olivierrobin@chromium.org</owner>
15385 <description>
15386 Displayed the notification center and initialize the Chrome Today extension.
15387 </description>
15388 </action>
15389
15390 <action name="TodayExtension.NewTabPressed">
15391 <owner>olivierrobin@chromium.org</owner>
15392 <description>
15393 Tapped on the &quot;New Tab&quot; button in the Chrome Today extension.
15394 </description>
15395 </action>
15396
15397 <action name="TodayExtension.OpenClipboardPressed">
15398 <owner>olivierrobin@chromium.org</owner>
15399 <description>
15400 Tapped on the &quot;Open Copied Link&quot; button in the Chrome Today
15401 extension.
15402 </description>
15403 </action>
15404
15405 <action name="TodayExtension.PhysicalWebPressed">
15406 <owner>olivierrobin@chromium.org</owner>
15407 <description>
15408 Tapped on physical web URL in the Chrome Today extension.
15409 </description>
15410 </action>
15411
15412 <action name="TodayExtension.VoiceSearchPressed">
15413 <owner>olivierrobin@chromium.org</owner>
15414 <description>
15415 Tapped on the &quot;Voice Search&quot; button in the Chrome Today extension.
15416 </description>
15417 </action>
15418
15371 <action name="ToggleBold"> 15419 <action name="ToggleBold">
15372 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15420 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15373 <description>Please enter the description of this user action.</description> 15421 <description>Please enter the description of this user action.</description>
15374 </action> 15422 </action>
15375 15423
15376 <action name="ToggleCompactNavigationBar"> 15424 <action name="ToggleCompactNavigationBar">
15377 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15425 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15378 <description>Please enter the description of this user action.</description> 15426 <description>Please enter the description of this user action.</description>
15379 </action> 15427 </action>
15380 15428
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
16108 <action name="webapps.AddShortcut.Manifest"> 16156 <action name="webapps.AddShortcut.Manifest">
16109 <owner>mlamouri@chromium.org</owner> 16157 <owner>mlamouri@chromium.org</owner>
16110 <description> 16158 <description>
16111 Shortcut added to the homescreen with a valid Manifest. This action will be 16159 Shortcut added to the homescreen with a valid Manifest. This action will be
16112 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16160 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16113 to keep a trend of whether the webapp also add meta tags. 16161 to keep a trend of whether the webapp also add meta tags.
16114 </description> 16162 </description>
16115 </action> 16163 </action>
16116 16164
16117 </actions> 16165 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698