summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Change Pickle to double its capacity by default, rather than increasingmpcomplete@google.com2009-03-162-4/+6
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-167-5/+9
* Change DCHECK( == 0) to DCHECK_EQ in the posix lock implementation.deanm@chromium.org2009-03-161-7/+7
* Port visitedlink tests to Linux. Also make them pass on Linux, whichphajdan.jr@chromium.org2009-03-163-0/+13
* This should make ProcessUtilTest.KillSlowChild not-flaky.phajdan.jr@chromium.org2009-03-161-9/+0
* Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601.thestig@chromium.org2009-03-131-1/+0
* Basic windowless plugins, try 2.evan@chromium.org2009-03-131-3/+2
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-131-0/+14
* Implement DownloadFile::Rename() for posix. Downloads work on linux!estade@chromium.org2009-03-132-3/+11
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-1312-6/+6
* Improve the look of the Linux omnibox.deanm@chromium.org2009-03-132-0/+22
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-132-2/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-1216-18/+0
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-129-5/+7
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-121-0/+5
* Switching to gyp generated vcprojs for some components.bradnelson@google.com2009-03-121-154/+0
* (purify bustage) Correct purify (only) reference to variablejar@chromium.org2009-03-111-1/+1
* Fix tree bustagejar@chromium.org2009-03-111-2/+4
* Avoid leaks at shutdown when running purifyjar@chromium.org2009-03-111-4/+10
* file_util::Move fails on Windows if moving a directoryhuanr@chromium.org2009-03-113-2/+61
* Rolling back change 11431 (didn't work with a clobber either).bradnelson@google.com2009-03-111-0/+154
* Attempting to roll out gyp for base.bradnelson@google.com2009-03-111-154/+0
* Rolling back change 11429.bradnelson@google.com2009-03-111-0/+154
* junkbradnelson@google.com2009-03-111-154/+0
* Adding more guids (realized unit tests get included in slns up higher in the ...bradnelson@google.com2009-03-101-2/+3
* Adding fixed guids to some modules to facilitate incremental switch to gyp.bradnelson@google.com2009-03-101-0/+2
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-104-60/+75
* Move FilePathTest under test_dir_ so it gets cleaned up on TearDown.thestig@chromium.org2009-03-101-3/+1
* Add missing test_file_util_posix.cc file.sgk@google.com2009-03-101-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-10143-146/+0
* Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared.deanm@chromium.org2009-03-102-0/+45
* Add API functions to control Quantify, as well as expose theseasargent@chromium.org2009-03-095-0/+96
* Disable flaky TimerTest.DelayTimer_Reset test.phajdan.jr@chromium.org2009-03-092-1/+8
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-0/+4
* Bringup sys_string_conversions_unittest.cc on Linux.jeremy@chromium.org2009-03-081-1/+0
* Pulling in operator=() to ScopedComPtr.tommi@chromium.org2009-03-072-0/+8
* Start the crash_service on windows when running ui tests, if it's not running...jam@chromium.org2009-03-061-1/+1
* Build test_shell and test_shell_tests on Linux from gyp-generated scons files:sgk@google.com2009-03-061-2/+9
* In preparation for making changes to worker_pool_linux.cc.willchan@chromium.org2009-03-065-41/+41
* I verified that the Visual C++ 2005 bug has been fixed inwtc@chromium.org2009-03-061-1/+1
* Cleanup in {test_,}file_util_posix.ccphajdan.jr@chromium.org2009-03-062-6/+10
* Reverting 11102.phajdan.jr@chromium.org2009-03-062-10/+6
* Make CrashAwareSleep more accurate on POSIX (checking if the process exists).phajdan.jr@chromium.org2009-03-061-8/+20
* first cutphajdan.jr@chromium.org2009-03-062-6/+10
* An assert was being hit because WaitableEvent's dtor was calling CloseHandle ...jam@chromium.org2009-03-062-0/+9
* Added a new method CreateNonJoinable() to PlatformThread. Added the windows ...willchan@chromium.org2009-03-053-6/+41
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-051-0/+4
* NO CODE CHANGE.maruel@google.com2009-03-052-4/+6
* Make UTF8ToWide take a StringPiece, to avoid copying to a std::string.deanm@chromium.org2009-03-052-2/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-056-32/+32