summaryrefslogtreecommitdiffstats
path: root/rlz
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* Remove legacy StartsWithASCII function.brettw2015-07-162-7/+10
* Componentize chrome/browser/rlzsdefresne2015-07-161-1/+1
* Revert "Componentize chrome/browser/rlz"Nico Weber2015-07-091-1/+1
* Componentize chrome/browser/rlzsdefresne2015-07-091-1/+1
* Fix some clang warnings with -Wmissing-braces in rlz.dcheng2015-07-011-1/+1
* Move more string_util functions to base namespace.brettw2015-06-242-2/+2
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-5/+7
* Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptrestade2015-05-231-2/+2
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* rlz: Silence spam from RecursiveCrossProcessLockspang2015-04-231-2/+2
* Update {virtual,override} to follow C++11 style in rlz.nick2015-04-231-15/+15
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-4/+4
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-4/+4
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-8/+6
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-132-16/+12
* Fix {virtual,override,final} build failures on official CrOS build.Daniel Cheng2015-01-241-28/+25
* Only send C2F ping for a search through homepage.yiyaoliu2015-01-213-7/+29
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-1/+0
* Update {virtual,override,final} for rlz/ to follow C++11 style.dcheng2015-01-094-33/+30
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Cleanup: Get rid of base::ASCIIToWide().thestig2014-12-084-51/+44
* Fix various flags in the Win64 GN builddpranke2014-11-181-0/+5
* fix RLZ crasher in process_info.cccpu2014-11-051-75/+8
* Add some missing deps of rlz.mukai2014-10-291-0/+2
* Fixing rlz mutexcpu2014-10-292-48/+11
* Replace OVERRIDE with its C++11 counterparts in src/rlzr.nagaraj2014-10-096-50/+50
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-1/+1
* Clean up unused param in RegistryOverrideManagergab2014-09-181-2/+2
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+1
* Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...thakis2014-08-311-7/+7
* Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...thakis2014-08-301-7/+7
* clang/win: Fix a few warnings in targets not in chromium_builder_tests.Nico Weber2014-08-291-7/+7
* clang/win: Fix most -Wwriteable-strings warnings.thakis@chromium.org2014-07-231-1/+1
* clang/win: Fix a Wenum-compare warning and a few Wwritable-strings warnings.thakis@chromium.org2014-07-212-8/+1
* rlz: Do not take the address of a temporary.thakis@chromium.org2014-07-041-6/+5
* Speculatively use memory barriers for loading and storing g_context,glider@chromium.org2014-06-161-3/+3
* Add RLZ build file for GN build, fix Windows build.brettw@chromium.org2014-06-021-0/+136
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-2/+8
* Use different Access Point on iOS for phone and tabletsdefresne@chromium.org2014-05-223-8/+5
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-8/+2
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-2/+8
* Use invalid value for GetAccessPointName for CHROME_IOS_RESERVEDsdefresne@chromium.org2014-04-173-2/+11
* Revert 263828 "Do not reserve an access point code for CHROME_IO..."hshi@chromium.org2014-04-151-3/+1
* Do not reserve an access point code for CHROME_IOS_RESERVEDsdefresne@chromium.org2014-04-151-1/+3
* Change access point for Chrome on iOSsdefresne@chromium.org2014-04-092-3/+3
* Add RLZ Access points for the app launcher.sammc@chromium.org2014-04-032-6/+8