openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
M
mini_chromium
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 18, 2025 — Mar 18, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use close$NOCANCEL on Mac, as in Chrome r23369:
Mark Mentovai
More...
over 11 years ago
Add some things from base/synchronization: ConditionVariable and Lock.
Mark Mentovai
More...
over 11 years ago
Remove an unused function from base/files/file_path.cc.
Mark Mentovai
More...
over 11 years ago
Include <stdio.h> in base/files/scoped_file.h, because it uses FILE*.
Mark Mentovai
More...
over 11 years ago
Fix RandBytesAsString().
Mark Mentovai
More...
over 11 years ago
Add base::FilePath to mini_chromium.
Mark Mentovai
More...
over 11 years ago
Initial empty repository
Chase Phillips
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.
Mark Mentovai
More...
over 11 years ago
Link base against IOKit.framework on Mac. ScopedIOObject uses this framework.
Mark Mentovai
More...
over 11 years ago
Add base/stl_util.h.
Mark Mentovai
More...
over 11 years ago
Add base::AutoReset.
Mark Mentovai
More...
over 11 years ago
Add base/numerics/safe_math.h.
Mark Mentovai
More...
almost 12 years ago
Remove trailing whitespace.
Mark Mentovai
More...
almost 12 years ago
Make logged messages slightly more informative.
Mark Mentovai
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.
Mark Mentovai
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/ .
Mark Mentovai
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.
Mark Mentovai
More...
almost 12 years ago
Update base/memory/scoped_ptr.h and add base/template_util.h.
Mark Mentovai
More...
almost 12 years ago
Add WARN_UNUSED_RESULT to base::mac::ScopedMachPort::release, and add ignore_result to base/basictypes.h.
Mark Mentovai
More...
almost 12 years ago
Add base::mac::ScopedMachPort::release().
Mark Mentovai
More...
almost 12 years ago
Add base::ScopedFILE for management of <stdio.h> FILE* handles.
Mark Mentovai
More...
almost 12 years ago
Add base/numerics/safe_conversions.h.
Mark Mentovai
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.
Mark Mentovai
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.
Mark Mentovai
More...
almost 12 years ago
Add base::SysUTF8ToCFStringRef to base/strings/sys_string_conversions{.h,_mac.mm}.
Mark Mentovai
More...
almost 12 years ago
Link against appropriate frameworks on Mac.
Mark Mentovai
More...
almost 12 years ago
Fix copyright owner on new files.
Mark Mentovai
More...
almost 12 years ago
Change DCHECK_IS_ON() to DCHECK_IS_ON as in Chromium r257156.
Mark Mentovai
More...
almost 12 years ago
Add base/mac/scoped_mach_vm.{cc,h}.
Mark Mentovai
More...
almost 12 years ago
Add base/mac/mach_logging.{cc,h}.
Mark Mentovai
More...
almost 12 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree