diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-18 01:30:42 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-18 01:30:42 +0000 |
commit | aa0f26699ba66418e3d8fd06ba086142d7012377 (patch) | |
tree | d0f750093383b3fce661457968dfd05d6116f698 /sandbox/sandbox.scons | |
parent | 7e503425499371c6eb68946bbd4bf63e652aff3d (diff) | |
download | chromium_src-aa0f26699ba66418e3d8fd06ba086142d7012377.zip chromium_src-aa0f26699ba66418e3d8fd06ba086142d7012377.tar.gz chromium_src-aa0f26699ba66418e3d8fd06ba086142d7012377.tar.bz2 |
Fix the glib pump getting wedged.
I had previously used g_main_context_wakeup which uses glib's internal wakeup pipe. However, this won't ensure that our Dispatch method is called, so I think the poll() was returning, but our events never realized this so we kept on blocking infinitely. We need to make sure our Dispatch() is run when there is a wakeup, which means we have to use our own wakeup pipe so we can handle the event.
Review URL: http://codereview.chromium.org/11432
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.scons')
0 files changed, 0 insertions, 0 deletions