RESOLVED FIXED 84734
Rename CSSStyleSelector class to StyleResolver.
https://bugs.webkit.org/show_bug.cgi?id=84734
Summary Rename CSSStyleSelector class to StyleResolver.
Alexis Menard (darktears)
Reported 2012-04-24 09:34:52 PDT
Rename CSSStyleSelector class to StyleResolver.
Attachments
Patch (292.30 KB, patch)
2012-04-24 09:36 PDT, Alexis Menard (darktears)
no flags
Patch for landing (292.30 KB, patch)
2012-04-24 12:41 PDT, Alexis Menard (darktears)
no flags
Alexis Menard (darktears)
Comment 1 2012-04-24 09:36:24 PDT
WebKit Review Bot
Comment 2 2012-04-24 09:43:13 PDT
Attachment 138580 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/css/CSSStyleSelector.cpp:1503: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:1574: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:1636: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:1756: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:1803: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:2159: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:2164: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:4236: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:4252: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:4260: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:4270: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:5452: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:5529: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.cpp:5749: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Source/WebCore/css/CSSStyleSelector.h:122: More than one command on the same line [whitespace/newline] [4] Source/WebCore/rendering/style/RenderStyle.h:130: More than one command on the same line [whitespace/newline] [4] Total errors found: 16 in 73 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alexis Menard (darktears)
Comment 3 2012-04-24 09:45:10 PDT
(In reply to comment #2) > Attachment 138580 [details] did not pass style-queue: > > Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 > Source/WebCore/css/CSSStyleSelector.cpp:1503: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:1574: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:1636: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:1756: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:1803: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:2159: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:2164: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:4236: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:4252: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:4260: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:4270: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:5452: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:5529: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.cpp:5749: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] > Source/WebCore/css/CSSStyleSelector.h:122: More than one command on the same line [whitespace/newline] [4] > Source/WebCore/rendering/style/RenderStyle.h:130: More than one command on the same line [whitespace/newline] [4] > Total errors found: 16 in 73 files > > > If any of these errors are false positives, please file a bug against check-webkit-style. I think we can ignore that.
Andreas Kling
Comment 4 2012-04-24 12:34:59 PDT
Comment on attachment 138580 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=138580&action=review rs=me, now don't go breaking my heart! >> Source/WebCore/css/CSSStyleSelector.h:122 >> + WTF_MAKE_NONCOPYABLE(StyleResolver);WTF_MAKE_FAST_ALLOCATED; > > More than one command on the same line [whitespace/newline] [4] At least put a space after the ;
Alexis Menard (darktears)
Comment 5 2012-04-24 12:41:46 PDT
Created attachment 138623 [details] Patch for landing
Alexis Menard (darktears)
Comment 6 2012-04-24 12:46:57 PDT
Note You need to log in before you can comment on or make changes to this bug.