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

Issue 10690190: Upstream GestureDetectorProxyTest (Closed)

Created:
8 years, 5 months ago by John Knottenbelt
Modified:
8 years, 3 months ago
Reviewers:
Ted C, bulach, brettw
CC:
chromium-reviews, joi+watch-content_chromium.org, erikwright (departed), darin-cc_chromium.org, jam, brettw-cc_chromium.org, cjhopman, Yaron, yusufo, aelias_OOO_until_Jul13, klundberg
Visibility:
Public.

Description

Upstream Android GestureDetectorProxyTest Include the GestureDetectorProxyTest as part of the ContentShellTests.apk. Produce a jar (ContentShellTests-debug.jar) so that run_instrumentation_tests.py can use Proguard to enumerate the tests by annotation. BUG=136687 TEST=GestureDetectorProxyTest

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+679 lines, -0 lines) Patch
A base/android/javatests/src/org/chromium/base/test/Feature.java View 1 chunk +22 lines, -0 lines 3 comments Download
A base/android/javatests/src/org/chromium/base/test/ScalableTimeout.java View 1 chunk +64 lines, -0 lines 3 comments Download
M base/base.gyp View 1 chunk +12 lines, -0 lines 0 comments Download
M content/content_shell.gypi View 1 chunk +27 lines, -0 lines 2 comments Download
A content/public/android/java/src/org/chromium/content/browser/GestureDetectorProxy.java View 1 chunk +179 lines, -0 lines 1 comment Download
A content/public/android/javatests/content_javatests.xml View 1 chunk +64 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/GestureDetectorProxyTest.java View 1 chunk +300 lines, -0 lines 0 comments Download
M content/shell/android/javatests/content_shell_test_apk.xml View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
John Knottenbelt
8 years, 5 months ago (2012-07-13 15:19:29 UTC) #1
bulach
great stuff! a few nits below.. ted: would you mind taking a look at my ...
8 years, 5 months ago (2012-07-16 13:22:43 UTC) #2
Ted C
http://codereview.chromium.org/10690190/diff/1/content/content_shell.gypi File content/content_shell.gypi (right): http://codereview.chromium.org/10690190/diff/1/content/content_shell.gypi#newcode646 content/content_shell.gypi:646: 'action_name': 'copy_content_javatests_jar', On 2012/07/16 13:22:44, bulach wrote: > nit: ...
8 years, 5 months ago (2012-07-17 00:48:03 UTC) #3
brettw
https://chromiumcodereview.appspot.com/10690190/diff/1/base/android/javatests/src/org/chromium/base/test/Feature.java File base/android/javatests/src/org/chromium/base/test/Feature.java (right): https://chromiumcodereview.appspot.com/10690190/diff/1/base/android/javatests/src/org/chromium/base/test/Feature.java#newcode13 base/android/javatests/src/org/chromium/base/test/Feature.java:13: * This annotation can be used to mark a ...
8 years, 5 months ago (2012-07-17 19:45:03 UTC) #4
bulach
thanks brett! John is holidays this week, so I'll be taking over this patch soon ...
8 years, 5 months ago (2012-07-18 17:15:14 UTC) #5
brettw
http://codereview.chromium.org/10690190/diff/1/base/android/javatests/src/org/chromium/base/test/Feature.java File base/android/javatests/src/org/chromium/base/test/Feature.java (right): http://codereview.chromium.org/10690190/diff/1/base/android/javatests/src/org/chromium/base/test/Feature.java#newcode13 base/android/javatests/src/org/chromium/base/test/Feature.java:13: * This annotation can be used to mark a ...
8 years, 5 months ago (2012-07-18 18:13:16 UTC) #6
bulach
8 years, 5 months ago (2012-07-18 18:17:46 UTC) #7
On 2012/07/18 18:13:16, brettw wrote:
>
http://codereview.chromium.org/10690190/diff/1/base/android/javatests/src/org...
> File base/android/javatests/src/org/chromium/base/test/Feature.java (right):
> 
>
http://codereview.chromium.org/10690190/diff/1/base/android/javatests/src/org...
> base/android/javatests/src/org/chromium/base/test/Feature.java:13: * This
> annotation can be used to mark a test is related to some feature(s).
> Yeah, the purpose of me asking wasn't that I need it explained to me in the
code
> review, but that it should be obvious to anybody what it's for and how to use
> it.

absolutely, I fully agree! :) thanks for reviewing it downstream, I'll land
tomorrow my morning and update this patch with the latest changes from there.

Powered by Google App Engine
This is Rietveld 408576698