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

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

Issue 813873005: Add field trial and flag to mark HTTP as non-secure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only badge if SECURITY_STYLE_UNAUTHENTICATED && unauthenticated network transport. (E.g. not chrome… Created 5 years, 12 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 <action name="AboutFlags_instant-autocomplete-immediately"> 175 <action name="AboutFlags_instant-autocomplete-immediately">
176 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 176 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
177 <description>Please enter the description of this user action.</description> 177 <description>Please enter the description of this user action.</description>
178 </action> 178 </action>
179 179
180 <action name="AboutFlags_instant-type"> 180 <action name="AboutFlags_instant-type">
181 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 181 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
182 <description>Please enter the description of this user action.</description> 182 <description>Please enter the description of this user action.</description>
183 </action> 183 </action>
184 184
185 <action name="AboutFlags_mark-http-as-non-secure">
186 <owner>palmer@chromium.org, felt@chromium.org</owner>
Mark P 2015/01/02 19:14:28 owner is a repeated field, one e-mail address per
palmer 2015/01/07 00:59:00 Done.
187 <description>
188 This flag lets users opt into or out of marking HTTP as Dubious or as
Mark P 2015/01/02 19:14:28 Actions need to clearly state when they are emitte
palmer 2015/01/07 00:59:00 I'm not sure what you mean. I think I am following
Mark P 2015/01/07 22:43:58 Ah, I didn't notice this was using that action rec
189 Non-Secure.
190 </description>
191 </action>
192
185 <action name="AboutFlags_match-preview"> 193 <action name="AboutFlags_match-preview">
186 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 194 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
187 <description>Please enter the description of this user action.</description> 195 <description>Please enter the description of this user action.</description>
188 </action> 196 </action>
189 197
190 <action name="AboutFlags_my-special-feature"> 198 <action name="AboutFlags_my-special-feature">
191 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 199 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
192 <description>Please enter the description of this user action.</description> 200 <description>Please enter the description of this user action.</description>
193 </action> 201 </action>
194 202
(...skipping 11653 matching lines...) Expand 10 before | Expand all | Expand 10 after
11848 <action name="webapps.AddShortcut.Manifest"> 11856 <action name="webapps.AddShortcut.Manifest">
11849 <owner>mlamouri@chromium.org</owner> 11857 <owner>mlamouri@chromium.org</owner>
11850 <description> 11858 <description>
11851 Shortcut added to the homescreen with a valid Manifest. This action will be 11859 Shortcut added to the homescreen with a valid Manifest. This action will be
11852 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11860 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11853 to keep a trend of whether the webapp also add meta tags. 11861 to keep a trend of whether the webapp also add meta tags.
11854 </description> 11862 </description>
11855 </action> 11863 </action>
11856 11864
11857 </actions> 11865 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698