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

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

Issue 900963003: Add DomDistiller.PageDistilledType and update DD.PageDistillableType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | 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 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after
2550 </action> 2550 </action>
2551 2551
2552 <action name="DockingWindow_Top"> 2552 <action name="DockingWindow_Top">
2553 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2553 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2554 <description>Please enter the description of this user action.</description> 2554 <description>Please enter the description of this user action.</description>
2555 </action> 2555 </action>
2556 2556
2557 <action name="DomDistiller_DistilledPageOpened"> 2557 <action name="DomDistiller_DistilledPageOpened">
2558 <owner>smaslo@chromium.org</owner> 2558 <owner>smaslo@chromium.org</owner>
2559 <owner>yfriedman@chromium.org</owner> 2559 <owner>yfriedman@chromium.org</owner>
2560 <description>User opens a distilled page.</description> 2560 <description>User opens reader mode on a page.</description>
2561 </action> 2561 </action>
2562 2562
2563 <action name="DomDistiller_DistilledPagePrefsOpened"> 2563 <action name="DomDistiller_DistilledPagePrefsOpened">
2564 <owner>smaslo@chromium.org</owner> 2564 <owner>smaslo@chromium.org</owner>
2565 <owner>yfriedman@chromium.org</owner> 2565 <owner>yfriedman@chromium.org</owner>
2566 <description>User opens distilled page preferences.</description> 2566 <description>User opens distilled page preferences.</description>
2567 </action> 2567 </action>
2568 2568
2569 <action name="DomDistiller_ViewOriginal"> 2569 <action name="DomDistiller_ViewOriginal">
2570 <owner>yfriedman@chromium.org</owner> 2570 <owner>yfriedman@chromium.org</owner>
(...skipping 9337 matching lines...) Expand 10 before | Expand all | Expand 10 after
11908 <action name="webapps.AddShortcut.Manifest"> 11908 <action name="webapps.AddShortcut.Manifest">
11909 <owner>mlamouri@chromium.org</owner> 11909 <owner>mlamouri@chromium.org</owner>
11910 <description> 11910 <description>
11911 Shortcut added to the homescreen with a valid Manifest. This action will be 11911 Shortcut added to the homescreen with a valid Manifest. This action will be
11912 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11912 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11913 to keep a trend of whether the webapp also add meta tags. 11913 to keep a trend of whether the webapp also add meta tags.
11914 </description> 11914 </description>
11915 </action> 11915 </action>
11916 11916
11917 </actions> 11917 </actions>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698