| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a nicer interface for base::mac::GetValueFromDictionary | kushi.p@gmail.com | 2011-11-15 | 3 | -15/+134 |
* | Expose the sandbox related code through the content API. I did a bit of clean... | jam@chromium.org | 2011-10-29 | 1 | -15/+5 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 3 | -29/+29 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 3 | -29/+29 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 3 | -29/+29 |
* | Create ObjCCast<>() and ObjCCastStrict<>() methods | kushi.p@gmail.com | 2011-10-24 | 2 | -0/+157 |
* | Create a CFCast<>() method for casting a basic CFTypeRef to a more specific C... | kushi.p@gmail.com | 2011-10-19 | 3 | -4/+224 |
* | Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} | jeremy@chromium.org | 2011-09-11 | 2 | -0/+92 |
* | cycle bots | thakis@chromium.org | 2011-08-30 | 1 | -1/+1 |
* | Mac Lion: Chrome opens new window on restart when no windows were previously ... | dhollowa@chromium.org | 2011-08-10 | 2 | -24/+33 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 6 | -68/+69 |
* | mac: Components build for base, easy part | thakis@chromium.org | 2011-07-29 | 6 | -60/+72 |
* | Fix Mac 10.6 SDK compile errors found with Clang. | rsesek@chromium.org | 2011-07-26 | 1 | -0/+1 |
* | Extend TTS extension API to support richer events returned from the engine | dmazzoni@chromium.org | 2011-07-07 | 1 | -1/+2 |
* | Fix relaunches on the Mac. | mark@chromium.org | 2011-06-24 | 2 | -0/+25 |
* | Get rid of ClearByPathBackupExclusion. | mark@chromium.org | 2011-06-20 | 2 | -27/+0 |
* | Add three more possibilites for inlining for the base::mac::IsOS* family. | mark@chromium.org | 2011-06-15 | 2 | -0/+9 |
* | Remove Leftover -journal File By-path Exclusions | mrossetti@chromium.org | 2011-06-15 | 2 | -12/+27 |
* | Don't do the pre-emptive unexclude by-path on Lion. It's available to root | mark@chromium.org | 2011-06-14 | 1 | -6/+16 |
* | Improve and unify Mac OS X run-time version checks. | mark@chromium.org | 2011-06-14 | 3 | -0/+218 |
* | Non-path Time Machine Exclusions | mrossetti@chromium.org | 2011-05-26 | 3 | -57/+43 |
* | [Mac] Allow NSExceptions in certain cases. | shess@chromium.org | 2011-05-24 | 2 | -0/+90 |
* | Move the implementations for the CF/NS casts to foundation_util | stuartmorgan@chromium.org | 2011-05-05 | 2 | -72/+73 |
* | Move some Foundation-specific utilities from mac_util to foundation_util | stuartmorgan@chromium.org | 2011-05-05 | 2 | -69/+69 |
* | Mac base cleanup. | avi@chromium.org | 2011-04-29 | 2 | -0/+30 |
* | Fix ReleasableInstanceName to account for the fact that the V property | mark@chromium.org | 2011-04-26 | 2 | -83/+234 |
* | Use the real Mac browser app's bundle identifier everywhere that a base | mark@chromium.org | 2011-04-22 | 2 | -1/+36 |
* | I can't count. | mark@chromium.org | 2011-04-20 | 1 | -1/+1 |
* | 10.5 SDK compatibility for ObjCPropertyReleaserTest. | mark@chromium.org | 2011-04-20 | 1 | -23/+8 |
* | Introduce ObjCPropertyReleaser for automatic releasing of Objective-C | mark@chromium.org | 2011-04-20 | 3 | -0/+471 |
* | Fix some typos. | maf@chromium.org | 2011-04-17 | 1 | -3/+3 |
* | All your base/mac are belong to us. | mark@chromium.org | 2011-04-14 | 1 | -0/+2 |
* | Back out r77530, making the helper app an LSUIElement as it had been prior to | mark@chromium.org | 2011-03-29 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -2/+2 |
* | Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug... | kushi.p@gmail.com | 2011-03-13 | 1 | -2/+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 |
* | Clean up CF To NS Casts and make them slightly safer | dmaclach@chromium.org | 2011-03-03 | 2 | -40/+131 |
* | Add support for ICU data in a data file. | thomasvl@chromium.org | 2011-02-10 | 2 | -0/+12 |
* | Cross-platform CL to remove app/win/win_util.h&cc and related work. | msw@chromium.org | 2011-02-03 | 3 | -71/+0 |
* | Cleanup base & app unit test MockCrApp NSApp initialization. | msw@chromium.org | 2011-02-03 | 1 | -3/+1 |
* | Move some mac_util functions into foundation_util. | rohitrao@chromium.org | 2011-01-28 | 4 | -293/+338 |
* | Fix GrabWindowSnapshot for Mac Chrome. | rkc@chromium.org | 2011-01-12 | 1 | -9/+19 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 3 | -0/+1162 |
* | Remove base/debug_util. Move the debug UI related functions to base/debug/deb... | brettw@google.com | 2011-01-01 | 2 | -0/+65 |
* | Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h | brettw@chromium.org | 2010-12-23 | 1 | -0/+47 |
* | Move scoped_nsdisable_screen_update from base to app/mac | brettw@chromium.org | 2010-10-18 | 3 | -0/+140 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -0/+87 |