summaryrefslogtreecommitdiffstats
path: root/content/browser/manifest/manifest_manager_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/.avi2015-12-251-0/+2
* Implement WebContents::HasManifest.dominickn2015-10-151-20/+94
* Parse background_color from the Manifestlalitm2015-08-191-4/+7
* webapps: utilize theme color specified in manifestlalitm2015-08-121-1/+2
* manifest: add theme_color value to the manifestlalitm2015-07-201-0/+5
* Add related_applications field to manifest parser.benwells2015-04-201-7/+14
* Fix RenderFrameCreated and RenderFrameDeleted WebContentsObserver methodsnasko2015-02-241-0/+2
* Use StopChildProcess instead of base::KillProcess to kill a renderer processjaekyun2014-12-041-1/+2
* Use manifest for streamlined hosted app creation for title and URL.benwells2014-10-231-4/+7
* Add support for gcm_sender_id in Manifest.mlamouri2014-09-291-0/+4
* Add support for icons.{src,type,density} in Manifest.mlamouri2014-09-241-1/+9
* Add support for 'start_url' in Manifest.mlamouri2014-09-161-0/+2
* Implement ManifestManager to handle manifest in content/.mlamouri2014-09-161-0/+121