summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-212-17/+11
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-212-11/+17
* Share DidProcessCrash between Linux and Mac.deanm@chromium.org2009-01-212-25/+26
* Clean up a bunch of style errors in process_util_linux.cc.deanm@chromium.org2009-01-211-27/+30
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-219-378/+377
* Followup for one missed review comment (sorting includes).thomasvl@chromium.org2009-01-201-1/+1
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-201-0/+3
* generate test_shell.pak and hook up loading net resources fromtc@google.com2009-01-201-0/+2
* Added more logging in debug builds for some failure passes, hopefully thisthomasvl@chromium.org2009-01-201-3/+10
* Flesh out ListValue class.aa@chromium.org2009-01-203-5/+101
* Set back StoreRef as non-thread-safe. (Second try)maruel@chromium.org2009-01-201-1/+1
* Collect some metrics on nosniff. There is some concern that respecting this ...abarth@chromium.org2009-01-171-0/+12
* Generate all chrome .vcproj files:sgk@google.com2009-01-173-6/+8
* "Port" StackTrace to Macmark@chromium.org2009-01-163-31/+8
* Mac build fixagl@chromium.org2009-01-161-1/+1
* Windows build fix: sorry, I commit from the wrong tree.agl@chromium.org2009-01-161-0/+1
* Add StackTrace debugging utility class.agl@chromium.org2009-01-163-1/+76
* Reverting 8180.maruel@chromium.org2009-01-163-11/+1
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-163-1/+11
* fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc)tc@google.com2009-01-161-1/+1
* Mac/Linux test fixes: hopefully this will fix some flakey testsagl@chromium.org2009-01-162-30/+54
* Back out erroneous r8140mark@chromium.org2009-01-161-4/+4
* Fix OSX compilejeremy@chromium.org2009-01-151-4/+4
* Mac build fixagl@chromium.org2009-01-152-5/+5
* Mac build fixagl@chromium.org2009-01-151-1/+1
* Mac build fix: xcode updatesagl@chromium.org2009-01-151-4/+8
* Windows scons fix: more functions static and scons file fixagl@chromium.org2009-01-152-2/+3
* Windows scons fix: forgot to rename some testsagl@chromium.org2009-01-151-4/+4
* GCC on the buildbots is more pickyagl@chromium.org2009-01-151-1/+1
* Linux: Build fix for WaitableEvent mergeagl@chromium.org2009-01-151-3/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-1513-92/+1173
* Enhance error report info (and correct typos)jar@chromium.org2009-01-151-3/+3
* Renaming the following files to include the _win suffix:tommi@chromium.org2009-01-1510-66/+50
* add system_monitor_posix to buildpinkerton@google.com2009-01-151-0/+4
* - Match up w/ NSPasteboard docs and mark sure our special type is on thethomasvl@chromium.org2009-01-151-1/+1
* Work around a stupid Purify bug that was causing lots of bogus messages to ap...erikkay@google.com2009-01-152-15/+19
* scoped_bstr and StackBstr implementations. The scoped_bstr class is a wrappe...tommi@chromium.org2009-01-147-0/+332
* Report name of repeatedly registered histogramsjar@chromium.org2009-01-141-2/+6
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-1310-41/+84