Commit 48bf821c authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[quickview] Content box property comments should be sentences

No-try: true
Tbr: adanilo
Bug: 1027963
Change-Id: I0b35851be6e9d96d5ac6cd5d4213b6471c8365cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933585Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Auto-Submit: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718493}
parent b0cb3e93
......@@ -10,28 +10,33 @@ var FilesQuickView = Polymer({
type: String,
subtype: String,
filePath: String,
// If there is a task to open the file.
// True if there is a file task that can open the file type.
hasTask: Boolean,
// URLs should be accessible from webview since contets are rendered inside
// it. Hint: use URL.createObjectURL.
// URLs should be accessible from the <webview> since their content is
// rendered inside the <wevbiew>. Hint: use URL.createObjectURL.
contentUrl: String,
videoPoster: String,
audioArtwork: String,
// Autoplay property for audio, video.
autoplay: Boolean,
// True if this file is not image, audio, video nor HTML but supported on
// Chrome, i.e. preview-able by directly src-ing the file path to webview.
// Example: pdf, text.
// True if this file is not image, audio, video nor HTML but is supported
// by Chrome - content that is directly preview-able in Chrome by setting
// the <webview> src attribute. Examples: pdf, text.
browsable: Boolean,
// metadata-box-active-changed event is fired on attribute change.
// The metadata-box-active-changed event is fired on attribute change.
metadataBoxActive: {
value: true,
type: Boolean,
notify: true,
},
// Text shown when no playback is available.
// Text shown when there is no playback/preview available.
noPlaybackText: String,
// Text shown when no preview is available.
noPreviewText: String,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment