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

Issue 165993008: Don't miss to call ContentView.onShow when lunching content shell and test shell (Closed)

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

Description

Don't miss to call ContentView.onShow when lunching content shell and test shell In the onStart callback of the activity we do not have a view yet in case the activity lunched the first time or when it is coming back from background and it was terminated by the os. This CL makes sure we issue onShow when finishing initialization. BUG=345425 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253417

Patch Set 1 #

Total comments: 1

Patch Set 2 : For content shell moved onShow call to initFromNativeTabContents #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M chrome/android/testshell/java/src/org/chromium/chrome/testshell/TabManager.java View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/android/java/src/org/chromium/content_shell/Shell.java View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kbalazs
PTAL
6 years, 10 months ago (2014-02-20 22:24:23 UTC) #1
Ted C
https://codereview.chromium.org/165993008/diff/1/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java File content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java (right): https://codereview.chromium.org/165993008/diff/1/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java#newcode120 content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java:120: view.setContentViewClient(new ContentViewClient() { This is getting moved in: https://codereview.chromium.org/172043002/ ...
6 years, 10 months ago (2014-02-21 03:49:33 UTC) #2
kbalazs
On 2014/02/21 03:49:33, Ted C wrote: > https://codereview.chromium.org/165993008/diff/1/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java > File > content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java > (right): > ...
6 years, 10 months ago (2014-02-25 16:37:18 UTC) #3
Ted C
lgtm
6 years, 10 months ago (2014-02-25 18:14:20 UTC) #4
kbalazs
The CQ bit was checked by b.kelemen@samsung.com
6 years, 10 months ago (2014-02-25 22:19:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/165993008/90001
6 years, 10 months ago (2014-02-25 22:50:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/165993008/90001
6 years, 10 months ago (2014-02-25 23:49:35 UTC) #7
Paweł Hajdan Jr.
The CQ bit was unchecked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-26 05:44:42 UTC) #8
Paweł Hajdan Jr.
The CQ bit was checked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-26 06:00:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/165993008/90001
6 years, 10 months ago (2014-02-26 06:16:27 UTC) #10
commit-bot: I haz the power
6 years, 10 months ago (2014-02-26 12:01:22 UTC) #11
Message was sent while issue was closed.
Change committed as 253417

Powered by Google App Engine
This is Rietveld 408576698