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

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

Issue 1977753003: Fix actions.xml missing about flags field for passive listeners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make a complete sentence Created 4 years, 7 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 | 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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 <action name="AboutFlags_nacl-gdb-script"> 287 <action name="AboutFlags_nacl-gdb-script">
288 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 288 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
289 <description>Please enter the description of this user action.</description> 289 <description>Please enter the description of this user action.</description>
290 </action> 290 </action>
291 291
292 <action name="AboutFlags_page-prerender"> 292 <action name="AboutFlags_page-prerender">
293 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 293 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
294 <description>Please enter the description of this user action.</description> 294 <description>Please enter the description of this user action.</description>
295 </action> 295 </action>
296 296
297 <action name="AboutFlags_passive-listener-default">
298 <owner>dtapuska@chromium.org</owner>
299 <description>
300 User enabled flag to adjust the default value of 'passive' field in
301 AddEventListenerOptions dictionary when a javascript event handler is added.
302 </description>
303 </action>
304
297 <action name="AboutFlags_prerender-from-omnibox"> 305 <action name="AboutFlags_prerender-from-omnibox">
298 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 306 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
299 <description>Please enter the description of this user action.</description> 307 <description>Please enter the description of this user action.</description>
300 </action> 308 </action>
301 309
302 <action name="AboutFlags_print-preview"> 310 <action name="AboutFlags_print-preview">
303 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 311 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
304 <description>Please enter the description of this user action.</description> 312 <description>Please enter the description of this user action.</description>
305 </action> 313 </action>
306 314
(...skipping 14223 matching lines...) Expand 10 before | Expand all | Expand 10 after
14530 <action name="webapps.AddShortcut.Manifest"> 14538 <action name="webapps.AddShortcut.Manifest">
14531 <owner>mlamouri@chromium.org</owner> 14539 <owner>mlamouri@chromium.org</owner>
14532 <description> 14540 <description>
14533 Shortcut added to the homescreen with a valid Manifest. This action will be 14541 Shortcut added to the homescreen with a valid Manifest. This action will be
14534 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14542 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14535 to keep a trend of whether the webapp also add meta tags. 14543 to keep a trend of whether the webapp also add meta tags.
14536 </description> 14544 </description>
14537 </action> 14545 </action>
14538 14546
14539 </actions> 14547 </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