RESOLVED FIXED 109159
[WK2][EFL] Add WKView methods related to background drawing
https://bugs.webkit.org/show_bug.cgi?id=109159
Summary [WK2][EFL] Add WKView methods related to background drawing
Kenneth Rohde Christiansen
Reported 2013-02-07 02:02:29 PST
SSIA
Attachments
Patch (8.26 KB, patch)
2013-02-07 02:04 PST, Kenneth Rohde Christiansen
no flags
Kenneth Rohde Christiansen
Comment 1 2013-02-07 02:04:28 PST
Mikhail Pozdnyakov
Comment 2 2013-02-07 02:23:58 PST
Comment on attachment 187026 [details] Patch LGTM
Chris Dumez
Comment 3 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 ?
Kenneth Rohde Christiansen
Comment 4 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.
Build Bot
Comment 5 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
Kenneth Rohde Christiansen
Comment 6 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
WebKit Review Bot
Comment 7 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>
WebKit Review Bot
Comment 8 2013-02-07 11:20:46 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.