|
|
Created:
4 years, 2 months ago by Guido Urdaneta Modified:
4 years, 2 months ago Reviewers:
foolip CC:
chromium-reviews, blink-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionSet removal milestone in MediaStreamTrack.getSources deprecation message.
BUG=388194, 649710
Committed: https://crrev.com/2a97db8de8551ccd894bf9e96a3af5481dc44e24
Cr-Commit-Position: refs/heads/master@{#422762}
Patch Set 1 #Patch Set 2 : rebase #
Messages
Total messages: 28 (19 generated)
The CQ bit was checked by guidou@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by guidou@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Set removal milestone in MediaStreamTrack.getSources deprecation message. BUG=388194,649710 ========== to ========== Set removal milestone in MediaStreamTrack.getSources deprecation message. BUG=388194,649710 ==========
guidou@chromium.org changed reviewers: + foolip@chromium.org
Hi, PTAL
Patchset #1 (id:1) has been deleted
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
LGTM. As discussed on blink-dev, I think it'd be helpful to paste an implementation of MediaStreamTrack.getSources in terms of enumerate devices in a bug comment and link to that in the chromestatus entry, for any developers who have to fix this but didn't necessarily write the original code.
The CQ bit was checked by guidou@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for third_party/WebKit/Source/core/frame/Deprecation.cpp: While running git apply --index -3 -p1; error: patch failed: third_party/WebKit/Source/core/frame/Deprecation.cpp:348 Falling back to three-way merge... Applied patch to 'third_party/WebKit/Source/core/frame/Deprecation.cpp' with conflicts. U third_party/WebKit/Source/core/frame/Deprecation.cpp Patch: third_party/WebKit/Source/core/frame/Deprecation.cpp Index: third_party/WebKit/Source/core/frame/Deprecation.cpp diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp index 4470ec0a42e279a6216d354380d0b539dd066f07..55be953a4e051d6bbb91e7e84398bb240194120f 100644 --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp @@ -348,7 +348,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) return replacedBy("'Performance.onwebkitresourcetimingbufferfull'", "'Performance.onresourcetimingbufferfull'"); case UseCounter::MediaStreamTrackGetSources: - return "MediaStreamTrack.getSources is deprecated. See https://www.chromestatus.com/feature/4765305641369600 for more details."; + return willBeRemoved("MediaStreamTrack.getSources", M56, "4765305641369600"); case UseCounter::WebAnimationHyphenatedProperty: return "Hyphenated property names in Web Animations keyframes are invalid and therefore ignored. Please use camelCase instead.";
The CQ bit was checked by guidou@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from foolip@chromium.org Link to the patchset: https://codereview.chromium.org/2390553003/#ps40001 (title: "rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
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_...)
The CQ bit was checked by guidou@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Set removal milestone in MediaStreamTrack.getSources deprecation message. BUG=388194,649710 ========== to ========== Set removal milestone in MediaStreamTrack.getSources deprecation message. BUG=388194,649710 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Set removal milestone in MediaStreamTrack.getSources deprecation message. BUG=388194,649710 ========== to ========== Set removal milestone in MediaStreamTrack.getSources deprecation message. BUG=388194,649710 Committed: https://crrev.com/2a97db8de8551ccd894bf9e96a3af5481dc44e24 Cr-Commit-Position: refs/heads/master@{#422762} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/2a97db8de8551ccd894bf9e96a3af5481dc44e24 Cr-Commit-Position: refs/heads/master@{#422762} |