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

Issue 13582008: Simplify the transport dib situation across our various platforms, as a (Closed)

Created:
7 years, 8 months ago by Chris Evans
Modified:
7 years, 8 months ago
CC:
chromium-reviews, sail+watch_chromium.org
Visibility:
Public.

Description

Simplify the transport dib situation across our various platforms, as a pre-cursor to moving Chrome OS + Aura away from legacy GTK+X11 dibs. Now, we have just: - Windows style dibs - POSIX style dibs - Legacy GTK+X11 style dibs. There's some ifdef hoops that will be removed in a follow-up CL when Chrome OS + Aura will be moved away from legacy GTK+X11 dibs and on to POSIX dibs. BUG=147622 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192629

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -381 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 3 chunks +9 lines, -9 lines 0 comments Download
M ui/surface/surface.gyp View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M ui/surface/transport_dib.h View 1 2 3 4 5 5 chunks +15 lines, -25 lines 0 comments Download
D ui/surface/transport_dib_android.cc View 1 2 3 4 5 1 chunk +0 lines, -92 lines 0 comments Download
D ui/surface/transport_dib_linux.cc View 1 2 3 4 5 1 chunk +0 lines, -155 lines 0 comments Download
D ui/surface/transport_dib_mac.cc View 1 2 3 4 5 1 chunk +0 lines, -97 lines 0 comments Download
A + ui/surface/transport_dib_posix.cc View 1 2 3 4 5 5 chunks +21 lines, -0 lines 0 comments Download
A + ui/surface/transport_dib_sysvipc.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Chris Evans
Cleanup dibs prior to rework of Aura dib story.
7 years, 8 months ago (2013-04-03 23:09:36 UTC) #1
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/13582008/diff/7001/ui/surface/transport_dib_posix.cc File ui/surface/transport_dib_posix.cc (right): https://codereview.chromium.org/13582008/diff/7001/ui/surface/transport_dib_posix.cc#newcode13 ui/surface/transport_dib_posix.cc:13: #include "transport_dib_gtk.cc" That's gross -- is there a timeframe ...
7 years, 8 months ago (2013-04-04 00:26:45 UTC) #2
Chris Evans
On 2013/04/04 00:26:45, kbr wrote: > https://codereview.chromium.org/13582008/diff/7001/ui/surface/transport_dib_posix.cc > File ui/surface/transport_dib_posix.cc (right): > > https://codereview.chromium.org/13582008/diff/7001/ui/surface/transport_dib_posix.cc#newcode13 > ...
7 years, 8 months ago (2013-04-04 01:34:45 UTC) #3
Ken Russell (switch to Gerrit)
lgtm https://codereview.chromium.org/13582008/diff/28001/ui/surface/transport_dib_posix.cc File ui/surface/transport_dib_posix.cc (right): https://codereview.chromium.org/13582008/diff/28001/ui/surface/transport_dib_posix.cc#newcode111 ui/surface/transport_dib_posix.cc:111: #endif Comment which #ifdef this matches since it's ...
7 years, 8 months ago (2013-04-04 18:52:12 UTC) #4
Chris Evans
On 2013/04/04 18:52:12, kbr wrote: > lgtm > > https://codereview.chromium.org/13582008/diff/28001/ui/surface/transport_dib_posix.cc > File ui/surface/transport_dib_posix.cc (right): > ...
7 years, 8 months ago (2013-04-05 01:17:29 UTC) #5
Ken Russell (switch to Gerrit)
Still LGTM.
7 years, 8 months ago (2013-04-05 20:45:54 UTC) #6
Chris Evans
7 years, 8 months ago (2013-04-05 20:50:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r192629 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698