[Webkit-unassigned] [Bug 88453] [GTK] [WebKit2] CanHandleRequest API test fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 09:25:59 PDT 2013


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


Anton Obzhirov <a.obzhirov at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.obzhirov at samsung.com




--- Comment #1 from Anton Obzhirov <a.obzhirov at samsung.com>  2013-10-24 09:24:45 PST ---
After investigation:
The issue is WebPage::platformCanHandleRequest(const ResourceRequest&) for GTK port always returns true. This doesn't look right since it should return false by default for all unknown schemes. For example, currently the test checks
canHandleURL("about:blank") && canHandleURL("emptyscheme://") && !canHandleURL("notascheme://");.
First two are handled by WebCore in SchemeRegistry::shouldLoadURLSchemeAsEmptyDocument since "about:blank" is default and "emptyscheme:" was registered. But "notascheme://" is not in the list of known schemes and the call should return false.

-- 
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