[Webkit-unassigned] [Bug 41019] Canvas: Remember verified clean origins for drawImage()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 18:35:12 PDT 2010


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


Andreas Kling <andreas.kling at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59427|0                           |1
        is obsolete|                            |
  Attachment #59456|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Andreas Kling <andreas.kling at nokia.com>  2010-06-22 18:35:12 PST ---
Created an attachment (id=59456)
 --> (https://bugs.webkit.org/attachment.cgi?id=59456)
Proposed patch v2

The origin of the canvas's underlying document will not change, so caching verified URL's should be perfectly safe.

The KURL path is the common one, but it indeed makes more sense to cache the Strings.

I've updated the patch to use HashSet<String>, thanks for the feedback.

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