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

Issue 2337233003: [Cronet] Fix up javadocs for EffectiveConnectionType (Closed)

Created:
4 years, 3 months ago by pauljensen
Modified:
4 years, 2 months ago
Reviewers:
agrieve, xunjieli
CC:
chromium-reviews, cbentzel+watch_chromium.org, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cronet] Fix up javadocs for EffectiveConnectionType 1. Modify Cpp-to-Java enum generator to allow enum comments 2. Remove EffectiveConnectionType from javadoc classpath, as this is redundant with it already being part of the input sources. 3. @hide EffectiveConnectionType as it's experimental BUG=629299 R=xunjieli

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -18 lines) Patch
M build/android/gyp/java_cpp_enum.py View 11 chunks +48 lines, -5 lines 3 comments Download
M build/android/gyp/java_cpp_enum_tests.py View 2 chunks +3 lines, -0 lines 0 comments Download
M components/cronet/android/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M net/nqe/effective_connection_type.h View 1 chunk +13 lines, -9 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (3 generated)
pauljensen
Helen, PTAL, this is the second CL in the break-up.
4 years, 3 months ago (2016-09-13 18:43:58 UTC) #1
xunjieli
I am slightly concerned about having "{@link},"{@hide}," etc. in CC files, but I don't see ...
4 years, 3 months ago (2016-09-13 21:04:43 UTC) #3
agrieve
https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py File build/android/gyp/java_cpp_enum.py (right): https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py#newcode329 build/android/gyp/java_cpp_enum.py:329: /** @hide */ Should @hide really be added unconditionally ...
4 years, 3 months ago (2016-09-14 00:43:45 UTC) #4
pauljensen
https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py File build/android/gyp/java_cpp_enum.py (right): https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py#newcode329 build/android/gyp/java_cpp_enum.py:329: /** @hide */ On 2016/09/14 00:43:45, agrieve wrote: > ...
4 years, 3 months ago (2016-09-14 18:01:14 UTC) #5
agrieve
build lgtm https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py File build/android/gyp/java_cpp_enum.py (right): https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py#newcode329 build/android/gyp/java_cpp_enum.py:329: /** @hide */ On 2016/09/14 18:01:13, pauljensen ...
4 years, 3 months ago (2016-09-14 19:04:44 UTC) #6
pauljensen
On 2016/09/14 19:04:44, agrieve wrote: > build lgtm > > https://codereview.chromium.org/2337233003/diff/1/build/android/gyp/java_cpp_enum.py > File build/android/gyp/java_cpp_enum.py (right): ...
4 years, 3 months ago (2016-09-15 01:24:31 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2337233003/1
4 years, 3 months ago (2016-09-15 01:26:24 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/141893)
4 years, 3 months ago (2016-09-15 02:44:19 UTC) #11
pauljensen
4 years, 2 months ago (2016-09-30 20:48:54 UTC) #12
I'm abandoning this CL.  It's not needed anymore, and I don't want to encourage
javadoced APIs dependent on implementations.

Powered by Google App Engine
This is Rietveld 408576698