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

Issue 17265005: content_shell: Create the FIFOs needed for running Android layout tests (Closed)

Created:
7 years, 6 months ago by Peter Beverloo
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, DaleCurtis
Visibility:
Public.

Description

content_shell: Create the FIFOs needed for running Android layout tests The Android layout test runner communicates with content_shell through a set of three fifos, one for each of [stdout, stderr, stdin]. Create those after basic initialization. BUG=232044 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207562

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Total comments: 20

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -39 lines) Patch
M content/content_shell.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
A content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M content/shell/shell_browser_main.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M content/shell/shell_browser_main.cc View 1 2 4 chunks +10 lines, -37 lines 0 comments Download
A content/shell/shell_layout_tests_android.h View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A content/shell/shell_layout_tests_android.cc View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Peter Beverloo
7 years, 6 months ago (2013-06-19 14:06:19 UTC) #1
bulach
some suggestions below: https://codereview.chromium.org/17265005/diff/1/content/shell/shell_browser_main.cc File content/shell/shell_browser_main.cc (right): https://codereview.chromium.org/17265005/diff/1/content/shell/shell_browser_main.cc#newcode39 content/shell/shell_browser_main.cc:39: const char kAndroidFifoPath[] = see below, ...
7 years, 6 months ago (2013-06-19 14:42:14 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/17265005/diff/1/content/shell/shell_browser_main.cc File content/shell/shell_browser_main.cc (right): https://codereview.chromium.org/17265005/diff/1/content/shell/shell_browser_main.cc#newcode39 content/shell/shell_browser_main.cc:39: const char kAndroidFifoPath[] = On 2013/06/19 14:42:14, bulach wrote: ...
7 years, 6 months ago (2013-06-19 15:37:13 UTC) #3
Peter Beverloo
All amended, please take another look. I also incorporated Dale's comments from CL 16510004. https://codereview.chromium.org/17265005/diff/1/content/shell/shell_browser_main.cc ...
7 years, 6 months ago (2013-06-19 17:40:28 UTC) #4
bulach
thanks, much cleaner! just a few more suggestions and nits.. https://codereview.chromium.org/17265005/diff/4001/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java File content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java (right): https://codereview.chromium.org/17265005/diff/4001/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java#newcode13 ...
7 years, 6 months ago (2013-06-19 17:57:42 UTC) #5
jochen (gone - plz use gerrit)
https://codereview.chromium.org/17265005/diff/4001/content/shell/shell_browser_main.h File content/shell/shell_browser_main.h (right): https://codereview.chromium.org/17265005/diff/4001/content/shell/shell_browser_main.h#newcode16 content/shell/shell_browser_main.h:16: const scoped_ptr<content::BrowserMainRunner>& main_runner); nit. if you indent the second ...
7 years, 6 months ago (2013-06-19 17:58:47 UTC) #6
Peter Beverloo
Thanks for the quick reviews! https://codereview.chromium.org/17265005/diff/4001/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java File content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java (right): https://codereview.chromium.org/17265005/diff/4001/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java#newcode13 content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java:13: * Utility methods used ...
7 years, 6 months ago (2013-06-19 19:48:32 UTC) #7
bulach
lgtm for android, thanks! just tiny nits below. feel free to go ahead once jochen ...
7 years, 6 months ago (2013-06-20 08:48:40 UTC) #8
jochen (gone - plz use gerrit)
lgtm
7 years, 6 months ago (2013-06-20 10:31:21 UTC) #9
Peter Beverloo
Thanks for the reviews! All addressed. https://codereview.chromium.org/17265005/diff/7003/content/shell/shell_layout_tests_android.cc File content/shell/shell_layout_tests_android.cc (right): https://codereview.chromium.org/17265005/diff/7003/content/shell/shell_layout_tests_android.cc#newcode25 content/shell/shell_layout_tests_android.cc:25: std::string GetTestFilesDirectory(JNIEnv* env) ...
7 years, 6 months ago (2013-06-20 10:43:45 UTC) #10
bulach
lgtm, thanks!
7 years, 6 months ago (2013-06-20 11:00:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peter@chromium.org/17265005/24001
7 years, 6 months ago (2013-06-20 11:22:20 UTC) #12
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 21:08:12 UTC) #13
Message was sent while issue was closed.
Change committed as 207562

Powered by Google App Engine
This is Rietveld 408576698