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

Issue 11366108: Move Android WebView Test WebServer to net (Closed)

Created:
8 years, 1 month ago by John Knottenbelt
Modified:
8 years, 1 month ago
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, erikwright+watch_chromium.org, android-webview-reviews_chromium.org, digit1
Visibility:
Public.

Description

Move Android WebView Test WebServer to net. Move Android WebView Test WebServer to net so that other test code can make use of it. BUG=159601 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166493

Patch Set 1 #

Patch Set 2 : Move the code to net/test/android. #

Total comments: 9

Patch Set 3 : Add digit to OWNERS. #

Patch Set 4 : Fix findbugs, sort OWNERS #

Patch Set 5 : Introduce net_test_java_support target #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -548 lines) Patch
M android_webview/android_webview_tests.gypi View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientOnFormResubmissionTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java View 1 2 chunks +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java View 1 2 chunks +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java View 1 2 chunks +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
D android_webview/javatests/src/org/chromium/android_webview/test/util/TestWebServer.java View 1 chunk +0 lines, -529 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 4 chunks +3 lines, -4 lines 0 comments Download
M net/android/OWNERS View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M net/net.gyp View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A net/test/android/OWNERS View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A + net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java View 1 2 3 4 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
John Knottenbelt
8 years, 1 month ago (2012-11-06 15:16:08 UTC) #1
joth
wouldn't src/net make more sense? On 6 November 2012 15:16, <jknotten@chromium.org> wrote: > Reviewers: Martin ...
8 years, 1 month ago (2012-11-06 15:28:55 UTC) #2
John Knottenbelt
Also updating OWNERS to include myself and Phillipe.
8 years, 1 month ago (2012-11-06 18:30:40 UTC) #3
Yaron
lgtm but you'll need a net OWNER. +rsleevi https://codereview.chromium.org/11366108/diff/3001/build/android/findbugs_filter/findbugs_known_bugs.txt File build/android/findbugs_filter/findbugs_known_bugs.txt (right): https://codereview.chromium.org/11366108/diff/3001/build/android/findbugs_filter/findbugs_known_bugs.txt#newcode5 build/android/findbugs_filter/findbugs_known_bugs.txt:5: H ...
8 years, 1 month ago (2012-11-06 20:39:14 UTC) #4
joth
lgtm https://codereview.chromium.org/11366108/diff/3001/net/android/OWNERS File net/android/OWNERS (right): https://codereview.chromium.org/11366108/diff/3001/net/android/OWNERS#newcode3 net/android/OWNERS:3: jknotten@chromium.org nit: alpha (ascending) order. https://codereview.chromium.org/11366108/diff/3001/net/test/android/OWNERS File net/test/android/OWNERS ...
8 years, 1 month ago (2012-11-07 09:36:32 UTC) #5
Philippe
On 2012/11/07 09:36:32, joth wrote: > lgtm > > https://codereview.chromium.org/11366108/diff/3001/net/android/OWNERS > File net/android/OWNERS (right): > ...
8 years, 1 month ago (2012-11-07 09:49:55 UTC) #6
John Knottenbelt
http://codereview.chromium.org/11366108/diff/3001/net/android/OWNERS File net/android/OWNERS (right): http://codereview.chromium.org/11366108/diff/3001/net/android/OWNERS#newcode3 net/android/OWNERS:3: jknotten@chromium.org On 2012/11/07 09:36:32, joth wrote: > nit: alpha ...
8 years, 1 month ago (2012-11-07 10:35:15 UTC) #7
Ryan Sleevi
lgtm
8 years, 1 month ago (2012-11-07 14:46:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/11366108/2002
8 years, 1 month ago (2012-11-07 15:10:40 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-07 15:42:50 UTC) #10
John Knottenbelt
I needed to introduce a net_java_test_support target that android webview can depend upon to get ...
8 years, 1 month ago (2012-11-07 16:00:16 UTC) #11
Yaron
lgtm
8 years, 1 month ago (2012-11-07 16:37:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/11366108/2003
8 years, 1 month ago (2012-11-07 17:34:35 UTC) #13
commit-bot: I haz the power
8 years, 1 month ago (2012-11-07 19:40:42 UTC) #14
Change committed as 166493

Powered by Google App Engine
This is Rietveld 408576698