summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* app_shell attempts to load an app when passed --app=<path/to/app>jamescook@chromium.org2013-12-048-27/+242
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-4/+4
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-4/+4
* Remove ExtensionPrefFactory's dependency on Profile.derat@chromium.org2013-12-033-0/+3
* Write tests for Maximizing a window through script when non-resizable andmlamouri@chromium.org2013-11-292-0/+29
* Add support for color input datalist on Androidkeishi@chromium.org2013-11-292-3/+7
* Leave fullscreen mode in an app window when ESC key is pressed.mlamouri@chromium.org2013-11-282-0/+34
* Rename setInputRegion API to setShape, and update impl accordingly.wez@chromium.org2013-11-273-8/+7
* Move ManifestHandlers to extensions/rdevlin.cronin@chromium.org2013-11-262-2/+1
* Revert of https://codereview.chromium.org/62763003/rogerta@chromium.org2013-11-262-34/+0
* Leave fullscreen mode in an app window when ESC key is pressed.mlamouri@chromium.org2013-11-262-0/+34
* Fullscreen app windows cannot have always-on-top enabledtmdiep@chromium.org2013-11-254-6/+287
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Disable LoadAndLaunchAppChromeNotRunning for Linux Aurakjellander@chromium.org2013-11-211-2/+3
* Add ash-enable-immersive-all-windows command line flag to enable immersive fu...pkotwicz@chromium.org2013-11-203-22/+47
* Revert 235861 "Add ash-enable-immersive-all-windows command line..."oshima@chromium.org2013-11-193-47/+22
* Add ash-enable-immersive-all-windows command line flag to enable immersive fu...pkotwicz@chromium.org2013-11-193-22/+47
* Add chrome_strings dependency to app_shim.gypijackhou@chromium.org2013-11-181-0/+1
* Rename MinimalShell to WMTestHelper.tfarina@chromium.org2013-11-182-7/+7
* Fixed broken minimize/maximize buttons for Chrome Apps on Linux Aura.mgiuca@chromium.org2013-11-181-1/+12
* Introduce ui/wm/ directory.tfarina@chromium.org2013-11-163-8/+8
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-1510-10/+10
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-1/+1
* Fix linux_chromeos_clang compile for app_shelljamescook@chromium.org2013-11-131-1/+1
* [mac] Better handling of lost Apple Events during App Shim Startup.tapted@chromium.org2013-11-121-25/+54
* Reland: Move ExtensionProcessManager to src/extensions, part 4jamescook@chromium.org2013-11-102-3/+3
* Revert 233956 "Move ExtensionProcessManager to src/extensions, p..."rockot@google.com2013-11-082-3/+3
* Move ExtensionProcessManager to src/extensions, part 4jamescook@chromium.org2013-11-082-3/+3
* Make a new component 'app_shim'.jackhou@chromium.org2013-11-082-11/+34
* Drop "ByPath" from functions in drive::FileSystemInterface.kinaba@chromium.org2013-11-071-1/+1
* Don't add keep-alives for apps after the app keep-alive service has shut down.sammc@chromium.org2013-11-073-2/+12
* Defer app window appearance until first paint.mlamouri@chromium.org2013-11-072-5/+88
* Revert 227677 - Trigger visibilitychange events on app container state changesrockot@chromium.org2013-11-013-19/+2
* Add chrome.app.window.[get|set][Min|Max][Width|Height]jackhou@chromium.org2013-10-301-0/+19
* Keep Chrome alive while packaged app background pages are running.sammc@chromium.org2013-10-306-0/+314
* Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContextjamescook@chromium.org2013-10-292-2/+1
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Use the loaded bounds before applying size constraint.mlamouri@chromium.org2013-10-281-8/+6
* Move app_launcher_utils to chrome/browser/ui/app_listcalamity@chromium.org2013-10-252-2/+2
* Add yoz/kalman to OWNERS.miket@chromium.org2013-10-251-0/+2
* Remove reliance on GetActiveDesktop from AppListService::Get()tapted@chromium.org2013-10-241-1/+3
* Remove apps::ShellWindow dependency on c/c/extensions/extension_constants.hjamescook@chromium.org2013-10-233-24/+0
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-233-1/+3
* apps: Remove unnecessary includes of extension_constants.hjamescook@chromium.org2013-10-234-4/+3
* Get rid of the extensions' MessageHandler RenderViewHostObserver. Move this c...jam@chromium.org2013-10-212-0/+3
* Suppress uninteresting log output from mac tests due to long shim domain sock...tapted@chromium.org2013-10-211-0/+12
* Add Set[Minimum|Maximum]Size to ShellWindow.jackhou@chromium.org2013-10-213-0/+53
* Factor out [min|max]_size into ShellWindow::SizeConstraintsjackhou@chromium.org2013-10-202-62/+136
* Introduce a separate gyp file for content shell and testsjochen@chromium.org2013-10-191-1/+1
* Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk}jamescook@chromium.org2013-10-167-20/+21