Chromium Code Reviews
DescriptionRevert of Revision Info into GenericSet (patchset #3 id:40001 of https://codereview.chromium.org/2990293002/ )
Reason for revert:
This CL may have introduced broken tests in the dashboard that are blocking the CQ
Original issue's description:
> Revision Info into GenericSet
>
> This is part of the effort to move some of our diagnostics into
> GenericSet diagnostics rather than being their own type when appropriate.
>
> This CL converts the RevisionInfo diagnostic class into a few Generic Sets:
> one each for the fields of Chromium Revision, Chromium commits, V8 Revisions,
> V8 Commits, Catapult Revision, Angle Revisions, Skia Revisions, Webrtv
> Revisions.
>
>
> The same removal process has been done for MergedRevisionInfo, since that
> is not necessary anymore.
>
> Among other things, this CL:
> * Removes the RevisionInfo Diagnostic class from both Python and JS
> implementations.
>
> * Removes RevisionInfo and MergedRevisionInfo from all_diagnostics.
>
> * Changes diagnostic instantiation in add_revision_info to use
> GenericSets and HistogramSet's AddSharedDiagnostic, replacing
> RevisionInfo and using Vinn, respectively.
>
> * Removes RevisionInfo from being one of the SparseDiagnostics
> types.
>
> * Removes UI implementations in Tracing for RevisionInfo and
> MergedRevionInfo.
>
> * Remove RevisionInfo from add_histogram and respective tests,
> also adding the logic to adapt to it. Same is done with
> add_histogram_queue
>
> * Removes documentation regarding RevisiomInfo.
>
> BUG=catapult:#3758, catapult:#3507
>
> Review-Url: https://codereview.chromium.org/2990293002
> Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/b0531f7a731c861783a4c71cb47302bf7164a3fe
TBR=eakuefner@chromium.org,benjhayden@chromium.org,simonhatch@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=catapult:#3758, catapult:#3507
Review-Url: https://codereview.chromium.org/2999663002
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/4dd91f2eab39ceb3e98164215865731aa13d3af0
Patch Set 1 #Messages
Total messages: 12 (6 generated)
|