| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup MIME handling in launcher.cc. | mtomasz@chromium.org | 2014-07-03 | 1 | -108/+24 |
* | extensions: Move app.runtime API from apps to extensions. | derat@chromium.org | 2014-06-22 | 1 | -12/+13 |
* | Move about://-related constants from //content to //url | blundell@chromium.org | 2014-06-10 | 1 | -2/+2 |
* | Files.app: Let Files.app pass mutliple files to file handlers. | hirono@chromium.org | 2014-06-04 | 1 | -83/+162 |
* | Rename "CheckWritable" to "PrepareForWritableApp" to reflect the actual behav... | kinaba@chromium.org | 2014-06-03 | 1 | -2/+2 |
* | Refactor "IsUnderDriveMountPoint" in v2 app code for generalization to non-Dr... | kinaba@chromium.org | 2014-05-29 | 1 | -31/+9 |
* | [cros login] Split login related classes into subfolders. | nkostylev@chromium.org | 2014-05-16 | 1 | -1/+1 |
* | Don't ever create a file in about:blank when launching packaged apps. | benwells@chromium.org | 2014-05-14 | 1 | -1/+15 |
* | Use file thread when converting paths to absolute when loading apps. | benwells@chromium.org | 2014-05-12 | 1 | -31/+38 |
* | Sniff MIME type for files which have unknown extensions. | fukino@chromium.org | 2014-04-22 | 1 | -2/+17 |
* | Revert 264167 "Sniff MIME type for files which have unknown exte..." | yoshiki@chromium.org | 2014-04-16 | 1 | -17/+2 |
* | Sniff MIME type for files which have unknown extensions. | yoshiki@chromium.org | 2014-04-16 | 1 | -2/+17 |
* | Remove single-window-metro-mode code paths for the app launcher and apps. | tapted@chromium.org | 2014-04-07 | 1 | -14/+0 |
* | Introduce apps API target in //apps and move app.runtime API into it | jamescook@chromium.org | 2014-03-31 | 1 | -8/+9 |
* | Add extensions::EventRouter::Get(browser_context) as a shorthand for | kalman@chromium.org | 2014-03-26 | 1 | -2/+2 |
* | Move ExtensionHost from src/chrome to src/extensions | jamescook@chromium.org | 2014-03-21 | 1 | -1/+1 |
* | Move extension_messages.h to extensions/common. | derat@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Remove ExtensionService dependencies from src/apps | jamescook@chromium.org | 2014-01-24 | 1 | -3/+2 |
* | Move ExtensionPrefs and friends to extensions/ directory. | derat@chromium.org | 2014-01-22 | 1 | -1/+1 |
* | Revert 241162 "Make clicking the restart bubble for crashed apps..." | koz@chromium.org | 2014-01-09 | 1 | -8/+6 |
* | Make clicking the restart bubble for crashed apps work. | koz@chromium.org | 2013-12-17 | 1 | -6/+8 |
* | Convert Extension* to extension id in AppLaunchParams. | koz@chromium.org | 2013-12-17 | 1 | -5/+8 |
* | Move ManifestHandlers to extensions/ | rdevlin.cronin@chromium.org | 2013-11-26 | 1 | -1/+1 |
* | Move EventRouter to src/extensions/browser | jamescook@chromium.org | 2013-11-21 | 1 | -1/+1 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Reland: Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-10 | 1 | -2/+2 |
* | Revert 233956 "Move ExtensionProcessManager to src/extensions, p..." | rockot@google.com | 2013-11-08 | 1 | -2/+2 |
* | Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-08 | 1 | -2/+2 |
* | Drop "ByPath" from functions in drive::FileSystemInterface. | kinaba@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContext | jamescook@chromium.org | 2013-10-29 | 1 | -1/+1 |
* | Moved apps metro code from apps to chrome/browser/apps. | benwells@chromium.org | 2013-10-03 | 1 | -10/+2 |
* | Add "kiosk_only" manifest attribute for platform apps. | tengs@chromium.org | 2013-09-26 | 1 | -7/+26 |
* | Revert 222257 "Revert 222235 ""Redirecting URLs to Packaged Apps..." | stevet@chromium.org | 2013-09-10 | 1 | -0/+10 |
* | Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..." | stevet@chromium.org | 2013-09-10 | 1 | -10/+0 |
* | "Redirecting URLs to Packaged Apps" implementation: revised | sergeygs@chromium.org | 2013-09-10 | 1 | -0/+10 |
* | Replace direct use of DriveIntegrationServiceFactory with drive::util::GetFil... | hidehiko@chromium.org | 2013-09-09 | 1 | -5/+4 |
* | Add support for directory access to the file system API. | sammc@chromium.org | 2013-08-29 | 1 | -2/+7 |
* | Use only app permissions to decide if file entries should be writable. | sammc@chromium.org | 2013-08-29 | 1 | -11/+30 |
* | JSON/IDL Compiler now generates event names as of r215660. Use these generate... | DHNishi@gmail.com | 2013-08-20 | 1 | -3/+5 |
* | Moved chrome/browser/ui/extensions apps code to chrome/browser/ui/apps | benwells@chromium.org | 2013-08-14 | 1 | -1/+1 |
* | Move win8 metro mode app launch check back to apps | benwells@chromium.org | 2013-08-09 | 1 | -0/+12 |
* | Move platform_app_launcher to apps | benwells@chromium.org | 2013-08-07 | 1 | -0/+352 |