| Commit message (Expand) | Author | Age | Files | Lines |
* | Output trace clock markers on Android on start/end of tracing | wangxianzhu@chromium.org | 2013-10-14 | 2 | -0/+21 |
* | Re-enable SecurityTest.CallocOverflow | hans@chromium.org | 2013-10-14 | 1 | -7/+1 |
* | GTTF: report results of all test iterations, to stdout and optionally JSON file. | phajdan.jr@chromium.org | 2013-10-14 | 7 | -53/+209 |
* | Revert 227219 "Revert 226920 "Roll Clang 188423:191856."" | thakis@chromium.org | 2013-10-12 | 2 | -16/+3 |
* | GTTF: Clean up TestResultsTracker, prepare for JSON summary output. | phajdan.jr@chromium.org | 2013-10-11 | 3 | -103/+158 |
* | base: Include intrin.h to get _ReturnAddress from clang | rnk@chromium.org | 2013-10-11 | 1 | -7/+4 |
* | Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Env | jsbell@chromium.org | 2013-10-10 | 3 | -0/+65 |
* | Revert "Revert "Use chunks in trace event buffers"" | wangxianzhu@chromium.org | 2013-10-10 | 3 | -474/+791 |
* | Remove file_util debugging cruft from crbug.com/108724 | robertshield@chromium.org | 2013-10-10 | 3 | -10/+0 |
* | C++ Readability Review for caitkp | caitkp@chromium.org | 2013-10-09 | 3 | -68/+77 |
* | Revert "Use chunks in trace event buffers" | wangxianzhu@chromium.org | 2013-10-09 | 3 | -798/+474 |
* | Update a comment to align with the behaviour of the code. | rjkroege@chromium.org | 2013-10-09 | 1 | -3/+3 |
* | Use chunks in trace event buffers | wangxianzhu@chromium.org | 2013-10-09 | 3 | -474/+798 |
* | Non-US OS region generates invalid trace JSON. | ed@opera.com | 2013-10-09 | 1 | -2/+24 |
* | Make ConvertableToTraceFormat ref-counted | wangxianzhu@chromium.org | 2013-10-09 | 7 | -149/+78 |
* | Fix some WeakPtrFactory members that aren't last | dmichael@chromium.org | 2013-10-08 | 2 | -7/+7 |
* | Add sk_calloc and sk_calloc_throw to SkMemory_new_handler.cpp. | mtklein@google.com | 2013-10-08 | 2 | -3/+15 |
* | GTTF: Extract ResultsPrinter out of test_launcher. | phajdan.jr@chromium.org | 2013-10-08 | 4 | -224/+274 |
* | Add newline to end of file. | justincohen@google.com | 2013-10-08 | 1 | -1/+1 |
* | Disable PosixDynamicThreadPoolTest.Basic on TSAN. | benwells@chromium.org | 2013-10-08 | 1 | -1/+7 |
* | base: fix typos in comment | vapier@chromium.org | 2013-10-08 | 1 | -3/+3 |
* | Revert 227354 "Revert "Implement TracingController::{Enable,Disa..." | haraken@chromium.org | 2013-10-08 | 3 | -42/+171 |
* | Darwin 13 is Mac OS X 10.9. | avi@chromium.org | 2013-10-07 | 1 | -1/+1 |
* | Revert "Implement TracingController::{Enable,Disable,Capture}Monitoring" | justinlin@chromium.org | 2013-10-07 | 3 | -171/+42 |
* | Add memory pressure script | dtrainor@chromium.org | 2013-10-07 | 1 | -39/+96 |
* | ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumer... | tommycli@chromium.org | 2013-10-07 | 1 | -5/+4 |
* | Implement TracingController::{Enable,Disable,Capture}Monitoring | haraken@chromium.org | 2013-10-07 | 3 | -42/+171 |
* | Revert 227006 "Revert 226984 "Disable CallocOverflow under Mac/A..." | jochen@chromium.org | 2013-10-07 | 1 | -1/+7 |
* | Revert 226920 "Roll Clang 188423:191856." | thakis@chromium.org | 2013-10-06 | 2 | -3/+16 |
* | GTTF: move the test launcher files to base/test/launcher | phajdan.jr@chromium.org | 2013-10-04 | 10 | -27/+27 |
* | [Android] Add settings link on EME infobar. | kkimlabs@chromium.org | 2013-10-04 | 1 | -1/+1 |
* | Revert 226984 "Disable CallocOverflow under Mac/ASAN" | jochen@chromium.org | 2013-10-04 | 1 | -7/+1 |
* | Revert 226978 "Revert 226920 "Roll Clang 188423:191856."" | jochen@chromium.org | 2013-10-04 | 2 | -16/+3 |
* | Disable CallocOverflow under Mac/ASAN | jochen@chromium.org | 2013-10-04 | 1 | -1/+7 |
* | Revert 226920 "Roll Clang 188423:191856." | jochen@chromium.org | 2013-10-04 | 2 | -3/+16 |
* | Roll Clang 188423:191856. | thakis@chromium.org | 2013-10-04 | 2 | -16/+3 |
* | Clean up unused constant globals | hans@chromium.org | 2013-10-03 | 2 | -2/+2 |
* | Hook up WebRTC logging extension API to the underlying functionality. | grunell@chromium.org | 2013-10-03 | 1 | -1/+1 |
* | Remove FromWStringHack(). | limasdf@gmail.com | 2013-10-03 | 2 | -31/+0 |
* | Disable the tests failing under TSan because of incorrect assumptions about t... | glider@chromium.org | 2013-10-03 | 2 | -7/+29 |
* | Revert 226701 "Implement TracingController::{Enable,Disable,Capt..." | tapted@chromium.org | 2013-10-03 | 3 | -170/+42 |
* | Implement TracingController::{Enable,Disable,Capture}Monitoring | haraken@chromium.org | 2013-10-03 | 3 | -42/+170 |
* | Update OOM killer to patch out CFAllocator on 10.9. | avi@chromium.org | 2013-10-03 | 1 | -2/+4 |
* | Enforce crash key registration in SetCrashKeyValue. | rsesek@chromium.org | 2013-10-03 | 1 | -3/+2 |
* | r226421 added 10.9 as a variant, so it should be valid. | avi@chromium.org | 2013-10-02 | 1 | -1/+2 |
* | A few improvements to make jni_generator work outside of chromium. | bulach@chromium.org | 2013-10-02 | 3 | -42/+76 |
* | base: Fix MemoryPressureListener documentation | boliu@chromium.org | 2013-10-02 | 1 | -5/+2 |
* | Added the AutomaticProfileResetter service. | engedy@chromium.org | 2013-10-02 | 2 | -0/+23 |
* | Update OS version functions. | avi@chromium.org | 2013-10-02 | 5 | -19/+67 |
* | Fix WaitableEvent and ConditionVariable::TimedWait to use monotonic time on n... | piman@chromium.org | 2013-10-02 | 3 | -14/+107 |