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

Issue 1871663002: Fix for LoginFeedbackTest.Basic broken by recent change. (Closed)

Created:
4 years, 8 months ago by miu
Modified:
4 years, 8 months ago
Reviewers:
mcasas, nodir
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_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

Fix for LoginFeedbackTest.Basic broken by recent change. https://codereview.chromium.org/1864813002/ introduced a change that mistakenly attempted to make an AuraWindowCaptureMachine::Capture() call on the wrong thread. Due to my own negligence, I forgot to test window screen capture, and so I did not catch the bug. This change makes the necessary PostTask() call, just like the WebContentsVideoCaptureDevice implementation, as intended. BUG=496274 TBR=mcasas@chromium.org Committed: https://crrev.com/1f5a9d02c8b85e97f4abc5b01b380f8fd96a211c Cr-Commit-Position: refs/heads/master@{#385874}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M content/browser/media/capture/aura_window_capture_machine.cc View 1 chunk +7 lines, -2 lines 2 comments Download

Messages

Total messages: 15 (6 generated)
miu
mcasas: This is the fix to the problem you pointed out to me earlier.
4 years, 8 months ago (2016-04-07 19:05:33 UTC) #2
miu
FYI--Committing with reviewer on TBR to get the tree on the ChromiumOS bots green again ...
4 years, 8 months ago (2016-04-07 19:07:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871663002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871663002/1
4 years, 8 months ago (2016-04-07 19:08:53 UTC) #6
mcasas
LGTM % considering WeakPtr. https://codereview.chromium.org/1871663002/diff/1/content/browser/media/capture/aura_window_capture_machine.cc File content/browser/media/capture/aura_window_capture_machine.cc (right): https://codereview.chromium.org/1871663002/diff/1/content/browser/media/capture/aura_window_capture_machine.cc#newcode132 content/browser/media/capture/aura_window_capture_machine.cc:132: base::Unretained(this), Actually, since |this| pointer ...
4 years, 8 months ago (2016-04-07 19:12:57 UTC) #7
miu
Thanks for taking a look. Response to your comment: https://codereview.chromium.org/1871663002/diff/1/content/browser/media/capture/aura_window_capture_machine.cc File content/browser/media/capture/aura_window_capture_machine.cc (right): https://codereview.chromium.org/1871663002/diff/1/content/browser/media/capture/aura_window_capture_machine.cc#newcode132 content/browser/media/capture/aura_window_capture_machine.cc:132: ...
4 years, 8 months ago (2016-04-07 19:55:31 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-07 21:30:39 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/1f5a9d02c8b85e97f4abc5b01b380f8fd96a211c Cr-Commit-Position: refs/heads/master@{#385874}
4 years, 8 months ago (2016-04-07 21:32:42 UTC) #12
nodir
Bug number is probably wrong
4 years, 8 months ago (2016-04-07 22:04:05 UTC) #14
miu
4 years, 8 months ago (2016-04-07 23:44:59 UTC) #15
Message was sent while issue was closed.
On 2016/04/07 22:04:05, nodir wrote:
> Bug number is probably wrong

Apologies.  It should have been bug 486274 (typo).  And, bug 601308 reported the
breakage.

Powered by Google App Engine
This is Rietveld 408576698