summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* base: Remove using declaration of BinaryValue as it's no longer necessary.tfarina@chromium.org2011-08-051-5/+3
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-05126-950/+978
* base: Remove unnecessary using declarations from values.htfarina@chromium.org2011-08-042-3/+4
* Fix obsolete dependencies so that needless recompilation does not happen.jeanluc@chromium.org2011-08-041-1/+1
* Linux: fix build with system libevent.phajdan.jr@chromium.org2011-08-041-0/+3
* base: Get rid of a deprecated version of file_util::GetFileExtensionFromPath().tfarina@chromium.org2011-08-042-14/+5
* TaskClosureAdapter::Run does not invoke the task if it is null.apatrick@chromium.org2011-08-041-3/+5
* In test_file_util_mac.cc, when evicting file from cache, do not map a file wh...hnguyen@chromium.org2011-08-031-3/+16
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-036-134/+224
* Added the comment for GetApplicationContext()michaelbai@google.com2011-08-021-1/+3
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-022-10/+35
* Android's paths and message loop implementation with JNImichaelbai@google.com2011-08-0216-21/+598
* Revert 94999 - CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-012-35/+10
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-012-10/+35
* Add a convenience function to Versioncpu@chromium.org2011-08-013-0/+15
* mac: Components build for base, easy partthakis@chromium.org2011-07-2910-78/+91
* windows: Remove vestigal support for /Wp64evan@chromium.org2011-07-283-82/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-2/+2
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-287-225/+135
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-287-135/+225
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-263-12/+33
* Fix Mac 10.6 SDK compile errors found with Clang.rsesek@chromium.org2011-07-261-0/+1
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-2614-126/+420
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* check xinput2 capability so that it runs on the system that doesn't support x...oshima@google.com2011-07-232-33/+35
* re-landing r93629oshima@google.com2011-07-226-27/+26
* Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil...leandrogracia@chromium.org2011-07-226-24/+25
* Consolidate access to X Displayoshima@google.com2011-07-226-25/+24
* touch: Always expect XInput2 availability.sadrul@chromium.org2011-07-222-20/+0
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-228-24/+133
* Cleanup for r93201.wtc@chromium.org2011-07-212-2/+3
* Update OOM killer with Lion info.avi@chromium.org2011-07-211-5/+0
* Allow trace event to work with temporary name strings.joth@chromium.org2011-07-213-78/+196
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-216-124/+16
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-216-16/+124
* Small stl_util tidy upjoth@chromium.org2011-07-211-12/+5
* Define FOO_IMPLEMENTATION unconditionally. Even though they only matter whendarin@chromium.org2011-07-201-6/+3
* Handle object deletion in FileDescriptorWatcher callback.willchan@chromium.org2011-07-203-17/+112
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-205-19/+19
* some cleanup for base/stl_utildilmah@chromium.org2011-07-196-456/+209
* Update references to the now-gone LaunchApp() from the code.evan@chromium.org2011-07-192-2/+2
* Remove LaunchAppAsUser().evan@chromium.org2011-07-192-25/+3
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-195-0/+33
* Remove LaunchAppWithHandleInheritance().evan@chromium.org2011-07-191-11/+0
* Disable process_util unit test that uses clone() on valgrind bots.bradchen@google.com2011-07-191-2/+6
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-22/+0
* tcmalloc: make warning-disable flags match upstreamevan@chromium.org2011-07-181-2/+4
* Do a LBYL when getting an X display from GTK.backer@chromium.org2011-07-181-1/+4
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-182-9/+25
* Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li...bradchen@google.com2011-07-153-9/+32