RESOLVED FIXED 60545
Perform some forward declarations suggested by include-what-you-use
https://bugs.webkit.org/show_bug.cgi?id=60545
Summary Perform some forward declarations suggested by include-what-you-use
Tony Gentilcore
Reported 2011-05-10 05:45:34 PDT
Perform some forward declarations suggested by include-what-you-use
Attachments
Patch (43.95 KB, patch)
2011-05-10 05:46 PDT, Tony Gentilcore
gyuyoung.kim: commit-queue-
Patch (44.44 KB, patch)
2011-05-10 06:17 PDT, Tony Gentilcore
no flags
Patch (45.75 KB, patch)
2011-05-10 06:37 PDT, Tony Gentilcore
no flags
Patch (46.25 KB, patch)
2011-05-10 07:55 PDT, Tony Gentilcore
darin: review+
Patch (47.36 KB, patch)
2011-05-11 02:51 PDT, Tony Gentilcore
webkit-ews: commit-queue-
Patch (47.92 KB, patch)
2011-05-11 07:59 PDT, Tony Gentilcore
no flags
Patch (47.94 KB, patch)
2011-05-12 02:46 PDT, Tony Gentilcore
no flags
Tony Gentilcore
Comment 1 2011-05-10 05:46:04 PDT
WebKit Review Bot
Comment 2 2011-05-10 05:48:53 PDT
Attachment 92940 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 67 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2011-05-10 05:59:45 PDT
Tony Gentilcore
Comment 4 2011-05-10 06:17:58 PDT
WebKit Review Bot
Comment 5 2011-05-10 06:20:36 PDT
Attachment 92945 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 68 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gyuyoung Kim
Comment 6 2011-05-10 06:24:33 PDT
Collabora GTK+ EWS bot
Comment 7 2011-05-10 06:27:09 PDT
Tony Gentilcore
Comment 8 2011-05-10 06:37:30 PDT
WebKit Review Bot
Comment 9 2011-05-10 06:39:31 PDT
Attachment 92947 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 70 files If any of these errors are false positives, please file a bug against check-webkit-style.
Collabora GTK+ EWS bot
Comment 10 2011-05-10 07:44:40 PDT
Tony Gentilcore
Comment 11 2011-05-10 07:55:14 PDT
WebKit Review Bot
Comment 12 2011-05-10 08:10:53 PDT
Attachment 92955 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 71 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 13 2011-05-10 10:25:18 PDT
Comment on attachment 92955 [details] Patch Looks great. As long as it still builds these changes are just right.
Tony Gentilcore
Comment 14 2011-05-11 02:51:35 PDT
WebKit Review Bot
Comment 15 2011-05-11 02:53:21 PDT
Attachment 93096 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 73 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 16 2011-05-11 03:02:05 PDT
WebKit Review Bot
Comment 17 2011-05-11 04:20:19 PDT
Tony Gentilcore
Comment 18 2011-05-11 07:59:55 PDT
WebKit Review Bot
Comment 19 2011-05-11 08:02:03 PDT
Attachment 93117 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 74 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tony Gentilcore
Comment 20 2011-05-12 02:46:10 PDT
WebKit Review Bot
Comment 21 2011-05-12 02:48:20 PDT
Attachment 93272 [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/notifications/NotificationCenter.h:46: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/page/DOMTimer.h:36: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/cache/CachedCSSStyleSheet.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebCore/loader/ResourceLoader.h:41: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 4 in 74 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tony Gentilcore
Comment 22 2011-05-12 03:32:07 PDT
Note You need to log in before you can comment on or make changes to this bug.