[Webkit-unassigned] [Bug 57233] move directionOfEnclosingBlock() to be global so that it could be reused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 08:51:33 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2011-03-28 08:51:33 PST ---
(From update of attachment 87149)
View in context: https://bugs.webkit.org/attachment.cgi?id=87149&action=review

> Source/WebCore/ChangeLog:8
> +        Provide global function directionOfEnclosingBlock(Node*) so that it could be
> +        reused in SelectionController and other functionalities that need enclosing
> +        block's direcionality, such as moving caret by word in visual order.
> +        https://bugs.webkit.org/show_bug.cgi?id=57233.

This isn't really a standard way of writing a change long entry.  Please do:

move directionOfEnclosingBlock() to be global so that it could be reused
https://bugs.webkit.org/show_bug.cgi?id=57233

Provide global function directionOfEnclosingBlock(Node*) so that it could be
reused in SelectionController and other functionalities that need enclosing
block's direcionality, such as moving caret by word in visual order.

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