[Webkit-unassigned] [Bug 30862] New: Impossible to clear cached javascript without closing and restarting webkit (dynamically inserted script tags)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 08:39:36 PDT 2009


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

           Summary: Impossible to clear cached javascript without closing
                    and restarting webkit (dynamically inserted script
                    tags)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin.wittemann at 1und1.de


Inserting script tags dynamically does not work well with the caches. In fact,
the caches fail as you can see in the attached example.

Steps to reproduce:
1. Open the Bug.html file
  - Check the log: should print "bug1", "bug2"
2. Change bug2.js
  - set the console message to "bug22"
3. Reload the Bug.html file
  - check the log again: should print "bug1", "bug22"
  - BUT prints: "bug1", "bug2"!

-- 
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