[Webkit-unassigned] [Bug 31968] Document::incDOMTreeVersion() and domTreeVersion() need documentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 16:42:07 PST 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Mac OS X 10.5               |All
          Component|New Bugs                    |WebCore Misc.
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2009-11-30 16:42:07 PST ---
The DOM tree version needs to be changed each time the DOM tree changes. Do you
have any specific non-obvious examples that should be documented?

The DOM tree version is used to invalidate HTMLCollection caches and
XPathResult, so any modification that can affect either should change the
version. That's easy to discover by searching through WebCore code.

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