Bug 114839 - [CSS Shaders] Assert when using "-webkit-filter: custom(url(data:text/plain;base64,))"
Summary: [CSS Shaders] Assert when using "-webkit-filter: custom(url(data:text/plain;b...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 71392
  Show dependency treegraph
 
Reported: 2013-04-18 17:32 PDT by Alexandru Chiculita
Modified: 2014-03-02 08:53 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2013-04-18 17:32:41 PDT
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)