[Webkit-unassigned] [Bug 161591] [Gtk] can not show json data (local file restrictions?)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 7 17:40:10 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161591
--- Comment #17 from hqwu <hqwu at fiberhome.com> ---
Created attachment 288213
--> https://bugs.webkit.org/attachment.cgi?id=288213&action=review
my app based on webkit1 or webkit2gtk
Maybe I don't have a clear expression, so it leads to misunderstanding. Well, we do not talk about the chrome, no longer concerned about the chrome, because I am concerned about the webkit1.0 and webkitgtk2. I use webkit1.0 or webkitgtk2 to access a web page containing JSON, the singular can not be displayed. The same site, I use Firefox but can normally show, do not know what is the reason, who can help me?
Attached is my source code, using the following command line, you can get two webkitgtk2 based on webkit1.0 and the implementation of the program, but the display is not normal.
gcc webtest.c -o webtest1.0 `pkg-config --cflags --libs gtk+-2.0` `pkg-config --cflags --libs webkit-1.0` -DUSEWEBKIT_1_0
gcc webtest.c -o webtest2.0 `pkg-config --cflags --libs gtk+-3.0` `pkg-config --cflags --libs webkit2gtk-3.0`
Emphasize : we only talk about WebKit and webkit2gtk.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160908/5b4130a2/attachment.html>
More information about the webkit-unassigned
mailing list