summaryrefslogtreecommitdiffstats
path: root/base/message_pump_glib.cc
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-181-7/+7
* Remove unused variablesimon.hong81@gmail.com2012-02-231-4/+1
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-141-1/+1
* Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source...oshima@chromium.org2011-12-131-1/+1
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-131-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+4
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-4/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+4
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-55/+21
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-19/+19
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-4/+4
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+4
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-3/+3
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+4
* Add a message pump for touchui=1rjkroege@google.com2010-10-221-12/+18
* Revert 63397 - Add a message pump for touchui=1rjkroege@google.com2010-10-211-18/+12
* Add a message pump for touchui=1rjkroege@google.com2010-10-211-12/+18
* FBTF: Move some inner classes out of their header files.thestig@chromium.org2010-08-051-0/+16
* Switch base to using CHECK_*.willchan@chromium.org2010-03-021-1/+1
* Changes message_pump_glib not to crash if run without correspondingsky@chromium.org2010-01-301-2/+7
* Remove some unnecessary includes.craig.schlenter@chromium.org2010-01-281-1/+0
* 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