| Commit message (Expand) | Author | Age | Files | Lines |
* | Move chrome.appWindow to chrome.app.window. | asargent@chromium.org | 2012-07-20 | 3 | -11/+38 |
* | Skip bad/good even for oficial builds. | vitalybuka@chromium.org | 2012-07-20 | 1 | -41/+37 |
* | run_test_cases: Add header for swarm to realize the log is valid. | maruel@chromium.org | 2012-07-20 | 1 | -0/+4 |
* | Fix exception on OSX 10.6 due to incomplete multiprocessing implementation. | maruel@chromium.org | 2012-07-20 | 1 | -3/+17 |
* | Update size expectation for nacl. Take 2. | nsylvain@chromium.org | 2012-07-20 | 1 | -2/+2 |
* | Update size expectation for nacl. | nsylvain@chromium.org | 2012-07-20 | 1 | -4/+4 |
* | run_test_cases: Cleaner, deterministic output. | maruel@chromium.org | 2012-07-20 | 4 | -88/+111 |
* | run_test_from_archive: Limit the number of items in the cache. | maruel@chromium.org | 2012-07-20 | 1 | -6/+24 |
* | Suppress leaks in WebKit::WebFilterOperations::WebFilterOperations (issue 138... | glider@chromium.org | 2012-07-20 | 1 | -6/+49 |
* | HiDPI assets for Chrome OS Files app | kaznacheev@chromium.org | 2012-07-20 | 1 | -1/+1 |
* | Extend the suppression for issue 138045 (use-after-free errors in glslang_parse) | glider@chromium.org | 2012-07-20 | 1 | -10/+8 |
* | Extend the suppression for NULL deref in ChromiumThreading::callOnMainThread ... | glider@chromium.org | 2012-07-20 | 2 | -5/+32 |
* | run_test_from_archive: Save a more compact json file. | maruel@chromium.org | 2012-07-20 | 1 | -1/+1 |
* | Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"' | mseaborn@chromium.org | 2012-07-20 | 2 | -15/+20 |
* | NaCl: Remove two uses of '#include "nacl/nacl_log.h"' | mseaborn@chromium.org | 2012-07-20 | 2 | -20/+15 |
* | Represent BINARY properties using std::string instead of BinaryValue, | jyasskin@chromium.org | 2012-07-20 | 2 | -15/+20 |
* | Extensions Docs Server: Functions with return values | cduvall@chromium.org | 2012-07-20 | 1 | -0/+5 |
* | Changed official builds URL. | vitalybuka@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | run_test_cases: Redirect stderr too. Improve output. Set default timeout to 1... | maruel@chromium.org | 2012-07-19 | 1 | -4/+6 |
* | Add shard support to run_test_cases.py. Remove get_test_cases() duplicate. | maruel@chromium.org | 2012-07-19 | 2 | -54/+71 |
* | Merge worker_pool into run_test_cases. | maruel@chromium.org | 2012-07-19 | 6 | -195/+172 |
* | Remove the dependence on trace_inputs from run_test_cases. | maruel@chromium.org | 2012-07-19 | 1 | -2/+3 |
* | Merge list_test_cases into run_test_cases. | maruel@chromium.org | 2012-07-19 | 6 | -149/+141 |
* | Stop using depot_tools/subprocess2.py and implement our timeout support ourself. | maruel@chromium.org | 2012-07-19 | 3 | -22/+218 |
* | Fix memory leak in TraceSubscriberStdioImpl. | husky@chromium.org | 2012-07-19 | 1 | -15/+0 |
* | Enforce all the source files to be encoded in UTF-8. | maruel@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Update the suppression for uninits in gpu::gles2 shader compilation (issue 11... | glider@chromium.org | 2012-07-19 | 1 | -1/+44 |
* | Suppress unaddressable accesses in glslang_parse (issue 138045) | glider@chromium.org | 2012-07-19 | 1 | -2/+25 |
* | Extend the suppression for v8::internal::NativeRegExpMacroAssembler::Execute ... | glider@chromium.org | 2012-07-19 | 1 | -39/+64 |
* | OnVideoTimeUpdate reports race under TSAN | dhollowa@chromium.org | 2012-07-19 | 1 | -0/+6 |
* | Extension Docs Server: event template | cduvall@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Add fix_test_cases.py. | maruel@chromium.org | 2012-07-19 | 1 | -0/+142 |
* | Update sizes expectations for http://crrev.com/147236 | kerz@chromium.org | 2012-07-18 | 1 | -2/+2 |
* | Update sizes expectations for http://crrev.com/147236 | kerz@chromium.org | 2012-07-18 | 1 | -1/+1 |
* | Prepend "strace_" to process_quoted_argument to make it clear it's strace-spe... | maruel@chromium.org | 2012-07-18 | 2 | -15/+15 |
* | Valgrind reports Uninitialized with GetStrikeMetrics on Mac | dhollowa@chromium.org | 2012-07-17 | 1 | -5/+1 |
* | isolate.py: Rework hashtable command to reuse recreate_tree() function. | maruel@chromium.org | 2012-07-17 | 1 | -38/+41 |
* | disk_cache::BackendImpl::SyncInit shows Race in TSAN | dhollowa@chromium.org | 2012-07-17 | 1 | -0/+10 |
* | If 'isolate.py hashtable' fails, delete the .results file. | maruel@chromium.org | 2012-07-17 | 1 | -41/+52 |
* | run_tests_from_archive.py: Throw a proper error on missing input file. | maruel@chromium.org | 2012-07-17 | 1 | -0/+2 |
* | Add an activity monitor which profiles IO and CPU utilization. | satish@chromium.org | 2012-07-17 | 2 | -0/+149 |
* | PipelineIntegrationTest.BasicPlayback_MediaSource fails under Windows TSan | dhollowa@chromium.org | 2012-07-17 | 1 | -0/+1 |
* | Store mmap-or-not information in DeepBucket. | dmikurube@chromium.org | 2012-07-17 | 1 | -119/+92 |
* | JSON schema compiler: Read the "optional" property out of the JSON for Function. | kalman@chromium.org | 2012-07-17 | 1 | -0/+3 |
* | [net] Fix uninitialized access in AddressTrackerLinuxTest | szym@chromium.org | 2012-07-17 | 1 | -16/+0 |
* | AddressTracker tests leaking | dhollowa@chromium.org | 2012-07-17 | 1 | -0/+16 |
* | Rename suppression 134891 as 93932. | scherkus@chromium.org | 2012-07-17 | 1 | -9/+9 |
* | JSON Schema Compiler: Add event compilation and allow multiple parameters to ... | mtytel@chromium.org | 2012-07-16 | 25 | -206/+737 |
* | Initial set of 33 pages for scrolling benchmark. | tonyg@chromium.org | 2012-07-16 | 1 | -0/+49 |
* | Revert 146792 - Lock-free GamepadSeqLock (try 2) | erg@google.com | 2012-07-16 | 1 | -2/+0 |