| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 175820 | digit@chromium.org | 2013-01-18 | 6 | -0/+91 |
* | Merge 176691 | pkotwicz@chromium.org | 2013-01-17 | 3 | -0/+36 |
* | Merge 175452 | oshima@chromium.org | 2013-01-15 | 2 | -20/+13 |
* | Merge 175987 | cevans@chromium.org | 2013-01-14 | 5 | -15/+35 |
* | Merge 174199 | rvargas@google.com | 2013-01-02 | 1 | -1/+1 |
* | Add comments about memory behavior of SWP tasks with the same sequence token | akalin@chromium.org | 2012-12-18 | 4 | -6/+21 |
* | Add a base::ParseJson() function to help tests construct Values. | jyasskin@chromium.org | 2012-12-17 | 2 | -1/+30 |
* | base: Do not use Value::Create* functions. | tfarina@chromium.org | 2012-12-16 | 9 | -117/+124 |
* | - crash when calling abort() in all ppapi processes; | yzshen@chromium.org | 2012-12-16 | 2 | -0/+23 |
* | Adding java implementation for Geolocation | kristianm@chromium.org | 2012-12-15 | 1 | -0/+10 |
* | Add detailed UMA logging for errors in NewRandomAccessFile. | dgrogan@chromium.org | 2012-12-15 | 1 | -0/+2 |
* | Revert 172358: this messes up our GPU debug bots. | zmo@chromium.org | 2012-12-15 | 1 | -0/+5 |
* | Remove obsolete typeguards in basictypes.h. | viettrungluu@chromium.org | 2012-12-14 | 1 | -10/+0 |
* | Linux sandbox: add a new low-level broker process mechanism. | jln@chromium.org | 2012-12-14 | 1 | -1/+8 |
* | Revert 173064 | gene@chromium.org | 2012-12-14 | 1 | -1/+1 |
* | Linux sandbox: add a new low-level broker process mechanism. | jln@chromium.org | 2012-12-14 | 1 | -1/+1 |
* | Remove extra string copies when iterating lists | joth@chromium.org | 2012-12-14 | 5 | -11/+76 |
* | Adding a new utility class for instrumentation tests. | jcivelli@chromium.org | 2012-12-13 | 1 | -0/+143 |
* | Fixing identifier for device returning a 0 identifierForVendor. | qsr@chromium.org | 2012-12-13 | 2 | -11/+80 |
* | Fix build on ChromeOS, in certain developer configurations the export | joi@chromium.org | 2012-12-13 | 1 | -0/+57 |
* | Remove pref's dependency on test_browser_thread | kaiwang@chromium.org | 2012-12-13 | 2 | -36/+30 |
* | Fire SystemMonitor::{RESUME,SUSPEND}_EVENT on Android. | pliard@chromium.org | 2012-12-13 | 4 | -115/+67 |
* | Remove support for TRACE_EVENT_IF_LONGER_THANx macros | caseq@google.com | 2012-12-13 | 5 | -268/+15 |
* | Improve TimeTicks on iOS. | qsr@chromium.org | 2012-12-13 | 1 | -27/+53 |
* | De-flake the LibDispatchTaskRunner tests. | rsesek@chromium.org | 2012-12-12 | 3 | -16/+67 |
* | Move PrefMember to base/prefs/public now that it has no bad dependencies. | joi@chromium.org | 2012-12-12 | 8 | -6/+845 |
* | Fix data race when setting FieldTrial::group_reported_. | asvitkine@chromium.org | 2012-12-12 | 2 | -13/+17 |
* | [Mac] Don't override malloc_error_break twice. | shess@chromium.org | 2012-12-11 | 1 | -4/+6 |
* | cros: Add UMA stats for graphics driver memory | jamescook@chromium.org | 2012-12-11 | 1 | -11/+21 |
* | GTTF: Lower timeouts. | phajdan.jr@chromium.org | 2012-12-11 | 1 | -5/+0 |
* | Patch for an inconsistency on the calls to Heap(Query/Set)Information. | sebmarchand@chromium.org | 2012-12-10 | 1 | -5/+23 |
* | Fix broken vs2012 build | cpu@chromium.org | 2012-12-10 | 1 | -0/+1 |
* | Add another temporary histogram to understand field trial reporting issue. | asvitkine@chromium.org | 2012-12-10 | 1 | -1/+14 |
* | Cache the system version, numbers, and name, as the OS does not. | leng@chromium.org | 2012-12-10 | 1 | -19/+28 |
* | Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2. | glider@chromium.org | 2012-12-10 | 1 | -1/+11 |
* | Mark LibDispatchTaskRunnerTest.NonNestable as flaky | battre@chromium.org | 2012-12-10 | 1 | -1/+2 |
* | Mark LibDispatchTaskRunnerTest.DispatchAndPostTasks as flaky | battre@chromium.org | 2012-12-10 | 1 | -1/+2 |
* | Change the TSan v2 memory order constants to match the ones used by TSan runt... | glider@chromium.org | 2012-12-10 | 1 | -20/+85 |
* | Assert on actual contents of ScopedVector in scoped_vector_unittest. | gavinp@chromium.org | 2012-12-08 | 1 | -2/+25 |
* | Add tracing support to NaCl | jbauman@chromium.org | 2012-12-08 | 2 | -1/+11 |
* | Remove scoped_refptr::release which is confusing and causes leaks. | piman@chromium.org | 2012-12-08 | 1 | -11/+0 |
* | android: Improve ActivityStatus and add ChromiumActivity. | digit@chromium.org | 2012-12-07 | 2 | -20/+166 |
* | Report memory usage retained by TCMalloc freelists. | alexeif@chromium.org | 2012-12-07 | 5 | -62/+50 |
* | Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a li... | rsesek@chromium.org | 2012-12-07 | 5 | -0/+332 |
* | Add comments about what should and should not depend on 'allocator' | akalin@chromium.org | 2012-12-06 | 2 | -0/+6 |
* | Correct misleading definition of 'closure' in base/bind documentation. | dubroy@chromium.org | 2012-12-06 | 2 | -11/+23 |
* | Linux: inform the Zygote when it's waiting on a dead process | jln@chromium.org | 2012-12-06 | 2 | -37/+58 |
* | Fix integer overflow in Windows shared memory handling. | cevans@chromium.org | 2012-12-06 | 1 | -0/+2 |
* | Implement annotation support for JS<->Java interface | dtrainor@chromium.org | 2012-12-05 | 1 | -0/+4 |
* | Add STLSetDifference to stl_util.h, because std::set_difference is extremely | kalman@chromium.org | 2012-12-05 | 3 | -0/+110 |