| Commit message (Expand) | Author | Age | Files | Lines |
* | If no locale data files can be found, show a dialog and exit | tony@chromium.org | 2011-08-12 | 1 | -0/+4 |
* | Take two at splitting result codes between content and chrome. | dpranke@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Revert r92730, r92731, r92732 ... will land again once I ensure the win build... | dpranke@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | This change will split the result codes between content and chrome. | dpranke@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | Rename chrome/browser/cocoa to chrome/browser/mac. | mark@chromium.org | 2011-06-20 | 1 | -1/+1 |
* | Add a histogram to record time elapsed before we start the browser message loop. | siggi@chromium.org | 2011-04-15 | 1 | -0/+4 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 1 | -2/+1 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Move some chrome\common code to content in preparation for moving chrome\gpu. | jam@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Remove the workaround for bug 43461. Use a g_use_system_ssl | wtc@chromium.org | 2011-02-23 | 1 | -3/+2 |
* | Carnitas: Move non-ui Mac files out of browser/ui/cocoa | sail@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 1 | -3/+3 |
* | Error handling added | glotov@google.com | 2010-12-22 | 1 | -2/+3 |
* | Cleanup: Remove unneeded includes of notification_service.h, part 2. | thestig@chromium.org | 2010-12-17 | 1 | -1/+0 |
* | Move browser/cocoa to browser/ui/cocoa | ben@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Re-land. Fixed previous errors. | dimich@chromium.org | 2010-08-27 | 1 | -0/+9 |
* | Revert 57614 - Re-land. Fixed previous build error. | dimich@chromium.org | 2010-08-27 | 1 | -7/+0 |
* | Re-land. Fixed previous build error. | dimich@chromium.org | 2010-08-27 | 1 | -0/+7 |
* | Revert 57569 - Implement OSX version for "Start on Login" for background-enab... | dimich@chromium.org | 2010-08-26 | 1 | -7/+0 |
* | Implement OSX version for "Start on Login" for background-enabled extensions. | dimich@chromium.org | 2010-08-26 | 1 | -0/+7 |
* | Remove wstrings from l10n_util/ResourceBundle locale functions. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | BrowserMain() refactoring, part 2.1. | viettrungluu@chromium.org | 2010-07-29 | 1 | -0/+16 |
* | Update a suppression (and add a comment) for crbug.com/20504. | viettrungluu@chromium.org | 2010-07-27 | 1 | -0/+2 |
* | BrowserMain() refactoring, part 2. | viettrungluu@chromium.org | 2010-07-27 | 1 | -49/+67 |
* | Moved code that generates APP_TERMINATING notification into BrowserList so it... | atwilson@chromium.org | 2010-07-20 | 1 | -3/+0 |
* | Fix svn:executable permissions. | thestig@chromium.org | 2010-07-19 | 1 | -0/+0 |
* | Adds the application locale police that allows to enforce the kApplicationLoc... | markusheintz@chromium.org | 2010-07-19 | 1 | -1/+4 |
* | Load resources.pak, which should be located next to the chrome | tony@chromium.org | 2010-06-15 | 1 | -0/+7 |
* | Mac: Don't run nested loop for browser_tests (matching Windows and Linux). | viettrungluu@chromium.org | 2010-05-04 | 1 | -2/+9 |
* | Auto restart when update available while running in the background on windows. | atwilson@chromium.org | 2010-04-09 | 1 | -4/+0 |
* | Revert 43989 - This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-09 | 1 | -0/+4 |
* | This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-08 | 1 | -4/+0 |
* | In-app installation when running from a disk image. | mark@chromium.org | 2010-04-02 | 1 | -0/+1 |
* | Do some browser_main cleanup. This moves ChromeOS login manager and some first | brettw@chromium.org | 2010-03-24 | 1 | -8/+4 |
* | Revert r41459: | willchan@chromium.org | 2010-03-12 | 1 | -2/+0 |
* | Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by d... | willchan@chromium.org | 2010-03-12 | 1 | -0/+2 |
* | Fix APP_TERMINATING on Mac to fire while the UI loop is still alive. | willchan@chromium.org | 2010-03-09 | 1 | -0/+4 |
* | Mac: improve situation with respect to launching/DnD local files. | viettrungluu@chromium.org | 2010-01-22 | 1 | -0/+5 |
* | Revert 35137 - Getting perf numbers. Will revert. | viettrungluu@chromium.org | 2009-12-22 | 1 | -18/+0 |
* | Getting perf numbers. Will revert. | viettrungluu@chromium.org | 2009-12-22 | 1 | -0/+18 |
* | Tweak how we force the locale from the browser, this allow browser_tests to s... | thomasvl@chromium.org | 2009-12-02 | 1 | -6/+8 |
* | In-application Keystone ticket promotion. | mark@chromium.org | 2009-11-28 | 1 | -1/+1 |
* | Mac language/locale cleanup | thomasvl@chromium.org | 2009-11-19 | 1 | -0/+6 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 1 | -10/+3 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 1 | -3/+0 |