summaryrefslogtreecommitdiffstats
path: root/content/renderer/manifest
Commit message (Expand)AuthorAgeFilesLines
* Pass Manifest JSON paser error line and column number to console.horo2016-01-144-32/+61
* [DevTools] Shows Manifest file in Sources tabhoro2016-01-081-0/+2
* Switch to standard integer types in content/renderer/.avi2015-12-254-3/+11
* Implement WebContents::HasManifest.dominickn2015-10-152-0/+10
* Remove use of JSONReader::DeprecatedRead from contentolli.raula2015-09-081-2/+2
* Parse background_color from the Manifestlalitm2015-08-193-40/+257
* Use blink::WebDisplayMode in content::Manifest instead of own typekenneth.r.christiansen2015-08-134-22/+22
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* content: perform theme color conversion to signed int earlierlalitm2015-08-092-8/+20
* Update SplitString calls to new formbrettw2015-08-081-4/+5
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-5/+4
* Update SplitString calls to new formbrettw2015-08-071-4/+5
* manifest: add theme_color value to the manifestlalitm2015-07-203-3/+192
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Move EqualsASCII to the base namespace.brettw2015-06-101-26/+31
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-12/+16
* Remove support for the "gcm_user_visible_only" manifest key.peter2015-06-023-64/+2
* Send credentials as part of the Manifest request.mlamouri2015-05-301-4/+6
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-3/+2
* Add related_applications field to manifest parser.benwells2015-04-204-5/+294
* Cleanup: Fix content header include guards.tfarina2015-02-273-3/+3
* Add is_same_page_navigation to RFO::DidCommitProvisionalLoad.mlamouri2015-02-272-7/+6
* Do not reset ManifestManager state for same page navigation.mlamouri2015-02-171-0/+7
* [Manifest] Update a RenderFrame's Manifest when navigated.mlamouri2015-02-042-0/+6
* Fix crash when passing temporary variable as document/manifest URL.mlamouri2014-12-152-2/+14
* Push registration should read a "gcm_user_visible_only" key from the Manifest.peter2014-12-043-3/+90
* Report errors when parsing Manifest and expose them in developer console.mlamouri2014-11-274-210/+537
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-3/+3
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-2/+2
* [Manifest] Add metrics recording.mlamouri2014-10-074-0/+125
* Add support for gcm_sender_id in Manifest.mlamouri2014-09-293-1/+37
* Add support for Manifest.icons.sizesmlamouri2014-09-242-1/+166
* Add support for icons.{src,type,density} in Manifest.mlamouri2014-09-243-7/+248
* Add support for 'orientation' in Manifest.mlamouri2014-09-182-0/+130
* Add support for 'display' in Manifest.mlamouri2014-09-182-30/+121
* Add support for 'start_url' in Manifest.mlamouri2014-09-165-21/+138
* Implement ManifestManager to handle manifest in content/.mlamouri2014-09-162-0/+221
* Fix ASAN breakage with ManifestParserTest.*mlamouri2014-09-151-1/+1
* Revert of Fix lsan failure with ManifestParserTest.* (patchset #1 id:1 of htt...mlamouri2014-09-151-1/+1
* Fix lsan failure with ManifestParserTest.*Mounir Lamouri2014-09-151-1/+1
* Implement ManifestParser in content/.mlamouri2014-09-154-0/+198