| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -4/+4 |
* | Remove ExtensionPrefFactory's dependency on Profile. | derat@chromium.org | 2013-12-03 | 3 | -0/+3 |
* | Write tests for Maximizing a window through script when non-resizable and | mlamouri@chromium.org | 2013-11-29 | 2 | -0/+29 |
* | Add support for color input datalist on Android | keishi@chromium.org | 2013-11-29 | 2 | -3/+7 |
* | Leave fullscreen mode in an app window when ESC key is pressed. | mlamouri@chromium.org | 2013-11-28 | 2 | -0/+34 |
* | Rename setInputRegion API to setShape, and update impl accordingly. | wez@chromium.org | 2013-11-27 | 3 | -8/+7 |
* | Move ManifestHandlers to extensions/ | rdevlin.cronin@chromium.org | 2013-11-26 | 2 | -2/+1 |
* | Revert of https://codereview.chromium.org/62763003/ | rogerta@chromium.org | 2013-11-26 | 2 | -34/+0 |
* | Leave fullscreen mode in an app window when ESC key is pressed. | mlamouri@chromium.org | 2013-11-26 | 2 | -0/+34 |
* | Fullscreen app windows cannot have always-on-top enabled | tmdiep@chromium.org | 2013-11-25 | 4 | -6/+287 |
* | Move EventRouter to src/extensions/browser | jamescook@chromium.org | 2013-11-21 | 1 | -1/+1 |
* | Disable LoadAndLaunchAppChromeNotRunning for Linux Aura | kjellander@chromium.org | 2013-11-21 | 1 | -2/+3 |