summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Commneted out ShutdownSingleThreadedCleanup in debug builds tortenneti@google.com2011-03-011-7/+4
* FilePath: add a convertor to ASCIIevan@chromium.org2011-03-012-0/+17
* Out-of-line default Commandline ctor and provide dtor.msw@chromium.org2011-03-012-2/+10
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-012-14/+17
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-0115-28/+28
* Reorganize CommandLine code.msw@chromium.org2011-03-012-344/+297
* Fix compilation bug on ARMjar@chromium.org2011-02-282-3/+3
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-283-60/+170
* Callback support for __fastcall and __stdcall functions.ajwong@chromium.org2011-02-276-24/+236
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-252-0/+12
* Fix style mistakes in r75477.ajwong@chromium.org2011-02-252-10/+17
* Minor fixes in FieldTrial.cbentzel@chromium.org2011-02-252-2/+4
* Comment out unused parameter names in function definitions,joi@chromium.org2011-02-253-3/+3
* Roll gtest 492:539 and gmock 300:358thakis@chromium.org2011-02-241-0/+3
* Mac specific chromium-style issues now that the trybot is sane.erg@google.com2011-02-242-2/+3
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-244-12/+101
* Prevent compiling cpu_unittest on i386 (Take 2).hbono@chromium.org2011-02-241-1/+1
* Prevent compiling cpu_unittest on i386.hbono@chromium.org2011-02-241-1/+1
* Add a unittest for the CPU class.hbono@chromium.org2011-02-242-2/+94
* Pull in ICU 4.6jshin@chromium.org2011-02-241-2/+3
* Added CHECKs to make sure histogram caller's don't creatertenneti@chromium.org2011-02-232-2/+8
* Make MemoryMappedFile::IsValid consttommi@chromium.org2011-02-232-2/+2
* Dup command-buffer SHM handle before auto-closing.piman@google.com2011-02-232-7/+15
* Mac: Don't show dialogs for debug messages.thakis@chromium.org2011-02-231-11/+0
* Fix Downloads Windows Zone identifier test.rdsmith@chromium.org2011-02-232-34/+23
* Fix null-termination on string copy in debug-on-start code.evan@chromium.org2011-02-221-1/+1
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-223-0/+24
* Do not block in OwnershipService::IsAlreadyOwned on UI thread.dilmah@chromium.org2011-02-221-1/+14
* Re-enable positive OOB write tests under Dr. Memory and add the suppression f...timurrrr@chromium.org2011-02-221-8/+0
* Add MoveToThread method to PrefMember to make it safe to read pref values fro...bauerb@chromium.org2011-02-212-3/+40
* Register Application Restart with Windows Restart Manager on browser_main sta...msw@chromium.org2011-02-202-56/+78
* Callbacks: Replumb the type-inference.ajwong@chromium.org2011-02-195-644/+407
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-192-0/+17
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-1810-97/+79
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-1810-76/+97
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-1810-97/+76
* Revert 75405 - Register Application Restart with Windows Restart Manager on b...msw@chromium.org2011-02-182-78/+56
* Register Application Restart with Windows Restart Manager on browser_main sta...msw@chromium.org2011-02-182-56/+78
* Temp dir cleanup:grt@chromium.org2011-02-181-3/+1
* Emptiness, Reset, and Comparison API for Callbacks.ajwong@chromium.org2011-02-184-112/+268
* Intergration of the client-side phishing detection.noelutz@google.com2011-02-172-0/+22
* MessagePump implementations should call DoWork and DoDelayedWork at equalmark@chromium.org2011-02-174-95/+101
* Fix is_convertible for windows.ajwong@chromium.org2011-02-162-16/+17
* detect cpu feature for all x64 and x86 platforms (no longer windows only).jiesun@chromium.org2011-02-163-5/+91
* Initialize members in Encryptor constructors.finnur@chromium.org2011-02-164-8/+16
* Revert r74850 and r74865:ajwong@chromium.org2011-02-152-26/+11
* Remove obsolete dependencies that create needless recompiling.jeanluc@chromium.org2011-02-151-1/+0
* Clang doesn't like EXPECT_EQ with false and a template value.ajwong@chromium.org2011-02-151-7/+7
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-1514-214/+4103
* Redo "Add extra heap-allocation to refcounting. For perf test only."ajwong@chromium.org2011-02-142-11/+26