[webkit-dev] share buffer between uiprocess and webprocess when playing streams.

2018-06-17 Thread tugouxp
hi all: from the code,i did not see any explicit mechanism such as shm to share buffer betweem webprocess gstreamer and uiprocess nested compositor when playing streams. so,how to make this? thank you! ___ webkit-dev mailing list webkit-dev@lis

[webkit-dev] why the "WebKitStorageProcess” process missing when midori running?

2018-05-26 Thread tugouxp
Hi folks: i porting the webkit to my boards, and also the browser midori and minibrowser can be running normally, but from the pstree , i know that the process "WebKitStorageProcess“ are not running, so can you tell me why? so you can see only WebKitNetWork, WebKitWebProcess and midori p

[webkit-dev] browser cant visit the websit

2018-05-21 Thread tugouxp
hi folks: i meet some issue on webkit, when test the midori browser about the vist websit function, it doses not work, the network is fine because the curl, wget can work properly. it seems the issue exist only when visit with the webkit backend. i capture the http interaction with "curl"

[webkit-dev] how to enable waylandsink on webkit2?

2018-05-17 Thread tugouxp
hi folks: i meet a problem when test the midori browser with tag, the player window was lost with nothing, but, from the pipeline message it seems the decoder pipeline goto the state pause, wating for the play trigger, so i guess it maybe something wrong with the display part, from the

[webkit-dev] cant get libvpx repo here?

2018-04-29 Thread tugouxp
HI folks: i am compiling the latest webkit on ubuntu18.04. when i follow the manul to do the steps: ./Tools/Scripts/update-webkitgtk-libs i meet the problem of cant get the libvpx package. such as follows. this problem cant be fixed because of gov policy, you know. so is there any other wa

[webkit-dev] why webkitgtk called "wayland" or "x11“ graphic backed directly?

2018-04-27 Thread tugouxp
Hi: i am a new beginner of of webkit, i meet a problem when i review the code of webkitgtk-2.18.6. in directory ./webkitgtk-2.18.6/Source/WebCore/platform/graphic i see there are two graphic backend "PlatformDisplayX11" and "PlatformDisplayWayland" are inherited from webcore class PlatformD