Bug 38153

Summary: Fix gcc compiler warnings in V8 bindings
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Description James Robinson 2010-04-26 17:27:19 PDT
Fix gcc compiler warnings in V8 bindings
Comment 1 James Robinson 2010-04-26 17:34:34 PDT
Created attachment 54353 [details]
Patch
Comment 2 Nate Chapin 2010-04-27 09:05:32 PDT
Comment on attachment 54353 [details]
Patch

Excellent.
Comment 3 James Robinson 2010-04-27 15:35:28 PDT
Created attachment 54461 [details]
Patch
Comment 4 WebKit Review Bot 2010-04-27 15:36:30 PDT
Attachment 54461 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:325:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:327:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:335:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:337:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:344:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:346:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:354:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:356:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h:131:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h:134:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h:137:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h:140:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 12 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 James Robinson 2010-04-27 15:37:24 PDT
But it gets better...now with tests for the CodeGeneratorV8.pm changes!  While
I was in there I also taught CodeGeneratorGObject.pm all about the 'long long'
type.  Those changes are mostly blind, but the generated output looks sane. 
Adding Xan to the CC list to double-check that.
Comment 6 James Robinson 2010-04-27 15:37:57 PDT
CodeGeneratorGObject.pm generates code that does not conform to WebKit style guidelines, but I don't think that is too important to fix right now.
Comment 7 Adam Barth 2010-04-27 15:41:24 PDT
Comment on attachment 54461 [details]
Patch

LGTM.  This testing harness kind of explodes the number of lines of code you end up touching with patches like this.
Comment 8 James Robinson 2010-04-27 15:51:43 PDT
Comment on attachment 54461 [details]
Patch

Clearing flags on attachment: 54461

Committed r58345: <http://trac.webkit.org/changeset/58345>
Comment 9 James Robinson 2010-04-27 15:51:48 PDT
All reviewed patches have been landed.  Closing bug.