summaryrefslogtreecommitdiffstats
path: root/chrome/tools/profile_reset
Commit message (Expand)AuthorAgeFilesLines
* replace COMPILE_ASSERT with static_assert in chrome/[r-z]*/mostynb2015-01-051-4/+4
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-2/+2
* Cleanup: Better constify some strings in chrome.thestig2014-10-221-1/+1
* Cleanup: Remove trailing whitespaces in gyp files.thestig2014-10-171-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/, outside of chrome/browser/.viettrungluu2014-10-162-10/+10
* Cleanup: Remove base/file_util.h. Convert remaining references. (try 2)thestig2014-09-221-1/+1
* Revert "Eliminate all code related to the AutomaticProfileResetter."Balazs Engedy2014-09-189-0/+1292
* Eliminate all code related to the AutomaticProfileResetter.engedy@chromium.org2014-08-049-1292/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Fix terminology, and include unknown and private registries when extracting R...engedy@chromium.org2014-01-232-4/+5
* Revert 245563 and 245800 which made re2 GN generated.brettw@chromium.org2014-01-221-1/+1
* Support -Goutput_dir=blahblah in GN-GYP hybrid modejamesr@chromium.org2014-01-181-1/+1
* Convert the re2 GYP targets to be generated by GN.brettw@chromium.org2014-01-171-1/+1
* Revert of Convert the re2 GYP targets to be generated by GN. (https://coderev...brettw@chromium.org2014-01-161-1/+1
* Convert the re2 GYP targets to be generated by GN.brettw@chromium.org2014-01-161-1/+1
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-232-3/+3
* Added a substring matching instruction to the JTL interpreter.engedy@chromium.org2013-12-024-8/+70
* Add a new JTL instruction that extracts effective SLD of a URL.engedy@chromium.org2013-11-282-0/+4
* Improved syntax, and added new instructions to the JTL interpreter.engedy@chromium.org2013-10-255-73/+127
* Clean up things -Wunused-const-variable complains about.thakis@chromium.org2013-10-131-6/+0
* Compiler for the JSON Traversal Language.engedy@chromium.org2013-10-039-0/+1177