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

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

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Rename everything. Created 3 years, 9 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. 9 and description for each user action.
10 10
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 <owner>mariakhomenko@chromium.org</owner> 1402 <owner>mariakhomenko@chromium.org</owner>
1403 <description> 1403 <description>
1404 An instant app was launched without any user prompting. 1404 An instant app was launched without any user prompting.
1405 </description> 1405 </description>
1406 </action> 1406 </action>
1407 1407
1408 <action name="Android.InstantApps.LaunchedFromWebsiteSettingsPopup"> 1408 <action name="Android.InstantApps.LaunchedFromWebsiteSettingsPopup">
1409 <owner>mariakhomenko@chromium.org</owner> 1409 <owner>mariakhomenko@chromium.org</owner>
1410 <owner>tedchoc@chromium.org</owner> 1410 <owner>tedchoc@chromium.org</owner>
1411 <description> 1411 <description>
1412 An instant app was launched from the website settings popup. 1412 An instant app was launched from the page info popup.
1413 </description> 1413 </description>
1414 </action> 1414 </action>
1415 1415
1416 <action name="Android.LauncherShortcut.NewIncognitoTab"> 1416 <action name="Android.LauncherShortcut.NewIncognitoTab">
1417 <owner>twellington@chromium.org</owner> 1417 <owner>twellington@chromium.org</owner>
1418 <description> 1418 <description>
1419 User tapped on the 'New Incognito Tab' launcher shortcut option. 1419 User tapped on the 'New Incognito Tab' launcher shortcut option.
1420 </description> 1420 </description>
1421 </action> 1421 </action>
1422 1422
(...skipping 9087 matching lines...) Expand 10 before | Expand all | Expand 10 after
10510 10510
10511 <action name="MobileUsingMenuBySwButtonTap"> 10511 <action name="MobileUsingMenuBySwButtonTap">
10512 <owner>kkimlabs@chromium.org</owner> 10512 <owner>kkimlabs@chromium.org</owner>
10513 <description> 10513 <description>
10514 Only for Android. Menu is shown by tapping software menu button. 10514 Only for Android. Menu is shown by tapping software menu button.
10515 </description> 10515 </description>
10516 </action> 10516 </action>
10517 10517
10518 <action name="MobileWebsiteSettingsOpenedFromMenu"> 10518 <action name="MobileWebsiteSettingsOpenedFromMenu">
10519 <owner>tedchoc@chromium.org</owner> 10519 <owner>tedchoc@chromium.org</owner>
10520 <description>Website Settings opened via the menu.</description> 10520 <description>Page Info opened via the menu.</description>
10521 </action> 10521 </action>
10522 10522
10523 <action name="MobileWebsiteSettingsOpenedFromToolbar"> 10523 <action name="MobileWebsiteSettingsOpenedFromToolbar">
10524 <owner>tedchoc@chromium.org</owner> 10524 <owner>tedchoc@chromium.org</owner>
10525 <description> 10525 <description>
10526 Website Settings opened via the toolbar page info (i.e. https lock) icon. 10526 Page Info opened via the toolbar page info (i.e. https lock) icon.
10527 </description> 10527 </description>
10528 </action> 10528 </action>
10529 10529
10530 <action name="MostVisited0"> 10530 <action name="MostVisited0">
10531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10532 <description>Please enter the description of this user action.</description> 10532 <description>Please enter the description of this user action.</description>
10533 <obsolete>No longer recorded.</obsolete> 10533 <obsolete>No longer recorded.</obsolete>
10534 </action> 10534 </action>
10535 10535
10536 <action name="MostVisited1"> 10536 <action name="MostVisited1">
(...skipping 6067 matching lines...) Expand 10 before | Expand all | Expand 10 after
16604 <action name="webapps.AddShortcut.Manifest"> 16604 <action name="webapps.AddShortcut.Manifest">
16605 <owner>mlamouri@chromium.org</owner> 16605 <owner>mlamouri@chromium.org</owner>
16606 <description> 16606 <description>
16607 Shortcut added to the homescreen with a valid Manifest. This action will be 16607 Shortcut added to the homescreen with a valid Manifest. This action will be
16608 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16608 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16609 to keep a trend of whether the webapp also add meta tags. 16609 to keep a trend of whether the webapp also add meta tags.
16610 </description> 16610 </description>
16611 </action> 16611 </action>
16612 16612
16613 </actions> 16613 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698