summaryrefslogtreecommitdiffstats
path: root/base/win/registry.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/win/.avi2015-12-241-2/+4
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-191-2/+2
* Do not use FAILED macro when checking return value for Registry APIs.wfh2015-11-081-2/+2
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-1/+1
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-171-1/+1
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-1/+1
* Fix variable shadowing warning in registry on VS2015scottmg2015-01-271-2/+2
* Remove raw handles from base::win::RegKeyrvargas2014-10-171-47/+59
* Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...dcheng2014-10-161-66/+47
* Remove raw handles from base::win::RegKeyrvargas2014-10-151-47/+66
* Allow Registry Iterator functions to use a specified WOW64 mode when iterating.wfh2014-10-091-17/+47
* Fix issue where OpenKey() would call Close() and reset the wow64_access to 0 ...wfh@chromium.org2014-06-171-1/+2
* Add WOW64 support to DeleteKey. Add DeleteEmptyKey to mimic SHDeleteEmptyKey...wfh@chromium.org2014-05-221-11/+152
* Fix issue where RegKey data would be changed if Open() or Create() calls fail.wfh@chromium.org2014-05-151-10/+23
* Changed the way the client pairings are stored in the registry.alexeypa@chromium.org2013-08-091-0/+19
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Resize the RegistryValueIterator buffers so that it doesn't stop iterating if...joaodasilva@chromium.org2012-10-221-8/+51
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-1/+0
* Remove IO thread restrictions from registry functionscpu@chromium.org2012-07-161-26/+0
* Coverity: Fix dead code.jhawkins@chromium.org2012-03-041-1/+1
* Implement font linking for RenderTextWin.asvitkine@chromium.org2012-02-281-1/+34
* base/win: Add documentation to RegKey::Read/Write functions.tfarina@chromium.org2011-10-231-49/+52
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-181-21/+22
* Fix *RegValueWorkItem to handle a case where previous value is empty.amit@chromium.org2011-02-111-1/+1
* Remove sanity check in RegKey to prevent usage of checkingamit@chromium.org2011-01-211-17/+17
* Remove unnecessary DCHECK causing unit test failure.amit@chromium.org2011-01-191-1/+0
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-111/+101
* Order function definitions in base/win/registry.cc according to the header.tfarina@chromium.org2011-01-141-161/+167
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Making a few RegKey methods that only read data, const.tommi@chromium.org2010-12-071-5/+5
* Make DeleteKey support GetLastError.tommi@chromium.org2010-11-231-1/+6
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+24
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-24/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+24
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-0/+387