summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Move CommandLine to base namespace.brettw@chromium.org2014-03-174-6/+6
* Allows the guest session on CrOS to load extension resource.yukishiino@chromium.org2014-03-171-1/+1
* Update frame color API to use unions.benwells@chromium.org2014-03-171-1/+1
* Remove //components/browser_context_keyed_serviceblundell@chromium.org2014-03-161-1/+0
* Move ExtensionFunctionDispatcher to extensions/browser.derat@chromium.org2014-03-153-1/+5
* Implement setters for app window bounds APItmdiep@chromium.org2014-03-145-38/+24
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-134-4/+3
* Move clients of BrowserContextKeyedService to using KeyedService (#3)blundell@chromium.org2014-03-1322-50/+49
* Move sockets APIs out of src/chromerockot@chromium.org2014-03-125-3/+29
* Move user_agent code from webkit/ to content/.tfarina@chromium.org2014-03-111-2/+2
* Create windows for new app window bounds APItmdiep@chromium.org2014-03-117-61/+240
* Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...kinuko@chromium.org2014-03-102-5/+6
* Fixed incorrect frame insets for app windows on ChromeOStmdiep@chromium.org2014-03-101-6/+6
* Convert ContentMain to take a struct instead of parameters that vary dependin...jam@chromium.org2014-03-091-10/+13
* [App Shell] Remove chrome_100_percent.pak dependancy.Hokein.Wu@gmail.com2014-03-092-9/+22
* Reland: Add ExtensionsApiClient interface, use it in the storage API Settings...jamescook@chromium.org2014-03-062-2/+7
* Revert r255069 "Add ExtensionsApiClient interface, use it in the storage API ...thakis@chromium.org2014-03-052-7/+2
* Rename RootWindowObserver -> WindowTreeHostObserver.ben@chromium.org2014-03-052-13/+13
* Move ExtensionFunctionRegistry out of src/chromerockot@chromium.org2014-03-053-0/+11
* Add ExtensionsApiClient interface, use it in the storage API SettingsFrontendjamescook@chromium.org2014-03-052-2/+7
* Do not allow ephemeral apps to retain filesystem entriestmdiep@chromium.org2014-03-051-1/+2
* Use NULL for ExtensionKeyBindingRegistry::Delegate for app windows.yoz@chromium.org2014-03-044-13/+2
* Remove Chrome dependencies from sockets API implementations.rockot@chromium.org2014-03-042-1/+8
* Plumbs through RenderFrameObserver::WillReleaseScriptContextsky@chromium.org2014-03-042-10/+42
* Fix inconsistencies in left/top of app window bounds for non-native windowstmdiep@chromium.org2014-03-043-38/+83
* Makes text input extensions available in guest session on CrOS.yukishiino@chromium.org2014-03-032-2/+3
* Cleanup: Move kBlobScheme constant into content namespace.tfarina@chromium.org2014-03-011-1/+1
* Add <algorithm> include needed on VS2013scottmg@chromium.org2014-03-011-0/+2
* Refactored app window size constraintstmdiep@chromium.org2014-02-288-123/+175
* Rename BaseNativeAppWindowViews and NativeAppWindowViewsjamescook@chromium.org2014-02-274-118/+117
* app_shell: Allow chrome-extension scheme to request filesystemsrockot@chromium.org2014-02-272-0/+9
* Implement getters for app window bounds APItmdiep@chromium.org2014-02-271-20/+44
* Remove unused AppKeepAliveServicejamescook@chromium.org2014-02-276-325/+0
* [App Shell] Include all chrome-specific resources in app_shell.pak.Hokein.Wu@gmail.com2014-02-264-19/+9
* Add option to install an ephemeral app to the Windows jump list tmdiep@chromium.org2014-02-264-0/+21
* Move shell_window/ test data directory to app_window/jamescook@chromium.org2014-02-261-2/+1
* [App Shell] Fix a crash issue while closing root window with remote dev-tool ...Hokein.Wu@gmail.com2014-02-261-1/+1
* app_shell: Enable process-per-siterockot@chromium.org2014-02-262-0/+12
* Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCountjamescook@chromium.org2014-02-256-14/+14
* Add msvs_large_pdb to some more targets that are failing on Official devscottmg@chromium.org2014-02-241-0/+1
* Add support for chrome.app.window.create() to app_shelljamescook@chromium.org2014-02-2211-3/+262
* Extract Chrome-specific code from NativeAppWindowViewsjamescook@chromium.org2014-02-223-0/+597
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* [App Shell] Introduce app_shell.pakHokein.Wu@gmail.com2014-02-212-5/+33
* Add frame color option to packaged app windows.benwells@chromium.org2014-02-215-2/+18
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-212-9/+9
* Allow resizing of packaged app windows in Windows desktop modetdanderson@chromium.org2014-02-211-11/+0
* Rename VIEW_TYPE_APP_SHELL -> VIEW_TYPE_APP_WINDOWrockot@chromium.org2014-02-201-1/+1
* Fix the "Minimize" button of app windows remaining hovered after restore.calamity@chromium.org2014-02-181-0/+1
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1