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

Issue 1212633005: [Feedback] Start using enum for connectivity check results (Closed)

Created:
5 years, 5 months ago by nyquist
Modified:
5 years, 5 months ago
Reviewers:
Nico, gone
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Feedback] Start using enum for connectivity check results Previously the feedback system would only get information about whether a connection failed or not. This CL adds more information describing which type of error occured, such as a timeout. It also starts using the @Feature annotation for all the instrumentation tests. BUG=386395 Committed: https://crrev.com/199675e287d918419b4940332c05235b7d6fc570 Cr-Commit-Position: refs/heads/master@{#337089}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed GN build #

Total comments: 2

Patch Set 3 : Rename result and re to results and result in ConnectivityTask #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -141 lines) Patch
M chrome/android/BUILD.gn View 1 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/feedback/ConnectivityChecker.java View 7 chunks +48 lines, -24 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/feedback/ConnectivityTask.java View 7 chunks +47 lines, -34 lines 0 comments Download
M chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityCheckerTest.java View 4 chunks +35 lines, -33 lines 0 comments Download
M chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java View 1 2 4 chunks +28 lines, -36 lines 0 comments Download
M chrome/browser/android/feedback/connectivity_checker.cc View 6 chunks +39 lines, -14 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +9 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (8 generated)
nyquist
dfalcantara: PTAL
5 years, 5 months ago (2015-06-30 21:02:42 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212633005/1
5 years, 5 months ago (2015-06-30 21:18:32 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/86890) android_chromium_gn_compile_rel on ...
5 years, 5 months ago (2015-06-30 21:34:07 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212633005/20001
5 years, 5 months ago (2015-07-01 14:54:12 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-01 15:32:03 UTC) #10
gone
lgtm https://codereview.chromium.org/1212633005/diff/1/chrome/browser/android/feedback/connectivity_checker.cc File chrome/browser/android/feedback/connectivity_checker.cc (right): https://codereview.chromium.org/1212633005/diff/1/chrome/browser/android/feedback/connectivity_checker.cc#newcode80 chrome/browser/android/feedback/connectivity_checker.cc:80: // and the timeout flag set. This sentence ...
5 years, 5 months ago (2015-07-01 15:56:48 UTC) #11
nyquist
thakis: PTAL chrome/chrome.gyp
5 years, 5 months ago (2015-07-01 17:27:54 UTC) #13
Nico
lgtm
5 years, 5 months ago (2015-07-01 17:33:19 UTC) #14
nyquist
https://codereview.chromium.org/1212633005/diff/20001/chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java File chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java (right): https://codereview.chromium.org/1212633005/diff/20001/chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java#newcode57 chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java:57: for (Map.Entry<Type, Integer> re : result.entrySet()) { On 2015/07/01 ...
5 years, 5 months ago (2015-07-01 18:39:19 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212633005/40001
5 years, 5 months ago (2015-07-01 18:39:59 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-01 19:22:31 UTC) #19
commit-bot: I haz the power
5 years, 5 months ago (2015-07-01 19:23:15 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/199675e287d918419b4940332c05235b7d6fc570
Cr-Commit-Position: refs/heads/master@{#337089}

Powered by Google App Engine
This is Rietveld 408576698