| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Remove using declaration of BinaryValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-05 | 1 | -5/+3 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 126 | -950/+978 |
* | base: Remove unnecessary using declarations from values.h | tfarina@chromium.org | 2011-08-04 | 2 | -3/+4 |
* | Fix obsolete dependencies so that needless recompilation does not happen. | jeanluc@chromium.org | 2011-08-04 | 1 | -1/+1 |
* | Linux: fix build with system libevent. | phajdan.jr@chromium.org | 2011-08-04 | 1 | -0/+3 |
* | base: Get rid of a deprecated version of file_util::GetFileExtensionFromPath(). | tfarina@chromium.org | 2011-08-04 | 2 | -14/+5 |
* | TaskClosureAdapter::Run does not invoke the task if it is null. | apatrick@chromium.org | 2011-08-04 | 1 | -3/+5 |
* | In test_file_util_mac.cc, when evicting file from cache, do not map a file wh... | hnguyen@chromium.org | 2011-08-03 | 1 | -3/+16 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-08-03 | 6 | -134/+224 |
* | Added the comment for GetApplicationContext() | michaelbai@google.com | 2011-08-02 | 1 | -1/+3 |
* | CrOS - Add memory consumption status bar widget behind flag | jamescook@chromium.org | 2011-08-02 | 2 | -10/+35 |
* | Android's paths and message loop implementation with JNI | michaelbai@google.com | 2011-08-02 | 16 | -21/+598 |
* | Revert 94999 - CrOS - Add memory consumption status bar widget behind flag | jamescook@chromium.org | 2011-08-01 | 2 | -35/+10 |
* | CrOS - Add memory consumption status bar widget behind flag | jamescook@chromium.org | 2011-08-01 | 2 | -10/+35 |
* | Add a convenience function to Version | cpu@chromium.org | 2011-08-01 | 3 | -0/+15 |
* | mac: Components build for base, easy part | thakis@chromium.org | 2011-07-29 | 10 | -78/+91 |
* | windows: Remove vestigal support for /Wp64 | evan@chromium.org | 2011-07-28 | 3 | -82/+1 |
* | Create views.dll / libviews.so | darin@chromium.org | 2011-07-28 | 1 | -2/+2 |
* | Revert 94426 - Removed wchat_t from Time::FromString. | morrita@chromium.org | 2011-07-28 | 7 | -225/+135 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-07-28 | 7 | -135/+225 |
* | MD5Update function uses StringPiece instead of raw buffer. | dominich@chromium.org | 2011-07-26 | 3 | -12/+33 |
* | Fix Mac 10.6 SDK compile errors found with Clang. | rsesek@chromium.org | 2011-07-26 | 1 | -0/+1 |
* | Support Closure in ALL the loops! | ajwong@chromium.org | 2011-07-26 | 14 | -126/+420 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -1/+1 |
* | check xinput2 capability so that it runs on the system that doesn't support x... | oshima@google.com | 2011-07-23 | 2 | -33/+35 |
* | re-landing r93629 | oshima@google.com | 2011-07-22 | 6 | -27/+26 |
* | Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil... | leandrogracia@chromium.org | 2011-07-22 | 6 | -24/+25 |
* | Consolidate access to X Display | oshima@google.com | 2011-07-22 | 6 | -25/+24 |
* | touch: Always expect XInput2 availability. | sadrul@chromium.org | 2011-07-22 | 2 | -20/+0 |
* | Re-land r93365 - add RefCountedString | joth@chromium.org | 2011-07-22 | 8 | -24/+133 |
* | Cleanup for r93201. | wtc@chromium.org | 2011-07-21 | 2 | -2/+3 |
* | Update OOM killer with Lion info. | avi@chromium.org | 2011-07-21 | 1 | -5/+0 |
* | Allow trace event to work with temporary name strings. | joth@chromium.org | 2011-07-21 | 3 | -78/+196 |
* | Revert 93365 - it broke on Chrome OS | joth@chromium.org | 2011-07-21 | 6 | -124/+16 |
* | Added RefCountedString, as this is what many RefCountedMemory users seem to want | joth@chromium.org | 2011-07-21 | 6 | -16/+124 |
* | Small stl_util tidy up | joth@chromium.org | 2011-07-21 | 1 | -12/+5 |
* | Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when | darin@chromium.org | 2011-07-20 | 1 | -6/+3 |
* | Handle object deletion in FileDescriptorWatcher callback. | willchan@chromium.org | 2011-07-20 | 3 | -17/+112 |
* | Rename CommandLine::GetCommandLineString(). | msw@chromium.org | 2011-07-20 | 5 | -19/+19 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 6 | -456/+209 |
* | Update references to the now-gone LaunchApp() from the code. | evan@chromium.org | 2011-07-19 | 2 | -2/+2 |
* | Remove LaunchAppAsUser(). | evan@chromium.org | 2011-07-19 | 2 | -25/+3 |
* | Adding FileUtilProxy::Entry::{size,last_modified_time}, | tzik@chromium.org | 2011-07-19 | 5 | -0/+33 |
* | Remove LaunchAppWithHandleInheritance(). | evan@chromium.org | 2011-07-19 | 1 | -11/+0 |
* | Disable process_util unit test that uses clone() on valgrind bots. | bradchen@google.com | 2011-07-19 | 1 | -2/+6 |
* | Convert the remaining callers of LaunchApp to LaunchProcess. | evan@chromium.org | 2011-07-18 | 1 | -22/+0 |
* | tcmalloc: make warning-disable flags match upstream | evan@chromium.org | 2011-07-18 | 1 | -2/+4 |
* | Do a LBYL when getting an X display from GTK. | backer@chromium.org | 2011-07-18 | 1 | -1/+4 |
* | base: Put md5.* into base namespace. | tfarina@chromium.org | 2011-07-18 | 2 | -9/+25 |
* | Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li... | bradchen@google.com | 2011-07-15 | 3 | -9/+32 |