| Commit message (Expand) | Author | Age | Files | Lines |
* | The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ... | motek@chromium.org | 2012-06-08 | 1 | -5/+25 |
* | Launch platform apps from shortcuts in the normal user_data_dir on Windows an... | benwells@chromium.org | 2012-05-02 | 1 | -41/+6 |
* | Create Linux platform app shortcuts to run in their own process. | benwells@chromium.org | 2012-04-13 | 1 | -0/+1 |
* | Infrastructure to improve app mode stub <-> Chrome main communication. | jeremy@chromium.org | 2012-03-07 | 1 | -0/+17 |
* | Platform apps shortcuts use their own browser process | benwells@chromium.org | 2012-03-01 | 1 | -2/+42 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Change NewRunnableMethod to base::Bind in shell_integration.cc | benwells@chromium.org | 2011-11-01 | 1 | -8/+9 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Handle OS registration failure when registering protocol handlers | benwells@chromium.org | 2011-07-22 | 1 | -0/+6 |
* | Canary versions no longer always remove protocol handlers at startup. | benwells@chromium.org | 2011-07-18 | 1 | -2/+1 |
* | Moved CanSetAsDefault* from platform_util to shell_integration | benwells@chromium.org | 2011-07-15 | 1 | -0/+7 |
* | Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser... | willchan@chromium.org | 2011-05-31 | 1 | -0/+1 |
* | Revert 87296 - Check for OS unregistered protocol handlers at startup | willchan@chromium.org | 2011-05-31 | 1 | -1/+0 |
* | Check for OS unregistered protocol handlers at startup | willchan@chromium.org | 2011-05-31 | 1 | -0/+1 |
* | Allow chrome to become the os default handler for arbitrary protocols on mac/... | koz@chromium.org | 2011-05-26 | 1 | -35/+80 |
* | Refactor GetCommandLineArgumentsCommon to not use strings. | evan@chromium.org | 2011-03-08 | 1 | -28/+13 |
* | Extension ids are ASCII. | evan@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Introduced a new policy DefaultBrowserSettingEnabled. | pastarmovj@chromium.org | 2011-02-01 | 1 | -1/+3 |
* | Set Browser::app_name_ in a reasonable way for extension apps. | skerner@chromium.org | 2011-01-14 | 1 | -1/+2 |
* | Add "create Application Shortcut" to the app menu on NTP. | skerner@google.com | 2010-11-30 | 1 | -1/+1 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -0/+8 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part16: | tfarina@chromium.org | 2010-10-11 | 1 | -12/+12 |
* | Implement new strategy for default apps. Instead of using | aa@chromium.org | 2010-10-09 | 1 | -1/+1 |
* | Remove usage of GetSwitchValue for most of chrome/browser/. | evan@chromium.org | 2010-08-04 | 1 | -3/+3 |
* | enable apps by default | erikkay@chromium.org | 2010-08-02 | 1 | -3/+2 |
* | Replace obsolete kProfile switch with kLoginProfile | cmasone@google.com | 2010-08-02 | 1 | -2/+2 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Deprecate most of the remaining wstring file_util functions. | evan@chromium.org | 2010-07-08 | 1 | -4/+6 |
* | Re-land r47079: Shorten several appsrelated flags. | aa@chromium.org | 2010-05-13 | 1 | -3/+2 |
* | Revert 47079 - Shorten several appsrelated flags. "256 characters should be e... | aa@chromium.org | 2010-05-12 | 1 | -2/+3 |
* | Shorten several apps-related flags. "256 characters should be enough for anyo... | aa@chromium.org | 2010-05-12 | 1 | -3/+2 |
* | chrome 6: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+2 |
* | Implement launch disposition for extension-apps. | rafaelw@chromium.org | 2010-02-05 | 1 | -0/+54 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 1 | -18/+22 |
* | Allow the default browser check to return "unknown" and reflect that in the UI. | mdm@chromium.org | 2009-09-04 | 1 | -8/+19 |
* | First step to create application shortcuts on Linux. | phajdan.jr@chromium.org | 2009-08-12 | 1 | -0/+2 |
* | Fix running default browser check/setting in UI thread on Linux. | mattm@chromium.org | 2009-07-28 | 1 | -135/+57 |
* | Allow two user level installs of Chrome to have default browser settings. | kuchhal@chromium.org | 2009-07-23 | 1 | -13/+15 |
* | Make default browser path check case insensitive. | kuchhal@chromium.org | 2009-07-06 | 1 | -1/+5 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -3/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 1 | -2/+2 |
* | Fix regression caused by CommandLine change. | kuchhal@chromium.org | 2009-01-27 | 1 | -1/+2 |
* | Move creation of 'open with' registry keys to installer. We should place nice... | kuchhal@chromium.org | 2008-11-19 | 1 | -83/+1 |
* | Temporary code to upgrade Chrome open command for existing users. | kuchhal@chromium.org | 2008-11-05 | 1 | -1/+1 |
* | * Update comments from code review feedback. | kuchhal@chromium.org | 2008-10-27 | 1 | -1/+0 |
* | Add a command line option to installer that will let user set Chrome as | kuchhal@chromium.org | 2008-10-24 | 1 | -99/+10 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |