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

Issue 12220092: Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields. (Closed)

Created:
7 years, 10 months ago by Wez
Modified:
7 years, 10 months ago
Reviewers:
Jamie
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields. This CL also updates the client and host protocol handlers to the new name. BUG=172404 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182115

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix typos in ChromotingInstance. #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -49 lines) Patch
M remoting/client/plugin/chromoting_instance.cc View 1 2 chunks +16 lines, -4 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M remoting/host/client_session.h View 2 chunks +7 lines, -6 lines 0 comments Download
M remoting/host/client_session.cc View 2 chunks +15 lines, -7 lines 2 comments Download
M remoting/host/host_mock_objects.h View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/host_status_observer.h View 1 chunk +4 lines, -3 lines 0 comments Download
M remoting/host/resizing_host_observer.h View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/resizing_host_observer.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M remoting/host/resizing_host_observer_unittest.cc View 1 chunk +2 lines, -1 line 2 comments Download
M remoting/proto/control.proto View 1 chunk +13 lines, -4 lines 2 comments Download
M remoting/proto/internal.proto View 1 chunk +1 line, -1 line 2 comments Download
M remoting/protocol/client_control_dispatcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/client_control_dispatcher.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/protocol/host_control_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/host_stub.h View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Wez
PTAL; this is mostly a straight re-name, aside from the proto changes and client & ...
7 years, 10 months ago (2013-02-10 23:11:48 UTC) #1
Jamie
https://chromiumcodereview.appspot.com/12220092/diff/1/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://chromiumcodereview.appspot.com/12220092/diff/1/remoting/client/plugin/chromoting_instance.cc#newcode596 remoting/client/plugin/chromoting_instance.cc:596: void ChromotingInstance::NotifyClientDimensions(int width, int height) This won't compile, surely? ...
7 years, 10 months ago (2013-02-11 20:35:37 UTC) #2
Wez
On 2013/02/11 20:35:37, Jamie wrote: > https://chromiumcodereview.appspot.com/12220092/diff/1/remoting/client/plugin/chromoting_instance.cc > File remoting/client/plugin/chromoting_instance.cc (right): > > https://chromiumcodereview.appspot.com/12220092/diff/1/remoting/client/plugin/chromoting_instance.cc#newcode596 > ...
7 years, 10 months ago (2013-02-11 22:26:39 UTC) #3
Jamie
lgtm, assuming simple answers to my comments. If not then I'll take another look. https://chromiumcodereview.appspot.com/12220092/diff/1020/remoting/host/client_session.cc ...
7 years, 10 months ago (2013-02-11 23:25:57 UTC) #4
Wez
https://codereview.chromium.org/12220092/diff/1020/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://codereview.chromium.org/12220092/diff/1020/remoting/host/client_session.cc#newcode92 remoting/host/client_session.cc:92: SkIPoint::Make(kDefaultDPI, kDefaultDPI)); On 2013/02/11 23:25:58, Jamie wrote: > Why ...
7 years, 10 months ago (2013-02-12 01:55:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/12220092/1020
7 years, 10 months ago (2013-02-12 02:01:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/12220092/1020
7 years, 10 months ago (2013-02-13 02:03:16 UTC) #7
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 04:31:03 UTC) #8
Message was sent while issue was closed.
Change committed as 182115

Powered by Google App Engine
This is Rietveld 408576698