Bug 38311 - Remove custom bindings for PopStateEvent.initPopStateEvent
Summary: Remove custom bindings for PopStateEvent.initPopStateEvent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 22:23 PDT by Adam Barth
Modified: 2010-04-29 04:46 PDT (History)
7 users (show)

See Also:


Attachments
Patch (17.77 KB, patch)
2010-04-28 22:25 PDT, Adam Barth
no flags Details | Formatted Diff | Diff
Patch (17.51 KB, patch)
2010-04-28 22:50 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-04-28 22:23:08 PDT
Remove custom bindings for PopStateEvent.initPopStateEvent
Comment 1 Adam Barth 2010-04-28 22:25:26 PDT
Created attachment 54675 [details]
Patch
Comment 2 WebKit Review Bot 2010-04-28 22:27:28 PDT
Attachment 54675 [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:129:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:131:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:133:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:134:  _g_serialized_arg is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:135:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/JS/JSTestObj.cpp:143:  Missing spaces around |  [whitespace/operators] [3]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h:68:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 7 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Adam Barth 2010-04-28 22:45:40 PDT
Comment on attachment 54675 [details]
Patch

V8 problem.  One sec.
Comment 4 WebKit Review Bot 2010-04-28 22:47:07 PDT
Attachment 54675 [details] did not build on chromium:
Build output: http://webkit-commit-queue.appspot.com/results/1855176
Comment 5 Adam Barth 2010-04-28 22:50:32 PDT
Created attachment 54677 [details]
Patch
Comment 6 WebKit Review Bot 2010-04-28 22:57:52 PDT
Attachment 54677 [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:129:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:131:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:133:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:134:  _g_serialized_arg is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:135:  Extra space before ( in function call  [whitespace/parens] [4]
WebCore/bindings/scripts/test/JS/JSTestObj.cpp:143:  Missing spaces around |  [whitespace/operators] [3]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h:68:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 7 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Maciej Stachowiak 2010-04-28 23:56:18 PDT
Comment on attachment 54677 [details]
Patch

r=me

I took on faith that the code generated for v8 is right.
Comment 8 WebKit Commit Bot 2010-04-29 04:46:43 PDT
Comment on attachment 54677 [details]
Patch

Clearing flags on attachment: 54677

Committed r58504: <http://trac.webkit.org/changeset/58504>
Comment 9 WebKit Commit Bot 2010-04-29 04:46:49 PDT
All reviewed patches have been landed.  Closing bug.