Bug 75914

Summary: Turn off the FilterTrigger in WebKit and WebKit2
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch simon.fraser: review+, gustavo: commit-queue-

Description Chris Marrin 2012-01-09 17:05:47 PST
For now, we don't want the presence of a filter to drop you into a compositing layer. Later on we will add heuristics to determine when to use compositing layers, when to use CoreImage with hardware accelerated rendering and when to use the full software path.
Comment 1 Chris Marrin 2012-01-09 17:10:43 PST
Created attachment 121762 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-01-09 17:11:40 PST
Comment on attachment 121762 [details]
Patch

Needs a testcase.
Comment 3 Chris Marrin 2012-01-10 11:54:19 PST
Created attachment 121883 [details]
Patch
Comment 4 Gustavo Noronha (kov) 2012-01-10 12:53:44 PST
Comment on attachment 121883 [details]
Patch

Attachment 121883 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/11196176
Comment 5 Chris Marrin 2012-01-10 13:13:18 PST
Committed r104622: <http://trac.webkit.org/changeset/104622>