| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement TracingController::GetMonitoringStatus | haraken@chromium.org | 2014-01-16 | 1 | -8/+40 |
* | Add a mechanism to let TracingController invoke JavaScript via TracingUI | haraken@chromium.org | 2014-01-14 | 1 | -0/+11 |
* | Implement sampling profiler (chromium side change) | haraken@chromium.org | 2014-01-08 | 1 | -13/+81 |
* | Return error on JSON request failures | wangxianzhu@chromium.org | 2014-01-06 | 1 | -7/+17 |
* | Revert 242671 "Implement sampling profiler (chromium side change)" | haraken@chromium.org | 2013-12-28 | 1 | -81/+12 |
* | Implement sampling profiler (chromium side change) | haraken@chromium.org | 2013-12-28 | 1 | -12/+81 |
* | Reapply "Remove TraceController" | wangxianzhu@chromium.org | 2013-12-03 | 1 | -3/+2 |
* | Revert of https://codereview.chromium.org/99103004/ | wangxianzhu@chromium.org | 2013-12-03 | 1 | -2/+3 |
* | Revert "Revert 237280 "Remove TraceController"" | wangxianzhu@chromium.org | 2013-12-02 | 1 | -3/+2 |
* | Revert 237280 "Remove TraceController" | tonyg@chromium.org | 2013-11-27 | 1 | -2/+3 |
* | Remove TraceController | wangxianzhu@chromium.org | 2013-11-26 | 1 | -3/+2 |
* | Overhaul tracing_ui to use XHR and new tracing_controller | wangxianzhu@chromium.org | 2013-11-21 | 1 | -521/+101 |
* | Fix trace file corruption during load in about:tracing | skyostil@chromium.org | 2013-11-13 | 1 | -8/+36 |
* | Fix incorrect checking of file_util::WriteFile() return results. | thestig@chromium.org | 2013-09-17 | 1 | -2/+4 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Generate files needed for tracing through the build. | dsinclair@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -2/+2 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -3/+3 |
* | Use const_iterator while iterating const std::set<>& | kouhei@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Add the filename to the loaded trace file information. | dsinclair@chromium.org | 2013-05-28 | 1 | -6/+14 |
* | tracing_ui.cc: fix single-quote escaping issue that caused | nick@chromium.org | 2013-05-18 | 1 | -6/+6 |
* | tracing: Escape the backslash before appending data | vmpstr@chromium.org | 2013-05-03 | 1 | -1/+6 |
* | Harden about:tracing JS<->WebUI protocol for better handling of JSON errors | nduca@chromium.org | 2013-05-02 | 1 | -11/+21 |
* | Category group support/Renamings. | rubentopo@gmail.com | 2013-04-19 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | content: Move more constants into content namespace. | tfarina@chromium.org | 2013-04-14 | 1 | -2/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+10 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -10/+4 |
* | Really fix build after r193020. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+10 |
* | Add hooks to allow retrieving the current known tracing categories. | dsinclair@chromium.org | 2013-03-24 | 1 | -0/+29 |
* | Add a mode flag to the tracing framework. | dsinclair@chromium.org | 2013-02-23 | 1 | -2/+13 |
* | Cleanup: Remove deprecated base::Value methods from contents. Use base::Value... | thestig@chromium.org | 2013-02-12 | 1 | -15/+15 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 1 | -6/+6 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -6/+8 |
* | Remove IDS_TRACING_TITLE, the usage of this was removed in r129123. | jam@chromium.org | 2013-02-04 | 1 | -1/+0 |
* | undelete content/browser/tracing | jam@chromium.org | 2013-02-03 | 1 | -0/+492 |
* | Revert 180055: Very likely caused http://crbug.com/173885 | thakis@chromium.org | 2013-02-03 | 1 | -492/+0 |
* | Moving chrome://tracing to content. | jam@chromium.org | 2013-02-01 | 1 | -0/+492 |