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

Issue 2199063003: Linux: Add xcb FD to glib event loop (Closed)

Created:
4 years, 4 months ago by Tom (Use chromium acct)
Modified:
4 years, 1 month ago
Reviewers:
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, tdresser+watch_chromium.org, grt+watch_chromium.org, wfh+watch_chromium.org, Michael Moss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Linux: Add xcb FD to glib event loop

Patch Set 1 #

Patch Set 2 : Refactor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1424 lines, -14 lines) Patch
M build/config/linux/BUILD.gn View 2 chunks +10 lines, -0 lines 0 comments Download
M build/experimental/install-build-deps.py View 2 chunks +2 lines, -0 lines 0 comments Download
M build/install-build-deps.sh View 2 chunks +3 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/install-sysroot.py View 1 1 chunk +8 lines, -8 lines 0 comments Download
M build/linux/system.gyp View 1 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main_extra_parts_x11.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/installer/linux/debian/expected_deps_ia32 View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/linux/debian/expected_deps_x64 View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_i386 View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_x86_64 View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/base/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/ui_base_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/x/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/x/ui_base_x.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/base/x/x11_window_cache.h View 1 1 chunk +179 lines, -0 lines 0 comments Download
A ui/base/x/x11_window_cache.cc View 1 1 chunk +617 lines, -0 lines 0 comments Download
A ui/base/x/x11_window_cache_event_source.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A ui/base/x/x11_window_cache_event_source.cc View 1 chunk +68 lines, -0 lines 0 comments Download
A ui/base/x/x11_window_cache_unittest.cc View 1 1 chunk +426 lines, -0 lines 0 comments Download
M ui/events/platform/x11/x11_event_source_glib.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ui/gfx/x/BUILD.gn View 1 chunk +5 lines, -1 line 0 comments Download
M ui/gfx/x/x11_types.cc View 3 chunks +10 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698