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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/mediaGalleries.html

Issue 215433003: [MediaGalleries] Update overall package doc to include iphoto paragraph. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 6 years, 8 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 | Annotate | Revision Log
« 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 <h2 id="usage">Usage</h2> 1 <h2 id="usage">Usage</h2>
2 2
3 <p>The mediaGalleries API lets you prompt the user for permission to access 3 <p>The mediaGalleries API lets you prompt the user for permission to access
4 media galleries on the user's computer. The permission dialog contains common 4 media galleries on the user's computer. The permission dialog contains common
5 media locations for the platform and allows the user to specify additional 5 media locations for the platform and allows the user to specify additional
6 locations. From those locations, only media files will be present in the file 6 locations. From those locations, only media files will be present in the file
7 system objects.</p> 7 system objects.</p>
8 8
9 <h2 id="manifest">Manifest</h2> 9 <h2 id="manifest">Manifest</h2>
10 10
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 <h2 id="Picasa">Picasa</h2> 122 <h2 id="Picasa">Picasa</h2>
123 123
124 <p>If present, the user's Picasa library can also be accessed as a media 124 <p>If present, the user's Picasa library can also be accessed as a media
125 gallery. Directories on the filesystem scanned by Picasa are presented under 125 gallery. Directories on the filesystem scanned by Picasa are presented under
126 folders/. Picasa Albums are presented under albums/. Albums and Folders that 126 folders/. Picasa Albums are presented under albums/. Albums and Folders that
127 have duplicate names and dates will be uniquified using an incrementing 127 have duplicate names and dates will be uniquified using an incrementing
128 integer in parenthesis before the extension. Duplicate filenames within the 128 integer in parenthesis before the extension. Duplicate filenames within the
129 same Album will also be uniquified using an incrementing integer in parenthesis 129 same Album will also be uniquified using an incrementing integer in parenthesis
130 before the extension.</p> 130 before the extension.</p>
131
132 <h2 id="iPhoto">iPhoto</h2>
133
134 <p>If present, the user's iPhoto library can be accessed as a media gallery.
135 The files are structured within a subdirectory called "Albums/". Within that
136 subdirectory, each album in the user's iPhoto library will appear as a
137 subdirectory by name, and contain file entries for the photos in that album.
138 Duplicate album names or image filenames with albums will get a disambiguating
139 suffix like "(NN)" where NN is a unique number. Any items appearing in multiple
140 albums in iPhoto will appear in all those albums in the gallery. If the user
mkearney1 2014/03/28 22:22:03 From 'If' onwards could use some editing. Crazy se
141 has modified any images within an album, there will be an additional
142 subdirectory called "originals/" within the album directory, which will then
143 contain the original image, which will have the same filename as the file in
144 the album itself. The file as it appears in the album directory, though, will
145 be the one the user has invested time cropping, rotating, or otherwise editing.
not at google - send to devlin 2014/03/28 18:19:00 this is a pretty large block of text: https://chr
Greg Billock 2014/03/28 18:28:51 ok
mkearney1 2014/03/28 22:22:03 Agree with kalman, that this could use some paragr
146 </p>
147
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