summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Removes the dependency to WMTestHelper from app shell.mukai@chromium.org2014-06-028-61/+157
* Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.mmenke@chromium.org2014-05-302-3/+3
* Make various string_util functions take StringPieces instead of char[].pkasting@chromium.org2014-05-301-4/+3
* Refactor "IsUnderDriveMountPoint" in v2 app code for generalization to non-Dr...kinaba@chromium.org2014-05-292-32/+10
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-4/+4
* Move NetworkTypePattern to its own filestevenjb@chromium.org2014-05-281-1/+0
* Treat invisible deminiaturized windows as candidates in FocusWindowSet.davidben@chromium.org2014-05-281-1/+1
* Remove --disable-app-shims.jackhou@chromium.org2014-05-263-36/+0
* Move extension API schema registration to ExtensionsClient.yoz@chromium.org2014-05-242-0/+6
* Rename NOTIFICATION_EXTENSION_INSTALLED to NOTIFICATION_EXTENSION_INSTALLED_D...limasdf@gmail.com2014-05-232-3/+3
* Makes Env contain a ContextFactorysky@chromium.org2014-05-221-1/+3
* Removes unnecessary views::Widget::InitParams::top_levelpkotwicz@chromium.org2014-05-221-1/+0
* Moved IS_EPHEMERAL flag to extension prefstmdiep@chromium.org2014-05-221-1/+2
* Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature...yoz@chromium.org2014-05-222-12/+32
* Revert 271737 "Revert 271721 "VS2013 Update 2""scottmg@chromium.org2014-05-211-2/+0
* views: Also const-ify GetMaximumSize().erg@chromium.org2014-05-214-4/+4
* Make ExtensionFunction::ArgumentList (PKA MultipleArguments) take a scoped_ptrkalman@chromium.org2014-05-201-1/+1
* Revert 271721 "VS2013 Update 2"scottmg@chromium.org2014-05-201-0/+2
* VS2013 Update 2scottmg@chromium.org2014-05-201-2/+0
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-204-6/+6
* Remove unused shell_app_window_api.h/ccjamescook@chromium.org2014-05-182-116/+0
* ui: Move strings translations out of ui/base.tfarina@chromium.org2014-05-182-2/+2
* [Mac] Update fullscreen state when window is fullscreened natively.jackhou@chromium.org2014-05-161-0/+4
* Allow app_shell to load apps built JS/app compiler toolsjamescook@chromium.org2014-05-162-17/+9
* [cros login] Split login related classes into subfolders.nkostylev@chromium.org2014-05-162-2/+2
* Add ShellBrowserMainDelegate::Shutdown()oshima@chromium.org2014-05-164-0/+10
* app_shell: Repack extensions strings.yoz@chromium.org2014-05-161-0/+2
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-155-3/+6
* [Mac] Close browsers when quitting is prevented by QuitWithAppsController.jackhou@chromium.org2014-05-152-8/+34
* Don't send onLaunched to apps with only hidden windows when they reload.benwells@chromium.org2014-05-157-29/+105
* Don't ever create a file in about:blank when launching packaged apps.benwells@chromium.org2014-05-141-1/+15
* Remove RenderWidget::SetBackground, change IPC to pass a bool.danakj@chromium.org2014-05-131-7/+1
* Use file thread when converting paths to absolute when loading apps.benwells@chromium.org2014-05-121-31/+38
* Simplify content_shell_resources target.tfarina@chromium.org2014-05-111-1/+1
* Minimal athena shell mainoshima@chromium.org2014-05-1110-28/+141
* Use light images in colored app frames, when the frame color is dark.benwells@chromium.org2014-05-102-14/+52
* Use ExtensionRegistryObserver instead of DEPRECATED extension notify from app...limasdf@gmail.com2014-05-103-57/+62
* Remove the redundancy of both EXTENSION_FUNCTION_VALIDATE andkalman@chromium.org2014-05-091-1/+1
* Beginning of support for extension content verificationasargent@chromium.org2014-05-082-0/+5
* Remove chrome dependencies from the app_shell target.rockot@chromium.org2014-05-085-41/+3
* Add default implementations for AppWindowRegistry::Observer notifications.calamity@chromium.org2014-05-074-6/+13
* Move chrome.runtime to //extensions.rockot@chromium.org2014-05-076-5/+118
* Split API permission registration.yoz@chromium.org2014-05-072-22/+20
* Reland the rest of https://codereview.chromium.org/234673002/calamity@chromium.org2014-05-063-19/+5
* [Mac] Only create the App Shim Socket after taking process singleton lock.jackhou@chromium.org2014-05-062-2/+13
* Remove page IDs from three WebContentsObserver APIs that don't need it.creis@chromium.org2014-05-052-2/+2
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-035-11/+5
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-034-9/+123
* app_shell: Automatically connect to networks.derat@chromium.org2014-05-026-0/+247
* Fix crashes when reloading apps with windows open.benwells@chromium.org2014-05-023-21/+48