summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 184179dcheng@chromium.org2013-02-231-22/+19
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-02-221-19/+22
* [Android] Make content_shell_apk and chromium_testshell components friendly.yfriedman@chromium.org2013-02-223-3/+4
* Implement WebStorage API methodsboliu@chromium.org2013-02-223-0/+55
* enable -Wstring-conversion when compiling with clangscottmg@chromium.org2013-02-221-1/+1
* Add gyp flag to specify whether we should optimize JNI generation.tedchoc@chromium.org2013-02-221-2/+12
* fixes to pre_libc.py script to correctly strip x64wfh@chromium.org2013-02-212-9/+18
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-2115-0/+325
* Get rid of the ability to unregister preferences.joi@chromium.org2013-02-214-45/+7
* Remove a TODO that we don't plan to address (at least not for now). Add comme...joi@chromium.org2013-02-211-1/+3
* Fix crash in Android NCN due to the use of ActivityStatus.CREATED event.pliard@chromium.org2013-02-211-6/+5
* Truncate the download file name if it exceeds the filesystem limit.kinaba@chromium.org2013-02-213-0/+34
* Use _target_name instead of package_name for java*.gypicjhopman@chromium.org2013-02-201-2/+0
* Roll DEPS for mtpd to use base::FilePath.thestig@chromium.org2013-02-201-6/+0
* Add a missing base:: in the tracing macros.dsinclair@chromium.org2013-02-191-1/+1
* Fix crash on Android when the Main activity is resumed after it was destroyed.pliard@chromium.org2013-02-191-1/+7
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-192-7/+7
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-182-3/+5
* Revert 183116grt@chromium.org2013-02-182-5/+3
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-182-3/+5
* Revert 183089jschuh@chromium.org2013-02-181-498/+438
* Linux: add option to use system tcmalloc (off by default)phajdan.jr@chromium.org2013-02-181-438/+498
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-1810-280/+283
* cros: Use /var/run/debugfs_gpu for graphics memory infojamescook@chromium.org2013-02-181-5/+6
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-178-22/+31
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-1721-106/+129
* Make a new TRACE macro that is slower but uses less memorygman@chromium.org2013-02-162-0/+74
* This fixes the overflows identified in the parsingepenner@chromium.org2013-02-162-15/+51
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-1611-262/+184
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-169-16/+30
* Change call_new_handler to be non extern C; not called outside this code and ...wfh@chromium.org2013-02-151-4/+5
* Adding raw tracing to trace framework.dsinclair@chromium.org2013-02-155-78/+295
* linux: Both gtk and the aura port should set the icon theme name.erg@chromium.org2013-02-152-34/+10
* Support JellyBean MR2 style of systracewangxianzhu@chromium.org2013-02-152-7/+19
* Base: account for calloc aborting in security unittestsjln@chromium.org2013-02-151-32/+47
* Add unit tests for base::GetSystemMemoryInfojamescook@chromium.org2013-02-141-0/+34
* Moving last generic Prefs implementation files to base/prefs/.joi@chromium.org2013-02-147-2/+803
* Fixes to prep_libc.py to support correct stripping of x64 libcmt on x64 targetwfh@chromium.org2013-02-141-0/+2
* Revert 182367rvargas@google.com2013-02-141-1/+1
* Do a giant svn propset svn:eol-style LF on .cc and .h files thatjln@chromium.org2013-02-141-77/+77
* Base: Disable the scoped handle verifier.rvargas@google.com2013-02-141-1/+1
* Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5.miu@chromium.org2013-02-131-3/+5
* Temporarily disable failing Win64 tests relying on pe_imagejschuh@chromium.org2013-02-131-1/+9
* Base: disable GetNumberOfThreads unittest on Android.jln@chromium.org2013-02-121-0/+4
* Revert 182032brettw@chromium.org2013-02-129-20/+6
* Disable ProcessUtilTest.GetTerminationStatusCrash on Win64 botsjschuh@chromium.org2013-02-121-1/+2
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-129-6/+20
* Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hac...jam@chromium.org2013-02-121-8/+0
* [Test Expectations] Add GetCurrentPlatform() and GetCurrentConfiguration().rsesek@chromium.org2013-02-113-4/+82
* This patch adds some Android-support code to allow the networkdigit@chromium.org2013-02-111-1/+1