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

Issue 23530050: Use an X event loop in the GPU process on Linux. (Closed)

Created:
7 years, 3 months ago by ccameron
Modified:
7 years, 3 months ago
CC:
chromium-reviews, sadrul, grt+watch_chromium.org, jam, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, erikwright+watch_chromium.org
Visibility:
Public.

Description

Use an X event loop in the GPU process on Linux. In future patches, X windows will be created in the GPU process, and events sent to these windows will need to be forwarded to their parent windows. Linux uses GTK as the default UI event loop type, but GTK is not in the GPU process, so the X11 event loop type is used instead. Update package dependencies. This will cause a regression in nacl_helper-text/text. Test expectations will need to be updated. BUG=145600 TBR=thakis, piman, mmoss, erg Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222894

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -5 lines) Patch
M base/message_loop/message_loop.h View 5 chunks +19 lines, -1 line 0 comments Download
M base/message_loop/message_loop.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/message_loop/message_pump_x11.h View 1 chunk +1 line, -3 lines 0 comments Download
M base/message_loop/message_pump_x11.cc View 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/linux/debian/expected_deps View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_i386 View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_x86_64 View 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ccameron
This caused the following perf regression for nacl_helper: http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/55508 We'll be using X more directly ...
7 years, 3 months ago (2013-09-12 18:44:58 UTC) #1
ccameron
Adding ncbray, since he's the nacl-sheriff.
7 years, 3 months ago (2013-09-12 19:10:11 UTC) #2
Nick Bray (chromium)
The size regression for NaCl helper 1) appears to be unavoidable and 2) not that ...
7 years, 3 months ago (2013-09-12 19:55:52 UTC) #3
ccameron
Thanks!!
7 years, 3 months ago (2013-09-12 19:59:28 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/23530050/1
7 years, 3 months ago (2013-09-12 19:59:41 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-09-12 22:51:12 UTC) #6
Message was sent while issue was closed.
Change committed as 222894

Powered by Google App Engine
This is Rietveld 408576698