summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove the checked-in scons configuration files.sgk@google.com2009-04-019-1009/+0
* Remove the 'Hammer' name in favor of the Debug|Release namessgk@google.com2009-04-011-1/+1
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-016-16/+20
* Remove deprecated methods from StatsCounter.thestig@chromium.org2009-04-012-18/+3
* Revert r12849 (conversion of "Hammer" names to "Debug").sgk@google.com2009-03-311-1/+1
* Replace "Hammer" references with "Debug" as appropriate.sgk@google.com2009-03-311-1/+1
* Add some includes needed by GCC 4.4.0mark@chromium.org2009-03-301-0/+1
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-10/+16
* POSIX: allow WaitableEvents to be deleted while watching them.agl@chromium.org2009-03-265-64/+109
* Removing vcprojs now generated by gyp.bradnelson@google.com2009-03-264-1843/+0
* First stab at Mac breakpad support.jeremy@chromium.org2009-03-261-2/+0
* Linux UI theming:estade@chromium.org2009-03-252-2/+8
* Adding a Set() method for copying (not taking ownership) a variant over to th...tommi@chromium.org2009-03-253-0/+91
* Eliminate precarious use of const_cast<wchar*>(wstring.get())mark@chromium.org2009-03-251-6/+5
* Validate clipboard bitmap size data.estade@chromium.org2009-03-251-0/+14
* Linux: write images to clipboard.estade@chromium.org2009-03-254-12/+25
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-254-18/+18
* Revert "POSIX: allow WaitableEvents to be deleted while watching them."agl@chromium.org2009-03-255-108/+64
* POSIX: allow WaitableEvents to be deleted while watching them.agl@chromium.org2009-03-255-64/+108
* Clean up another string templatemark@chromium.org2009-03-251-13/+9
* Refactor Quantify Profiling a bit.asargent@chromium.org2009-03-253-10/+20
* 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