[Webkit-unassigned] [Bug 58396] [Qt] http/tests/misc/favicon-loads-with-icon-loading-override.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 17:19:16 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58396





--- Comment #2 from Alice Liu <alice.liu at apple.com>  2011-04-12 17:19:16 PST ---
For Webkit on mac and windows, the siteicon loading preference maps to "WebKitLoadSiteIconsKey", which is defined in WebPreferenceKeysPrivate.h.  

Another example is the automatic image loading preference, which maps to "WebKitDisplayImagesKey" on mac and windows.  On qt, i don't know/see where this preference gets mapped to key.   I don't see it in qwebsettings.cpp

I'm assuming that somewhere in qt there is a preference key mapping, because otherwise layoutTestController. overridePreference() wouldn't work for any preference.  Another question i have is: if the preference keys aren't cross-platform, how are any tests that override preference expected to work cross-platform?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list