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

Issue 10911131: Upstream JavaBridge tests. (Closed)

Created:
8 years, 3 months ago by Ramya
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Move JavaBridge tests to content/public/android/javatests BUG=138224 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158743

Patch Set 1 #

Patch Set 2 : Update ContentShellTestBase #

Total comments: 6

Patch Set 3 : Move tests to content/android/javatests #

Patch Set 4 : Adding back JavaBridge test files #

Total comments: 4

Patch Set 5 : Moving test to content/public/android/javatests #

Patch Set 6 : Update gypi files after content_java_test_support #

Patch Set 7 : Remove target content_javatests #

Total comments: 2

Patch Set 8 : Removing target content_shell_javatests #

Patch Set 9 : Fixing check_deps failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2697 lines, -53 lines) Patch
M content/content_shell.gypi View 1 2 3 4 2 chunks +36 lines, -36 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 3 chunks +3 lines, -17 lines 0 comments Download
A content/public/android/DEPS View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/ContentViewTestBase.java View 1 2 3 4 5 1 chunk +86 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java View 1 2 3 4 5 1 chunk +640 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java View 1 2 3 4 5 1 chunk +240 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java View 1 2 3 4 5 1 chunk +633 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java View 1 2 3 4 5 1 chunk +666 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeFieldsTest.java View 1 2 3 4 5 1 chunk +89 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java View 1 2 3 4 5 1 chunk +189 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.java View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download
M content/shell/android/javatests/content_shell_test_apk.xml View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Ramya
8 years, 3 months ago (2012-09-06 21:59:09 UTC) #1
jam
why are these tests under content/shell? in general, tests live alongside the code they're testing, ...
8 years, 3 months ago (2012-09-06 22:05:05 UTC) #2
Yaron
On 2012/09/06 22:05:05, John Abd-El-Malek wrote: > why are these tests under content/shell? in general, ...
8 years, 3 months ago (2012-09-06 22:15:56 UTC) #3
jam
On 2012/09/06 22:15:56, Yaron wrote: > On 2012/09/06 22:05:05, John Abd-El-Malek wrote: > > why ...
8 years, 3 months ago (2012-09-06 22:36:55 UTC) #4
Yaron
I guess I'd like some clarity on your major contention. I really don't think we ...
8 years, 3 months ago (2012-09-07 01:29:57 UTC) #5
bulach
the way java tools / packaging work, it builds _everything_ under a directory and puts ...
8 years, 3 months ago (2012-09-07 08:00:48 UTC) #6
jam
On 2012/09/07 01:29:57, Yaron wrote: > I guess I'd like some clarity on your major ...
8 years, 3 months ago (2012-09-07 15:04:39 UTC) #7
klundberg
Some general comments. I will address the discussion wrt location next. http://codereview.chromium.org/10911131/diff/2001/content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java File content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java (right): ...
8 years, 3 months ago (2012-09-07 16:15:29 UTC) #8
klundberg
On 2012/09/07 15:04:39, John Abd-El-Malek wrote: > On 2012/09/07 01:29:57, Yaron wrote: > > I ...
8 years, 3 months ago (2012-09-07 16:22:16 UTC) #9
Yaron
On 2012/09/07 16:22:16, klundberg wrote: > On 2012/09/07 15:04:39, John Abd-El-Malek wrote: > > On ...
8 years, 3 months ago (2012-09-07 16:46:43 UTC) #10
Ramya
PTAL http://codereview.chromium.org/10911131/diff/2001/content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java File content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java (right): http://codereview.chromium.org/10911131/diff/2001/content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java#newcode26 content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java:26: = new HashMap<ContentView, TestContentViewClient>(); On 2012/09/07 16:15:29, klundberg ...
8 years, 3 months ago (2012-09-19 21:31:57 UTC) #11
Yaron
+Yusuf I've love to just see this land but it's a waste given the refactorings ...
8 years, 3 months ago (2012-09-20 04:13:53 UTC) #12
Yusuf
Jay's change is in review and ready to land downstream. If we can push the ...
8 years, 3 months ago (2012-09-20 04:37:57 UTC) #13
Ramya
content_view_core.h, content_view_core_impl.* and ContentViewCore.java changes have been removed. These are no longer needed.
8 years, 2 months ago (2012-09-24 23:33:26 UTC) #14
Yaron
On 2012/09/24 23:33:26, Ramya wrote: > content_view_core.h, content_view_core_impl.* and ContentViewCore.java changes > have been removed. ...
8 years, 2 months ago (2012-09-24 23:45:56 UTC) #15
Ramya
PTAL
8 years, 2 months ago (2012-09-25 22:37:12 UTC) #16
Yaron
lgtm http://codereview.chromium.org/10911131/diff/23001/content/content_tests.gypi File content/content_tests.gypi (right): http://codereview.chromium.org/10911131/diff/23001/content/content_tests.gypi#newcode881 content/content_tests.gypi:881: 'target_name': 'content_shell_javatests', Just discussed with Chris. We don't ...
8 years, 2 months ago (2012-09-25 22:43:16 UTC) #17
Ramya
PTAL http://codereview.chromium.org/10911131/diff/23001/content/content_tests.gypi File content/content_tests.gypi (right): http://codereview.chromium.org/10911131/diff/23001/content/content_tests.gypi#newcode881 content/content_tests.gypi:881: 'target_name': 'content_shell_javatests', On 2012/09/25 22:43:16, Yaron wrote: > ...
8 years, 2 months ago (2012-09-25 22:49:54 UTC) #18
Yaron
lgtm Great, that's cleaner.
8 years, 2 months ago (2012-09-25 22:51:37 UTC) #19
klundberg
lgtm
8 years, 2 months ago (2012-09-25 22:59:56 UTC) #20
cjhopman
lgtm
8 years, 2 months ago (2012-09-25 23:26:06 UTC) #21
jam
lgtm
8 years, 2 months ago (2012-09-25 23:34:10 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cramya@chromium.org/10911131/27001
8 years, 2 months ago (2012-09-25 23:35:53 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cramya@chromium.org/10911131/27001
8 years, 2 months ago (2012-09-26 00:09:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cramya@chromium.org/10911131/19015
8 years, 2 months ago (2012-09-26 01:26:42 UTC) #25
commit-bot: I haz the power
8 years, 2 months ago (2012-09-26 03:50:38 UTC) #26
Change committed as 158743

Powered by Google App Engine
This is Rietveld 408576698