summaryrefslogtreecommitdiffstats
path: root/content/browser/tracing
Commit message (Expand)AuthorAgeFilesLines
* Generate files needed for tracing through the build.dsinclair@chromium.org2013-07-024-1/+167
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-112-3/+3
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-2/+2
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-3/+3
* Use const_iterator while iterating const std::set<>&kouhei@chromium.org2013-05-281-1/+1
* Add the filename to the loaded trace file information.dsinclair@chromium.org2013-05-281-6/+14
* tracing_ui.cc: fix single-quote escaping issue that causednick@chromium.org2013-05-181-6/+6
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-143-1/+6
* tracing: Escape the backslash before appending datavmpstr@chromium.org2013-05-031-1/+6
* Harden about:tracing JS<->WebUI protocol for better handling of JSON errorsnduca@chromium.org2013-05-021-11/+21
* Category group support/Renamings.rubentopo@gmail.com2013-04-195-67/+40
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-2/+2
* content: Move more constants into content namespace.tfarina@chromium.org2013-04-141-2/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+10
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-10/+4
* Really fix build after r193020.dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+10
* Add hooks to allow retrieving the current known tracing categories.dsinclair@chromium.org2013-03-242-5/+30
* Add a mode flag to the tracing framework.dsinclair@chromium.org2013-02-235-16/+41
* Cleanup: Remove deprecated base::Value methods from contents. Use base::Value...thestig@chromium.org2013-02-121-15/+15
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-122-7/+7
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-075-15/+17
* Remove IDS_TRACING_TITLE, the usage of this was removed in r129123.jam@chromium.org2013-02-041-1/+0
* undelete content/browser/tracingjam@chromium.org2013-02-0310-0/+1417
* Revert 180055: Very likely caused http://crbug.com/173885thakis@chromium.org2013-02-0310-1417/+0
* Move tracing code in content\browser to content\browser\tracing now that ther...jam@chromium.org2013-02-017-0/+901
* Moving chrome://tracing to content.jam@chromium.org2013-02-013-0/+516