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

Issue 1631243003: Filter goog constraints in tabCapture API. (Closed)

Created:
4 years, 11 months ago by miu
Modified:
4 years, 11 months ago
Reviewers:
hta - Chromium
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Filter goog constraints in tabCapture API. A recent commit broke the ability for the Google Cast and Media Router extensions to start tab capture for mirroring. The root cause was due to the new behavior where the presence of deprecated constraints now causes the getUserMedia() API to error-out (instead of silently ignoring the constraints). The short-term fix here is to simply filter out all goog* constraints since they have no effect on tab capture. BUG=579729 TBR=hta@chromium.org Committed: https://crrev.com/5af0ca15f399f6cfa688441be25a86b2d6e62362 Cr-Commit-Position: refs/heads/master@{#371647}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
M chrome/browser/extensions/api/tab_capture/tab_capture_api.cc View 3 chunks +41 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
miu
4 years, 11 months ago (2016-01-26 22:56:24 UTC) #2
miu
hta: PTAL BTW--I am submitting TBR because it's absolutely critical we get this in before ...
4 years, 11 months ago (2016-01-26 22:57:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1631243003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1631243003/1
4 years, 11 months ago (2016-01-26 22:57:45 UTC) #6
hta - Chromium
Before I start analyzing the CL - can you point me to the bug and ...
4 years, 11 months ago (2016-01-26 23:10:42 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-27 00:08:54 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5af0ca15f399f6cfa688441be25a86b2d6e62362 Cr-Commit-Position: refs/heads/master@{#371647}
4 years, 11 months ago (2016-01-27 00:09:46 UTC) #11
miu
4 years, 11 months ago (2016-01-27 01:09:25 UTC) #12
Message was sent while issue was closed.
On 2016/01/26 23:10:42, hta - Chromium wrote:
> Before I start analyzing the CL - can you point me to the bug and the
diagnosis?
> 
> I've been trying quite hard to avoid changing existing behavior (to the point
> where we support > 50 different constraint names) - changing the behavior of
> other constraints because of a change I did to constraint behavior seems like
> the wrong thing to do.

Please see the bug link in the change description.  That has all the history. 
(BTW--You were assigned the issue at one point.)

Powered by Google App Engine
This is Rietveld 408576698