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

Issue 1902323002: Modify ScreenCaptureFrameQueue into a template (Closed)

Created:
4 years, 8 months ago by Hzj_jie
Modified:
4 years, 8 months ago
Reviewers:
Sergey Ulanov
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Modify ScreenCaptureFrameQueue into a template BUG= Committed: https://crrev.com/34cad48cfbd362ae0c9027365550bfe28e2e10ef Cr-Commit-Position: refs/heads/master@{#12458} Committed: https://crrev.com/809dcb4b3e11f054aa72d25bef19d402e0579d96 Cr-Commit-Position: refs/heads/master@{#12478}

Patch Set 1 #

Patch Set 2 : Fix a build break in desktop_and_cursor_composer_unittest.cc #

Patch Set 3 : Fix build break in mac #

Patch Set 4 : fix build break in mac #

Patch Set 5 : Fix build break in linux #

Patch Set 6 : Fix build break in linux #

Total comments: 10

Patch Set 7 : Revert SharedDesktopFrame change #

Patch Set 8 : Resolve review comments #

Patch Set 9 : Fix build break #

Patch Set 10 : fix build break on mac #

Patch Set 11 : Revert of revert #

Patch Set 12 : Fix build break in Chromium #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -70 lines) Patch
M webrtc/modules/desktop_capture/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_capture.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
D webrtc/modules/desktop_capture/screen_capture_frame_queue.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +23 lines, -13 lines 0 comments Download
D webrtc/modules/desktop_capture/screen_capture_frame_queue.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mac.mm View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_x11.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/shared_desktop_frame.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (10 generated)
Hzj_jie
4 years, 8 months ago (2016-04-20 17:41:24 UTC) #2
Sergey Ulanov
https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h File webrtc/modules/desktop_capture/screen_capture_queue.h (right): https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h#newcode20 webrtc/modules/desktop_capture/screen_capture_queue.h:20: // Represents a queue of reusable resources. Provides access ...
4 years, 8 months ago (2016-04-20 21:22:34 UTC) #3
Hzj_jie
https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h File webrtc/modules/desktop_capture/screen_capture_queue.h (right): https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h#newcode20 webrtc/modules/desktop_capture/screen_capture_queue.h:20: // Represents a queue of reusable resources. Provides access ...
4 years, 8 months ago (2016-04-20 23:56:16 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h File webrtc/modules/desktop_capture/screen_capture_queue.h (right): https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h#newcode36 webrtc/modules/desktop_capture/screen_capture_queue.h:36: class ScreenCaptureQueue { On 2016/04/20 23:56:15, Hzj_jie wrote: > ...
4 years, 8 months ago (2016-04-21 17:16:18 UTC) #5
Hzj_jie
https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h File webrtc/modules/desktop_capture/screen_capture_queue.h (right): https://codereview.chromium.org/1902323002/diff/90001/webrtc/modules/desktop_capture/screen_capture_queue.h#newcode35 webrtc/modules/desktop_capture/screen_capture_queue.h:35: template <typename T> On 2016/04/20 21:22:34, Sergey Ulanov wrote: ...
4 years, 8 months ago (2016-04-21 18:44:55 UTC) #6
Sergey Ulanov
lgtm
4 years, 8 months ago (2016-04-21 18:53:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902323002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902323002/170001
4 years, 8 months ago (2016-04-21 19:38:46 UTC) #9
commit-bot: I haz the power
Committed patchset #10 (id:170001)
4 years, 8 months ago (2016-04-21 20:25:04 UTC) #10
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/34cad48cfbd362ae0c9027365550bfe28e2e10ef Cr-Commit-Position: refs/heads/master@{#12458}
4 years, 8 months ago (2016-04-21 20:25:12 UTC) #12
torbjorng
A revert of this CL (patchset #10 id:170001) has been created in https://codereview.webrtc.org/1910203002/ by torbjorng@chromium.org. ...
4 years, 8 months ago (2016-04-21 21:07:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902323002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902323002/200001
4 years, 8 months ago (2016-04-22 18:43:43 UTC) #17
Hzj_jie
On 2016/04/22 18:43:43, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 8 months ago (2016-04-22 19:08:35 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-04-22 20:11:59 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902323002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902323002/200001
4 years, 8 months ago (2016-04-22 23:07:07 UTC) #22
commit-bot: I haz the power
Committed patchset #12 (id:200001)
4 years, 8 months ago (2016-04-22 23:08:44 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 23:08:52 UTC) #26
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/809dcb4b3e11f054aa72d25bef19d402e0579d96
Cr-Commit-Position: refs/heads/master@{#12478}

Powered by Google App Engine
This is Rietveld 408576698