[Webkit-unassigned] [Bug 114839] New: [CSS Filters] Assert when using "-webkit-filter: custom(url(data:text/plain; base64,))"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 17:34:24 PDT 2013


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

           Summary: [CSS Filters] Assert when using "-webkit-filter:
                    custom(url(data:text/plain;base64,))"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achicu at adobe.com
                CC: mvujovic at adobe.com


If you load a NULL shader using base64 the implementation will ASSERT when it creates the compiled programs.

-webkit-filter: custom(url(data:text/plain;base64,))

Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.cpp(75) : WebCore::CustomFilterProgramInfo::CustomFilterProgramInfo(const WTF::String&, const WTF::String&, WebCore::CustomFilterProgramType, const WebCore::CustomFilterProgramMixSettings&, WebCore::CustomFilterMeshType)

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