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

Issue 23460052: Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h (Closed)

Created:
7 years, 3 months ago by Ben Goodger (Google)
Modified:
7 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, kkania, dcheng, sievers+watch_chromium.org, yusukes+watch_chromium.org, stevenjb+watch_chromium.org, miu+watch_chromium.org, jbauman+watch_chromium.org, ben+watch_chromium.org, jam, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, derat+watch_chromium.org, penghuang+watch_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, tfarina, frankf, danakj+watch_chromium.org, James Su, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h This is to break a dependency on ui/base from ui/compositor. R=sky@chromium.org TBR=sky@chromium.org BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224419

Patch Set 1 #

Total comments: 2

Patch Set 2 : Bustage & include order #

Patch Set 3 : Rebase #

Patch Set 4 : sdf #

Patch Set 5 : rebase #

Patch Set 6 : sdf #

Patch Set 7 : sdf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -187 lines) Patch
M ash/display/display_controller.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M ash/display/display_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/mirror_window_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/keyboard_driven_event_rewriter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/system_key_event_listener.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/xinput_hierarchy_changed_event_listener.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/fullscreen_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/idle_query_x11.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/event_rewriter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/keycode_text_conversion_x.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/aura/software_output_device_x11.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/aura/software_output_device_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/power_save_blocker_x11.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/backing_store_gtk.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/backing_store_gtk.cc View 11 chunks +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/gtk_window_utils.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/plugin/webplugin_proxy.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/aura/root_window_host_x11.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/root_window_host_x11.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/aura/test/ui_controls_factory_aurax11.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M ui/base/clipboard/clipboard_gtk.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/base/cursor/cursor_loader_x11.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_aurax11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/ime/character_composer.cc View 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/touch/touch_factory_x11.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/base/x/device_data_manager.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/base/x/events_x.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/x/selection_utils.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/base/x/x11_error_tracker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/x/x11_util.h View 12 chunks +16 lines, -24 lines 0 comments Download
M ui/base/x/x11_util.cc View 43 chunks +54 lines, -58 lines 0 comments Download
M ui/compositor/test/test_compositor_host_x11.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A ui/gfx/x/x11_types.h View 1 chunk +25 lines, -0 lines 0 comments Download
A ui/gfx/x/x11_types.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M ui/surface/transport_dib.h View 3 chunks +3 lines, -2 lines 0 comments Download
M ui/surface/transport_dib_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ui.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_x11.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_handler.h View 2 chunks +2 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_window_event_filter.h View 2 chunks +2 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/x11_window_event_filter.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ben Goodger (Google)
7 years, 3 months ago (2013-09-18 23:15:31 UTC) #1
sky
https://codereview.chromium.org/23460052/diff/1/ui/base/x/x11_util.h File ui/base/x/x11_util.h (left): https://codereview.chromium.org/23460052/diff/1/ui/base/x/x11_util.h#oldcode28 ui/base/x/x11_util.h:28: typedef struct _XDisplay Display; I believe this was Display ...
7 years, 3 months ago (2013-09-19 00:11:39 UTC) #2
sky
LGTM https://codereview.chromium.org/23460052/diff/1/ui/base/x/x11_util.h File ui/base/x/x11_util.h (left): https://codereview.chromium.org/23460052/diff/1/ui/base/x/x11_util.h#oldcode28 ui/base/x/x11_util.h:28: typedef struct _XDisplay Display; On 2013/09/19 00:11:39, sky ...
7 years, 3 months ago (2013-09-19 00:13:49 UTC) #3
Ben Goodger (Google)
The other issue (maybe not an issue but something that's confusing) is that there's also ...
7 years, 3 months ago (2013-09-19 04:38:49 UTC) #4
sky
Ah, ok, makes sense. -Scott On Wed, Sep 18, 2013 at 9:38 PM, <ben@chromium.org> wrote: ...
7 years, 3 months ago (2013-09-19 15:49:51 UTC) #5
Ben Goodger (Google)
7 years, 3 months ago (2013-09-20 17:41:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #7 manually as r224419 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698