| Commit message (Expand) | Author | Age | Files | Lines |
* | Retry on fix. I am a bad programmer. | evan@chromium.org | 2011-03-14 | 1 | -2/+4 |
* | Windows fix. | evan@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | wstring: simplify an rtl test | evan@chromium.org | 2011-03-13 | 1 | -65/+31 |
* | Change DeleteRegistryKey to not require opening root keys with RegKey. | tommi@chromium.org | 2011-03-13 | 1 | -9/+22 |
* | Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug... | kushi.p@gmail.com | 2011-03-13 | 3 | -5/+5 |
* | wstring: remove wstring method from PlatformFile | evan@chromium.org | 2011-03-13 | 3 | -16/+0 |
* | Add base::SHA1HashBytes. | hans@chromium.org | 2011-03-13 | 3 | -4/+70 |
* | Make time_posix.cc build in Native Client | abarth@chromium.org | 2011-03-13 | 1 | -0/+11 |
* | Revert 77958 - Make sure Windows default heap will crash on corruption | jar@chromium.org | 2011-03-13 | 1 | -3/+0 |
* | Make sure Windows default heap will crash on corruption | jar@chromium.org | 2011-03-13 | 1 | -0/+3 |
* | Revert 77948 - Add redundancy to detect double frees in TCMalloc | jar@chromium.org | 2011-03-12 | 1 | -1/+1 |
* | Add redundancy to detect double frees in TCMalloc | jar@chromium.org | 2011-03-12 | 1 | -1/+1 |
* | Revert 77941 - Add redundancy to detect double frees in TCMalloc | jar@chromium.org | 2011-03-12 | 1 | -1/+1 |
* | Add redundancy to detect double frees in TCMalloc | jar@chromium.org | 2011-03-12 | 1 | -1/+1 |
* | Fix Coverity NO_EFFECT defect. Comparing unsigned greater than or equal zero ... | ctguil@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Separate GetMacSecurityServicesLock from cssm_init.h so that we can use | wtc@chromium.org | 2011-03-10 | 5 | -36/+68 |
* | Drop the icu version number from the name of icu data file on Windows. | jshin@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | Make WeakPtr more strict about its NonThreadSafe behavior. | willchan@chromium.org | 2011-03-10 | 2 | -3/+13 |
* | The code to validate whether plugin dlls are 32 bit failed for some dll's as ... | ananta@chromium.org | 2011-03-10 | 1 | -4/+2 |
* | FilePath: remove .ToWStringHack() | evan@chromium.org | 2011-03-10 | 2 | -9/+2 |
* | Ubuntu: Detect "xubuntu" as DESKTOP_SESSION. | erg@google.com | 2011-03-10 | 1 | -1/+2 |
* | Remove temporary testing junk accidentally included in last commit. | mark@chromium.org | 2011-03-09 | 1 | -3/+1 |
* | Replace LSUIElement with LSBackgroundOnly. | mark@chromium.org | 2011-03-09 | 1 | -2/+4 |
* | This change enables ExtensionApiTest.WebSocket on Mac again. | toyoshim@chromium.org | 2011-03-09 | 1 | -0/+17 |
* | Add/improve a bunch of comments | jar@chromium.org | 2011-03-08 | 2 | -6/+5 |
* | Support mixed allocation in browser vs subprocesses | jar@chromium.org | 2011-03-08 | 3 | -18/+78 |
* | Force sync integration try jobs on patches that touch sync dependencies | rsimha@chromium.org | 2011-03-08 | 1 | -0/+13 |
* | IDMap derives from NonThreadSafe. | cbentzel@chromium.org | 2011-03-08 | 1 | -2/+22 |
* | Revert 77207 - Support mixed allocation in browser vs subprocesses | jar@chromium.org | 2011-03-07 | 3 | -78/+18 |
* | Support mixed allocation in browser vs subprocesses | jar@chromium.org | 2011-03-07 | 3 | -18/+78 |
* | Revert 77111 - Test performance of default allocator in browser process | jar@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | Test performance of default allocator in browser process | jar@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | Lower logging for expected errors in process_util_mac.mm | sail@chromium.org | 2011-03-06 | 2 | -2/+23 |
* | Revert 77066 - Test impact of using default windows allocator | jar@chromium.org | 2011-03-06 | 1 | -1/+1 |
* | Test impact of using default windows allocator | jar@chromium.org | 2011-03-06 | 1 | -1/+1 |
* | Reland code to detect corruption of histogram ranges | jar@chromium.org | 2011-03-05 | 3 | -67/+180 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 4 | -7/+7 |
* | Move GetWindowsArchitecture() to windows_version.h. | pkasting@chromium.org | 2011-03-04 | 4 | -25/+25 |
* | Add a function to get the processor architecture. I will be using this in th... | pkasting@chromium.org | 2011-03-04 | 3 | -5/+30 |
* | While enumerating plugins under the MozillaPlugins registry key, we should ig... | ananta@chromium.org | 2011-03-04 | 2 | -2/+36 |
* | 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 |