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

Side by Side Diff: third_party/WebKit/Source/modules/payments/ImageObject.idl

Issue 2925063003: [Payments] Implement payment instrument icons (Closed)
Patch Set: resolve url based on execution context Created 3 years, 6 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
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // https://github.com/w3c/payment-handler/pull/174/files/6e6768c423e24719cb0e592 cd98614f052e52a78
haraken 2017/06/09 23:13:22 Can we add a more stable URL instead of a specific
gogerald1 2017/06/12 16:19:44 This URL is used deliberately according to rouslan
6
7 dictionary ImageObject {
8 // Note that the src could be relative path to the service worker
9 // scope.
10 required USVString src;
11
12 // TODO(gogerald): Below two attributes have not been used for now.
13 // Enable them when necessary.
14 // DOMString sizes;
15 // DOMString type;
16 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698