| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -3/+3 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -5/+3 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -3/+5 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -5/+3 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -3/+5 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -5/+3 |
* | Change chrome from statically enabling high resolution timers on windows | mbelshe@chromium.org | 2010-06-29 | 1 | -0/+18 |
* | Reland r49188. | willchan@chromium.org | 2010-06-09 | 1 | -18/+60 |
* | Rebaseline tests whose expectations were changed by r55714. | hamaji@chromium.org | 2010-06-09 | 1 | -60/+18 |
* | Jankometer: Generalize the code more. Add better support for monitoring IO t... | willchan@chromium.org | 2010-06-08 | 1 | -18/+60 |
* | Add MessageLoop::QuitNow and use it to terminate a sync IPC. | darin@chromium.org | 2010-02-23 | 1 | -0/+4 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -6/+6 |
* | [Mac] Pump nestable tasks while web popups are visible. | shess@chromium.org | 2009-12-16 | 1 | -0/+17 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -1/+1 |
* | Move creation of SEH frame into a separate funcion.For any function that uses... | stoyan@google.com | 2009-10-26 | 1 | -1/+5 |
* | Make swapping the incoming queue with the work queue constant time. | darin@chromium.org | 2009-09-02 | 1 | -1/+7 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -18/+17 |
* | Adds time-out to browser-tests to prevent a hanging test from hanging the ent... | jcampan@chromium.org | 2009-07-01 | 1 | -0/+3 |
* | Consistently use int64 for integers holding number of milliseconds. | phajdan.jr@chromium.org | 2009-06-17 | 1 | -3/+3 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -3/+0 |
* | Promotes Add/RemoveObserver to MessageLoop for linux. Because | sky@chromium.org | 2009-05-18 | 1 | -1/+14 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 1 | -12/+1 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 1 | -1/+12 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-15 | 1 | -8/+15 |
* | Reverting 6911. | ojan@google.com | 2008-12-12 | 1 | -15/+8 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-12 | 1 | -8/+15 |
* | Add FD watching support to message_pump_libevent. | jeremy@chromium.org | 2008-12-08 | 1 | -0/+3 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -4/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -5/+5 |
* | Lint message loop code (added explicit to a class definition) | jar@google.com | 2008-10-27 | 1 | -6/+6 |
* | Add a way to register for completion-ports based async operations to be handled | rvargas@google.com | 2008-10-09 | 1 | -0/+3 |
* | As an intermediate step towards having a message pump handling IO through com... | rvargas@google.com | 2008-09-25 | 1 | -2/+14 |
* | Miscellaneous cleanup. | wtc@google.com | 2008-09-23 | 1 | -1/+0 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 1 | -0/+15 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 1 | -15/+0 |
* | Make tcp_client_socket_unittest pass on Linux. | dkegel@google.com | 2008-09-18 | 1 | -0/+15 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 1 | -9/+1 |
* | Put back r1891 with some task deletion disabled to maintain backwards compat ... | darin@chromium.org | 2008-09-10 | 1 | -2/+7 |
* | rollback r1891 | darin@google.com | 2008-09-09 | 1 | -4/+2 |
* | Delete pending tasks that have not run. To do this properly, I found that I ... | darin@google.com | 2008-09-09 | 1 | -2/+4 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 1 | -115/+57 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 1 | -2/+3 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -3/+3 |
* | Disable this DCHECK since too many consumers expect to be able to | darin@google.com | 2008-08-26 | 1 | -1/+3 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -34/+102 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -1/+1 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 1 | -1/+1 |