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

Issue 10801003: Propagate DPI information to web-app. (Closed)

Created:
8 years, 5 months ago by Jamie
Modified:
8 years, 5 months ago
Reviewers:
Wez
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, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Propagate DPI information to web-app. BUG=135089 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147605

Patch Set 1 #

Patch Set 2 : Fixed typo. #

Total comments: 10

Patch Set 3 : Reviewer comments. #

Total comments: 4

Patch Set 4 : Reviewer feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -20 lines) Patch
M remoting/client/frame_consumer.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/client/frame_consumer_proxy.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/client/frame_consumer_proxy.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 2 chunks +3 lines, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 3 1 chunk +8 lines, -3 lines 0 comments Download
M remoting/client/plugin/pepper_view.h View 2 chunks +5 lines, -1 line 0 comments Download
M remoting/client/plugin/pepper_view.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M remoting/client/rectangle_update_decoder.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/client/rectangle_update_decoder.cc View 1 2 3 3 chunks +16 lines, -6 lines 0 comments Download
M remoting/webapp/client_plugin.js View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/webapp/client_plugin_async.js View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M remoting/webapp/client_session.js View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jamie
ptal
8 years, 5 months ago (2012-07-18 01:09:29 UTC) #1
Wez
https://chromiumcodereview.appspot.com/10801003/diff/1014/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://chromiumcodereview.appspot.com/10801003/diff/1014/remoting/client/plugin/chromoting_instance.cc#newcode360 remoting/client/plugin/chromoting_instance.cc:360: data->SetInteger("x_dpi", dpi.x()); nit: I was going to suggest only ...
8 years, 5 months ago (2012-07-19 01:00:42 UTC) #2
Jamie
ptal https://chromiumcodereview.appspot.com/10801003/diff/1014/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://chromiumcodereview.appspot.com/10801003/diff/1014/remoting/client/plugin/chromoting_instance.cc#newcode360 remoting/client/plugin/chromoting_instance.cc:360: data->SetInteger("x_dpi", dpi.x()); On 2012/07/19 01:00:42, Wez wrote: > ...
8 years, 5 months ago (2012-07-19 23:00:06 UTC) #3
Wez
https://chromiumcodereview.appspot.com/10801003/diff/2016/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://chromiumcodereview.appspot.com/10801003/diff/2016/remoting/client/plugin/chromoting_instance.cc#newcode360 remoting/client/plugin/chromoting_instance.cc:360: if (dpi.x()) { nit: In the host code you've ...
8 years, 5 months ago (2012-07-19 23:15:28 UTC) #4
Jamie
ptal https://chromiumcodereview.appspot.com/10801003/diff/2016/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://chromiumcodereview.appspot.com/10801003/diff/2016/remoting/client/plugin/chromoting_instance.cc#newcode360 remoting/client/plugin/chromoting_instance.cc:360: if (dpi.x()) { On 2012/07/19 23:15:29, Wez wrote: ...
8 years, 5 months ago (2012-07-20 00:42:14 UTC) #5
Wez
lgtm
8 years, 5 months ago (2012-07-20 00:43:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamiewalch@chromium.org/10801003/1016
8 years, 5 months ago (2012-07-20 00:45:34 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-20 03:03:01 UTC) #8
Change committed as 147605

Powered by Google App Engine
This is Rietveld 408576698