| Commit message (Expand) | Author | Age | Files | Lines |
* | [App Shell] Make app_shell launch app from relative path | Hokein.Wu@gmail.com | 2014-02-03 | 1 | -1/+3 |
* | [App Shell] Add README | Hokein.Wu@gmail.com | 2014-02-02 | 1 | -0/+10 |
* | Move extensions IPC filtering to extensions::ExtensionMessageFilter | jamescook@chromium.org | 2014-02-02 | 2 | -0/+11 |
* | Close crashed incognito-mode app's shell window. | kinaba@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Disabled pinch zooming in non-browser Aura windows. | bokan@chromium.org | 2014-01-30 | 2 | -0/+12 |
* | aura: Remove Window::SetHitTestBoundsOverrideOuter() and related methods. | sadrul@chromium.org | 2014-01-30 | 2 | -20/+10 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 7 | -7/+9 |
* | Add OWNERS to apps/shell | jamescook@chromium.org | 2014-01-29 | 1 | -0/+3 |
* | [App Shell] Enable Initialized Logging | Hokein.Wu@gmail.com | 2014-01-29 | 1 | -1/+17 |
* | Extract extension-related renderer setup from ExtensionService | jamescook@chromium.org | 2014-01-28 | 7 | -15/+49 |
* | Move kDataScheme constant into content namespace. | tfarina@chromium.org | 2014-01-26 | 1 | -1/+1 |
* | Remove ExtensionService dependencies from src/apps | jamescook@chromium.org | 2014-01-24 | 7 | -36/+26 |
* | app_shell: Extract extension runtime data from ExtensionService | jamescook@chromium.org | 2014-01-22 | 3 | -0/+11 |
* | Move ExtensionPrefs and friends to extensions/ directory. | derat@chromium.org | 2014-01-22 | 11 | -13/+13 |
* | Switch off always-on-top bit when the app window overlaps the taskbar | tmdiep@chromium.org | 2014-01-20 | 2 | -23/+75 |
* | Port app_shell to linux aura | jamescook@chromium.org | 2014-01-18 | 2 | -2/+11 |
* | Move kExtensionProcess to src/extensions/common/switches.cc | jamescook@chromium.org | 2014-01-16 | 1 | -2/+2 |
* | app_shell: Make renderer run background page JavaScript | jamescook@chromium.org | 2014-01-16 | 6 | -8/+155 |
* | Avoid loading the last used browser profile in app_controller_mac when it's n... | tapted@chromium.org | 2014-01-16 | 1 | -2/+10 |
* | Don't enable app shims in tests. (Mac) | jackhou@chromium.org | 2014-01-16 | 1 | -2/+4 |
* | app_shell: Fix resources.pak dependency issue | jamescook@chromium.org | 2014-01-14 | 1 | -0/+2 |
* | app_shell: Fix PrefsTabHelper dependency of ExtensionHost | jamescook@chromium.org | 2014-01-10 | 2 | -0/+6 |
* | Fix app_shell shutdown crash due to BrowserContextKeyedServices | jamescook@chromium.org | 2014-01-09 | 5 | -47/+58 |
* | Revert 241162 "Make clicking the restart bubble for crashed apps..." | koz@chromium.org | 2014-01-09 | 2 | -11/+14 |
* | Rename RootWindowHost to WindowTreeHost | ben@chromium.org | 2014-01-08 | 2 | -2/+2 |
* | Fix non-otr profile's file manager being launched in guest mode. | tbarzic@chromium.org | 2014-01-08 | 1 | -0/+2 |
* | Allow app_shell to run past extension manifest parsing | jamescook@chromium.org | 2014-01-07 | 5 | -31/+60 |
* | Change --enable-app-shims to --disable-app-shims | jackhou@chromium.org | 2013-12-30 | 1 | -3/+2 |
* | apps: Stop leaking TestScreen instance. | tfarina@chromium.org | 2013-12-27 | 2 | -2/+8 |
* | Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t... | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Update uses of Value in android_webview, apps, ash, cc to use the base:: name... | avi@chromium.org | 2013-12-21 | 2 | -9/+9 |
* | Prevent creating background pages for non-incognito profile in Guest mode | dpolukhin@chromium.org | 2013-12-21 | 2 | -0/+7 |
* | Create simplified ExtensionSystem for app_shell | jamescook@chromium.org | 2013-12-19 | 11 | -52/+318 |
* | Add base:: prefix to string16 in apps/. | dbeam@chromium.org | 2013-12-19 | 4 | -4/+4 |
* | Fix the 1px transparent corners in the Windows app window title bar. | calamity@chromium.org | 2013-12-19 | 1 | -5/+2 |
* | kiosk: Don't exit fullscreen on ESC. | xiyuan@chromium.org | 2013-12-18 | 2 | -6/+23 |
* | Getting rid of GetDefaultProfile | skuhne@chromium.org | 2013-12-18 | 1 | -1/+1 |
* | apps: Remove ui/shell entry from shell's DEPS file. | tfarina@chromium.org | 2013-12-17 | 1 | -1/+0 |
* | Make clicking the restart bubble for crashed apps work. | koz@chromium.org | 2013-12-17 | 2 | -14/+11 |
* | Convert Extension* to extension id in AppLaunchParams. | koz@chromium.org | 2013-12-17 | 3 | -8/+11 |
* | Move c/c/e/extension_set to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-12-17 | 2 | -4/+3 |
* | Use ExtensionEnableFlow for shim initiated launches. (Mac) | jackhou@chromium.org | 2013-12-17 | 4 | -16/+130 |
* | Remove ExtensionHost dependency on Chrome's JavaScriptDialogManager | jamescook@chromium.org | 2013-12-16 | 2 | -0/+10 |
* | Add stub ExtensionsClient to app_shell | jamescook@chromium.org | 2013-12-13 | 8 | -6/+208 |
* | Rename apps::AppShell* to apps::Shell* | jamescook@chromium.org | 2013-12-13 | 17 | -217/+215 |
* | Add a focused property to the options parameter in chrome.app.window.create(). | mlamouri@chromium.org | 2013-12-12 | 1 | -1/+2 |
* | Skip TestingBrowserProcess creation in browser_tests | jamescook@chromium.org | 2013-12-09 | 1 | -2/+11 |
* | Add ExtensionsBrowserClient and AppSorting to app_shell | jamescook@chromium.org | 2013-12-07 | 11 | -31/+355 |
* | app_shell attempts to load an app when passed --app=<path/to/app> | jamescook@chromium.org | 2013-12-04 | 8 | -27/+242 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -4/+4 |