| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate message observer API for MessagePumpX and MessagePumWin | oshima@google.com | 2011-10-04 | 1 | -20/+4 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -6/+6 |
* | Create views.dll / libviews.so | darin@chromium.org | 2011-07-28 | 1 | -2/+2 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -3/+4 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -3/+3 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -3/+3 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -3/+3 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -1/+0 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Reland r49188. | willchan@chromium.org | 2010-06-09 | 1 | -1/+24 |
* | Rebaseline tests whose expectations were changed by r55714. | hamaji@chromium.org | 2010-06-09 | 1 | -24/+1 |
* | Jankometer: Generalize the code more. Add better support for monitoring IO t... | willchan@chromium.org | 2010-06-08 | 1 | -1/+24 |
* | Support dragging a virtual file out of the browser. | jianli@chromium.org | 2010-01-15 | 1 | -0/+3 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -99/+191 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -1/+0 |
* | Add a way to register for completion-ports based async operations to be handled | rvargas@google.com | 2008-10-09 | 1 | -0/+34 |
* | As an intermediate step towards having a message pump handling IO through com... | rvargas@google.com | 2008-09-25 | 1 | -24/+50 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | reland r1075 w/ tweak to fix test failures | darin@google.com | 2008-08-20 | 1 | -1/+1 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -1/+1 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -1/+1 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -0/+216 |