RESOLVED FIXED Bug 78692
[Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit
https://bugs.webkit.org/show_bug.cgi?id=78692
Summary [Qt] Move Qt platform specific GL Context/Surface creation out of WebCore int...
Simon Hausmann
Reported 2012-02-15 03:55:48 PST
[Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit
Attachments
[Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit (12.12 KB, patch)
2012-02-15 04:36 PST, Simon Hausmann
noam: review+
gustavo: commit-queue-
Simon Hausmann
Comment 1 2012-02-15 04:36:27 PST
Created attachment 127160 [details] [Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit
WebKit Review Bot
Comment 2 2012-02-15 05:02:51 PST
Attachment 127160 [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/WebKit/qt/WebCoreSupport/PageClientQt.h:101: The parameter name "context" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebKit/qt/WebCoreSupport/PageClientQt.h:102: The parameter name "surface" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebKit/qt/WebCoreSupport/PageClientQt.h:207: The parameter name "context" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebKit/qt/WebCoreSupport/PageClientQt.h:208: The parameter name "surface" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/platform/qt/QWebPageClient.h:103: The parameter name "context" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/platform/qt/QWebPageClient.h:104: The parameter name "surface" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 6 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gustavo Noronha (kov)
Comment 3 2012-02-15 06:07:31 PST
Comment on attachment 127160 [details] [Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit Attachment 127160 [details] did not pass gtk-ews (gtk): Output: http://queues.webkit.org/results/11522732
Simon Hausmann
Comment 4 2012-02-15 07:36:11 PST
Landed with style issues fixed Committed r107815: <http://trac.webkit.org/changeset/107815>
Note You need to log in before you can comment on or make changes to this bug.