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

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

Issue 913393003: Restrict extensionview to chrome-extension:// (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 | « extensions/renderer/resources/guest_view/extension_view_events.js ('k') | 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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 1120
1121 <action name="BadMessageTerminate_EOG"> 1121 <action name="BadMessageTerminate_EOG">
1122 <owner>kalman@chromium.org</owner> 1122 <owner>kalman@chromium.org</owner>
1123 <owner>fsamuel@chromium.org</owner> 1123 <owner>fsamuel@chromium.org</owner>
1124 <description> 1124 <description>
1125 Indicates that an ExtensionOptionsGuest was terminated due to a navigation 1125 Indicates that an ExtensionOptionsGuest was terminated due to a navigation
1126 to an origin other than the extension it is embedding. 1126 to an origin other than the extension it is embedding.
1127 </description> 1127 </description>
1128 </action> 1128 </action>
1129 1129
1130 <action name="BadMessageTerminate_EVG">
1131 <owner>fsamuel@chromium.org</owner>
1132 <description>
1133 Indicates that an ExtensionViewGuest was terminated due to a navigation to
1134 an origin other than the extension it is embedding.
1135 </description>
1136 </action>
1137
1130 <action name="BadMessageTerminate_FAMF"> 1138 <action name="BadMessageTerminate_FAMF">
1131 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1139 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1132 <description>Please enter the description of this user action.</description> 1140 <description>Please enter the description of this user action.</description>
1133 </action> 1141 </action>
1134 1142
1135 <action name="BadMessageTerminate_IDBMF"> 1143 <action name="BadMessageTerminate_IDBMF">
1136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1144 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1137 <description>Please enter the description of this user action.</description> 1145 <description>Please enter the description of this user action.</description>
1138 </action> 1146 </action>
1139 1147
(...skipping 10807 matching lines...) Expand 10 before | Expand all | Expand 10 after
11947 <action name="webapps.AddShortcut.Manifest"> 11955 <action name="webapps.AddShortcut.Manifest">
11948 <owner>mlamouri@chromium.org</owner> 11956 <owner>mlamouri@chromium.org</owner>
11949 <description> 11957 <description>
11950 Shortcut added to the homescreen with a valid Manifest. This action will be 11958 Shortcut added to the homescreen with a valid Manifest. This action will be
11951 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11959 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11952 to keep a trend of whether the webapp also add meta tags. 11960 to keep a trend of whether the webapp also add meta tags.
11953 </description> 11961 </description>
11954 </action> 11962 </action>
11955 11963
11956 </actions> 11964 </actions>
OLDNEW
« no previous file with comments | « extensions/renderer/resources/guest_view/extension_view_events.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698