Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Issue 2795923003: Image Capture: remove MediaSettingsRange.current (Closed)

Created:
3 years, 8 months ago by mcasas
Modified:
3 years, 8 months ago
CC:
chromium-reviews, blink-reviews, haraken, mcasas+imagecapture_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Image Capture: remove MediaSettingsRange.current This CL removes MediaSettingsRange.current member, which was never in the Spec to start with. "Current" feature values still need to be kept around for getMediaTrackSettings(): with the |current| member gone, we aneed to dd a new member |m_settings| to keep them (and it encompasses the previous points of interest vector). LayoutTests updated accordingly. BUG=700607, 707262 Review-Url: https://codereview.chromium.org/2795923003 Cr-Commit-Position: refs/heads/master@{#461974} Committed: https://chromium.googlesource.com/chromium/src/+/a1052a48bc85cc5d68c0f7dc0782b577e92cc9c7

Patch Set 1 : #

Total comments: 2

Patch Set 2 : reillyg@ comment: correct s/std::move/mojo::Clone/ #

Patch Set 3 : bugfix: getMediaTrackSettings() should merge dictionaries, not override the input parameter; Layout… #

Messages

Total messages: 29 (24 generated)
mcasas
reillyg@ PTAL
3 years, 8 months ago (2017-04-04 22:38:56 UTC) #7
Reilly Grant (use Gerrit)
lgtm with a nit https://codereview.chromium.org/2795923003/diff/60001/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp File third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp (right): https://codereview.chromium.org/2795923003/diff/60001/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp#newcode484 third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp:484: currentPointsOfInterest.push_back(std::move(webPoint)); The Point2D type doesn't ...
3 years, 8 months ago (2017-04-04 22:46:29 UTC) #8
mcasas
https://codereview.chromium.org/2795923003/diff/60001/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp File third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp (right): https://codereview.chromium.org/2795923003/diff/60001/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp#newcode484 third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp:484: currentPointsOfInterest.push_back(std::move(webPoint)); On 2017/04/04 22:46:29, Reilly Grant wrote: > The ...
3 years, 8 months ago (2017-04-04 22:59:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2795923003/140001
3 years, 8 months ago (2017-04-05 04:03:14 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 04:09:40 UTC) #29
Message was sent while issue was closed.
Committed patchset #3 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/a1052a48bc85cc5d68c0f7dc0782...

Powered by Google App Engine
This is Rietveld 408576698