Bug 102477 - [EFL][WK2] REGRESSION (r134694) API test ewk_test2_view is asserting
Summary: [EFL][WK2] REGRESSION (r134694) API test ewk_test2_view is asserting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-16 03:49 PST by Sudarsana Nagineni (babu)
Modified: 2012-11-30 04:14 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-11-16 03:49:24 PST
CRI<2965>: WebKit/Source/WebCore/platform/efl/RenderThemeEfl.cpp:424 fillColorsFromEdjeClass() Could not get color class 'webkit/selection/foreground'

ASSERTION FAILED: ok
WebKit/Source/WebCore/platform/efl/RenderThemeEfl.cpp(424) : bool WebCore::fillColorsFromEdjeClass(Evas_Object*, const char*, WebCore::Color*, WebCore::Color*, WebCore::Color*)
1   0x7fe20831e7ae
2   0x7fe20831e8fe WebCore::RenderThemeEfl::setColorFromThemeClass(char const*)
3   0x7fe20831eee8 WebCore::RenderThemeEfl::loadTheme()
4   0x7fe20831ea71 WebCore::RenderThemeEfl::setThemePath(WTF::String const&)
5   0x7fe20b598755 WebKit::WebPage::setThemePath(WTF::String const&)
6   0x7fe20b5da2f9 void CoreIPC::callMemberFunction<WebKit::WebPage, void (WebKit::WebPage::*)(WTF::String const&), WTF::String>(CoreIPC::Arguments1<WTF::String> const&, WebKit::WebPage*, void (WebKit::WebPage::*)(WTF::String const&))
Comment 1 Sudarsana Nagineni (babu) 2012-11-16 03:56:03 PST
The reason for this assertion is the test case uses 'big_button_theme.edj' theme file which is missing foreground/background color classes.
Comment 2 Yael 2012-11-16 13:42:43 PST
It was rolled out with http://trac.webkit.org/changeset/134932.
Comment 3 Sudarsana Nagineni (babu) 2012-11-30 04:14:49 PST
Already fixed by Ryuan in bug #103511.