[Webkit-unassigned] [Bug 61452] document.documentElement.cloneNode(true) causes resources to be downloaded again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 23:40:40 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|HTML DOM                    |Page Loading
                 CC|                            |ap at webkit.org,
                   |                            |hyatt at apple.com,
                   |                            |koivisto at iki.fi,
                   |                            |mitz at webkit.org,
                   |                            |simon.fraser at apple.com
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-05-25 23:40:40 PST ---
These images are served with "Cache-Control:max-age=0, no-cache, no-store" header field, so obviously they can't be cached. 

Cloning an existing element can probably use the same image resource indeed - no need to request it from the network layer.

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