| 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 | -9/+7 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Tag all tracked objects, including Tasks, with the program counter at the sit... | apatrick@chromium.org | 2011-05-19 | 1 | -0/+3 |
* | X message pump: Allow adding observers for XEvents. | sadrul@chromium.org | 2011-05-11 | 1 | -4/+3 |
* | Base: More adjustments to BASE_API and project dependencies to | rvargas@google.com | 2011-04-21 | 1 | -1/+1 |
* | Add support for base::Closure in the MessageLoop, and reimplement the whole s... | ajwong@chromium.org | 2011-04-20 | 1 | -16/+76 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -5/+7 |
* | When we process the tickler message in our windows message pump, we should no... | ananta@chromium.org | 2011-03-24 | 1 | -0/+13 |
* | Fix style mistakes in r75477. | ajwong@chromium.org | 2011-02-25 | 1 | -6/+14 |
* | Run event executor on the ui thread to remove the need to explicitly XFlush()... | ajwong@chromium.org | 2011-02-19 | 1 | -0/+5 |
* | Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads. | willchan@chromium.org | 2011-01-26 | 1 | -2/+5 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Make the order of methods in the cc files match the headers in base/. | erg@google.com | 2011-01-07 | 1 | -15/+3 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -63/+63 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -6/+6 |
* | Try to improve message_loop efficiency when backlogged | jar@chromium.org | 2010-11-04 | 1 | -0/+3 |
* | Added task to Observer methods | davemoore@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | touchui: Directly process key and mouse events. | rjkroege@google.com | 2010-10-26 | 1 | -0/+7 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+3 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 1 | -3/+2 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+3 |
* | Revert 63332 - Test of performance value of reducing calls to Now(). | jar@chromium.org | 2010-10-21 | 1 | -5/+0 |
* | Test of performance value of reducing calls to Now(). | jar@chromium.org | 2010-10-21 | 1 | -0/+5 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+3 |
* | Fixes bad URLRequest leak detection. nss_ocsp creates a | sky@chromium.org | 2010-09-15 | 1 | -1/+3 |
* | `#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 |