WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
129555
Investigate possible regressions on maximum processed filtered elements
https://bugs.webkit.org/show_bug.cgi?id=129555
Summary
Investigate possible regressions on maximum processed filtered elements
Adenilson Cavalcanti Silva
Reported
2014-03-01 13:33:42 PST
The use of buffers are a tad different now, in theory, all filters should run fine independent of size. This bug is for investigating a possible regression for filters that extend the maximum current area.
Attachments
PoC
(527 bytes, text/html)
2014-03-11 09:26 PDT
,
Adenilson Cavalcanti Silva
no flags
Details
Better PoC.
(497 bytes, text/html)
2014-03-21 13:22 PDT
,
Adenilson Cavalcanti Silva
no flags
Details
100px kernel
(499 bytes, text/html)
2014-03-21 13:29 PDT
,
Adenilson Cavalcanti Silva
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Adenilson Cavalcanti Silva
Comment 1
2014-03-11 09:26:37 PDT
Created
attachment 226432
[details]
PoC
Adenilson Cavalcanti Silva
Comment 2
2014-03-21 11:39:20 PDT
There is no spoon, I mean, regression.
Dirk Schulze
Comment 3
2014-03-21 12:11:36 PDT
Why is that not an issue anymore? I thought filters that take image buffer bigger than 4096 will not run? They should.
Adenilson Cavalcanti Silva
Comment 4
2014-03-21 12:58:53 PDT
SVG filters won't run. CSS filters will.
Dirk Schulze
Comment 5
2014-03-21 13:08:15 PDT
(In reply to
comment #4
)
> SVG filters won't run. CSS filters will.
so <div style="width: 4096px; height: 4096px; blur(100px);"> works? Also, do we have a bug report for SVG filters?
Adenilson Cavalcanti Silva
Comment 6
2014-03-21 13:22:31 PDT
Created
attachment 227480
[details]
Better PoC.
Adenilson Cavalcanti Silva
Comment 7
2014-03-21 13:29:38 PDT
Created
attachment 227481
[details]
100px kernel
Adenilson Cavalcanti Silva
Comment 8
2014-03-21 13:35:36 PDT
Explaining the test case: it will draw 2 elements (red and filtered green on top). If the filtered element failed to be draw, we should expect to see a red background. Using either 1px or 100px blur kernel will still run fine (even though the later one will run slower). Which proves that CSS filters are working with big regions/elements.
Adenilson Cavalcanti Silva
Comment 9
2014-03-21 13:36:44 PDT
We don't have a bug report for SVGs.
Dirk Schulze
Comment 10
2014-03-22 05:06:05 PDT
(In reply to
comment #9
)
> We don't have a bug report for SVGs.
Could you open one please? Thanks.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug