summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-217-40/+54
* Revert 258395 "Add a death test to check field trial creation be..."benwells@chromium.org2014-03-211-11/+0
* Add the NSPR macro definitions for ARM64 bit.tedchoc@chromium.org2014-03-201-0/+53
* Remove CreateAndOpenTemporaryShmemFile().viettrungluu@chromium.org2014-03-204-23/+6
* Fix "unreachable code" warnings (MSVC warning 4702) in base/.pkasting@chromium.org2014-03-202-9/+2
* Add a death test to check field trial creation before FieldTrialList.asvitkine@chromium.org2014-03-201-0/+11
* Enable re2 for GN buildscottmg@chromium.org2014-03-201-1/+0
* Remove deprecated IsRunningOnHighRamDevice() method.lliabraa@chromium.org2014-03-203-12/+0
* Convert scoped_ptr_malloc -> scoped_ptr, part 6.viettrungluu@chromium.org2014-03-201-134/+1
* Make the shmem-specific functions in file_util.h POSIX-only.viettrungluu@chromium.org2014-03-204-51/+44
* Set error in LoadNativeLibrary() on Windows.xhwang@chromium.org2014-03-202-5/+12
* Fix trivial compile error in thread_perftest.ccjhorwich@chromium.org2014-03-191-1/+1
* Fix a compile failure on some FYI bot that is worried about use-without-init.pkasting@chromium.org2014-03-191-17/+7
* Style changes split off of https://codereview.chromium.org/202993003/ .pkasting@chromium.org2014-03-192-80/+63
* x11: Move X11ErrorHandler out of //base/ into //ui/gfx/x/sadrul@chromium.org2014-03-194-112/+0
* Add an operator!= to base::FileDescriptor.viettrungluu@chromium.org2014-03-191-0/+4
* Removed unneeded include string_util_posix.h.zvorygin@chromium.org2014-03-191-1/+0
* Eliminate build warnings in base/ for Android x64zhenyu.liang@intel.com2014-03-194-10/+19
* Adding support for Time and TimeTicks inside trace_event.mithro@mithis.com2014-03-192-0/+54
* Remove a unused method and fix some styles according to the style guide.sungmann.cho@navercorp.com2014-03-191-25/+13
* IPC: Make ipc_perftests run on Android.epenner@chromium.org2014-03-194-7/+17
* Remove X11 and GTK dependencies from host_forwarderzhenyu.liang@intel.com2014-03-193-14/+7
* base: Replace BytesToReclaimUnderModeratePressure with BytesToKeepUnderModera...reveman@chromium.org2014-03-183-27/+23
* Disallow calling Map on currently-mapped SharedMemoryjbauman@chromium.org2014-03-185-2/+24
* MemorySanitizer: adjust thread stack size to work around an MSan bug.earthdok@chromium.org2014-03-181-1/+2
* Refactor IsRunningOnHighRamDevice() to be more specific.lliabraa@chromium.org2014-03-182-1/+32
* Remove two Unicode characters that are not white space perpkasting@chromium.org2014-03-181-33/+31
* Fix a brace style according to the style guide.sungmann.cho@navercorp.com2014-03-181-2/+1
* stack_trace_posix: Make size be a size_t in ProcessBacktrace().raphael.kubo.da.costa@intel.com2014-03-181-4/+4
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-182-7/+23
* Revert 257577 "Revert 257562 "Base: Make base::File use ScopedFD..."zmo@chromium.org2014-03-184-29/+39
* Revert 257562 "Base: Make base::File use ScopedFD on POSIX."zmo@chromium.org2014-03-184-39/+29
* Base: Make base::File use ScopedFD on POSIX.rvargas@chromium.org2014-03-184-29/+39
* Change sWindowFocusListeners to mWindowFocusListeners.sungmann.cho@navercorp.com2014-03-181-4/+4
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-174-35/+31
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-174-31/+35
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-173-3/+16
* Move some functions in test_file_util to base namespace.brettw@chromium.org2014-03-176-48/+61
* Move CommandLine to base namespace.brettw@chromium.org2014-03-177-27/+33
* ensure that UnixDomainSocket::RecvMsgWithFlags doesn't memcpy from 0mostynb@opera.com2014-03-171-2/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-1716-92/+148
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-1516-148/+92
* Revert 257300 "Disallow calling Map on currently-mapped SharedMe..."jbauman@chromium.org2014-03-155-24/+2
* Disallow calling Map on currently-mapped SharedMemoryjbauman@chromium.org2014-03-155-2/+24
* Base: Introduce a new version of FileUtilProxy that works with File.rvargas@chromium.org2014-03-155-0/+837
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-151-6/+7
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-147-40/+23
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-1416-92/+148
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-146-45/+39
* Fix unreachable code warnings in base/. Found by MSVC warning 4702.pkasting@chromium.org2014-03-144-21/+18