0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use close$NOCANCEL on Mac, as in Chrome r23369: More... over 11 years ago
Add some things from base/synchronization: ConditionVariable and Lock. More... over 11 years ago
Remove an unused function from base/files/file_path.cc. More... over 11 years ago
Include <stdio.h> in base/files/scoped_file.h, because it uses FILE*. More... over 11 years ago
Fix RandBytesAsString(). More... over 11 years ago
Add base::FilePath to mini_chromium. More... over 11 years ago
Initial empty repository More... over 11 years ago
In C++11 mode, DISALLOW_COPY_AND_ASSIGN and DISALLOW_IMPLICIT_CONSTRUCTORS now use the |= delete| form to disable constructors and the assignment operator. More... over 11 years ago
Link base against IOKit.framework on Mac. ScopedIOObject uses this framework. More... over 11 years ago
Add base/stl_util.h. More... over 11 years ago
Add base::AutoReset. More... over 11 years ago
Add base/numerics/safe_math.h. More... almost 12 years ago
Remove trailing whitespace. More... almost 12 years ago
Make logged messages slightly more informative. More... almost 12 years ago
Add a missing #include to foundation_util.h, and make sys_string_conversions.h work in non-Objective C translation units. More... almost 12 years ago
Update ScopedMachPort to ScopedMachSendRight, and add ScopedMachReceiveRight. Implement both in terms of ScopedGeneric. This matches Chromium's https://codereview.chromium.org/294393007/ . More... almost 12 years ago
Add base/scoped_generic.h and rework base/files/scoped_file.h on top of it. Update base/posix/eintr_wrapper.h. More... almost 12 years ago
Update base/memory/scoped_ptr.h and add base/template_util.h. More... almost 12 years ago
Add WARN_UNUSED_RESULT to base::mac::ScopedMachPort::release, and add ignore_result to base/basictypes.h. More... almost 12 years ago
Add base::mac::ScopedMachPort::release(). More... almost 12 years ago
Add base::ScopedFILE for management of <stdio.h> FILE* handles. More... almost 12 years ago
Add base/numerics/safe_conversions.h. More... almost 12 years ago
Add the NSString wrappers to sys_string_conversions_mac.mm. Avoid a copy when converting from NS/CFString to std::string. More... almost 12 years ago
Move ScopedFD to base/files/scoped_file.h and adapt interface to match current Chromium. Add base/file_util.h ReadFromFD. Add rand_util.h. More... almost 12 years ago
Add base::SysUTF8ToCFStringRef to base/strings/sys_string_conversions{.h,_mac.mm}. More... almost 12 years ago
Link against appropriate frameworks on Mac. More... almost 12 years ago
Fix copyright owner on new files. More... almost 12 years ago
Change DCHECK_IS_ON() to DCHECK_IS_ON as in Chromium r257156. More... almost 12 years ago
Add base/mac/scoped_mach_vm.{cc,h}. More... almost 12 years ago
Add base/mac/mach_logging.{cc,h}. More... almost 12 years ago