summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move jpeg_codec.* to base/gfxestade@chromium.org2009-01-279-1/+788
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-264-7/+43
* Make sure variables are referenced in CHECK macros, even for official builds.deanm@chromium.org2009-01-261-11/+13
* Unfork test_shell_main:amanda@chromium.org2009-01-265-1/+45
* Add user script support to extensions.aa@chromium.org2009-01-252-18/+5
* Revert r8560 due to broken interactive_ui_testsmark@chromium.org2009-01-233-12/+1
* Project changes (automatic reordering by UUID).avi@chromium.org2009-01-231-4/+4
* Add a PNGEncoder helper function that takes an SkBitmap,nick@chromium.org2009-01-232-0/+22
* Porting in chrome/phajdan.jr@chromium.org2009-01-233-1/+12
* Decrements FieldTrialList::constructor_count_ in the destructor. I'msky@google.com2009-01-233-10/+1
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-2310-15/+36
* Review URL: http://codereview.chromium.org/18690jrg@chromium.org2009-01-222-27/+3
* Reverting 8499.maruel@chromium.org2009-01-222-10/+0
* Add (currently disabled) RefCountedBase check. (2nd try)maruel@chromium.org2009-01-222-0/+10
* Another horrible workaround for bug 6436 (purify freaking out with base_unitt...erikkay@google.com2009-01-221-0/+4
* Moved Init() startup_data_->event.Signal() because derived classes mayjrg@chromium.org2009-01-222-3/+27
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-3/+2
* Simplify HexEncode.deanm@chromium.org2009-01-222-24/+9
* Windows fix: missed on the last oneagl@chromium.org2009-01-221-1/+1
* Windows: typo fixagl@chromium.org2009-01-221-1/+1
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-223-0/+17
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-222-11/+17
* Adding a HexEncode function to string_utils.tommi@chromium.org2009-01-223-1/+46
* Remove ATL from wmi_utilcpu@google.com2009-01-212-42/+68
* Add V8 bindings for Worker.jianli@chromium.org2009-01-212-1/+8
* Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.aa@chromium.org2009-01-213-3/+65
* Adds AppendASCII which will append an ASCII path component.erikkay@google.com2009-01-213-1/+29