RESOLVED FIXED 171590
Use PassRefPtr less in CompositeEditCommand
https://bugs.webkit.org/show_bug.cgi?id=171590
Summary Use PassRefPtr less in CompositeEditCommand
Chris Dumez
Reported 2017-05-02 19:44:37 PDT
Use PassRefPtr less in CompositeEditCommand.
Attachments
Patch (109.06 KB, patch)
2017-05-02 19:47 PDT, Chris Dumez
no flags
Patch (109.56 KB, patch)
2017-05-02 20:43 PDT, Chris Dumez
no flags
Patch (109.62 KB, patch)
2017-05-03 08:43 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-05-02 19:47:19 PDT
Build Bot
Comment 2 2017-05-02 19:48:16 PDT
Attachment 308881 [details] did not pass style-queue: ERROR: Source/WebCore/editing/ApplyStyleCommand.cpp:671: 'styleToApply' is incorrectly named. It should be named 'protector' or 'protectedStyle'. [readability/naming/protected] [4] ERROR: Source/WebCore/editing/ApplyStyleCommand.cpp:951: Multi line control clauses should use braces. [whitespace/braces] [4] Total errors found: 2 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Chris Dumez
Comment 3 2017-05-02 20:43:54 PDT
Build Bot
Comment 4 2017-05-02 20:46:30 PDT
Attachment 308885 [details] did not pass style-queue: ERROR: Source/WebCore/editing/ApplyStyleCommand.cpp:671: 'styleToApply' is incorrectly named. It should be named 'protector' or 'protectedStyle'. [readability/naming/protected] [4] ERROR: Source/WebCore/editing/ApplyStyleCommand.cpp:951: Multi line control clauses should use braces. [whitespace/braces] [4] Total errors found: 2 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Chris Dumez
Comment 5 2017-05-03 08:43:16 PDT
Build Bot
Comment 6 2017-05-03 08:45:35 PDT
Attachment 308907 [details] did not pass style-queue: ERROR: Source/WebCore/editing/ApplyStyleCommand.cpp:671: 'styleToApply' is incorrectly named. It should be named 'protector' or 'protectedStyle'. [readability/naming/protected] [4] ERROR: Source/WebCore/editing/ApplyStyleCommand.cpp:951: Multi line control clauses should use braces. [whitespace/braces] [4] Total errors found: 2 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Chris Dumez
Comment 7 2017-05-03 11:41:51 PDT
Comment on attachment 308907 [details] Patch Clearing flags on attachment: 308907 Committed r216128: <http://trac.webkit.org/changeset/216128>
Chris Dumez
Comment 8 2017-05-03 11:41:53 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.