[Webkit-unassigned] [Bug 22568] Impossible to clear cached javascript without closing and restarting webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 01:53:48 PDT 2009


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





--- Comment #5 from Martin Wittemann <martin.wittemann at 1und1.de>  2009-10-28 01:53:47 PDT ---
Created an attachment (id=42006)
 --> (https://bugs.webkit.org/attachment.cgi?id=42006)
Code to reproduce the bug

The bug is still present in Webkit revision 50124.

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

It only happens if the script tags are inserted dynamically.

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