[Webkit-unassigned] [Bug 56770] Speed up HitTestResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 09:58:15 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|New Bugs                    |WebCore Misc.
                 CC|                            |ap at webkit.org
     Ever Confirmed|0                           |1




--- Comment #12 from Alexey Proskuryakov <ap at webkit.org>  2011-03-22 09:58:15 PST ---
There is no expectation that const methods in WebKit are safe to call from any thread. We actually prefer designs where a given object only has its methods called from a single thread.

Besides, nothing in DOM or layout code is thread safe.

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