summaryrefslogtreecommitdiffstats
path: root/base/message_pump_glib.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-5/+9
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-4/+13
* Add tests for the GLib message pump.deanm@chromium.org2009-06-151-10/+10
* linux: fix main loop issues with windowless pluginsevan@chromium.org2009-06-011-38/+91
* Adds DidProcessEvent to MessagePumpGLib.sky@chromium.org2009-05-191-0/+5
* Adds an observer callback to Linux's MessagePumpForUI.sky@chromium.org2009-05-151-0/+21
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-2/+3
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+1
* Fix the glib pump getting wedged.deanm@chromium.org2008-11-181-1/+25
* Restructure the the pump for nested loops.deanm@chromium.org2008-11-131-42/+71
* Drop the wakeup pipe completely and use the builtin glib wakeup.deanm@chromium.org2008-11-121-29/+3
* Rewrite the glib UI pump. Although the previous pump was correct in terms of...deanm@chromium.org2008-11-121-220/+125
* Review URL: http://codereview.chromium.org/8220dsh@google.com2008-11-041-5/+6
* Implement MessageLoopForUI using GLib. This gets some exercise fromdsh@google.com2008-10-031-0/+304