Status: Unconfirmed
Owner: ----
Labels: OS-Android Pri-2
New issue 131567 by diego.pe...@gmail.com: iframes load/reload trigger
/favicon.ico request on parent page
http://code.google.com/p/chromium/issues/detail?id=131567
Chrome Version:
Application Version (from "Chrome Settings > About Chrome"):
URLs (if applicable): Version 19.0.1084.54 (Mac OS X)
From "Android Settings > About Phone/Tablet"
Build number: S7-301uV100R002C170B009
Device: Huawei Mediapad (hws7300u)
Browser: Chrome Beta 0.18.4409.2396
Behavior in Android Browser (if applicable):
iframes embedded in HTML pages trigger /favicon.ico requests in parent
pages.
Steps to reproduce:
1. load in the browser an HTML page containing an iframe
2. refresh/reload the iframe window manually or using a script
3. check the logs for triggered /favicon.ico requests (unwanted)
Expected result:
iframes load/reload don't trigger /favicon.ico request on parent page
Actual result:
iframes load/reload trigger /favicon.ico request on parent page
This has been tested on Chrome for Linux, Mac, Windows and Android.
It get worst on Android were three request are triggered for each iframe
load/reload in the page, since ADs like to do this stuff it seems to me
this is a big penalty for the browser.
These are the fake requests I get from Chrome/Beta in my logs:
[06/Jun/2012:17:03:25 +0200] "GET /favicon.ico HTTP/1.1" 404 183
[06/Jun/2012:17:03:25 +0200] "GET /apple-touch-icon-precomposed.png
HTTP/1.1" 404 197
[06/Jun/2012:17:03:25 +0200] "GET /apple-touch-icon.png HTTP/1.1" 404 189