summaryrefslogtreecommitdiffstats
path: root/base/message_pump_glib.cc
Commit message (Expand)AuthorAgeFilesLines
* 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