summaryrefslogtreecommitdiffstats
path: root/athena/extensions
Commit message (Expand)AuthorAgeFilesLines
* MacViews: Fix inconsistencies with window modal dialog parent types.andresantoso2014-11-151-1/+4
* Make getters of NativeAppWindowViews publichashimoto2014-11-143-42/+3
* Fix Athena build after ExtensionService::extensions() deprecation.reillyg2014-11-121-1/+2
* Add namespace to constrained_window componentoshima2014-11-102-4/+4
* JS dialogs for athenaoshima2014-11-066-0/+226
* Re-factored printing defines and build configs.vitalybuka2014-11-051-4/+4
* C++11 override style change for athenaMitsuru Oshima2014-10-2421-161/+150
* Add the ability to load multiple apps into app_shell.lfg2014-10-241-6/+3
* NULL -> nullptr under athena/oshima2014-10-2312-21/+23
* Update the list of apps when installed/uninstalled for Athena.mukai2014-10-222-24/+83
* Make management.launchApp() work for hosted apps on Athenapkotwicz2014-10-211-18/+1
* Displays dialog when app install succeeds / fails on Athena. In particular,pkotwicz2014-10-217-0/+156
* Remove NOTIFICATION_HISTORY_URL_VISITEDsdefresne2014-10-201-0/+1
* Remove include of browser.h in Athenapkotwicz2014-10-141-1/+0
* Skips Chrome icon in Athena home card.mukai2014-10-131-1/+8
* Adds full-functional search results for Athena on Chrome.mukai2014-10-1012-0/+728
* Adding application lifetime tests to athena, allowing to override focus reque...skuhne2014-10-093-3/+18
* replace OVERRIDE and FINAL with override and final in athena/mostynb2014-10-0312-40/+40
* Shutdown ExtensionDelegate only if the user session has startedoshima2014-10-033-8/+4
* Remove extension dependency from athena/contentoshima2014-10-031-1/+1
* Move components/native_app_window to extensions/components/native_app_windowtapted2014-10-022-2/+2
* Remove AppsClient::GetLoadedBrowserContextshashimoto2014-09-265-30/+3
* Remove Increment/DecrementKeepAliveCount from AppsClienthashimoto2014-09-252-10/+0
* Do not show the activity widget in ActivityManager::AddActivityoshima2014-09-241-1/+2
* Don't add the app activity as it's already added.oshima2014-09-241-3/+2
* Add actiivity in factory rather than each caller adds them.Mitsuru Oshima2014-09-232-6/+3
* Remove AppDelegate::GetAppDefaultIconjamescook2014-09-222-6/+0
* Rename AppsClient -> AppWindowClientoshima2014-09-198-58/+61
* Simply remove dummy app icons from the home card.mukai2014-09-191-51/+0
* * Use componentized NativeAppWindowViewsoshima2014-09-1821-373/+666
* Check media permissions through RenderFrameHostDelegate.grunell2014-09-182-0/+15
* Removing remaining CrOS implicit conversions from scoped_refptr to T*dcheng2014-09-161-1/+1
* V2 app support step2 : Use NativeAppWindow for Activity's window.oshima2014-09-111-6/+24
* Supprot V2 app: step1oshima2014-09-104-2/+252
* Move ContentAppModelBuilder to athena/extensions.mukai2014-09-094-2/+168
* Support V1 apposhima2014-09-052-9/+23
* Fix the build error of athena on chrome.mukai2014-09-031-1/+2
* Run athena on chromeoshima2014-09-025-0/+231
* Consolidate AppControllDelegate to ExtensionsDelegate.oshima2014-08-273-4/+14
* Delete activity upon window deletionoshima2014-08-264-26/+42
* ExtensionDelegate to abstract extension implementationoshima@chromium.org2014-08-225-0/+177