| Commit message (Expand) | Author | Age | Files | Lines |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 1 | -2/+3 |
* | Refactor MessagePumpX to dispatch events inside of the source Dispatch function. | piman@chromium.org | 2011-12-14 | 1 | -5/+0 |
* | Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source... | oshima@chromium.org | 2011-12-13 | 1 | -0/+5 |
* | Refactor MessagePumpX to dispatch events inside of the source Dispatch function. | piman@chromium.org | 2011-12-13 | 1 | -5/+0 |
* | Add OVERRIDE to base/, dbus/. | avi@chromium.org | 2011-11-23 | 1 | -4/+4 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -60/+29 |
* | X message pump: Allow adding observers for XEvents. | sadrul@chromium.org | 2011-05-11 | 1 | -0/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -6/+7 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -1/+1 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -2/+2 |
* | 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 | -0/+9 |
* | Revert 63397 - Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 1 | -9/+0 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 1 | -0/+9 |
* | FBTF: Move some inner classes out of their header files. | thestig@chromium.org | 2010-08-05 | 1 | -15/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | 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/+24 |
* | linux: fix main loop issues with windowless plugins | evan@chromium.org | 2009-06-01 | 1 | -5/+8 |
* | Adds DidProcessEvent to MessagePumpGLib. | sky@chromium.org | 2009-05-19 | 1 | -0/+7 |
* | Adds an observer callback to Linux's MessagePumpForUI. | sky@chromium.org | 2009-05-15 | 1 | -0/+29 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Fix the glib pump getting wedged. | deanm@chromium.org | 2008-11-18 | 1 | -0/+8 |
* | Restructure the the pump for nested loops. | deanm@chromium.org | 2008-11-13 | 1 | -0/+12 |
* | Drop the wakeup pipe completely and use the builtin glib wakeup. | deanm@chromium.org | 2008-11-12 | 1 | -10/+0 |
* | Rewrite the glib UI pump. Although the previous pump was correct in terms of... | deanm@chromium.org | 2008-11-12 | 1 | -38/+5 |
* | Review URL: http://codereview.chromium.org/8220 | dsh@google.com | 2008-11-04 | 1 | -0/+3 |
* | Implement MessageLoopForUI using GLib. This gets some exercise from | dsh@google.com | 2008-10-03 | 1 | -0/+100 |