Bug 161289 - [EFL] MiniBrowser only shows black page on Debian + Parallels
Summary: [EFL] MiniBrowser only shows black page on Debian + Parallels
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 147065
Blocks:
  Show dependency treegraph
 
Reported: 2016-08-27 03:40 PDT by Gyuyoung Kim
Modified: 2016-09-07 01:33 PDT (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 Gyuyoung Kim 2016-08-27 03:40:09 PDT
When I build EFL port on Parallels + Debian, MiniBrowser only show black screen. However GTK MiniBrowser works well. I heard that GTK port also uses hardware compositing, not software rendering. I don't know why EFL MiniBrowser doesn't show anything.
Comment 1 Hunseop Jeong 2016-08-28 22:47:33 PDT
I hope to test with parallels + Debian, but unfortunately I didn't have the parallels. I will try to install the debian in my Xen server and then tell the result.
Comment 2 Gyuyoung Kim 2016-09-06 19:49:12 PDT
I succeed to run MiniBrowser after applying the patch of 
https://bugs.webkit.org/show_bug.cgi?id=152676


1. Tools/Scripts/build-webkit --efl --update-efl
2. Tools/Scripts/run-minibrowser --efl -e=software_x11
Comment 3 Michael Catanzaro 2016-09-06 20:57:28 PDT
(In reply to comment #2)
> I succeed to run MiniBrowser after applying the patch of 
> https://bugs.webkit.org/show_bug.cgi?id=152676

Really? It has nothing to do with graphics....

(A review in that bug would be appreciated, by the way.)
Comment 4 Gyuyoung Kim 2016-09-07 01:32:47 PDT
(In reply to comment #3)
> (In reply to comment #2)
> > I succeed to run MiniBrowser after applying the patch of 
> > https://bugs.webkit.org/show_bug.cgi?id=152676
> 
> Really? It has nothing to do with graphics....

Oops, sorry about that. The patch of Bug 147065 influences on this bug.

> (A review in that bug would be appreciated, by the way.)

Let me take a look it soon.
Comment 5 Gyuyoung Kim 2016-09-07 01:33:08 PDT
Fixed by Bug 147065.