| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -55/+21 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -19/+19 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -4/+4 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -0/+4 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -3/+3 |
* | touchui: Directly process key and mouse events. | rjkroege@google.com | 2010-10-26 | 1 | -0/+4 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-22 | 1 | -12/+18 |
* | Revert 63397 - Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 1 | -18/+12 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 1 | -12/+18 |
* | FBTF: Move some inner classes out of their header files. | thestig@chromium.org | 2010-08-05 | 1 | -0/+16 |
* | Switch base to using CHECK_*. | willchan@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Changes message_pump_glib not to crash if run without corresponding | sky@chromium.org | 2010-01-30 | 1 | -2/+7 |
* | Remove some unnecessary includes. | craig.schlenter@chromium.org | 2010-01-28 | 1 | -1/+0 |
* | Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-... | mattm@chromium.org | 2009-12-04 | 1 | -5/+9 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -4/+13 |
* | Add tests for the GLib message pump. | deanm@chromium.org | 2009-06-15 | 1 | -10/+10 |
* | linux: fix main loop issues with windowless plugins | evan@chromium.org | 2009-06-01 | 1 | -38/+91 |
* | Adds DidProcessEvent to MessagePumpGLib. | sky@chromium.org | 2009-05-19 | 1 | -0/+5 |
* | Adds an observer callback to Linux's MessagePumpForUI. | sky@chromium.org | 2009-05-15 | 1 | -0/+21 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 1 | -2/+3 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Use PlatformThreadId, not int when dealing with thread ids. | agl@chromium.org | 2009-01-23 | 1 | -1/+1 |
* | Fix the glib pump getting wedged. | deanm@chromium.org | 2008-11-18 | 1 | -1/+25 |
* | Restructure the the pump for nested loops. | deanm@chromium.org | 2008-11-13 | 1 | -42/+71 |
* | Drop the wakeup pipe completely and use the builtin glib wakeup. | deanm@chromium.org | 2008-11-12 | 1 | -29/+3 |
* | Rewrite the glib UI pump. Although the previous pump was correct in terms of... | deanm@chromium.org | 2008-11-12 | 1 | -220/+125 |
* | Review URL: http://codereview.chromium.org/8220 | dsh@google.com | 2008-11-04 | 1 | -5/+6 |
* | Implement MessageLoopForUI using GLib. This gets some exercise from | dsh@google.com | 2008-10-03 | 1 | -0/+304 |