summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Call two more shutdown functions, and set an environment variable, dkegel@google.com2009-03-191-0/+9
* Add some UBC eviction code after talking to Amit (and it doesn't even requirethomasvl@chromium.org2009-03-191-3/+21
* ScopedVariant implementation.tommi@chromium.org2009-03-195-0/+593
* Added a debug method AssertAcquired() that compiles to nothing in non-debug b...ralphl@chromium.org2009-03-183-28/+49
* Linux: build fix for systems without inotify headersagl@chromium.org2009-03-182-0/+31
* Cleanup in DirectoryWatcher:phajdan.jr@chromium.org2009-03-183-68/+63
* The test suite commandline leak is easy to plug, so we may as well.dkegel@google.com2009-03-181-1/+3
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Port DirectoryWatcher to Linux using inotify.phajdan.jr@chromium.org2009-03-187-49/+492
* Change the stub for file_util::EvictFileFromSystemCachethomasvl@chromium.org2009-03-181-3/+4
* Initialize module_handle_ in IATPatch's constructor.deanm@chromium.org2009-03-181-1/+2
* Remove an unused bool member variable "opened_" from StatsTable.deanm@chromium.org2009-03-181-6/+6
* Minor DCHECK cleanups in libevent.willchan@chromium.org2009-03-171-2/+3
* Some upstream code assumes that the executable path from the path service isthomasvl@chromium.org2009-03-171-15/+4
* Use "org.chromium" in place of "com.google.chrome" in posix temporary file na...estade@chromium.org2009-03-171-0/+4
* Fix incorrect guards in base/.deanm@chromium.org2009-03-178-17/+22
* Add targets for page_cycler_tests, perf_tests and startup_tests. Listedsgk@google.com2009-03-161-0/+17
* 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