summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-076-34/+45
* [Base] Use variadic template in base/bind_internal_win.htzik2014-10-072-402/+16
* [Base] Use variadic template in callback_list.htzik2014-10-072-452/+7
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-07152-596/+637
* Make base::PowerMonitor work on Chrome OS.derat2014-10-074-0/+63
* base: Fix 'gn check' warning.Thiago Farina2014-10-071-0/+1
* Add libclang_rt.asan_osx_dynamic.dylib to base.isolate for Mac ASAN bots.John Abd-El-Malek2014-10-061-0/+7
* base: Make scoped_ptr::Pass() act like std::move().danakj2014-10-063-20/+19
* Implement fast path in {Wide|UTF16}ToUTF8 for pure ASCII stringsMikhail Naganov2014-10-064-7/+66
* Fix bug in BreakIterator class that could cause illegal accessiceman2014-10-063-5/+48
* Add ApiCompat for isDeviceProvisioned (17+) API.aruslan2014-10-031-0/+14
* Enable "extern template" under MSVCmdempsky2014-10-032-6/+0
* base: Add CHECK_IMPLIES and DCHECK_IMPLIES.vmpstr2014-10-021-0/+2
* Disable SecurityTest.NewOverflow as it fails on 10.8John Abd-El-Malek2014-10-021-7/+7
* New base owners list.brettw2014-10-021-1/+3
* Improve MessageLoop's comments.maniscalco2014-10-021-4/+2
* Enable content layer to initCommandLine on Androidjohnme2014-10-021-1/+1
* Use a more suitable storage for the timezone table.bratell2014-10-021-12/+20
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-024-27/+106
* Fix another silly mistake for debug c runtime dlls.John Abd-El-Malek2014-10-021-2/+2
* Fix silly mistake from r297715. The dlls should have been listed in the debug...John Abd-El-Malek2014-10-021-2/+2
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-013-0/+18
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-0129-89/+100
* Fix NaCl tests failing on debug swarming bots.John Abd-El-Malek2014-10-011-0/+2
* Rename all isolate_dependency_* to files.maruel2014-10-013-9/+8
* base::CommandLine: Added optional quoting of placeholder arguments.mgiuca2014-10-013-49/+118
* base::CommandLine: Replace use of wstring with string16.mgiuca2014-10-012-9/+10
* Extend the CloseHandle interception to all DLLs loaded in the process.rvargas2014-09-302-9/+27
* Remove ScopedHandle operator Handle()rvargas2014-09-301-4/+0
* Avoid 64-bit divide when sampling timestampbrianderson2014-09-291-1/+1
* Microbenchmark for the cost of posting tasks to different pump typesjamesr2014-09-297-13/+334
* Cleanup.pkasting2014-09-291-26/+21
* [Mac] On Mavericks or later, use NSWorkspace to open download items.Robert Sesek2014-09-291-0/+4
* Add base::Reversed() as an adapter for range-based for loops in reversemdempsky2014-09-295-0/+94
* Implement fast path in UTF8ToUTF16 for pure ASCII stringsMikhail Naganov2014-09-294-15/+142
* Revert of Revert of Add nullptr support to scoped_ptr. (patchset #1 id:1 of h...eustas2014-09-292-39/+122
* Revert of Add nullptr support to scoped_ptr. (patchset #8 id:200001 of https:...eustas2014-09-292-122/+39
* Fix some minor typos: psuedo -> pseudosungmann.cho2014-09-291-1/+1
* Add nullptr support to scoped_ptr.danakj2014-09-272-39/+122
* Revert of Add nullptr support to scoped_ptr. (patchset #7 id:180001 of https:...dcheng2014-09-272-122/+39
* Add nullptr support to scoped_ptr.danakj2014-09-262-39/+122
* Suppress deprecation of Build.CPU_ABIaurimas2014-09-261-3/+7
* Fix CommandLine initialization for Chrome & WebViewhjd2014-09-261-3/+38
* Replace #ifdef with #if TARGET_IPHONE_SIMULATOR.lliabraa2014-09-261-2/+2
* Update base::is_member_function_pointer to use variadic templates.aa2014-09-252-51/+8
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-251-20/+5
* Revert of Revert of Revert of Revert of Set the javac target and source to 1....aurimas2014-09-251-0/+2
* Add trace-to-file support for base::TestSuiteenne2014-09-258-0/+158
* Add support for dark theme in Mac Notification Centerdewittj2014-09-252-0/+13
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-254-7/+4