Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 11581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11592 Shortcut added to the homescreen for a page containing only the | 11592 Shortcut added to the homescreen for a page containing only the |
| 11593 apple-mobile-webapp-capable meta tag. | 11593 apple-mobile-webapp-capable meta tag. |
| 11594 </description> | 11594 </description> |
| 11595 </action> | 11595 </action> |
| 11596 | 11596 |
| 11597 <action name="webapps.AddShortcut.Bookmark"> | 11597 <action name="webapps.AddShortcut.Bookmark"> |
| 11598 <owner>dfalcantara@chromium.org</owner> | 11598 <owner>dfalcantara@chromium.org</owner> |
| 11599 <description>Shortcut added to the homescreen for a bookmark.</description> | 11599 <description>Shortcut added to the homescreen for a bookmark.</description> |
| 11600 </action> | 11600 </action> |
| 11601 | 11601 |
| 11602 <action name="webapps.AddShortcut.Manifest"> | |
| 11603 <owner>mlamouri@chromium.org</owner> | |
| 11604 <description> | |
| 11605 Shortcut added to the homescreen with a valid Manifest. This action will be | |
|
Mark P
2014/10/03 19:33:18
for my information: can this overlap with the Book
mlamouri (slow - plz ping)
2014/10/07 11:11:39
Yes, as mentioned below.
| |
| 11606 recorded in addition of the three actions below to keep a trend of whether | |
|
Mark P
2014/10/03 19:33:19
below?
alternate suggestion:
three actions below
mlamouri (slow - plz ping)
2014/10/07 11:11:39
Done.
| |
| 11607 the webapp also add meta tags. | |
| 11608 </description> | |
| 11609 </action> | |
| 11610 | |
| 11602 </actions> | 11611 </actions> |
| OLD | NEW |