[webkit-reviews] review requested: [Bug 71625] Web Inspector: Preserve an indentation level when inserting a new line : [Attachment 114606] Remove TextSelection, add methods to TextRange.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 17:06:38 PST 2011


Nikita Vasilyev <me at elv1s.ru> has asked  for review:
Bug 71625: Web Inspector: Preserve an indentation level when inserting a new
line
https://bugs.webkit.org/show_bug.cgi?id=71625

Attachment 114606: Remove TextSelection, add methods to TextRange.
https://bugs.webkit.org/attachment.cgi?id=114606&action=review

------- Additional Comments from Nikita Vasilyev <me at elv1s.ru>
I don't like the previous patch. Setters were ugly. _lastEditedRange could be
either TextSelection and TextRange.

I do like the new one! I've got rid of TextSelection. Two times less classes,
two times less complexity :)


More information about the webkit-reviews mailing list