[Webkit-unassigned] [Bug 110146] Rename AncestorChainWalker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 00:23:58 PST 2013


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





--- Comment #10 from Hayato Ito <hayato at chromium.org>  2013-02-19 00:26:19 PST ---
I have to use yet another unfamiliar term, *reprojection*, to explain that. :)

Node can be distributed to more than one insertion point during reprojection.
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#reprojection

Therefore, the walker has to visit each insertion point consecutively since an event should be fired on these insertion points.

I am feeling that isCrossingInsertinPoint() is not good name, isVisitingInsertionPointInReprojection() might be a better name.


(In reply to comment #2)
> Also, m_isCrossingInsertionPoint should be named m_hasCrossedInsertionPoint and parent() should be named moveToParent().

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