summaryrefslogtreecommitdiffstats
path: root/rlz
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make GetUserName() return more specific error code, so that we could know how...yiyaoliu@chromium.org2014-03-101-14/+9
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-3/+3
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-301-2/+2
* Removes some unnecessary preprocessor directivescimamoglu@chromium.org2014-01-151-5/+0
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-255-9/+12
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-1/+2
* Add base:: to string16 in rlz/.dbeam@chromium.org2013-12-198-14/+14
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+2
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-2/+2
* Use RegistryOverrideManager properly in RLZ tests.grt@chromium.org2013-11-148-153/+146