[Webkit-unassigned] [Bug 80928] New: can't iterative send request by script injection code (jsjonp)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 19:33:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80928

           Summary: can't iterative send request by script injection code
                    (jsjonp)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: forcontents at naver.com


HI

at the first, I apologize my poor english skill ^_^;;

I make a program that iterative request to some server.

the code is very simple. (javascript)

make a <script> object, and set src, (ex. "http://webkit.org/test.json") and add this <script> tag to <head> tag // jsonp (without query string - like callback method)
and, iterative(5 second) do this operation. (surely, if there are same <script> tag, delete the <script> tag and inject new -and same- <script> tag)
- surely, there is no page refresh(like F5)

this code was well operated in other engine (FF, IE)
By firebug and httpwatch, I could see the request that made in 5 second

but, In Chrome and Android, iOS
in the first, I can see the request, but after, there is no additional request.
surely, I checked the 'code' was iteratively operated. (in 5 seconds, I could see 'alert' window. but, no request)

because, cache setting in header was same,
I expected each operation is same in FF/IE/Chrome/Android/iOS, but, no.


if I had done some mistake in this write (or 'write' is mistake! - maybe this write is not proper to this location.. / hm.. maybe it is not bug..)
I wish that you understand my some mistake. (those are not intentional)

thank you
- have a nice day

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list