summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Lower logging for expected errors in process_util_mac.mmsail@chromium.org2011-03-062-2/+23
* Revert 77066 - Test impact of using default windows allocatorjar@chromium.org2011-03-061-1/+1
* Test impact of using default windows allocatorjar@chromium.org2011-03-061-1/+1
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-053-67/+180
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-044-7/+7
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-044-25/+25
* Add a function to get the processor architecture. I will be using this in th...pkasting@chromium.org2011-03-043-5/+30
* While enumerating plugins under the MozillaPlugins registry key, we should ig...ananta@chromium.org2011-03-042-2/+36
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-042-2/+39
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-0310-160/+256
* Kill CleanUpAfterMessageLoopDestruction.willchan@chromium.org2011-03-033-12/+4
* wstring: allow converting FilePath to wstring in testsevan@chromium.org2011-03-033-0/+16
* Clean up CF To NS Casts and make them slightly saferdmaclach@chromium.org2011-03-032-40/+131
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-033-170/+60
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-022-17/+14
* touch: more fixes in the message pump.sadrul@chromium.org2011-03-021-5/+18
* Fix up mac test client and simple host for remoting.dmaclach@chromium.org2011-03-021-0/+7
* Until we have sparse histograms, to track error codes, we are usingrtenneti@chromium.org2011-03-022-2/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-027-7/+7
* touch: Fix unit_tests crash.sadrul@chromium.org2011-03-011-0/+5
* 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