summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Update ALLOW_THIS_IN_INITIALIZER_LIST macro to reflect its deprecatation.scherkus@chromium.org2013-04-261-10/+7
* Linux sandbox: allow non racy use of O_CLOEXECjln@chromium.org2013-04-262-2/+40
* Revert "Add a ConvertableToTraceFormat type to the trace framework."tonyg@chromium.org2013-04-264-306/+37
* Overhaul comments on WeakPtr to emphasize WeakPtrFactory over SupportsWeakPtr.wez@chromium.org2013-04-251-88/+81
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-258-18/+12
* IsMachineATablet is now modified to check only for touch capability and hence...shrikant@chromium.org2013-04-242-12/+5
* The continue window is owned by the desktop environment now.alexeypa@chromium.org2013-04-242-0/+9
* BindBlock supports callbacks with one argument.droger@chromium.org2013-04-242-10/+28
* When debugger is attached, use int3 to break debugger for Android x86.shouqun.liu@intel.com2013-04-231-6/+11
* Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n...hajimehoshi@chromium.org2013-04-234-58/+72
* base: Always use X11 event window as event target.reveman@chromium.org2013-04-231-7/+0
* Pepper: Add VLOG support for NaCl plugins.teravest@chromium.org2013-04-223-7/+8
* base/prefs: Make use of ThreadCheck in favor of less inheritance.tfarina@chromium.org2013-04-222-7/+8
* Move Version to base namespace.xhwang@chromium.org2013-04-222-5/+17
* Restore skipping of default categories.dsinclair@chromium.org2013-04-192-1/+4
* Correctly handle multiple convertable argument names.dsinclair@chromium.org2013-04-193-3/+24
* Double the timeout values when running under ThreadSanitizer v2. It is at lea...glider@chromium.org2013-04-191-1/+3
* Avoid C++11 narrowing errors.raphael.kubo.da.costa@intel.com2013-04-191-4/+4
* Category group support/Renamings.rubentopo@gmail.com2013-04-196-543/+808
* Use std::isfinite().thakis@chromium.org2013-04-181-6/+4
* Delay bookmarks load while the profile is loading.msarda@chromium.org2013-04-185-0/+365
* posix: replace nonstandard futimes call with futimensmostynb@opera.com2013-04-181-0/+14
* Regularize storage monitor creation in Windows.gbillock@chromium.org2013-04-182-6/+18
* Remove scoped_array from Chromium.dcheng@chromium.org2013-04-173-227/+6
* Delete CopyRecursiveDirNoCache from test_file_util.brettw@chromium.org2013-04-173-139/+0
* Revert 194649 "Remove scoped_array from Chromium."dcheng@chromium.org2013-04-173-6/+227
* Remove scoped_array from Chromium.dcheng@chromium.org2013-04-173-227/+6
* Fix the CHECK macro for Android x86 builds.shashishekhar@chromium.org2013-04-161-4/+2
* Add operator<< for subtypes of base::Value.pneubeck@google.com2013-04-161-1/+24
* Fix trivial comment misspellingpkasting@chromium.org2013-04-151-1/+1
* Support the Text services framework based IME for Chrome AURA on Windows 8 an...ananta@chromium.org2013-04-151-0/+4
* Remove file_util::IsDot and ::IsDotDot.brettw@chromium.org2013-04-132-15/+3
* Remove base/mach_ipc_mac.{h,mm}.rsesek@chromium.org2013-04-123-688/+0
* Fix build bustage.michaeln@google.com2013-04-121-3/+3
* Adds iOS implementation of ProcessMetrics::GetPagefileUsage().leng@chromium.org2013-04-121-0/+7
* Add support for unsigned int64 in string_number_conversionsfelipeg@chromium.org2013-04-123-1/+81
* Remove base::DictionaryValue::HasNext.pneubeck@chromium.org2013-04-122-6/+3
* fix gcc 4.7 compilation errors in base_unittestsmostynb@opera.com2013-04-121-4/+4
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-1210-148/+105
* Enable WindowsApiProperties on mac by fixing DCHECK.scheib@chromium.org2013-04-121-1/+7
* Document file_util::Delete() a bit better.gavinp@chromium.org2013-04-111-1/+2
* Support custom randomization seed for VariationsService trials.asvitkine@chromium.org2013-04-112-6/+23
* GTTF: Make debug symbol "resolution" work even after binaries are moved.phajdan.jr@chromium.org2013-04-111-3/+39
* [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.rsesek@chromium.org2013-04-114-133/+7
* Update the path for a disabled test.lliabraa@chromium.org2013-04-111-1/+1
* Add PlatformFile.UnknownCreateFileErrors histogramdgrogan@chromium.org2013-04-111-0/+3
* Revert 193486 "[Mac] Remove base::LaunchSynchronize and rewrite ..."rsesek@chromium.org2013-04-114-7/+133
* [Android] Move LocaleUtils from base to ui.yfriedman@chromium.org2013-04-106-221/+0
* [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.rsesek@chromium.org2013-04-104-133/+7
* Add a ConvertableToTraceFormat type to the trace framework.dsinclair@chromium.org2013-04-104-43/+284