Reland "Use Markdown for Mixed Content related messages in the Issue tab"
This reverts commit 8aba0177a4e80b702e32e7cf0a379d3ebc25cc55.
Reason for revert: This is a clean reland as it was accidentally reverted due to https://crbug.com/1140485
Original change's description:
> Revert "Use Markdown for Mixed Content related messages in the Issue tab"
>
> This reverts commit 682f30c53ee0510e8adc0b96af5b343ef0ec36b9.
>
> Reason for revert: crbug.com/1140485
>
> Original change's description:
> > Use Markdown for Mixed Content related messages in the Issue tab
> >
> > This CL refactors how Mixed Content issues are displayed
> >
> > Bug: chromium:1125465
> > Change-Id: I2e02c6238f7110979b68f865c385a5f6648b7d46
> > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2484728
> > Commit-Queue: Alfonso CastaƱo <[email protected]>
> > Reviewed-by: Sigurd Schneider <[email protected]>
>
> [email protected],[email protected]
>
> Change-Id: I2b407aa7fc16f1bb0da299044afa638ff535c9b3
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: chromium:1125465
> Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2487286
> Commit-Queue: Sigurd Schneider <[email protected]>
> Reviewed-by: Tim van der Lippe <[email protected]>
[email protected],[email protected],[email protected]
# Not skipping CQ checks because this is a reland.
Bug: chromium:1125465
Change-Id: I4e08ff3a4010475e04543a1bb5accc422945c6e6
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2489421
Reviewed-by: Sigurd Schneider <[email protected]>
Commit-Queue: Sigurd Schneider <[email protected]>
diff --git a/all_devtools_files.gni b/all_devtools_files.gni
index 2c7b12a..ad26cf3 100644
--- a/all_devtools_files.gni
+++ b/all_devtools_files.gni
@@ -244,6 +244,7 @@
"front_end/issues/descriptions/cspEvalViolation.md",
"front_end/issues/descriptions/cspInlineViolation.md",
"front_end/issues/descriptions/cspURLViolation.md",
+ "front_end/issues/descriptions/mixedContent.md",
"front_end/issues/issuesPane.css",
"front_end/issues/issuesTree.css",
"front_end/developer_resources/module.json",