| Commit message (Expand) | Author | Age | Files | Lines |
* | Make RenderTextMac more efficient by caching fonts and taking advantage of to... | avi@chromium.org | 2013-10-30 | 2 | -1/+69 |
* | Revert 231670 "Make RenderTextMac more efficient by caching font..." | avi@chromium.org | 2013-10-30 | 2 | -69/+1 |
* | Fix AmIBundled for command-line executions. Again. | avi@chromium.org | 2013-10-29 | 1 | -24/+2 |
* | Make RenderTextMac more efficient by caching fonts and taking advantage of to... | avi@chromium.org | 2013-10-29 | 2 | -1/+69 |
* | Fix AmIBundled for command-line executions. | avi@chromium.org | 2013-10-28 | 1 | -7/+24 |
* | Remove helper function that was needed only in 10.5. | avi@chromium.org | 2013-10-27 | 3 | -54/+0 |
* | Do not set process names in the Activity Monitor. | avi@chromium.org | 2013-10-25 | 2 | -93/+0 |
* | Do not use Process Manager functions for determining bundledness. | avi@chromium.org | 2013-10-25 | 1 | -18/+10 |
* | [Mac] Add option to reauthenticate the OS user before revealing passwords. | dubroy@chromium.org | 2013-10-23 | 2 | -17/+35 |
* | Enable the following tests under Mac ASan: | glider@chromium.org | 2013-10-18 | 1 | -2/+1 |
* | Darwin 13 is Mac OS X 10.9. | avi@chromium.org | 2013-10-07 | 1 | -1/+1 |
* | Update OS version functions. | avi@chromium.org | 2013-10-02 | 3 | -18/+64 |
* | Use close$NOCANCEL on the Mac, so that it has deterministic behavior when | mark@chromium.org | 2013-09-16 | 1 | -0/+79 |
* | Move ScopedClosureRunner to callback_helpers, add Reset. | avi@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Fix app shim focus. | jackhou@chromium.org | 2013-07-24 | 2 | -3/+6 |
* | Use a direct include of the message_loop header in base/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | mac: Remove unused includes of scoped_nsobject.h. | thakis@chromium.org | 2013-06-25 | 1 | -1/+0 |
* | mac: Remove ScopedCFTypeRef from base::mac::. | thakis@chromium.org | 2013-06-24 | 1 | -6/+0 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 3 | -12/+13 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 2 | -6/+4 |
* | This CL fixes two bugs: | pkotwicz@chromium.org | 2013-06-22 | 2 | -0/+13 |
* | Move scoped_nsobject from base/memory to base/mac. | thakis@chromium.org | 2013-06-20 | 3 | -1/+247 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | Revert 206507 "Move message_pump to base/message_loop." | brettw@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 2 | -2/+2 |
* | mac: Move more 10.7 api stuff into sdk_forward_declarations.h | thakis@chromium.org | 2013-06-10 | 1 | -0/+13 |
* | Add a path to use CALayers to display content | ccameron@chromium.org | 2013-06-07 | 1 | -0/+6 |
* | Cleanup: Fix some silly syntax in LibDispatchTaskRunnerTest. | thestig@chromium.org | 2013-05-31 | 1 | -6/+6 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -5/+6 |
* | [Mac] Move the large block of NSEvent forward declarations to a shared header. | rsesek@chromium.org | 2013-05-30 | 1 | -0/+48 |
* | Cleanup: Remove ScopedGenericObj. Use scoped_ptr<type, CustomDeleter> instead. | thestig@chromium.org | 2013-05-29 | 1 | -28/+18 |
* | Implement support for USB Xbox360 controllers without a driver on Mac. | jeremya@chromium.org | 2013-05-23 | 1 | -0/+76 |
* | Add base::mac::OpenApplicationWithPath() | jeremya@chromium.org | 2013-04-30 | 2 | -0/+96 |
* | BindBlock supports callbacks with one argument. | droger@chromium.org | 2013-04-24 | 2 | -10/+28 |
* | Enable WindowsApiProperties on mac by fixing DCHECK. | scheib@chromium.org | 2013-04-12 | 1 | -1/+7 |
* | [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker. | rsesek@chromium.org | 2013-04-11 | 2 | -0/+7 |
* | Revert 193486 "[Mac] Remove base::LaunchSynchronize and rewrite ..." | rsesek@chromium.org | 2013-04-11 | 2 | -7/+0 |
* | [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker. | rsesek@chromium.org | 2013-04-10 | 2 | -0/+7 |
* | Forward-declare enums in a way that is compatible with NS_ENUM | stuartmorgan@chromium.org | 2013-04-05 | 1 | -2/+12 |
* | Update comment on workaround with bug tracking info | avi@chromium.org | 2013-04-04 | 1 | -3/+5 |
* | Work around bug coming back from hiding menu bar with fullscreen. | avi@chromium.org | 2013-04-04 | 1 | -0/+21 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -1/+1 |
* | [Mac] Convert ignore-exceptions helpers to block version. | shess@chromium.org | 2013-03-07 | 2 | -17/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 5 | -5/+5 |
* | Fix more remaining FilePath -> base::FilePath. | brettw@chromium.org | 2013-02-18 | 1 | -182/+166 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 2 | -2/+2 |
* | [Mac] Allow NSExceptions in third-party webcam code. | shess@chromium.org | 2013-02-08 | 2 | -0/+18 |
* | Move sys_string_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 3 | -3/+3 |