[webkit-dev] fullscreen-webkit.c

Jerry Geis jerry.geis at gmail.com
Thu Dec 29 11:26:16 PST 2016


Hi All,

I took fullscreen-webkit.c and added some functionality.
1) if first time running go full screen (this was there).
2) if program running then send a message with the URL and replace the
current one.
Which I did with:
    case UNIQUE_ACTIVATE:
        {
            gchar *uri = unique_message_data_get_text(message);

            if (uri) {
                webkit_web_view_stop_loading(web_view);
                log_printf(INFO, "URI: %s\n", uri);
                webkit_web_view_load_uri(web_view, uri);
            }


This program used to work fine on CentOS 7.2
I now updated to CentOS 7.3 and the program still works - BUT - after the
the first message (which does go full screen and no scroll bar) for some
reason it activates the right scroll bar on a page that has no scroll. Just
a simple message.

Is there a reason for that ?
Any thoughts?

Jerry

These are the files on the CentOS CD for CentOS 7.2 and CentOS 7.3 for
webkit.

../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root     17676
Sep  2 14:26 libproxy-webkitgtk3-0.4.11-8.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root  16539656
Nov 25 10:12 libwebkit2gtk-2.4.9-5.el7.i686.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root  16550220
Nov 25 10:12 libwebkit2gtk-2.4.9-5.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root  11448272
Nov 25 11:03 webkitgtk3-2.4.9-5.el7.i686.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root  11397948
Nov 25 11:03 webkitgtk3-2.4.9-5.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root    282660
Nov 25 11:03 webkitgtk3-devel-2.4.9-5.el7.i686.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root    282952
Nov 25 11:03 webkitgtk3-devel-2.4.9-5.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.2.listing.txt:-r--r--r-- 2 root root    480900
Nov 25 11:03 webkitgtk3-doc-2.4.9-5.el7.noarch.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root     17780
Nov 20 13:56 libproxy-webkitgtk3-0.4.11-10.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root  16531464
Nov 20 14:20 libwebkit2gtk-2.4.9-6.el7.i686.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root  16563500
Nov 20 14:20 libwebkit2gtk-2.4.9-6.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root  11438332
Nov 20 15:59 webkitgtk3-2.4.9-6.el7.i686.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root  11399428
Nov 20 15:59 webkitgtk3-2.4.9-6.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root    282748
Nov 20 15:59 webkitgtk3-devel-2.4.9-6.el7.i686.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root    283048
Nov 20 15:59 webkitgtk3-devel-2.4.9-6.el7.x86_64.rpm
../CDROM.iso/CentOS.iso.7/c7.3.listing.txt:-rw-rw-r-- 1 root root    480844
Nov 20 15:59 webkitgtk3-doc-2.4.9-6.el7.noarch.rpm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20161229/7d30efe5/attachment.html>


More information about the webkit-dev mailing list