summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add simple terminate support for now to help bring up browser/renderer, willthomasvl@chromium.org2009-02-051-1/+8
* Transition POSIX shmem to use lockf(), not semaphores. Eliminatesjrg@chromium.org2009-02-053-58/+140
* Some fixes to ease debugging of the renderer process on OS X.jeremy@chromium.org2009-02-052-3/+21
* Another macro for 100 linear slotscpu@google.com2009-02-051-0/+5
* Disable all of ScopedTempDir tests, since the next one crashed as well.erikkay@google.com2009-02-051-1/+1
* Disable ScopedTempDir.FullPath since it's crashing.erikkay@google.com2009-02-051-0/+4
* Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...jhawkins@chromium.org2009-02-041-1/+2
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-044-3/+87
* Templatizing set_quote_chars method in tokenizer.robertshield@chromium.org2009-02-041-1/+1
* Hands off the intercept if 'unpatch' failsjoshia@google.com2009-02-041-6/+11
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-0412-47/+389
* Reverting 9109.ojan@google.com2009-02-032-81/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-032-0/+81
* Use _NSGetEnviron instead of environ (see "man environ"). environ isn'tmark@chromium.org2009-02-031-5/+2
* The dtor wasn't actually cleaning up the fds from the pipe, so close them downthomasvl@chromium.org2009-02-031-0/+4
* Depending on what runloop we're under, the autoreleasepool might not get cleanedthomasvl@chromium.org2009-02-031-0/+15
* fix off by one in offset values for cf_html.tc@google.com2009-02-031-1/+1
* Add to SDCH histogrammingjar@chromium.org2009-02-021-4/+23
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-023-0/+47
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-314-18/+77
* Rename README.google to README.chromium.mal@chromium.org2009-01-303-0/+0
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-301-0/+10
* Create a stub chrome executable that crashes when run.tc@google.com2009-01-292-2/+33
* Add a Version class and matching unit tests, roughly based on chrome/installe...erikkay@google.com2009-01-298-0/+214
* The new version of Inset() Ben added a while ago didn't work quite right for ...pkasting@chromium.org2009-01-292-10/+4
* Add routine to close file descriptors on execjeremy@chromium.org2009-01-295-31/+66
* Add thread checks to the IPC channel.rvargas@google.com2009-01-291-2/+0
* Add ScopedTempDir - a class that manages the lifetime of a temporary directory.erikkay@google.com2009-01-287-0/+177
* Make WebContentsView portable by using the native view types.brettw@chromium.org2009-01-281-4/+8
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-283-4/+20
* Add portable keyboard codesphajdan.jr@chromium.org2009-01-285-0/+419
* Safe browsing cleanup:estade@chromium.org2009-01-284-12/+22
* Unit test addition, cleanup for render_process/thread.jrg@chromium.org2009-01-281-5/+1
* Add FilePath version of ReadFileToString.erikkay@google.com2009-01-282-1/+7
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-2/+42
* moved two private functions into an anonymous namespaceerikkay@google.com2009-01-271-0/+4
* Reduce the amount of #ifdef.maruel@chromium.org2009-01-271-35/+21
* Roll forward 8722,8721jeremy@chromium.org2009-01-273-0/+40
* FileUtilTest.Contains failed on Vista Home 64 (and wine)dkegel@google.com2009-01-271-4/+7
* Fix a memory leak in release with ThreadCollisionWarner unit tests. Less than...maruel@chromium.org2009-01-271-8/+20
* Reverting 8722,8721.maruel@chromium.org2009-01-273-40/+0
* Fix Windows build.jeremy@chromium.org2009-01-271-0/+3
* First step of porting VisitedLinkMaster to POSIX:jeremy@chromium.org2009-01-273-0/+37
* Add HexStringToBytes which takes an arbitrary length hex string and creates a...erikkay@google.com2009-01-273-0/+97
* Add include for libjpegnsylvain@chromium.org2009-01-271-0/+1
* Comment out a NOTIMPLEMENTED() so that a layout test passes.estade@chromium.org2009-01-271-1/+3
* Fix mac build.estade@chromium.org2009-01-271-1/+1
* Try2 of issue 18772. (move jpeg_codec* to base/gfx)estade@chromium.org2009-01-2710-25/+837
* Moved Init() before startup_data_->event.Signal() because derivedjrg@chromium.org2009-01-272-3/+27
* undo 8692 (fix build failure)estade@chromium.org2009-01-279-788/+1