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

Issue 10408091: Chromium support of running DumpRenderTree as an apk on Android (Closed)

Created:
8 years, 7 months ago by Xianzhu
Modified:
6 years ago
CC:
chromium-reviews, erikwright (departed), darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Chromium support of running DumpRenderTree as an apk on Android This is an upstream of chromium-android. The WebKit part is https://bugs.webkit.org/show_bug.cgi?id=86862. TBR=darin (for base/base.gyp) BUG=none TEST=build and run current native tests without error Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140046

Patch Set 1 #

Patch Set 2 : V2 #

Patch Set 3 : Removed media dependency from testing/android. And style changes. #

Total comments: 4

Patch Set 4 : Changes according to comments in Patch Set 3 #

Total comments: 10

Patch Set 5 : AtExitManager etc. #

Patch Set 6 : Fixed an intentation #

Total comments: 2

Patch Set 7 : Add missing #endif #

Patch Set 8 : Rebase and move out net dependency from testing/android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -297 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
D base/test/test_stub_android.h View 1 chunk +0 lines, -14 lines 0 comments Download
D base/test/test_stub_android.cc View 1 chunk +0 lines, -191 lines 0 comments Download
M base/test/test_suite.cc View 1 2 3 4 5 chunks +9 lines, -8 lines 0 comments Download
A base/test/test_support_android.h View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A + base/test/test_support_android.cc View 1 2 3 4 5 4 chunks +32 lines, -23 lines 0 comments Download
M testing/android/generate_native_test.py View 1 2 3 4 5 6 7 4 chunks +26 lines, -3 lines 0 comments Download
M testing/android/native_test.gyp View 1 2 3 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M testing/android/native_test_launcher.cc View 1 2 3 4 5 6 7 6 chunks +20 lines, -44 lines 0 comments Download
M webkit/support/DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M webkit/support/platform_support_android.cc View 1 2 3 4 5 6 7 3 chunks +23 lines, -8 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 3 4 5 6 4 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Xianzhu
8 years, 7 months ago (2012-05-23 19:50:48 UTC) #1
Xianzhu
Hi, reviewers, Below are more descriptions of the change. Could you review the part that ...
8 years, 7 months ago (2012-05-24 21:03:42 UTC) #2
John Grabowski
Most testing/android LGTM Prefer nilesh to confirm testing/android/native_test_launcher.cc changes can be upstreamed at this time
8 years, 7 months ago (2012-05-24 21:07:41 UTC) #3
nilesh
LGTM with minor nits. Please try this on the android_test try bot. http://codereview.chromium.org/10408091/diff/5001/testing/android/native_test.gyp File testing/android/native_test.gyp ...
8 years, 7 months ago (2012-05-24 21:28:32 UTC) #4
Xianzhu
http://codereview.chromium.org/10408091/diff/5001/testing/android/native_test.gyp File testing/android/native_test.gyp (right): http://codereview.chromium.org/10408091/diff/5001/testing/android/native_test.gyp#newcode56 testing/android/native_test.gyp:56: 'native_test_jni_headers', On 2012/05/24 21:28:33, nileshagrawal1 wrote: > Nit: sort ...
8 years, 7 months ago (2012-05-24 21:59:35 UTC) #5
tkent
LGTM for webkit/support/
8 years, 7 months ago (2012-05-25 01:28:51 UTC) #6
Paweł Hajdan Jr.
You shouldn't be using ShadowingAtExitManager, this is a serious issue. http://codereview.chromium.org/10408091/diff/12002/base/test/test_suite.cc File base/test/test_suite.cc (right): http://codereview.chromium.org/10408091/diff/12002/base/test/test_suite.cc#newcode105 ...
8 years, 7 months ago (2012-05-25 19:06:06 UTC) #7
wangxianzhu
On 2012/05/25 19:06:06, Paweł Hajdan Jr. wrote: > You shouldn't be using ShadowingAtExitManager, this is ...
8 years, 7 months ago (2012-05-26 04:04:24 UTC) #8
Paweł Hajdan Jr.
On 2012/05/26 04:04:24, Xianzhu Wang wrote: > On 2012/05/25 19:06:06, Paweł Hajdan Jr. wrote: > ...
8 years, 6 months ago (2012-05-28 07:37:13 UTC) #9
Xianzhu
http://codereview.chromium.org/10408091/diff/12002/base/test/test_suite.cc File base/test/test_suite.cc (right): http://codereview.chromium.org/10408091/diff/12002/base/test/test_suite.cc#newcode105 base/test/test_suite.cc:105: at_exit_manager_.reset(new base::ShadowingAtExitManager); On 2012/05/25 19:06:08, Paweł Hajdan Jr. wrote: ...
8 years, 6 months ago (2012-05-29 17:15:55 UTC) #10
Xianzhu
Hi Pawel, Does the latest patch set look good to you? Thanks, Xianzhu
8 years, 6 months ago (2012-05-30 15:59:09 UTC) #11
Paweł Hajdan Jr.
http://codereview.chromium.org/10408091/diff/21002/webkit/support/webkit_support.cc File webkit/support/webkit_support.cc (right): http://codereview.chromium.org/10408091/diff/21002/webkit/support/webkit_support.cc#newcode286 webkit/support/webkit_support.cc:286: #if !defined(OS_ANDROID) I don't see terminating #endif for this ...
8 years, 6 months ago (2012-05-30 17:15:38 UTC) #12
Xianzhu
http://codereview.chromium.org/10408091/diff/21002/webkit/support/webkit_support.cc File webkit/support/webkit_support.cc (right): http://codereview.chromium.org/10408091/diff/21002/webkit/support/webkit_support.cc#newcode286 webkit/support/webkit_support.cc:286: #if !defined(OS_ANDROID) On 2012/05/30 17:15:38, Paweł Hajdan Jr. wrote: ...
8 years, 6 months ago (2012-05-30 18:17:56 UTC) #13
Xianzhu
Paweł, could you have a look at the latest patch set. Thanks!
8 years, 6 months ago (2012-05-31 22:25:19 UTC) #14
Paweł Hajdan Jr.
LGTM
8 years, 6 months ago (2012-06-01 10:18:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/10408091/13005
8 years, 6 months ago (2012-06-01 15:57:31 UTC) #16
commit-bot: I haz the power
8 years, 6 months ago (2012-06-01 17:20:08 UTC) #17
Change committed as 140046

Powered by Google App Engine
This is Rietveld 408576698