[Webkit-unassigned] [Bug 24772] Temporary AtomicStrings are causing churn in the AtomicString hash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 25 10:16:24 PDT 2009


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





------- Comment #2 from mike at belshe.com  2009-03-25 10:16 PDT -------
Two places I saw this in common code:
   1) CSSFontSelector.cpp
   2) ResourceRequestBase.cpp

I filed bug 24485 for the CSSFontSelector issue.

I'm still working on the second.  The patch you have proposed won't catch this
code (I think) from ResourceRequestBase.cpp:
    return (m_httpHeaderFields.contains("If-Match") ||
            m_httpHeaderFields.contains("If-Modified-Since") ||
            m_httpHeaderFields.contains("If-None-Match") ||
            m_httpHeaderFields.contains("If-Range") ||
            m_httpHeaderFields.contains("If-Unmodified-Since"));


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