| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10693135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|