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

Issue 1364143002: Move ChromeCommandLineInitUtil to base/ (Closed)

Created:
5 years, 3 months ago by David Trainor- moved to gerrit
Modified:
5 years, 2 months ago
Reviewers:
nyquist, Yusuf, jbudorick
CC:
chromium-reviews, nyquist+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@blimp_test
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ChromeCommandLineInitUtil to base/ - Make ChromeCommandLineInitUtil accessible to other folders than chrome/. - Pull out the command line file name to be passed as a parameter. BUG=526219 Committed: https://crrev.com/ac84a37c07ae9377fcb7baed8791b76640f341a5 Cr-Commit-Position: refs/heads/master@{#352349}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments, added adb scripts, fixed library loader bug. #

Total comments: 4

Patch Set 3 : Added UI asserts. Updated comment #

Patch Set 4 : Rebased #

Patch Set 5 : Made sure we actually initialize the command line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -142 lines) Patch
A + base/android/java/src/org/chromium/base/CommandLineInitUtil.java View 2 chunks +19 lines, -15 lines 0 comments Download
M blimp/README.md View 1 1 chunk +5 lines, -1 line 0 comments Download
M blimp/client/android/AndroidManifest.xml.jinja2 View 1 1 chunk +1 line, -1 line 0 comments Download
M blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java View 1 2 3 4 3 chunks +8 lines, -1 line 0 comments Download
M blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java View 1 2 4 chunks +63 lines, -3 lines 0 comments Download
A blimp/docs/running.md View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A + build/android/adb_blimp_command_line View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + build/android/adb_gdb_blimp_client View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + build/android/adb_kill_blimp_client View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + build/android/adb_run_blimp_client View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java View 1 2 3 chunks +3 lines, -1 line 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ChromeCommandLineInitUtil.java View 1 chunk +0 lines, -103 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
David Trainor- moved to gerrit
ptal thanks! :)
5 years, 3 months ago (2015-09-24 00:15:11 UTC) #2
Yusuf
lgtm
5 years, 3 months ago (2015-09-24 04:58:22 UTC) #3
nyquist
https://codereview.chromium.org/1364143002/diff/1/blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java File blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java (right): https://codereview.chromium.org/1364143002/diff/1/blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java#newcode18 blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java:18: private static final String COMMAND_LINE_FILE = "blimp-command-line"; Could you ...
5 years, 3 months ago (2015-09-24 16:41:15 UTC) #4
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/1364143002/diff/1/blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java File blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java (right): https://chromiumcodereview.appspot.com/1364143002/diff/1/blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java#newcode18 blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java:18: private static final String COMMAND_LINE_FILE = "blimp-command-line"; On 2015/09/24 ...
5 years, 2 months ago (2015-09-28 17:27:23 UTC) #5
nyquist
https://chromiumcodereview.appspot.com/1364143002/diff/20001/blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java File blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java (right): https://chromiumcodereview.appspot.com/1364143002/diff/20001/blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java#newcode80 blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java:80: if (sLoadAttempted) return; This isn't really thread safe, and ...
5 years, 2 months ago (2015-09-28 17:37:28 UTC) #6
David Trainor- moved to gerrit
updated. ptal. https://chromiumcodereview.appspot.com/1364143002/diff/20001/blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java File blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java (right): https://chromiumcodereview.appspot.com/1364143002/diff/20001/blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java#newcode80 blimp/client/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java:80: if (sLoadAttempted) return; On 2015/09/28 17:37:27, nyquist ...
5 years, 2 months ago (2015-09-28 23:29:58 UTC) #7
nyquist
lgtm
5 years, 2 months ago (2015-09-29 23:12:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364143002/80001
5 years, 2 months ago (2015-09-30 17:45:45 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/105255)
5 years, 2 months ago (2015-09-30 17:52:12 UTC) #13
David Trainor- moved to gerrit
Hey John! Can you take a look at build/android? I need an owners review. Thanks!
5 years, 2 months ago (2015-09-30 18:55:25 UTC) #15
David Trainor- moved to gerrit
Friendly ping jbudorick@. Thanks! :)
5 years, 2 months ago (2015-10-02 20:23:45 UTC) #16
jbudorick
On 2015/10/02 20:23:45, David Trainor wrote: > Friendly ping jbudorick@. Thanks! :) Time zones are ...
5 years, 2 months ago (2015-10-02 22:36:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364143002/80001
5 years, 2 months ago (2015-10-05 14:58:13 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/78117)
5 years, 2 months ago (2015-10-05 15:07:42 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364143002/80001
5 years, 2 months ago (2015-10-05 16:18:50 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-05 18:01:57 UTC) #24
commit-bot: I haz the power
5 years, 2 months ago (2015-10-05 18:02:56 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ac84a37c07ae9377fcb7baed8791b76640f341a5
Cr-Commit-Position: refs/heads/master@{#352349}

Powered by Google App Engine
This is Rietveld 408576698