[Webkit-unassigned] [Bug 15938] Inspector/Qt requires patch to SecurityOrigin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 13:26:03 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15938


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17177|0                           |1
        is obsolete|                            |
  Attachment #17188|                            |review?
               Flag|                            |




------- Comment #3 from freyther at handhelds.org  2007-11-11 13:26 PDT -------
Created an attachment (id=17188)
 --> (http://bugs.webkit.org/attachment.cgi?id=17188&action=view)
Use FrameLoader::shouldTreatURLAsLocal from SecurityOrigin::canAccess

Remove the unused m_portSet. Remove m_host, m_protocol and m_port in favor of
storing a KURL directly. Use KURL::isLocalFile instead of comparing to "file"
directly. Avoid calling lower() on (Deprecated)String but use the case
insensitive compare besides in ::setFrame.

Like the last patch no regressions were introduced and please take a look at it
in regard to:
   -performance
   -security
   -correctness


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



More information about the webkit-unassigned mailing list