summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-1912-42/+36
* Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi...pkasting@chromium.org2010-10-181-2/+4
* Move APSL code into third_party.avi@chromium.org2010-10-182-63/+9
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-1814-45/+51
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-1814-51/+45
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-1811-71/+44
* Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...brettw@chromium.org2010-10-175-421/+0
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-1712-421/+242
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-178-58/+68
* Address review comment I forgot in scoped_comptr checkin.brettw@chromium.org2010-10-161-3/+2
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-166-32/+50
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-1621-766/+830
* Fix event tracing for windows test flakyness.siggi@chromium.org2010-10-167-47/+91
* Properly check CreateFileMapping's return value.tony@chromium.org2010-10-161-1/+1
* seccomp: disable seccomp for RendererMainTestevan@chromium.org2010-10-151-2/+4
* Revert 62766 - Fix event tracing for windows test flakyness.tim@chromium.org2010-10-156-40/+13
* Fix event tracing for windows test flakyness.siggi@chromium.org2010-10-156-13/+40
* Remove call to std::min since this check is already done intony@chromium.org2010-10-151-6/+2
* Mark EtwTraceControllerTest.EnableDisable as flaky.phajdan.jr@chromium.org2010-10-151-1/+2
* Roll DEPS for rlz library r25:26.tfarina@chromium.org2010-10-151-7/+0
* Revert 62644 - During shutdown delete any pending tasks if running under Heap...thestig@chromium.org2010-10-151-2/+2
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-1513-315/+177
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-154-33/+84
* Move iat_patch from base to app/win. Remove the functions from the header sincebrettw@chromium.org2010-10-143-366/+0
* Un-recursify FileEnumerator::Next().dumi@chromium.org2010-10-143-59/+56
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-144-1/+11
* During shutdown delete any pending tasks if running under Heapchecker.thestig@chromium.org2010-10-141-2/+2
* Moving GUID generation from base to chrome/browser/guid*dhollowa@chromium.org2010-10-144-89/+0
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-143-8/+1
* base: remove various unused string utility functionsevan@chromium.org2010-10-146-39/+11
* Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: moveglider@chromium.org2010-10-141-8/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-1420-206/+249
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-146-13/+10
* Factoring GUID generation from metrics to basedhollowa@chromium.org2010-10-134-0/+89
* file_util: don't compile any of the deprecated functions on non-Windowsevan@chromium.org2010-10-131-7/+2
* process_util: remove a function we don't use anywayevan@chromium.org2010-10-132-6/+0
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-134-0/+11
* Add extra unit test to avoid off-by-one errorsjar@chromium.org2010-10-121-0/+24
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-123-1/+63
* Removing sync from file_util::Delete for ChromeOS.gspencer@chromium.org2010-10-121-3/+0
* Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe...isherman@chromium.org2010-10-121-3/+1
* Return NOT_FOUND error for an attempt to create a file under nonexistent dire...kinuko@chromium.org2010-10-121-0/+5
* Make writing to stdout and stderr work in Chrome processes when inheriteddarin@chromium.org2010-10-111-1/+3
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-112-1/+29
* base: comment fixes onlyagl@chromium.org2010-10-112-5/+6
* Fix forgotten wmi line in base.gypibrettw@chromium.org2010-10-101-3/+0
* Move wmi_util out of base and into chrome/installer/util since that's the onl...brettw@chromium.org2010-10-104-277/+0
* Fix for the shared library build issue. This reverts my previous two tries wh...brettw@chromium.org2010-10-101-0/+1
* Move PerfTestSuite implementation into a .cc file and add it to the basebrettw@chromium.org2010-10-104-37/+56
* Invoke OnEventsDisabled before clearing the provider state to allow the provi...ericdingle@chromium.org2010-10-081-3/+3