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

Issue 1743203002: Replace scoped_ptr with unique_ptr in webrtc/modules/desktop_capture/ (Closed)

Created:
4 years, 9 months ago by kwiberg-webrtc
Modified:
4 years, 9 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

Replace scoped_ptr with unique_ptr in webrtc/modules/desktop_capture/ BUG=webrtc:5520 Committed: https://crrev.com/2bb3afa054624802b1a9f9c457de0527a57beb00 Cr-Commit-Position: refs/heads/master@{#12023}

Patch Set 1 #

Patch Set 2 : Partial revert, to avoid breaking Chromium #

Patch Set 3 : Revert Windows-specific stuff too #

Patch Set 4 : More Windows reverts #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -112 lines) Patch
M webrtc/modules/desktop_capture/cropped_desktop_frame.cc View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/cropping_window_capturer.h View 1 2 chunks +4 lines, -2 lines 2 comments Download
M webrtc/modules/desktop_capture/cropping_window_capturer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer_unittest.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.h View 4 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_win.h View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_win.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/differ.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/differ_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm View 3 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_unittest.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capture_frame_queue.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_helper.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_helper_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mac.mm View 5 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mac_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_unittest.cc View 1 2 3 4 chunks +6 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_x11.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/shared_desktop_frame.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/shared_memory.h View 1 1 chunk +1 line, -1 line 2 comments Download
M webrtc/modules/desktop_capture/win/cursor.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/cursor_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/desktop.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_thread_desktop.h View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_thread_desktop.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc View 1 2 4 chunks +6 lines, -5 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_x11.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 16 (4 generated)
kwiberg-webrtc
4 years, 9 months ago (2016-03-01 12:58:19 UTC) #2
Sergey Ulanov
lgtm. Please note that you will need a corresponding change in chromium when this change ...
4 years, 9 months ago (2016-03-01 19:35:52 UTC) #3
kwiberg-webrtc
On 2016/03/01 19:35:52, Sergey Ulanov wrote: > lgtm. Please note that you will need a ...
4 years, 9 months ago (2016-03-02 09:04:35 UTC) #4
kwiberg-webrtc
On 2016/03/02 09:04:35, kwiberg-webrtc wrote: > On 2016/03/01 19:35:52, Sergey Ulanov wrote: > > lgtm. ...
4 years, 9 months ago (2016-03-08 12:35:04 UTC) #5
kwiberg-webrtc
On 2016/03/08 12:35:04, kwiberg-webrtc wrote: > On 2016/03/02 09:04:35, kwiberg-webrtc wrote: > > On 2016/03/01 ...
4 years, 9 months ago (2016-03-08 15:09:35 UTC) #6
kwiberg-webrtc
On 2016/03/08 15:09:35, kwiberg-webrtc wrote: > On 2016/03/08 12:35:04, kwiberg-webrtc wrote: > > On 2016/03/02 ...
4 years, 9 months ago (2016-03-10 18:31:50 UTC) #8
kwiberg-webrtc
On 2016/03/10 18:31:50, kwiberg-webrtc wrote: > On 2016/03/08 15:09:35, kwiberg-webrtc wrote: > > On 2016/03/08 ...
4 years, 9 months ago (2016-03-14 20:31:19 UTC) #9
Sergey Ulanov
still lgtm. Sorry about delay. No need to wait for another LGTM if you need ...
4 years, 9 months ago (2016-03-16 21:09:06 UTC) #10
kwiberg-webrtc
https://codereview.webrtc.org/1743203002/diff/60001/webrtc/modules/desktop_capture/cropping_window_capturer.h File webrtc/modules/desktop_capture/cropping_window_capturer.h (right): https://codereview.webrtc.org/1743203002/diff/60001/webrtc/modules/desktop_capture/cropping_window_capturer.h#newcode35 webrtc/modules/desktop_capture/cropping_window_capturer.h:35: rtc::scoped_ptr<SharedMemoryFactory> shared_memory_factory) override; On 2016/03/16 21:09:05, Sergey Ulanov wrote: ...
4 years, 9 months ago (2016-03-16 21:42:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1743203002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1743203002/60001
4 years, 9 months ago (2016-03-16 21:44:42 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-16 22:58:12 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-16 22:58:21 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2bb3afa054624802b1a9f9c457de0527a57beb00
Cr-Commit-Position: refs/heads/master@{#12023}

Powered by Google App Engine
This is Rietveld 408576698