Bug 55284

Summary: DrawingArea should not be reference counted
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, webkit-ews, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch
none
Patch oliver: review+

Description Anders Carlsson 2011-02-25 18:19:05 PST
DrawingArea should not be reference counted
Comment 1 Anders Carlsson 2011-02-25 18:20:26 PST
Created attachment 83913 [details]
Patch
Comment 2 WebKit Review Bot 2011-02-25 18:23:08 PST
Attachment 83913 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:47:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Source/WebKit2/UIProcess/DrawingAreaProxy.h:41:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/WebKit2/Shared/DrawingAreaInfo.h:26:  #ifndef header guard has wrong style, please use: WTF_DrawingAreaInfo_h  [build/header_guard] [5]
Source/WebKit2/WebProcess/WebPage/DrawingArea.h:35:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 4 in 22 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Build Bot 2011-02-25 19:10:17 PST
Attachment 83913 [details] did not build on win:
Build output: http://queues.webkit.org/results/8044547
Comment 4 Early Warning System Bot 2011-02-25 20:17:03 PST
Attachment 83913 [details] did not build on qt:
Build output: http://queues.webkit.org/results/8035535
Comment 5 Anders Carlsson 2011-02-26 09:45:36 PST
Created attachment 83944 [details]
Patch
Comment 6 WebKit Review Bot 2011-02-26 09:46:46 PST
Attachment 83944 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:47:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Source/WebKit2/UIProcess/DrawingAreaProxy.h:41:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/WebKit2/Shared/DrawingAreaInfo.h:26:  #ifndef header guard has wrong style, please use: WTF_DrawingAreaInfo_h  [build/header_guard] [5]
Source/WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.h:34:  Alphabetical sorting problem.  [build/include_order] [4]
Source/WebKit2/WebProcess/WebPage/DrawingArea.h:35:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 5 in 23 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Early Warning System Bot 2011-02-26 10:18:50 PST
Attachment 83944 [details] did not build on qt:
Build output: http://queues.webkit.org/results/8045009
Comment 8 Anders Carlsson 2011-02-26 10:35:54 PST
Created attachment 83945 [details]
Patch
Comment 9 WebKit Review Bot 2011-02-26 10:38:15 PST
Attachment 83945 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:47:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Source/WebKit2/UIProcess/DrawingAreaProxy.h:41:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/WebKit2/Shared/DrawingAreaInfo.h:26:  #ifndef header guard has wrong style, please use: WTF_DrawingAreaInfo_h  [build/header_guard] [5]
Source/WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.h:34:  Alphabetical sorting problem.  [build/include_order] [4]
Source/WebKit2/WebProcess/WebPage/DrawingArea.h:35:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 5 in 23 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 10 Anders Carlsson 2011-02-26 11:10:45 PST
Committed r79803: <http://trac.webkit.org/changeset/79803>