Bug 100168 - [EFL][WK2][AC] Black screen in web inspector window with AC on
Summary: [EFL][WK2][AC] Black screen in web inspector window with AC on
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-10-23 15:53 PDT by Yael
Modified: 2012-10-24 01:35 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2012-10-23 16:22 PDT, Yael
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2012-10-23 15:53:10 PDT
When AC flag is turned on, the only evas engine that is currently supported is opengl_x11.
This has to be passed to ecore_evas_new when creating an inspector window.

Patch is coming.
Comment 1 Yael 2012-10-23 16:22:57 PDT
Created attachment 170265 [details]
Patch

When ACCELERATED_COMPOSITING flag is turned on, and using X11, pass "opengl_x11" engine name to ecore_evas_new when creating a web inspector window. It is guaranteed to be available, because we wouldn't be able to create a main window if it wasn't.
Comment 2 WebKit Review Bot 2012-10-24 01:35:32 PDT
Comment on attachment 170265 [details]
Patch

Clearing flags on attachment: 170265

Committed r132329: <http://trac.webkit.org/changeset/132329>
Comment 3 WebKit Review Bot 2012-10-24 01:35:37 PDT
All reviewed patches have been landed.  Closing bug.