<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [Gtk] can not show json data (local file restrictions?)"
   href="https://bugs.webkit.org/show_bug.cgi?id=161591#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [Gtk] can not show json data (local file restrictions?)"
   href="https://bugs.webkit.org/show_bug.cgi?id=161591">bug 161591</a>
              from <span class="vcard"><a class="email" href="mailto:hqwu&#64;fiberhome.com" title="hqwu &lt;hqwu&#64;fiberhome.com&gt;"> <span class="fn">hqwu</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=288213" name="attach_288213" title="my app based on webkit1 or webkit2gtk">attachment 288213</a> <a href="attachment.cgi?id=288213&amp;action=edit" title="my app based on webkit1 or webkit2gtk">[details]</a></span>
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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>