Bug 101496

Summary: [EFL][WK2] Allow client to override setWindowFrame() / getWindowFrame()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, kenneth, laszlo.gombos, rakuco, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Chris Dumez
Reported 2012-11-07 11:38:41 PST
We currently have a default implementation of setWindowFrame() / getWindowFrame() in PageUIClientEfl which interacts with the Ecore_Evas containing the view. This default implementation no longer works for MiniBrowser since we ported to Elementary and since the browser is using elm_win. It is therefore needed to add smart functions to ewk_view API allowing the client to provide its own implementation.
Attachments
Patch (8.61 KB, patch)
2012-11-07 11:49 PST, Chris Dumez
no flags
Patch (8.66 KB, patch)
2012-11-07 12:12 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-11-07 11:49:00 PST
Chris Dumez
Comment 2 2012-11-07 12:12:54 PST
Created attachment 172857 [details] Patch Fixed EwkViewImpl method names.
WebKit Review Bot
Comment 3 2012-11-07 13:08:38 PST
Comment on attachment 172857 [details] Patch Clearing flags on attachment: 172857 Committed r133798: <http://trac.webkit.org/changeset/133798>
WebKit Review Bot
Comment 4 2012-11-07 13:08:42 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.