Bug 109159 - [WK2][EFL] Add WKView methods related to background drawing
Summary: [WK2][EFL] Add WKView methods related to background drawing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Rohde Christiansen
URL:
Keywords:
Depends on:
Blocks: 107657
  Show dependency treegraph
 
Reported: 2013-02-07 02:02 PST by Kenneth Rohde Christiansen
Modified: 2013-02-07 11:20 PST (History)
6 users (show)

See Also:


Attachments
Patch (8.26 KB, patch)
2013-02-07 02:04 PST, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Rohde Christiansen 2013-02-07 02:02:29 PST
SSIA
Comment 1 Kenneth Rohde Christiansen 2013-02-07 02:04:28 PST
Created attachment 187026 [details]
Patch
Comment 2 Mikhail Pozdnyakov 2013-02-07 02:23:58 PST
Comment on attachment 187026 [details]
Patch

LGTM
Comment 3 Chris Dumez 2013-02-07 02:27:47 PST
Comment on attachment 187026 [details]
Patch

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

> Source/WebKit2/UIProcess/API/C/efl/WKView.cpp:60
> +void WKViewSetDrawsBackground(WKViewRef viewRef, bool flag)

Since the implementation is actually in WebPageProxy, why not add this C API to WKPageEfl ?
Comment 4 Kenneth Rohde Christiansen 2013-02-07 02:30:29 PST
(In reply to comment #3)
> (From update of attachment 187026 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=187026&action=review
> 
> > Source/WebKit2/UIProcess/API/C/efl/WKView.cpp:60
> > +void WKViewSetDrawsBackground(WKViewRef viewRef, bool flag)
> 
> Since the implementation is actually in WebPageProxy, why not add this C API to WKPageEfl ?

Two reasons: 1) I believe this belong to the view. 2) Follow what the Nix port does.
Comment 5 Build Bot 2013-02-07 05:34:34 PST
Comment on attachment 187026 [details]
Patch

Attachment 187026 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://queues.webkit.org/results/16430137

New failing tests:
http/tests/cache/cached-main-resource.html
Comment 6 Kenneth Rohde Christiansen 2013-02-07 05:35:11 PST
(In reply to comment #5)
> (From update of attachment 187026 [details])
> Attachment 187026 [details] did not pass mac-wk2-ews (mac-wk2):
> Output: http://queues.webkit.org/results/16430137
> 
> New failing tests:
> http/tests/cache/cached-main-resource.html

Unrelated
Comment 7 WebKit Review Bot 2013-02-07 11:20:42 PST
Comment on attachment 187026 [details]
Patch

Clearing flags on attachment: 187026

Committed r142157: <http://trac.webkit.org/changeset/142157>
Comment 8 WebKit Review Bot 2013-02-07 11:20:46 PST
All reviewed patches have been landed.  Closing bug.