[Webkit-unassigned] [Bug 25911] Apply href in base elements to anchors shown on the source viewer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 09:16:28 PDT 2009


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30644|review?                     |review+
               Flag|                            |




------- Comment #9 from darin at apple.com  2009-05-26 09:16 PDT -------
(From update of attachment 30644)
> +                            if (token->tagName == baseTag && equalIgnoringCase(attr->name().localName(), "href")) {

I'm not sure why the code in this class checks attribute names in this
inefficient way. In normal WebCore code we would just compare with hrefAttr
using == instead.

r=me


-- 
Configure bugmail: https://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