[Webkit-unassigned] [Bug 51159] [Qt] Permit qrc resources to load in QWebSettings::setUserStyleSheetUrl()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 04:52:52 PDT 2011


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #107353|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #29 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-09-20 04:52:52 PST ---
(From update of attachment 107353)
View in context: https://bugs.webkit.org/attachment.cgi?id=107353&action=review

> Source/WebCore/page/Page.cpp:689
> -    if (url.isLocalFile())
> +    
> +    // Allow any local file URL scheme to be loaded.
> +    if (SchemeRegistry::shouldTreatURLSchemeAsLocal(url.protocol()))

Is this change tested by non qt specific tests?

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