summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorsungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 10:02:19 +0000
committersungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 10:02:19 +0000
commit81b2a0566177262ef54e704911f35c20463b5cac (patch)
treec4c071ac3086593b07558c3429cb6172ba4a0aee /AUTHORS
parent48209017b42f9f862d7e56607a475b96274dca3c (diff)
downloadchromium_src-81b2a0566177262ef54e704911f35c20463b5cac.zip
chromium_src-81b2a0566177262ef54e704911f35c20463b5cac.tar.gz
chromium_src-81b2a0566177262ef54e704911f35c20463b5cac.tar.bz2
Fix a crash of the Content Shell for Android when showing videos in a ContentVideoView.
The Content Shell for Android crashes when it attempts to show a ContentVideoView(see below logs for details). It only happens in the child Shell that newly opened, not in the initial Shell. Because a ContentViewClient is set only for the initial Shell, but not the others. Steps to reproduces: 1. Go to http://www.google.com and search YouTube. 2. Click the link of YouTube in the result pages. Then YouTube page is opened in a new Shell. 3. Click a play button on a video clip. java.lang.NullPointerException at org.chromium.content.browser.ContentVideoView.showContentVideoView(ContentVideoView.java:176) at org.chromium.content.browser.ContentVideoViewLegacy.showContentVideoView(ContentVideoViewLegacy.java:128) at org.chromium.content.browser.ContentVideoView.<init>(ContentVideoView.java:150) at org.chromium.content.browser.ContentVideoViewLegacy.<init>(ContentVideoViewLegacy.java:57) at org.chromium.content.browser.ContentVideoView.createContentVideoView(ContentVideoView.java:378) at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method) at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:24) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5017) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) at dalvik.system.NativeStart.main(Native Method) Review URL: https://codereview.chromium.org/172043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e5625de..6db7fc7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -308,6 +308,7 @@ Sudarsana Babu Nagineni <sudarsana.nagineni@intel.com>
Sudarshan Parthasarathy <sudarshan.p@samsung.com>
Sungguk Lim <limasdf@gmail.com>
Sungmann Cho <sungmann.cho@gmail.com>
+Sungmann Cho <sungmann.cho@navercorp.com>
Sylvain Zimmer <sylvinus@gmail.com>
Szymon Piechowicz <szymonpiechowicz@o2.pl>
Takeshi Kurosawa <taken.spc@gmail.com>