WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
77779
Rename CSSMutableStyleDeclaration.h/.cpp to StylePropertySet.h/.cpp
https://bugs.webkit.org/show_bug.cgi?id=77779
Summary
Rename CSSMutableStyleDeclaration.h/.cpp to StylePropertySet.h/.cpp
Antti Koivisto
Reported
2012-02-03 14:20:39 PST
Match the new class name.
Attachments
patch
(145.15 KB, patch)
2012-02-03 14:24 PST
,
Antti Koivisto
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2012-02-03 14:24:26 PST
Created
attachment 125413
[details]
patch
WebKit Review Bot
Comment 2
2012-02-03 14:26:06 PST
Attachment 125413
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/CMakeLists.txt', u'Source/W..." exit_code: 1 Source/WebCore/css/StylePropertySet.h:25: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/css/StylePropertySet.cpp:262: A case label should not be indented, but line up with its switch statement. [whitespace/indent] [4] Source/WebCore/css/StylePropertySet.cpp:543: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Source/WebCore/css/StylePropertySet.cpp:562: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 4 in 46 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 3
2012-02-03 14:27:05 PST
Comment on
attachment 125413
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=125413&action=review
This patch doesn’t seem to have used “svn mv”. It would be nice to see the diffs between the code that was moved and how it looks in its new location, and if we use “svn mv” we would see that.
> Source/WebCore/css/StylePropertySet.h:22 > +#ifndef CSSMutableStyleDeclaration_h > +#define CSSMutableStyleDeclaration_h
Forgot to rename these.
> Source/WebCore/css/StylePropertySet.h:24 > +#include "CSSStyleDeclaration.h"
Should be able to get rid of this include eventually.
Antti Koivisto
Comment 4
2012-02-03 14:29:27 PST
(In reply to
comment #3
)
> This patch doesn’t seem to have used “svn mv”. It would be nice to see the diffs between the code that was moved and how it looks in its new location, and if we use “svn mv” we would see that.
Hmm, I used Xcode rename. Thought that would do svn mv.
Antti Koivisto
Comment 5
2012-02-03 14:42:23 PST
http://trac.webkit.org/changeset/106695
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug