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

Description Dominik Röttsches (drott) 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.
Comment 1 Dominik Röttsches (drott) 2012-07-18 03:45:38 PDT
Created attachment 152978 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-07-18 04:30:55 PDT
All reviewed patches have been landed.  Closing bug.