1. f7f3b26 Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump. by sadrul@chromium.org · 13 years ago
  2. ac63ed8 X message pump: Allow adding observers for XEvents. by sadrul@chromium.org · 13 years ago
  3. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  4. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  5. 190e7b0 Start deinlining non-empty virtual methods. (This will be automatically checked by erg@google.com · 14 years ago
  6. 9b0fb06 Switch to using TimeTicks rather than Time in message loops by jar@chromium.org · 14 years ago
  7. 2d96d7d touchui: Directly process key and mouse events. by rjkroege@google.com · 14 years ago
  8. 3080f44 Add a message pump for touchui=1 by rjkroege@google.com · 14 years ago
  9. 7d9ec95 Revert 63397 - Add a message pump for touchui=1 by rjkroege@google.com · 14 years ago
  10. 1b42340 Add a message pump for touchui=1 by rjkroege@google.com · 14 years ago
  11. e7ca2cf FBTF: Move some inner classes out of their header files. by thestig@chromium.org · 14 years ago
  12. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  13. f30aae5 Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-nothing make. by mattm@chromium.org · 15 years ago
  14. 0542358 This CL adds accelerators to the Linux toolkit views. by jcampan@chromium.org · 15 years ago
  15. 85e4a3e linux: fix main loop issues with windowless plugins by evan@chromium.org · 15 years ago
  16. 1a1e94d Adds DidProcessEvent to MessagePumpGLib. by sky@chromium.org · 15 years ago
  17. 20b30c2 Adds an observer callback to Linux's MessagePumpForUI. by sky@chromium.org · 15 years ago
  18. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 15 years ago
  19. 1ab155c Fix the glib pump getting wedged. by deanm@chromium.org · 16 years ago
  20. abb3a2b Restructure the the pump for nested loops. by deanm@chromium.org · 16 years ago
  21. 3f05f76 Drop the wakeup pipe completely and use the builtin glib wakeup. by deanm@chromium.org · 16 years ago
  22. a65cf92 Rewrite the glib UI pump. Although the previous pump was correct in terms of test coverage, it was mis-handling the concept of idle work. This meant we were effectively polling the pump, causing full CPU usage. The new pump is greatly simplified, and follows the pattern used on Windows. All tests still pass. by deanm@chromium.org · 16 years ago
  23. 34cf318 by dsh@google.com · 16 years ago
  24. 119a252 Implement MessageLoopForUI using GLib. This gets some exercise from by dsh@google.com · 16 years ago