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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 11 19:54:01 PDT 2011


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





--- Comment #19 from Jarred Nicholls <jarred at sencha.com>  2011-09-11 19:54:01 PST ---
(In reply to comment #17)
> (From update of attachment 106995 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=106995&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 observable from DRT?

Yes, DRT can set the user style sheet for tests.  And to answer your next question, yes I'll add a qt DRT test :-P

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