Bug 91608

Summary: [EFL][WK2] Too early assertion failure if default theme is not available
Product: WebKit Reporter: Dominik Röttsches (drott) <d-r>
Component: WebKit EFLAssignee: Dominik Röttsches (drott) <d-r>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, gyuyoung.kim, kenneth, lucas.de.marchi, rakuco, ryuan.choi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90788    
Attachments:
Description Flags
Patch none

Dominik Röttsches (drott)
Reported 2012-07-18 03:10:04 PDT
After bug 90107 we're setting a default theme path, which leads to a "themeChanged()" call initializing createEdje() - if that theme path is not available we run into a premature assertion failure. We need to give the embedder a chance to override the theme path before failing - so only the usages of m_edje should be guarded with assertions.
Attachments
Patch (2.15 KB, patch)
2012-07-18 03:45 PDT, Dominik Röttsches (drott)
no flags
Dominik Röttsches (drott)
Comment 1 2012-07-18 03:45:38 PDT
WebKit Review Bot
Comment 2 2012-07-18 04:30:50 PDT
Comment on attachment 152978 [details] Patch Clearing flags on attachment: 152978 Committed r122946: <http://trac.webkit.org/changeset/122946>
WebKit Review Bot
Comment 3 2012-07-18 04:30:55 PDT
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.