Bug 132661

Summary: Use system defaults for hardware jpeg decoding
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: New BugsAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: psolanki
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Pratik Solanki 2014-05-07 13:50:35 PDT
Use system defaults for hardware jpeg decoding
Comment 1 Pratik Solanki 2014-05-07 13:52:43 PDT
Created attachment 231019 [details]
Patch
Comment 2 Pratik Solanki 2014-05-07 13:53:14 PDT
<rdar://problem/11348201>
Comment 3 Tim Horton 2014-05-07 13:54:27 PDT
Comment on attachment 231019 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=231019&action=review

> Source/WebKit/mac/WebView/WebViewPrivate.h:-468
> -+ (void)_setAcceleratedImageDecoding:(BOOL)enabled;
> -+ (BOOL)_acceleratedImageDecoding;

Please triple check that these aren't used anywhere.
Comment 4 Pratik Solanki 2014-05-07 16:28:14 PDT
(In reply to comment #3)
> (From update of attachment 231019 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=231019&action=review
> 
> > Source/WebKit/mac/WebView/WebViewPrivate.h:-468
> > -+ (void)_setAcceleratedImageDecoding:(BOOL)enabled;
> > -+ (BOOL)_acceleratedImageDecoding;
> 
> Please triple check that these aren't used anywhere.

Good catch. I did find one client. I am going to leave _setAcceleratedImageDecoding as an empty method.
Comment 5 Pratik Solanki 2014-05-07 16:29:47 PDT
Committed r168452: <http://trac.webkit.org/changeset/168452>