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

Issue 176543004: aw: Split hardware rendering into HardwareRenderer (Closed)

Created:
6 years, 10 months ago by boliu
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org
Visibility:
Public.

Description

aw: Split hardware rendering into HardwareRenderer The split is currently not perfect, but idea is all compositor interactions dealing with hardware mode is moved to HardwareRenderer. Should be a no-op change in general. Also removed the BrowserViewRenderer <- InProcessViewRenderer inheritance since it is not needed anymore. Removed other random cruft too. BUG=344087 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253315

Patch Set 1 #

Patch Set 2 : similarity 30 #

Patch Set 3 : similarity 10 #

Total comments: 25

Patch Set 4 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+611 lines, -2769 lines) Patch
M android_webview/android_webview.gyp View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M android_webview/browser/browser_view_renderer.h View 1 2 3 2 chunks +182 lines, -81 lines 0 comments Download
A + android_webview/browser/browser_view_renderer.cc View 1 2 3 23 chunks +102 lines, -515 lines 0 comments Download
M android_webview/browser/gl_view_renderer_manager.h View 1 chunk +12 lines, -6 lines 0 comments Download
M android_webview/browser/gl_view_renderer_manager.cc View 3 chunks +12 lines, -2 lines 0 comments Download
A + android_webview/browser/hardware_renderer.h View 1 2 3 1 chunk +76 lines, -145 lines 0 comments Download
A + android_webview/browser/hardware_renderer.cc View 1 2 3 1 chunk +188 lines, -820 lines 0 comments Download
D android_webview/browser/in_process_view_renderer.h View 1 chunk +0 lines, -185 lines 0 comments Download
D android_webview/browser/in_process_view_renderer.cc View 1 chunk +0 lines, -958 lines 0 comments Download
M android_webview/common/aw_switches.h View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M android_webview/common/aw_switches.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/native/aw_contents.h View 3 chunks +4 lines, -2 lines 0 comments Download
M android_webview/native/aw_contents.cc View 1 12 chunks +22 lines, -21 lines 0 comments Download
M android_webview/native/aw_dev_tools_server.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M android_webview/native/aw_pdf_exporter.h View 2 chunks +0 lines, -4 lines 0 comments Download
M android_webview/native/aw_pdf_exporter.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M android_webview/native/java_browser_view_renderer_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/native/java_browser_view_renderer_helper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/public/browser/android/synchronous_compositor_client.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
boliu
Hmm, need to get someone in mtv to review these changes...
6 years, 10 months ago (2014-02-24 03:03:06 UTC) #1
boliu
Selim, want to review this (and all upcoming changes in this area)?
6 years, 10 months ago (2014-02-24 16:39:01 UTC) #2
sgurun-gerrit only
did a pass. Since I am not familiar with most concepts here, I am likely ...
6 years, 10 months ago (2014-02-25 06:56:36 UTC) #3
benm (inactive)
https://codereview.chromium.org/176543004/diff/220001/android_webview/browser/browser_view_renderer.cc File android_webview/browser/browser_view_renderer.cc (right): https://codereview.chromium.org/176543004/diff/220001/android_webview/browser/browser_view_renderer.cc#newcode70 android_webview/browser/browser_view_renderer.cc:70: ForceFakeCompositeSW(); out of interest, why do we do this? ...
6 years, 10 months ago (2014-02-25 12:48:01 UTC) #4
boliu
Finally someone else looking at this code :) All un-replied comments are done. https://codereview.chromium.org/176543004/diff/220001/android_webview/browser/browser_view_renderer.cc File ...
6 years, 10 months ago (2014-02-25 19:02:22 UTC) #5
sgurun-gerrit only
lgtm
6 years, 10 months ago (2014-02-25 20:08:45 UTC) #6
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 10 months ago (2014-02-25 20:13:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-25 20:16:06 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 20:31:24 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=51963
6 years, 10 months ago (2014-02-25 20:31:24 UTC) #10
boliu
+ted for content/public stamp
6 years, 10 months ago (2014-02-25 20:33:02 UTC) #11
Ted C
On 2014/02/25 20:33:02, boliu wrote: > +ted for content/public stamp lgtm - content/public/browser/android/synchronous_compositor_client.h
6 years, 10 months ago (2014-02-25 21:22:07 UTC) #12
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 10 months ago (2014-02-25 21:25:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-25 21:28:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-25 22:01:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-25 22:28:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-25 23:35:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-26 00:20:24 UTC) #18
boliu
The CQ bit was unchecked by boliu@chromium.org
6 years, 10 months ago (2014-02-26 00:25:46 UTC) #19
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 10 months ago (2014-02-26 00:36:40 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/176543004/230001
6 years, 10 months ago (2014-02-26 00:46:52 UTC) #21
commit-bot: I haz the power
6 years, 10 months ago (2014-02-26 01:01:59 UTC) #22
Message was sent while issue was closed.
Change committed as 253315

Powered by Google App Engine
This is Rietveld 408576698