summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-177-18/+200
* Include "base/hash_tables.h" instead of hand-picking header files.avi@google.com2008-12-171-2/+1
* Platform cleanup in browser/ and porting of few files.phajdan.jr@chromium.org2008-12-171-0/+2
* Allow hashmaps and hashsets of FilePath.avi@google.com2008-12-171-0/+19
* Reverting 7125.ericroman@google.com2008-12-171-12/+1
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-1710-1/+698
* Temp experiment to confirm theory in crbug.com/5555.ericroman@google.com2008-12-171-1/+12
* Port the spell checker to posix.estade@chromium.org2008-12-161-8/+8
* Prevents LayoutTests/editing/pasteboard/copy-standalone-image.html from crashingdsh@google.com2008-12-163-8/+22
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-165-1869/+1869
* Update comments in multiprocess_test.h & add an example.phajdan.jr@chromium.org2008-12-161-2/+10
* Comments and white space changes requested by Wan-Teh.abarth@chromium.org2008-12-161-0/+7
* message_pump_libevent refactor:jeremy@chromium.org2008-12-154-119/+178
* Remove few more errors in mac scons build.phajdan.jr@chromium.org2008-12-152-4/+5
* Command line switch for the ultra security concious: --force-https!abarth@chromium.org2008-12-152-0/+4
* A new shot at the old system monitor changelist.mbelshe@google.com2008-12-131-3/+7
* Re-land rollback (which was not causing UI test regression)jar@google.com2008-12-131-5/+11
* revert r6938estade@chromium.org2008-12-124-27/+72
* Move skia_utils into the skia namespace.brettw@google.com2008-12-121-5/+5
* Reverting 6935.ojan@google.com2008-12-124-72/+27
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-124-27/+72
* Rebaseline a bunch of vector canvas unit tests for the changes to Skia.brettw@google.com2008-12-1214-0/+0
* Add a MemoryMappedFile class to file_util.estade@chromium.org2008-12-122-2/+103
* Revert to repair UI test bustagejar@google.com2008-12-121-11/+5
* Reverting 6911.ojan@google.com2008-12-124-156/+119
* message_pump_libevent refactor:jeremy@chromium.org2008-12-124-119/+156
* Make sure sub-pump is running (if needed) before handling a windows taskjar@google.com2008-12-121-5/+11
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-125-10/+14
* Exposing the Close() method publicly in the ScopedHandle class.tommi@chromium.org2008-12-121-3/+8
* ...agl@chromium.org2008-12-121-4/+0
* ...agl@chromium.org2008-12-121-0/+4
* Remove DCHECKS from official builds.rvargas@google.com2008-12-111-2/+60
* Build a few more files on the Mac:mark@chromium.org2008-12-111-0/+6
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-12/+21
* Reverting 6815.phajdan.jr@chromium.org2008-12-114-8/+5
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-114-5/+8
* Improve sleep resolution in process_util_linux.phajdan.jr@chromium.org2008-12-111-2/+2
* We need to loop on waiting as there are plenty of reasons why it might not take.avi@google.com2008-12-111-2/+6
* Don't require tlslite to be installed, just use what's in the treemark@chromium.org2008-12-111-1/+5
* Move file enumeration to filepaths.avi@google.com2008-12-116-60/+78
* Added std::string to Value via Set/GetString overloading.scherkus@chromium.org2008-12-113-9/+99
* Revert "Added std::string to Value via Set/GetString overloading."scherkus@chromium.org2008-12-103-91/+10
* Added std::string to Value via Set/GetString overloading.scherkus@chromium.org2008-12-103-10/+91
* Load the Ahem font from the source tree when not running bundled, formark@chromium.org2008-12-102-0/+21
* Move DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>) to private section.tim@chromium.org2008-12-101-0/+1
* Bring up ipc tests on POSIX.jeremy@chromium.org2008-12-091-0/+15
* Cleanup of the path service. (With some extra utilities to be used later.)avi@google.com2008-12-097-11/+88
* * Add timeout support to POSIX WaitForSingleProcess()jeremy@chromium.org2008-12-081-5/+42
* Add FD watching support to message_pump_libevent.jeremy@chromium.org2008-12-084-14/+84
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-084-41/+72