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

Issue 377753002: [Ozone-GBM] Add basic support for display configuration over IPC (Closed)

Created:
6 years, 5 months ago by dnicoara
Modified:
6 years, 5 months ago
Reviewers:
spang
CC:
chromium-reviews, rjkroege, kalyank, stevenjb+watch_chromium.org, oshima+watch_chromium.org, ozone-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

[Ozone-GBM] Add basic support for display configuration over IPC BUG=377497 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282036

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+623 lines, -35 lines) Patch
A ui/ozone/common/chromeos/display_mode_proxy.h View 1 chunk +25 lines, -0 lines 0 comments Download
A ui/ozone/common/chromeos/display_mode_proxy.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A ui/ozone/common/chromeos/display_snapshot_proxy.h View 1 chunk +30 lines, -0 lines 0 comments Download
A ui/ozone/common/chromeos/display_snapshot_proxy.cc View 1 chunk +53 lines, -0 lines 0 comments Download
A ui/ozone/common/chromeos/display_util.h View 1 chunk +21 lines, -0 lines 0 comments Download
A ui/ozone/common/chromeos/display_util.cc View 1 chunk +48 lines, -0 lines 0 comments Download
M ui/ozone/ozone.gyp View 1 chunk +6 lines, -0 lines 0 comments Download
A ui/ozone/platform/dri/chromeos/display_message_handler.h View 1 2 1 chunk +49 lines, -0 lines 1 comment Download
A ui/ozone/platform/dri/chromeos/display_message_handler.cc View 1 2 1 chunk +95 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/chromeos/native_display_delegate_dri.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc View 1 chunk +12 lines, -2 lines 0 comments Download
A + ui/ozone/platform/dri/chromeos/native_display_delegate_proxy.h View 1 2 2 chunks +30 lines, -29 lines 0 comments Download
A ui/ozone/platform/dri/chromeos/native_display_delegate_proxy.cc View 1 2 1 chunk +153 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/gbm.gypi View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/gpu_platform_support_gbm.h View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/gpu_platform_support_gbm.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M ui/ozone/platform/dri/gpu_platform_support_host_gbm.h View 1 2 4 chunks +12 lines, -1 line 0 comments Download
M ui/ozone/platform/dri/gpu_platform_support_host_gbm.cc View 1 2 3 chunks +33 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/ozone_platform_gbm.cc View 1 2 3 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dnicoara
PTAL The related IPC CL is at https://codereview.chromium.org/378673002/ It's not pretty but it gets the ...
6 years, 5 months ago (2014-07-08 13:58:45 UTC) #1
spang
https://codereview.chromium.org/377753002/diff/20001/ui/ozone/platform/dri/gpu_platform_support_gbm.cc File ui/ozone/platform/dri/gpu_platform_support_gbm.cc (left): https://codereview.chromium.org/377753002/diff/20001/ui/ozone/platform/dri/gpu_platform_support_gbm.cc#oldcode29 ui/ozone/platform/dri/gpu_platform_support_gbm.cc:29: maybe instead of all these ifdefs, chain another chromeos-specific ...
6 years, 5 months ago (2014-07-08 14:40:53 UTC) #2
dnicoara
https://codereview.chromium.org/377753002/diff/20001/ui/ozone/platform/dri/gpu_platform_support_gbm.cc File ui/ozone/platform/dri/gpu_platform_support_gbm.cc (left): https://codereview.chromium.org/377753002/diff/20001/ui/ozone/platform/dri/gpu_platform_support_gbm.cc#oldcode29 ui/ozone/platform/dri/gpu_platform_support_gbm.cc:29: On 2014/07/08 14:40:52, spang wrote: > maybe instead of ...
6 years, 5 months ago (2014-07-08 17:13:35 UTC) #3
spang
lgtm https://codereview.chromium.org/377753002/diff/80001/ui/ozone/platform/dri/chromeos/display_message_handler.h File ui/ozone/platform/dri/chromeos/display_message_handler.h (right): https://codereview.chromium.org/377753002/diff/80001/ui/ozone/platform/dri/chromeos/display_message_handler.h#newcode22 ui/ozone/platform/dri/chromeos/display_message_handler.h:22: class DisplayMessageHandler : public GpuPlatformSupport { I'm not ...
6 years, 5 months ago (2014-07-08 17:26:21 UTC) #4
dnicoara
The CQ bit was checked by dnicoara@chromium.org
6 years, 5 months ago (2014-07-09 14:38:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/377753002/80001
6 years, 5 months ago (2014-07-09 14:39:47 UTC) #6
commit-bot: I haz the power
Change committed as 282036
6 years, 5 months ago (2014-07-09 14:42:08 UTC) #7
Justin Novosad
On 2014/07/09 14:42:08, I haz the power (commit-bot) wrote: > Change committed as 282036 Could ...
6 years, 5 months ago (2014-07-09 15:36:06 UTC) #8
dnicoara
6 years, 5 months ago (2014-07-09 15:50:58 UTC) #9
Can't be since Ozone changes aren't compiled on Mac.


On Wed, Jul 9, 2014 at 11:36 AM, <junov@chromium.org> wrote:

> On 2014/07/09 14:42:08, I haz the power (commit-bot) wrote:
>
>> Change committed as 282036
>>
>
> Could this be causing the following failure?
> http://build.chromium.org/p/chromium.webkit/builders/
> WebKit%20Mac10.8%20(retina)/builds/15940
>
> meter-style test failing on retina display
>
> https://codereview.chromium.org/377753002/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698