Description was changed from ========== Image Capture: reject setOptions()/applyConstraints() if any argument is unsupported Wired ...
3 years, 7 months ago
(2017-05-13 02:38:47 UTC)
#1
Description was changed from
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
Wired rejecting a constraint if out of bounds, and LayoutTest
BUG=718765
==========
to
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
Wired rejecting a constraint if out of bounds, and LayoutTest
getphotocapabilities.html => getPhotoCapabilities.html
setoptions.html => setOptions.html
takephoto-with-photosettings.html => takePhoto-with-PhotoSettings.html
takephoto.html => takePhoto.html
BUG=718765
==========
mcasas
Patchset #1 (id:1) has been deleted
3 years, 7 months ago
(2017-05-13 02:51:01 UTC)
#2
Patchset #1 (id:1) has been deleted
mcasas
Patchset #1 (id:20001) has been deleted
3 years, 7 months ago
(2017-05-13 02:51:07 UTC)
#3
Patchset #1 (id:20001) has been deleted
mcasas
Patchset #1 (id:40001) has been deleted
3 years, 7 months ago
(2017-05-13 02:52:35 UTC)
#4
Patchset #1 (id:40001) has been deleted
mcasas
The CQ bit was checked by mcasas@chromium.org to run a CQ dry run
3 years, 7 months ago
(2017-05-13 05:50:00 UTC)
#5
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/418141) mac_chromium_rel_ng on ...
3 years, 7 months ago
(2017-05-13 05:54:26 UTC)
#8
Description was changed from ========== Image Capture: reject setOptions()/applyConstraints() if any argument is unsupported Wired ...
3 years, 7 months ago
(2017-05-15 16:17:47 UTC)
#9
Description was changed from
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
Wired rejecting a constraint if out of bounds, and LayoutTest
getphotocapabilities.html => getPhotoCapabilities.html
setoptions.html => setOptions.html
takephoto-with-photosettings.html => takePhoto-with-PhotoSettings.html
takephoto.html => takePhoto.html
BUG=718765
==========
to
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
This CL adds rejection of applyConstraints()/setOptions() if the control value
is out of ranges or unsupported, e.g. trying to set zoom to 1000 where the
capability range is {1.0 - 10.0}.
LayoutTests for each of those methods are added, and since I was
touching the area, I renamed a few tests:
- getphotocapabilities.html => getPhotoCapabilities.html
- setoptions.html => setOptions.html
- takephoto-with-photosettings.html => takePhoto-with-PhotoSettings.html
- takephoto.html => takePhoto.html
which are correctly isolated by Rietveld.
BUG=718765
==========
3 years, 7 months ago
(2017-05-15 21:04:38 UTC)
#16
Patchset #4 (id:120001) has been deleted
mcasas
Description was changed from ========== Image Capture: reject setOptions()/applyConstraints() if any argument is unsupported This ...
3 years, 7 months ago
(2017-05-15 21:05:22 UTC)
#17
Description was changed from
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
This CL adds rejection of applyConstraints()/setOptions() if the control value
is out of ranges or unsupported, e.g. trying to set zoom to 1000 where the
capability range is {1.0 - 10.0}.
LayoutTests for each of those methods are added, and since I was
touching the area, I renamed a few tests:
- getphotocapabilities.html => getPhotoCapabilities.html
- setoptions.html => setOptions.html
- takephoto-with-photosettings.html => takePhoto-with-PhotoSettings.html
- takephoto.html => takePhoto.html
which are correctly isolated by Rietveld.
BUG=718765
==========
to
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
This CL adds rejection of applyConstraints()/setOptions() if the control value
is out of ranges or unsupported, e.g. trying to set zoom to 1000 where the
capability range is {1.0 - 10.0}.
LayoutTests for each of those methods are added.
BUG=718765
==========
mcasas
The CQ bit was checked by mcasas@chromium.org to run a CQ dry run
3 years, 7 months ago
(2017-05-15 21:05:30 UTC)
#18
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/445338)
3 years, 7 months ago
(2017-05-16 02:03:15 UTC)
#25
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/445461)
3 years, 7 months ago
(2017-05-16 06:46:58 UTC)
#29
CQ is committing da patch. Bot data: {"patchset_id": 140001, "attempt_start_ts": 1494945981915550, "parent_rev": "21a0c8f770ea811a3830d5f8c6447306a686a63b", "commit_rev": "64b5e1fad912daf7c311c7f984db673bcae7713c"}
3 years, 7 months ago
(2017-05-16 17:21:15 UTC)
#32
CQ is committing da patch.
Bot data: {"patchset_id": 140001, "attempt_start_ts": 1494945981915550,
"parent_rev": "21a0c8f770ea811a3830d5f8c6447306a686a63b", "commit_rev":
"64b5e1fad912daf7c311c7f984db673bcae7713c"}
commit-bot: I haz the power
Description was changed from ========== Image Capture: reject setOptions()/applyConstraints() if any argument is unsupported This ...
3 years, 7 months ago
(2017-05-16 17:21:31 UTC)
#33
Message was sent while issue was closed.
Description was changed from
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
This CL adds rejection of applyConstraints()/setOptions() if the control value
is out of ranges or unsupported, e.g. trying to set zoom to 1000 where the
capability range is {1.0 - 10.0}.
LayoutTests for each of those methods are added.
BUG=718765
==========
to
==========
Image Capture: reject setOptions()/applyConstraints() if any argument is
unsupported
This CL adds rejection of applyConstraints()/setOptions() if the control value
is out of ranges or unsupported, e.g. trying to set zoom to 1000 where the
capability range is {1.0 - 10.0}.
LayoutTests for each of those methods are added.
BUG=718765
Review-Url: https://codereview.chromium.org/2877273002
Cr-Commit-Position: refs/heads/master@{#472143}
Committed:
https://chromium.googlesource.com/chromium/src/+/64b5e1fad912daf7c311c7f984db...
==========
commit-bot: I haz the power
Committed patchset #4 (id:140001) as https://chromium.googlesource.com/chromium/src/+/64b5e1fad912daf7c311c7f984db673bcae7713c
3 years, 7 months ago
(2017-05-16 17:21:32 UTC)
#34
Issue 2877273002: Image Capture: reject setOptions()/applyConstraints() if any argument is unsupported
(Closed)
Created 3 years, 7 months ago by mcasas
Modified 3 years, 7 months ago
Reviewers: Reilly Grant (use Gerrit)
Base URL:
Comments: 18