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

Issue 2240323003: mus: Implement OSExchangeDataProviderMus. (Closed)

Created:
4 years, 4 months ago by Elliot Glaysher
Modified:
4 years, 4 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mus: Implement OSExchangeDataProviderMus. Fill in the skeleton so the current views code will create the map representation that we use to move data across the IPC boundary to the clipboard. BUG=614037 Committed: https://crrev.com/e428cfc81bc9288d67b5918fd4eab925c8e8665d Cr-Commit-Position: refs/heads/master@{#412302}

Patch Set 1 #

Patch Set 2 : Rebase to tot #

Patch Set 3 : Compile #

Patch Set 4 : Hopefully fix win compile. #

Patch Set 5 : Maybe a better way of fixing windows? #

Total comments: 7

Patch Set 6 : sky comments + fix linux non-chromeos maybe? #

Total comments: 1

Patch Set 7 : Add static assert. #

Patch Set 8 : No, sky wanted a dcheck. I misunderstood. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -30 lines) Patch
M ui/views/mus/BUILD.gn View 1 3 chunks +3 lines, -0 lines 0 comments Download
M ui/views/mus/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/os_exchange_data_provider_mus.h View 1 2 3 4 5 3 chunks +29 lines, -6 lines 0 comments Download
M ui/views/mus/os_exchange_data_provider_mus.cc View 1 2 3 4 5 6 7 4 chunks +228 lines, -11 lines 0 comments Download
A + ui/views/mus/os_exchange_data_provider_mus_unittest.cc View 1 2 3 4 5 8 chunks +41 lines, -13 lines 0 comments Download

Messages

Total messages: 42 (33 generated)
Elliot Glaysher
This is an 80% implementation of OSExchangeDataProviderMus, and is sufficient enough for most views controls ...
4 years, 4 months ago (2016-08-15 20:17:21 UTC) #20
sky
https://codereview.chromium.org/2240323003/diff/80001/ui/views/mus/os_exchange_data_provider_mus.cc File ui/views/mus/os_exchange_data_provider_mus.cc (right): https://codereview.chromium.org/2240323003/diff/80001/ui/views/mus/os_exchange_data_provider_mus.cc#newcode29 ui/views/mus/os_exchange_data_provider_mus.cc:29: return base::string16( This seems rather risky. Wouldn't it be ...
4 years, 4 months ago (2016-08-15 20:31:26 UTC) #21
Elliot Glaysher
ptal https://codereview.chromium.org/2240323003/diff/80001/ui/views/mus/os_exchange_data_provider_mus.cc File ui/views/mus/os_exchange_data_provider_mus.cc (right): https://codereview.chromium.org/2240323003/diff/80001/ui/views/mus/os_exchange_data_provider_mus.cc#newcode29 ui/views/mus/os_exchange_data_provider_mus.cc:29: return base::string16( On 2016/08/15 20:31:26, sky wrote: > ...
4 years, 4 months ago (2016-08-15 21:53:13 UTC) #28
sky
LGTM https://codereview.chromium.org/2240323003/diff/100001/ui/views/mus/os_exchange_data_provider_mus.cc File ui/views/mus/os_exchange_data_provider_mus.cc (right): https://codereview.chromium.org/2240323003/diff/100001/ui/views/mus/os_exchange_data_provider_mus.cc#newcode29 ui/views/mus/os_exchange_data_provider_mus.cc:29: return base::string16( How about a DCHECK that the ...
4 years, 4 months ago (2016-08-16 00:07:38 UTC) #29
Elliot Glaysher
+rdsmith for DEPS. This directory already includes code from another net using directory.
4 years, 4 months ago (2016-08-16 00:16:31 UTC) #33
Randy Smith (Not in Mondays)
LGTM. (I wince a bit, just because putting /net in DEPS means that future usages ...
4 years, 4 months ago (2016-08-16 19:07:26 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2240323003/140001
4 years, 4 months ago (2016-08-16 19:15:37 UTC) #39
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 4 months ago (2016-08-16 19:19:17 UTC) #40
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 19:20:55 UTC) #42
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/e428cfc81bc9288d67b5918fd4eab925c8e8665d
Cr-Commit-Position: refs/heads/master@{#412302}

Powered by Google App Engine
This is Rietveld 408576698