summaryrefslogtreecommitdiffstats
path: root/ash/screenshot_delegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Brushes up the code of screenshot filename.mukai@chromium.org2012-08-091-4/+3
| | | | | | | | | | | | | | | | | | | Currently it just checks the filename duplication and adding numbers (1),(2),... in case of duplication. But this doesn't work well if the file will be stored into GoogleDrive, since file operations are not atomic there. This CL does the followings: - the screenshot taker accepts "taking a screenshot for each root window" requests rather than taking a screenshot for the specified window - adding the number in case of multiple root-windows, in screenshot taker side - change the screenshot interval from 500msec -> 1sec, to avoid the duplication - remove the existing filename duplication checking code, which is no longer necessary BUG=140749 Review URL: https://chromiumcodereview.appspot.com/10827193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150758 0039d316-1c4b-4281-b951-d872f2087c98
* Ignores screenshot taking invocations if it's too close to the previous one.mukai@chromium.org2012-07-241-0/+3
| | | | | | | | | | | R=sky@chromium.org BUG=135535 TEST=manually checked the behavior by keep pressing Ctrl-F5 on lumpy Review URL: https://chromiumcodereview.appspot.com/10802046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148062 0039d316-1c4b-4281-b951-d872f2087c98
* Remove #pragma once from ashajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce a method for partial screenshot.mukai@chromium.org2012-02-071-0/+9
| | | | | | | | | | BUG=108763 TEST=manually Review URL: http://codereview.chromium.org/9325086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120859 0039d316-1c4b-4281-b951-d872f2087c98
* Push out RootWindow::GetInstance() from ScreenshotTaker.mukai@chromium.org2012-02-031-4/+9
| | | | | | | | | | | | Now it is called in ash and passed as an argument. BUG= TEST=manually verified && test passed locally Review URL: http://codereview.chromium.org/9325035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120427 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the aura_shell namespace to ashben@chromium.org2011-12-241-2/+2
| | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115748 0039d316-1c4b-4281-b951-d872f2087c98
* Move last few files -> ashben@chromium.org2011-12-231-0/+22
http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9036011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115743 0039d316-1c4b-4281-b951-d872f2087c98