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

Issue 388633003: aw: Add command switch to disable hardware acceleration (Closed)

Created:
6 years, 5 months ago by boliu
Modified:
6 years, 5 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

aw: Add switch to force auxiliary bitmap rendering The switch will force use auxiliary bitmap path for all rendering. This path is known to be slow. This switch is temporary until Android L is released to AOSP. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282681

Patch Set 1 #

Total comments: 5

Patch Set 2 : comment about statics #

Patch Set 3 : rewrite, force-auxiliary-bitmap #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M android_webview/browser/browser_view_renderer.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M android_webview/common/aw_switches.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M android_webview/common/aw_switches.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M android_webview/native/java_browser_view_renderer_helper.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
boliu
6 years, 5 months ago (2014-07-10 22:44:22 UTC) #1
sgurun-gerrit only
https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2181 android_webview/java/src/org/chromium/android_webview/AwContents.java:2181: } Drive by: I think it is better to ...
6 years, 5 months ago (2014-07-11 00:57:37 UTC) #2
boliu
https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2181 android_webview/java/src/org/chromium/android_webview/AwContents.java:2181: } On 2014/07/11 00:57:37, sgurun wrote: > Drive by: ...
6 years, 5 months ago (2014-07-11 00:58:22 UTC) #3
sgurun-gerrit only
https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2181 android_webview/java/src/org/chromium/android_webview/AwContents.java:2181: } yeah I can see that, but I think ...
6 years, 5 months ago (2014-07-11 01:04:19 UTC) #4
boliu
https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2181 android_webview/java/src/org/chromium/android_webview/AwContents.java:2181: } On 2014/07/11 01:04:18, sgurun wrote: > yeah I ...
6 years, 5 months ago (2014-07-11 01:09:02 UTC) #5
boliu
https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/388633003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2181 android_webview/java/src/org/chromium/android_webview/AwContents.java:2181: } On 2014/07/11 01:09:02, boliu wrote: > On 2014/07/11 ...
6 years, 5 months ago (2014-07-11 01:12:56 UTC) #6
sgurun-gerrit only
lgtm
6 years, 5 months ago (2014-07-11 01:16:19 UTC) #7
hush (inactive)
lgtm
6 years, 5 months ago (2014-07-11 01:23:50 UTC) #8
boliu
If you guys followed the internal bug, you'll see that I'm not trying to submit ...
6 years, 5 months ago (2014-07-11 01:24:57 UTC) #9
sgurun-gerrit only
On 2014/07/11 01:24:57, boliu wrote: > If you guys followed the internal bug, you'll see ...
6 years, 5 months ago (2014-07-11 01:26:46 UTC) #10
boliu
On 2014/07/11 01:26:46, sgurun wrote: > On 2014/07/11 01:24:57, boliu wrote: > > If you ...
6 years, 5 months ago (2014-07-11 01:28:43 UTC) #11
boliu
Ok, rewrote the whole thing to skip digging out skpicture as well. Now this is ...
6 years, 5 months ago (2014-07-11 16:11:25 UTC) #12
hush (inactive)
On 2014/07/11 16:11:25, boliu wrote: > Ok, rewrote the whole thing to skip digging out ...
6 years, 5 months ago (2014-07-11 17:24:17 UTC) #13
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 5 months ago (2014-07-11 17:25:35 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/388633003/40001
6 years, 5 months ago (2014-07-11 17:26:57 UTC) #15
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 20:10:34 UTC) #16
Message was sent while issue was closed.
Change committed as 282681

Powered by Google App Engine
This is Rietveld 408576698