summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authornaveenbobbili@motorola.com <naveenbobbili@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 17:50:50 +0000
committernaveenbobbili@motorola.com <naveenbobbili@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 17:50:50 +0000
commit7f87c328d0a354491f69b10b38e4588fc87c363d (patch)
tree4cc4317c1ff5f945956690562daa45fd9b659829 /AUTHORS
parentd761d085b10f9e3f04e25a4659bfadedd61c8568 (diff)
downloadchromium_src-7f87c328d0a354491f69b10b38e4588fc87c363d.zip
chromium_src-7f87c328d0a354491f69b10b38e4588fc87c363d.tar.gz
chromium_src-7f87c328d0a354491f69b10b38e4588fc87c363d.tar.bz2
Changes to get appropriate favicon for a URL which has icons for both touch and favicon types in DB. Since icon mappings are returned from DB in reverse sorted order (HistoryBackendTest.IconMappingsOrderTest) we need to run a loop on the vector to find the first match for the icon type and return the same.
BUG=94897 TEST=Run HistoryBackendTest.IconMappingsOrderTest which confirms that we get a reverse sorted order icon mapping in the vector. Review URL: http://codereview.chromium.org/7969032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ae3e7f3027..4bb1334 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -129,3 +129,4 @@ Mike Tilburg <mtilburg@adobe.com>
Peter Brophy <pbrophy@adobe.com>
Robert Goldberg <goldberg@adobe.com>
Don Woodward <woodward@adobe.com>
+Naveen Bobbili <naveenbobbili@motorola.com>