summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Added a thread pool to WorkerPool for Linux that dynamically adds threads as ...willchan@chromium.org2009-03-246-19/+504
* Use scoped_ptr to prevent memory leaks on test failures.patrick@chromium.org2009-03-241-19/+12
* Explicitly instantiate the string16 backer exactly once, avoiding problems inmark@chromium.org2009-03-242-0/+43
* SHARED_INTERMEDIATE_DIR is a better place for generated headers.mmoss@chromium.org2009-03-242-6/+4
* Add a new histogram macro to replace a few explicit calls.rvargas@google.com2009-03-241-1/+12
* Include version information in Linux chrome.mmoss@chromium.org2009-03-243-23/+39
* Use a correct templatized WriteInto for all string typesmark@chromium.org2009-03-241-13/+5
* Generate header file of Linux version information (currently gyp-only).mmoss@chromium.org2009-03-242-0/+56
* Disable DirectoryWatcherTest.SubDirNonRecursive on Windows versionsphajdan.jr@chromium.org2009-03-242-3/+14
* Enable non-recursive watches for Windows DirectoryWatcher.phajdan.jr@chromium.org2009-03-243-57/+42
* Fixing problem with ScopedVariant in official builds.tommi@chromium.org2009-03-232-4/+1
* Skip WatchdogTest.AlarmTest under Valgrind to avoid five-minute hang.dkegel@google.com2009-03-231-0/+2
* Improve scoped_cftyperef<> and scoped_nsobject<> reset() semantics.mark@chromium.org2009-03-232-11/+11
* Add missing Mac headers to base.gypmark@chromium.org2009-03-232-1/+11
* Add scoped_nsobject to help handle ownership of NSObject subclass objects bymark@chromium.org2009-03-232-0/+79
* Attempt to detect impact of disabling dns prefetching on transaction latencyjar@chromium.org2009-03-232-8/+22
* Chromium side of trackbar drawing. This is needed to support <input type="ra...pkasting@chromium.org2009-03-202-20/+126
* Update the gyp Linux build:sgk@google.com2009-03-201-1/+32
* Fix a bunch of tiny near-bugs and bugs that static analysis identifiedjar@chromium.org2009-03-195-8/+8
* Reorder some stuff to be in alphabetical order in preparation for adding more...pkasting@chromium.org2009-03-192-246/+246
* Test was examining a variable without first acquiring a required Lock.ralphl@chromium.org2009-03-194-11/+35
* Fix gcc 4.3 warning in directory_watcher_inotify.ccphajdan.jr@chromium.org2009-03-191-2/+8
* 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