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

Issue 134353004: Returning back from any app [after share via] is creating a black screen (Closed)

Created:
6 years, 11 months ago by zino
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, vivekg
Base URL:
http://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Returning back from any app [after share via] is creating a black screen When the surfaceView is destroyed during compositing, ContentViewRenderView can't receive the message. So, the onSwapBuffers event will not occurs, and the value of mPendingSwapBuffers will increasing without bound. To prevent the problem, currently, the value is initialized in onReadyToRender method. However, content_shell and chromium_test_shell override the method and don't call super method. BUG=337770 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247525

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
zino
https://code.google.com/p/chromium/issues/detail?id=337770 Steps to reproduce the problem: 1. Launch Browser 2. Access any page like cnn.com ...
6 years, 11 months ago (2014-01-24 09:00:18 UTC) #1
Ken Russell (switch to Gerrit)
+aelias
6 years, 11 months ago (2014-01-24 23:09:45 UTC) #2
aelias_OOO_until_Jul13
sievers@ should take a look at this. Would calling onReadyToRender from the subclasses be a ...
6 years, 11 months ago (2014-01-24 23:49:08 UTC) #3
zino
On 2014/01/24 23:49:08, aelias wrote: > sievers@ should take a look at this. Would calling ...
6 years, 11 months ago (2014-01-25 04:58:55 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 11 months ago (2014-01-27 00:30:37 UTC) #5
zino
Please review this patch.
6 years, 11 months ago (2014-01-28 01:31:56 UTC) #6
no sievers
lgtm
6 years, 11 months ago (2014-01-28 01:52:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/134353004/1
6 years, 10 months ago (2014-01-28 04:07:54 UTC) #8
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=46734
6 years, 10 months ago (2014-01-28 04:44:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/134353004/1
6 years, 10 months ago (2014-01-28 06:14:46 UTC) #10
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=46745
6 years, 10 months ago (2014-01-28 06:34:38 UTC) #11
jdduke (slow)
lgtm
6 years, 10 months ago (2014-01-28 16:13:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/134353004/1
6 years, 10 months ago (2014-01-28 21:29:30 UTC) #13
commit-bot: I haz the power
6 years, 10 months ago (2014-01-28 23:46:41 UTC) #14
Message was sent while issue was closed.
Change committed as 247525

Powered by Google App Engine
This is Rietveld 408576698