Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Issue 9254035: Implement WebViewClient::createGraphicsContext3D (and support for DRT) (Closed)

Created:
8 years, 11 months ago by piman
Modified:
8 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, pam+watch_chromium.org, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

Implement WebViewClient::createGraphicsContext3D (and support for DRT) This is chrome side of https://bugs.webkit.org/show_bug.cgi?id=76593 This also reverts r118249 BUG=99516 TEST=manually ran Chrome w/accelerated content, DRT, test_shell_tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118543

Patch Set 1 : also revert 118249 #

Total comments: 4

Patch Set 2 : fix copyright year #

Patch Set 3 : fix missing includes #

Total comments: 2

Patch Set 4 : Fix nit and missing include #

Patch Set 5 : Remove web_view parameter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -24 lines) Patch
M content/renderer/render_view_impl.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 3 chunks +26 lines, -0 lines 0 comments Download
M webkit/glue/webkitplatformsupport_impl.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M webkit/glue/webkitplatformsupport_impl.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M webkit/support/webkit_support.h View 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 2 3 4 3 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
piman
kbr: please review tony: OWNERS darin: in case you have comments about the new approach.
8 years, 11 months ago (2012-01-19 20:06:09 UTC) #1
Ken Russell (switch to Gerrit)
I don't see how this can land without breaking things. I think that WebKitPlatformSupportImpl::createGraphicsContext3D() needs ...
8 years, 11 months ago (2012-01-19 20:31:20 UTC) #2
piman
> I don't see how this can land without breaking things. I think that > ...
8 years, 11 months ago (2012-01-19 20:48:26 UTC) #3
Ken Russell (switch to Gerrit)
On 2012/01/19 20:48:26, piman wrote: > > I don't see how this can land without ...
8 years, 11 months ago (2012-01-19 21:04:39 UTC) #4
tony
rs LGTM. https://chromiumcodereview.appspot.com/9254035/diff/2003/webkit/support/webkit_support.cc File webkit/support/webkit_support.cc (right): https://chromiumcodereview.appspot.com/9254035/diff/2003/webkit/support/webkit_support.cc#newcode385 webkit/support/webkit_support.cc:385: default: Nit: Remove the default. If the ...
8 years, 11 months ago (2012-01-19 21:09:52 UTC) #5
piman
Fixed nit and added missing include. https://chromiumcodereview.appspot.com/9254035/diff/2003/webkit/support/webkit_support.cc File webkit/support/webkit_support.cc (right): https://chromiumcodereview.appspot.com/9254035/diff/2003/webkit/support/webkit_support.cc#newcode385 webkit/support/webkit_support.cc:385: default: On 2012/01/19 ...
8 years, 11 months ago (2012-01-19 21:25:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/9254035/11001
8 years, 11 months ago (2012-01-19 21:25:44 UTC) #7
piman
PTAL, updated patch to match the WebKit side (removed web_view parameter to WebViewClient::createGraphicsContext3D).
8 years, 11 months ago (2012-01-20 20:38:52 UTC) #8
Ken Russell (switch to Gerrit)
lgtm
8 years, 11 months ago (2012-01-20 20:48:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/9254035/15001
8 years, 11 months ago (2012-01-20 21:30:07 UTC) #10
commit-bot: I haz the power
8 years, 11 months ago (2012-01-20 23:39:52 UTC) #11
Change committed as 118543

Powered by Google App Engine
This is Rietveld 408576698