summaryrefslogtreecommitdiffstats
path: root/ui/file_manager/image_loader
Commit message (Collapse)AuthorAgeFilesLines
* Correct indentation, JSDoc, etc... to comply with closure linter.fukino2014-09-174-56/+56
| | | | | | | | | | | | | | | Errors reported by closure linter are fixed to keep accordance with style guide and prepare for closure compiler Some errors are ignored. - E:0007: We don't adopt the blank-line policy as it's not specified by style guide. - E:0011,0002,0225: There are some false positives around bind(). - E:0121: Comma at end of object literal is valid in ES5, and not prohibited by style guide. BUG=412662 TEST=find ui/file_manager -name *.js ! -path */*_scripts.js | xargs gjslint --strict --disable 0007,0011,0002,0121,0225 Review URL: https://codereview.chromium.org/571453002 Cr-Commit-Position: refs/heads/master@{#295246}
* Rename fileBrowserPrivate to fileManagerPrivateSatoru Takabayashi2014-09-103-6/+6
| | | | | | | | | | | | | | | | fileBrowserPrivate was a misnomer as the term "file manager" is used everywhere else (ex. src/ui/file_manager). Note that fileBrowserHandler is not renamed because it's a public API. TEST=git grep -E -i file.?browser.?private || echo ok BUG=411762 R=achuith@chromium.org, asvitkine@chromium.org, benwells@chromium.org, mtomasz@chromium.org, thestig@chromium.org, yoshiki@chromium.org Review URL: https://codereview.chromium.org/550863003 Cr-Commit-Position: refs/heads/master@{#294101}
* IndexedDB: Stop using webkit-prefixed versions of APIs in test scriptsjsbell@chromium.org2014-07-221-2/+1
| | | | | | | | | | | | | | We "dropped" the prefix well over a year ago and would like to deprecate/remove from Blink when we can. webkitIndexedDB -> indexedDB webkitIDBFooBar -> IDBFooBar Also, correct uses of the long removed errorCode and webkitErrorMessage properties on IDBRequest (now just error.name and error.message). Review URL: https://codereview.chromium.org/401893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284711 0039d316-1c4b-4281-b951-d872f2087c98
* Gallery.app: Update thumbnail when a file is edited on the photo editor.hirono@chromium.org2014-06-031-2/+9
| | | | | | | | | | | | | | | | | | This CL do followings to ensure to update thumbnails after the app saves images. * Add '?nocache=xxx' to FileEntry's URL to ignore browser caches. * Stop to use drive thumbnails for files that are on the drive but cached locally. These files may be edited locally and be out of sync with the local cache. * Specify the current time as modificationTime of the metadata that is dispatched when the edited file is saved. BUG=378648 TEST=manually Review URL: https://codereview.chromium.org/310433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274506 0039d316-1c4b-4281-b951-d872f2087c98
* Use resolveIsolatedEntries in the separated new Gallery.app.hirono@chromium.org2014-05-161-2/+4
| | | | | | | | | | | | The API is added crrev.com/270720. BUG=358698 TEST=run the new Gallery.app. R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/282523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270960 0039d316-1c4b-4281-b951-d872f2087c98
* Nitpicking fixes for Files.app code.kinaba@chromium.org2014-05-102-2/+2
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/274473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269555 0039d316-1c4b-4281-b951-d872f2087c98
* Move Image Loader extension files to ui/file_manageryoshiki@chromium.org2014-04-227-0/+1648
BUG=345171 TEST=manually tested R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/246363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265235 0039d316-1c4b-4281-b951-d872f2087c98