summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-1611-262/+184
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-169-16/+30
* Change call_new_handler to be non extern C; not called outside this code and ...wfh@chromium.org2013-02-151-4/+5
* Adding raw tracing to trace framework.dsinclair@chromium.org2013-02-155-78/+295
* linux: Both gtk and the aura port should set the icon theme name.erg@chromium.org2013-02-152-34/+10
* Support JellyBean MR2 style of systracewangxianzhu@chromium.org2013-02-152-7/+19
* Base: account for calloc aborting in security unittestsjln@chromium.org2013-02-151-32/+47
* Add unit tests for base::GetSystemMemoryInfojamescook@chromium.org2013-02-141-0/+34
* Moving last generic Prefs implementation files to base/prefs/.joi@chromium.org2013-02-147-2/+803
* Fixes to prep_libc.py to support correct stripping of x64 libcmt on x64 targetwfh@chromium.org2013-02-141-0/+2
* Revert 182367rvargas@google.com2013-02-141-1/+1
* Do a giant svn propset svn:eol-style LF on .cc and .h files thatjln@chromium.org2013-02-141-77/+77
* Base: Disable the scoped handle verifier.rvargas@google.com2013-02-141-1/+1
* Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5.miu@chromium.org2013-02-131-3/+5
* Temporarily disable failing Win64 tests relying on pe_imagejschuh@chromium.org2013-02-131-1/+9
* Base: disable GetNumberOfThreads unittest on Android.jln@chromium.org2013-02-121-0/+4
* Revert 182032brettw@chromium.org2013-02-129-20/+6
* Disable ProcessUtilTest.GetTerminationStatusCrash on Win64 botsjschuh@chromium.org2013-02-121-1/+2
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-129-6/+20
* Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hac...jam@chromium.org2013-02-121-8/+0
* [Test Expectations] Add GetCurrentPlatform() and GetCurrentConfiguration().rsesek@chromium.org2013-02-113-4/+82
* This patch adds some Android-support code to allow the networkdigit@chromium.org2013-02-111-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-1118-2/+2696
* Let sequence-checking work from a SequencedWorkerPool task's destructorakalin@chromium.org2013-02-091-4/+7
* Break the debug build if a scoped_ptr self-reset is detected.dcheng@chromium.org2013-02-091-0/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-084-4/+4
* [Test Expectations] Implement the low-level parser.rsesek@chromium.org2013-02-084-0/+556
* [Mac] Allow NSExceptions in third-party webcam code.shess@chromium.org2013-02-082-0/+18
* Move string_split to base/strings.tfarina@chromium.org2013-02-0715-88/+101
* Update sections and relocations for Win7 x64jschuh@chromium.org2013-02-071-2/+9
* Disable SecurityTest.NewOverflow on Win64jschuh@chromium.org2013-02-071-0/+4
* Fix IOS build of sys_string.sbrettw@chromium.org2013-02-071-1/+1
* Fix ios build for sys_string conversions.brettw@chromium.org2013-02-071-1/+1
* Move sys_string_conversions to base/strings.brettw@chromium.org2013-02-0723-121/+130
* Linux/ChromeOS Chromium style checker cleanup, base/ edition.rsleevi@chromium.org2013-02-073-5/+5
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-0710-22/+25
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-0729-144/+151
* fix x32 handling of Atomic64vapier@chromium.org2013-02-071-1/+1
* import x32 updates for nspr codevapier@chromium.org2013-02-061-0/+49
* Remove removable storage notifications from base System Monitor. (part 3)gbillock@chromium.org2013-02-064-195/+0
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-066-8/+44
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-069-69/+73
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-065-10/+2
* Bugfix: to add missing prefix for return type from javap.dwkang@chromium.org2013-02-062-2/+8
* Reset rollover_ms and last_seen_now when replacing mock tick functionscottmg@chromium.org2013-02-061-0/+3
* base: add GetNumberOfThreads() to Linux and Android.jln@chromium.org2013-02-063-0/+30
* Security unittests: add more compiler barriersjln@chromium.org2013-02-061-25/+27
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-066-27/+22
* Disable FoundationUtilTest.NSStringToFilePath testscheib@chromium.org2013-02-051-1/+2
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-055-2/+10