| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a "GetWOW64Status()" utility function and make the rest of the codebas... | pkasting@chromium.org | 2011-03-04 | 2 | -2/+39 |
* | Modify ThreadChecker and NonThreadSafe so that their | joi@chromium.org | 2011-03-03 | 10 | -160/+256 |
* | Kill CleanUpAfterMessageLoopDestruction. | willchan@chromium.org | 2011-03-03 | 3 | -12/+4 |
* | wstring: allow converting FilePath to wstring in tests | evan@chromium.org | 2011-03-03 | 3 | -0/+16 |
* | Clean up CF To NS Casts and make them slightly safer | dmaclach@chromium.org | 2011-03-03 | 2 | -40/+131 |
* | Revert 76239 - Crash when we notice a corruption of the histogram range-vector | rsimha@chromium.org | 2011-03-03 | 3 | -170/+60 |
* | Revert 76345 - Small cleanup for previous histogram checkin | rsimha@chromium.org | 2011-03-02 | 2 | -17/+14 |
* | touch: more fixes in the message pump. | sadrul@chromium.org | 2011-03-02 | 1 | -5/+18 |
* | Fix up mac test client and simple host for remoting. | dmaclach@chromium.org | 2011-03-02 | 1 | -0/+7 |
* | Until we have sparse histograms, to track error codes, we are using | rtenneti@chromium.org | 2011-03-02 | 2 | -2/+2 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 7 | -7/+7 |
* | touch: Fix unit_tests crash. | sadrul@chromium.org | 2011-03-01 | 1 | -0/+5 |
* | Commneted out ShutdownSingleThreadedCleanup in debug builds to | rtenneti@google.com | 2011-03-01 | 1 | -7/+4 |
* | FilePath: add a convertor to ASCII | evan@chromium.org | 2011-03-01 | 2 | -0/+17 |
* | Out-of-line default Commandline ctor and provide dtor. | msw@chromium.org | 2011-03-01 | 2 | -2/+10 |
* | Small cleanup for previous histogram checkin | jar@chromium.org | 2011-03-01 | 2 | -14/+17 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 15 | -28/+28 |
* | Reorganize CommandLine code. | msw@chromium.org | 2011-03-01 | 2 | -344/+297 |
* | Fix compilation bug on ARM | jar@chromium.org | 2011-02-28 | 2 | -3/+3 |
* | Crash when we notice a corruption of the histogram range-vector | jar@chromium.org | 2011-02-28 | 3 | -60/+170 |
* | Callback support for __fastcall and __stdcall functions. | ajwong@chromium.org | 2011-02-27 | 6 | -24/+236 |
* | Removed the command line from ServiceProcessState::AddToAutoRun() and had the... | sanjeevr@chromium.org | 2011-02-25 | 2 | -0/+12 |
* | Fix style mistakes in r75477. | ajwong@chromium.org | 2011-02-25 | 2 | -10/+17 |
* | Minor fixes in FieldTrial. | cbentzel@chromium.org | 2011-02-25 | 2 | -2/+4 |
* | Comment out unused parameter names in function definitions, | joi@chromium.org | 2011-02-25 | 3 | -3/+3 |
* | Roll gtest 492:539 and gmock 300:358 | thakis@chromium.org | 2011-02-24 | 1 | -0/+3 |
* | Mac specific chromium-style issues now that the trybot is sane. | erg@google.com | 2011-02-24 | 2 | -2/+3 |
* | Get service process running standalone on the mac by hooking it into launchd. | dmaclach@chromium.org | 2011-02-24 | 4 | -12/+101 |
* | Prevent compiling cpu_unittest on i386 (Take 2). | hbono@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Prevent compiling cpu_unittest on i386. | hbono@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Add a unittest for the CPU class. | hbono@chromium.org | 2011-02-24 | 2 | -2/+94 |
* | Pull in ICU 4.6 | jshin@chromium.org | 2011-02-24 | 1 | -2/+3 |
* | Added CHECKs to make sure histogram caller's don't create | rtenneti@chromium.org | 2011-02-23 | 2 | -2/+8 |
* | Make MemoryMappedFile::IsValid const | tommi@chromium.org | 2011-02-23 | 2 | -2/+2 |
* | Dup command-buffer SHM handle before auto-closing. | piman@google.com | 2011-02-23 | 2 | -7/+15 |
* | Mac: Don't show dialogs for debug messages. | thakis@chromium.org | 2011-02-23 | 1 | -11/+0 |
* | Fix Downloads Windows Zone identifier test. | rdsmith@chromium.org | 2011-02-23 | 2 | -34/+23 |
* | Fix null-termination on string copy in debug-on-start code. | evan@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 3 | -0/+24 |
* | Do not block in OwnershipService::IsAlreadyOwned on UI thread. | dilmah@chromium.org | 2011-02-22 | 1 | -1/+14 |
* | Re-enable positive OOB write tests under Dr. Memory and add the suppression f... | timurrrr@chromium.org | 2011-02-22 | 1 | -8/+0 |
* | Add MoveToThread method to PrefMember to make it safe to read pref values fro... | bauerb@chromium.org | 2011-02-21 | 2 | -3/+40 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-20 | 2 | -56/+78 |
* | Callbacks: Replumb the type-inference. | ajwong@chromium.org | 2011-02-19 | 5 | -644/+407 |
* | Run event executor on the ui thread to remove the need to explicitly XFlush()... | ajwong@chromium.org | 2011-02-19 | 2 | -0/+17 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 10 | -97/+79 |
* | Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal... | ajwong@chromium.org | 2011-02-18 | 10 | -76/+97 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 10 | -97/+76 |
* | Revert 75405 - Register Application Restart with Windows Restart Manager on b... | msw@chromium.org | 2011-02-18 | 2 | -78/+56 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-18 | 2 | -56/+78 |