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

Issue 11280284: onShowCustomView (Closed)

Created:
8 years ago by acleung
Modified:
7 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix resource #

Patch Set 3 : actually using it .... #

Total comments: 21

Patch Set 4 : address issues #

Patch Set 5 : Address comments #

Patch Set 6 : rebase #

Patch Set 7 : update resource strings #

Total comments: 20

Patch Set 8 : comments from benm #

Total comments: 6

Patch Set 9 : spacing #

Patch Set 10 : rebase #

Total comments: 4

Patch Set 11 : revert WebContentsDelegateAndroid #

Patch Set 12 : address comments #

Total comments: 10

Patch Set 13 : compilation error #

Patch Set 14 : fix spacing #

Patch Set 15 : fix NullContentsClient compilation error #

Patch Set 16 : fix NullContentsClient compilation error #2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -0 lines) Patch
A android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +70 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/NullContentsClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
joth
(Adding Ben for double check on AwResources.) https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode12 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:12: import android.widget.FrameLayout; ...
8 years ago (2012-12-08 00:17:58 UTC) #1
joth
On 7 December 2012 16:17, <joth@chromium.org> wrote: > (Adding Ben for double check on AwResources.) ...
8 years ago (2012-12-08 00:23:35 UTC) #2
benm (inactive)
https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwResource.java File android_webview/java/src/org/chromium/android_webview/AwResource.java (right): https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwResource.java#newcode37 android_webview/java/src/org/chromium/android_webview/AwResource.java:37: public static int STRING_VIDEO_INVALID_PLAYBACK; As these are resources defined ...
8 years ago (2012-12-10 10:54:35 UTC) #3
acleung
https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode12 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:12: import android.widget.FrameLayout; On 2012/12/08 00:17:58, joth wrote: > most ...
7 years, 11 months ago (2013-01-07 23:40:03 UTC) #4
benm (inactive)
https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwResource.java File android_webview/java/src/org/chromium/android_webview/AwResource.java (right): https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwResource.java#newcode37 android_webview/java/src/org/chromium/android_webview/AwResource.java:37: public static int STRING_VIDEO_INVALID_PLAYBACK; You're right to get them ...
7 years, 11 months ago (2013-01-08 12:31:51 UTC) #5
acleung
On 2013/01/08 12:31:51, benm wrote: > https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwResource.java > File android_webview/java/src/org/chromium/android_webview/AwResource.java > (right): > > https://codereview.chromium.org/11280284/diff/3001/android_webview/java/src/org/chromium/android_webview/AwResource.java#newcode37 ...
7 years, 10 months ago (2013-01-29 21:40:32 UTC) #6
benm (inactive)
thanks alan! https://codereview.chromium.org/11280284/diff/30001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/30001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode1 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:1: // Copyright (c) 2012 The Chromium Authors. ...
7 years, 10 months ago (2013-02-04 11:38:46 UTC) #7
acleung
PTAL https://codereview.chromium.org/11280284/diff/30001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/30001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode1 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:1: // Copyright (c) 2012 The Chromium Authors. All ...
7 years, 10 months ago (2013-02-04 19:44:35 UTC) #8
benm (inactive)
lgtm % nits https://codereview.chromium.org/11280284/diff/35001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/35001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode37 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:37: ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED, nit: indents here are wrong. ...
7 years, 10 months ago (2013-02-05 15:18:12 UTC) #9
acleung1
https://codereview.chromium.org/11280284/diff/35001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/35001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode37 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:37: ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED, On 2013/02/05 15:18:12, benm wrote: > nit: indents ...
7 years, 10 months ago (2013-02-05 22:55:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acleung@google.com/11280284/43001
7 years, 10 months ago (2013-02-05 23:08:40 UTC) #11
commit-bot: I haz the power
Failed to apply patch for android_webview/java/src/org/chromium/android_webview/AwContents.java: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 10 months ago (2013-02-05 23:08:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acleung@google.com/11280284/46001
7 years, 10 months ago (2013-02-05 23:54:47 UTC) #13
commit-bot: I haz the power
Presubmit check for 11280284-46001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 10 months ago (2013-02-05 23:54:54 UTC) #14
joth
https://codereview.chromium.org/11280284/diff/3001/content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java File content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java (right): https://codereview.chromium.org/11280284/diff/3001/content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java#newcode81 content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java:81: public void onShowCustomView(View view) { On 2013/01/07 23:40:03, acleung ...
7 years, 10 months ago (2013-02-06 00:02:29 UTC) #15
joth
https://chromiumcodereview.appspot.com/11280284/diff/46001/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java File android_webview/java/src/org/chromium/android_webview/AwContentsClient.java (right): https://chromiumcodereview.appspot.com/11280284/diff/46001/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java#newcode20 android_webview/java/src/org/chromium/android_webview/AwContentsClient.java:20: import android.webkit.WebChromeClient.CustomViewCallback; nit: as a general rule rather than ...
7 years, 10 months ago (2013-02-06 00:04:20 UTC) #16
benm (inactive)
https://codereview.chromium.org/11280284/diff/35001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://codereview.chromium.org/11280284/diff/35001/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode42 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:42: // TODO: Requires refactoring of ContentVideoView I kind of ...
7 years, 10 months ago (2013-02-06 10:34:37 UTC) #17
benm (inactive)
lgtm lgtm % spacing issue. thanks alan! https://chromiumcodereview.appspot.com/11280284/diff/45003/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java File android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java (right): https://chromiumcodereview.appspot.com/11280284/diff/45003/android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java#newcode35 android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java:35: ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED, 8 ...
7 years, 10 months ago (2013-02-12 10:51:28 UTC) #18
acleung1
https://chromiumcodereview.appspot.com/11280284/diff/3001/content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java File content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java (right): https://chromiumcodereview.appspot.com/11280284/diff/3001/content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java#newcode81 content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java:81: public void onShowCustomView(View view) { On 2013/02/06 00:02:29, joth ...
7 years, 10 months ago (2013-02-12 18:45:32 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acleung@google.com/11280284/45004
7 years, 10 months ago (2013-02-12 18:46:50 UTC) #20
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-12 19:28:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acleung@google.com/11280284/45005
7 years, 10 months ago (2013-02-12 22:36:00 UTC) #22
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-12 23:13:41 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acleung@google.com/11280284/50004
7 years, 10 months ago (2013-02-12 23:21:48 UTC) #24
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=111071
7 years, 10 months ago (2013-02-13 02:26:26 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acleung@google.com/11280284/50004
7 years, 10 months ago (2013-02-13 08:38:47 UTC) #26
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 11:41:25 UTC) #27
Message was sent while issue was closed.
Change committed as 182188

Powered by Google App Engine
This is Rietveld 408576698