Bug 125447

Summary: [EFL][WK2] LayoutTests are broken after r160301
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cmarcelo, commit-queue, gyuyoung.kim, lucas.de.marchi, luiz, noam, rakuco, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 125438    
Attachments:
Description Flags
Patch none

Ryuan Choi
Reported 2013-12-09 05:44:55 PST
I moved FullScreenManagerProxyClient logic to WebViewEfl, child class of CoordinatedGraphics::WebView) because implementations are EFL specific. However, CoordinatedGraphics::WebView creates WebPageProxy in constructor and WebPageProxy requires FullScreenManagerProxyClient in constructor. So, All WK2/Efl based applications got crashed with below message. pure virtual method called terminate called without an active exception I will add virtual methods for Full Screen to CoordinatedGraphics so that WebPageProxy can get FullScreenManagerProxyClient instance without pure viertual methods.
Attachments
Patch (6.75 KB, patch)
2013-12-09 05:54 PST, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2013-12-09 05:54:18 PST
WebKit Commit Bot
Comment 2 2013-12-09 11:27:44 PST
Comment on attachment 218753 [details] Patch Clearing flags on attachment: 218753 Committed r160321: <http://trac.webkit.org/changeset/160321>
WebKit Commit Bot
Comment 3 2013-12-09 11:27:47 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.