RESOLVED FIXED 113424
Prepare extend-selection-enclosing-block test to support different editing behavior
https://bugs.webkit.org/show_bug.cgi?id=113424
Summary Prepare extend-selection-enclosing-block test to support different editing be...
Claudio Saavedra
Reported 2013-03-27 10:48:06 PDT
Prepare extend-selection-enclosing-block test to support different editing behavior
Attachments
Patch (7.44 KB, patch)
2013-03-27 10:49 PDT, Claudio Saavedra
no flags
Patch (7.51 KB, patch)
2013-03-27 10:58 PDT, Claudio Saavedra
no flags
Patch for landing (7.45 KB, patch)
2013-03-28 12:22 PDT, Claudio Saavedra
no flags
Claudio Saavedra
Comment 1 2013-03-27 10:49:02 PDT
WebKit Review Bot
Comment 2 2013-03-27 10:51:44 PDT
Attachment 195352 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/editing/selection/extend-selection-enclosing-block-expected.txt', u'LayoutTests/editing/selection/extend-selection-enclosing-block-mac-expected.txt', u'LayoutTests/editing/selection/extend-selection-enclosing-block-mac.html', u'LayoutTests/editing/selection/extend-selection-enclosing-block.html', u'LayoutTests/editing/selection/resources/extend-selection.js']" exit_code: 1 LayoutTests/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Claudio Saavedra
Comment 3 2013-03-27 10:58:11 PDT
Ryosuke Niwa
Comment 4 2013-03-28 11:27:28 PDT
Comment on attachment 195357 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=195357&action=review > LayoutTests/editing/selection/resources/extend-selection.js:111 > + return extendAndLogSelection({'mac': extendSelectionWithinBlock }[platform], Nit: space before }. > LayoutTests/editing/selection/resources/extend-selection.js:113 > } Wrong indentation. direction should be exactly 4 specs to the right of return. It seems like we can fit all of this in one line anyway.
Claudio Saavedra
Comment 5 2013-03-28 12:22:54 PDT
Created attachment 195618 [details] Patch for landing
WebKit Review Bot
Comment 6 2013-03-28 12:57:40 PDT
Comment on attachment 195618 [details] Patch for landing Clearing flags on attachment: 195618 Committed r147146: <http://trac.webkit.org/changeset/147146>
WebKit Review Bot
Comment 7 2013-03-28 12:57:43 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.