| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ... | ananta@chromium.org | 2011-09-15 | 2 | -189/+0 |
* | Forward declare v8::Extension in webkit/extensions/v8/*. | tfarina@chromium.org | 2011-09-09 | 6 | -39/+43 |
* | webkit/extensions/v8: Forward declare v8::Extension in HeapProfilerExtension ... | tfarina@chromium.org | 2011-09-04 | 2 | -7/+9 |
* | webkit/extensions/v8: Forward declare v8::Extension in GCExtension header. | tfarina@chromium.org | 2011-09-02 | 2 | -16/+21 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 1 | -22/+2 |
* | Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ... | chromium@hybridsource.org | 2011-05-25 | 1 | -5/+5 |
* | Add chrome.benchmark routines to clear the host and predictor caches. | tonyg@chromium.org | 2011-03-28 | 1 | -0/+24 |
* | Remove Gears from Chrome. | aa@chromium.org | 2011-03-11 | 2 | -67/+0 |
* | Update benchmarking clearCache routine to be able to preserve sslhostinfo: | mbelshe@chromium.org | 2011-02-15 | 1 | -3/+6 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | Add some initial OWNERS files for src/webkit/. | darin@chromium.org | 2011-01-14 | 1 | -0/+1 |
* | Drop allocator dependency from base library. | willchan@chromium.org | 2010-10-19 | 1 | -7/+35 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -5/+6 |
* | Reland interval change. | mbelshe@chromium.org | 2010-08-27 | 3 | -80/+29 |
* | Revert 57386: | nsylvain@chromium.org | 2010-08-26 | 3 | -29/+80 |
* | Move the chromium.Interval to chrome.Interval as part of the benchmarking | mbelshe@chromium.org | 2010-08-25 | 3 | -80/+29 |
* | Enable/Disable Spdy in benchmarking. | lzheng@chromium.org | 2010-08-19 | 1 | -0/+15 |
* | Show a warning message if the cache might not be cleared between runs. | mlloyd@chromium.org | 2010-07-02 | 1 | -0/+11 |
* | Revert 51042 - Show a warning message if the cache might not be cleared corre... | sky@chromium.org | 2010-06-28 | 1 | -11/+0 |
* | Show a warning message if the cache might not be cleared correctly between runs. | mlloyd@chromium.org | 2010-06-28 | 1 | -0/+11 |
* | Revert "Show a warning message if the cache might not be cleared correctly be... | mlloyd@chromium.org | 2010-06-24 | 1 | -13/+0 |
* | Show a warning message if the cache might not be cleared correctly between runs. | mlloyd@chromium.org | 2010-06-24 | 1 | -0/+13 |
* | Revert "Show a warning message if the cache might not be cleared correctly be... | mlloyd@chromium.org | 2010-06-23 | 1 | -13/+0 |
* | Show a warning message if the cache might not be cleared correctly between runs. | mlloyd@chromium.org | 2010-06-23 | 1 | -0/+13 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | Actually clear the disk cache, and keep it enabled, between benchmark runs. | mlloyd@chromium.org | 2010-06-05 | 1 | -3/+1 |
* | Land patch for WangXianzhu. See http://codereview.chromium.org/1556005/show f... | jnd@chromium.org | 2010-05-14 | 1 | -5/+18 |
* | Eliminate WebCore include paths when compiling Chromium code. | darin@chromium.org | 2010-04-03 | 6 | -10/+4 |
* | webkit/ ifdefs for BSD port; based on sprewell@jaggeri.com patch | pvalchev@google.com | 2010-03-30 | 1 | -2/+2 |
* | Support controlling the TCMalloc CPU profiler from script in test_shell | jamesr@chromium.org | 2010-03-10 | 1 | -0/+13 |
* | Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define. | thestig@chromium.org | 2010-02-26 | 1 | -2/+2 |
* | Rename CloseIdleConnections -> CloseCurrentConnections. | mbelshe@chromium.org | 2010-01-14 | 1 | -1/+1 |
* | Point #include lines to files in the new tcmalloc/chromium local branch. | sgk@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Move benchmark extension example to new location and clean it up to use brows... | erikkay@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | linux: TCMalloc-based C++ heap profiler. | willchan@chromium.org | 2009-11-11 | 2 | -0/+134 |
* | Preliminary fixes to enable link dependent objects. | maruel@chromium.org | 2009-09-24 | 1 | -2/+2 |
* | Expose access for reading stats counters via the | mbelshe@google.com | 2009-07-17 | 1 | -7/+29 |
* | Add an extension to expose some primitives to JS for doing | mbelshe@google.com | 2009-06-05 | 2 | -0/+86 |
* | Update playback extension so that javascript functions return consistent (but... | ace@google.com | 2009-04-14 | 1 | -2/+6 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 9 | -9/+0 |
* | Add API functions to control Quantify, as well as expose these | asargent@chromium.org | 2009-03-09 | 2 | -0/+113 |
* | Fix build breakage on Mac. | asargent@chromium.org | 2009-03-05 | 4 | -0/+4 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 8 | -0/+259 |