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

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

Issue 1051433002: Improvements to the offline intersitial and easter egg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 2564 matching lines...) Expand 10 before | Expand all | Expand 10 after
2575 <action name="DevicesPage_RegisterFailure"> 2575 <action name="DevicesPage_RegisterFailure">
2576 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2576 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2577 <description>Please enter the description of this user action.</description> 2577 <description>Please enter the description of this user action.</description>
2578 </action> 2578 </action>
2579 2579
2580 <action name="DevicesPage_RegisterSuccess"> 2580 <action name="DevicesPage_RegisterSuccess">
2581 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2581 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2582 <description>Please enter the description of this user action.</description> 2582 <description>Please enter the description of this user action.</description>
2583 </action> 2583 </action>
2584 2584
2585 <action name="DinosaurEasterEgg">
2586 <owner>edwardjung@chromium.org</owner>
2587 <description>
2588 Offline interstitial dinosaur game easter egg activations.
2589 </description>
2590 </action>
2591
2585 <action name="DisabledExtensionNotificationDismissed"> 2592 <action name="DisabledExtensionNotificationDismissed">
2586 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2593 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2587 <description>Please enter the description of this user action.</description> 2594 <description>Please enter the description of this user action.</description>
2588 </action> 2595 </action>
2589 2596
2590 <action name="DisabledExtensionNotificationShown"> 2597 <action name="DisabledExtensionNotificationShown">
2591 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2598 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2592 <description>Please enter the description of this user action.</description> 2599 <description>Please enter the description of this user action.</description>
2593 </action> 2600 </action>
2594 2601
(...skipping 9519 matching lines...) Expand 10 before | Expand all | Expand 10 after
12114 <action name="webapps.AddShortcut.Manifest"> 12121 <action name="webapps.AddShortcut.Manifest">
12115 <owner>mlamouri@chromium.org</owner> 12122 <owner>mlamouri@chromium.org</owner>
12116 <description> 12123 <description>
12117 Shortcut added to the homescreen with a valid Manifest. This action will be 12124 Shortcut added to the homescreen with a valid Manifest. This action will be
12118 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12125 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12119 to keep a trend of whether the webapp also add meta tags. 12126 to keep a trend of whether the webapp also add meta tags.
12120 </description> 12127 </description>
12121 </action> 12128 </action>
12122 12129
12123 </actions> 12130 </actions>
OLDNEW
« chrome/renderer/resources/offline.js ('K') | « chrome/renderer/resources/offline.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698