Bug 59310 - Remove JSDOMWrapperWithGlobalPointer now that all JSDOMWrappers have global objects
Summary: Remove JSDOMWrapperWithGlobalPointer now that all JSDOMWrappers have global o...
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 21:24 PDT by Sam Weinig
Modified: 2011-04-26 17:56 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.92 KB, patch)
2011-04-24 21:27 PDT, Sam Weinig
mjs: review+
Details | Formatted Diff | Diff
Updated patch (5.91 KB, patch)
2011-04-26 14:21 PDT, Sam Weinig
eric: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-04-24 21:24:43 PDT
Remove JSDOMWrapperWithGlobalPointer now that all JSDOMWrappers have global objects
Comment 1 Sam Weinig 2011-04-24 21:27:14 PDT
Created attachment 90898 [details]
Patch
Comment 2 Maciej Stachowiak 2011-04-24 21:29:27 PDT
Comment on attachment 90898 [details]
Patch

r=ke
Comment 3 WebKit Review Bot 2011-04-24 21:30:15 PDT
Attachment 90898 [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/bindings/js/JSDOMWrapper.h:56:  Should only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Early Warning System Bot 2011-04-24 21:42:30 PDT
Attachment 90898 [details] did not build on qt:
Build output: http://queues.webkit.org/results/8510141
Comment 5 Build Bot 2011-04-24 22:19:42 PDT
Attachment 90898 [details] did not build on win:
Build output: http://queues.webkit.org/results/8509151
Comment 6 WebKit Review Bot 2011-04-24 23:37:11 PDT
Attachment 90898 [details] did not build on mac:
Build output: http://queues.webkit.org/results/8504607
Comment 7 WebKit Review Bot 2011-04-25 01:29:19 PDT
Attachment 90898 [details] did not build on mac:
Build output: http://queues.webkit.org/results/8509179
Comment 8 Sam Weinig 2011-04-26 13:23:11 PDT
Landed in r84945.
Comment 9 Sam Weinig 2011-04-26 14:19:18 PDT
Didn't take.
Comment 10 Sam Weinig 2011-04-26 14:21:00 PDT
Created attachment 91159 [details]
Updated patch
Comment 11 WebKit Review Bot 2011-04-26 14:25:20 PDT
Attachment 91159 [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/bindings/js/JSDOMWrapper.h:56:  Should only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 12 WebKit Review Bot 2011-04-26 14:31:30 PDT
http://trac.webkit.org/changeset/84945 might have broken WinCairo Debug (Build)
Comment 13 Eric Seidel (no email) 2011-04-26 16:21:55 PDT
Comment on attachment 91159 [details]
Updated patch

OMG YOU ARE MY HERO.
Comment 14 Sam Weinig 2011-04-26 17:56:46 PDT
Relanded in r84992.