DescriptionBrushes up the code of screenshot filename.
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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150758
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Patch Set 3 : #
Total comments: 2
Patch Set 4 : #
Messages
Total messages: 6 (0 generated)
|