aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-05-20 19:12:20 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-05-20 19:12:20 +0300
commit447e7d5ea2291eb53e44578e7062edfa3db7082f (patch)
treeb63e307bcfc8411fb534470e731c52a1f780c83c /modules/Internals
parentb3118d9752afef5233235b4f95359357b2e72432 (diff)
downloadabi-compliance-checker-447e7d5ea2291eb53e44578e7062edfa3db7082f.tar.gz
Up to 4 times faster on big libraries. Highlight the numbers of high/medium/low severity problems in the report. Added -count-symbols option. Show compatibility rate instead of verdict in the report. Show percentage of affected methods in the problem description. Fixed quick comparison of equal ABI dumps.
Diffstat (limited to 'modules/Internals')
-rw-r--r--modules/Internals/Styles/Report.css22
1 files changed, 17 insertions, 5 deletions
diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css
index 13da6e8..684c5b2 100644
--- a/modules/Internals/Styles/Report.css
+++ b/modules/Internals/Styles/Report.css
@@ -191,7 +191,7 @@ span.p {
}
span.fp {
font-style:italic;
- background-color:#FFCCCC;
+ background-color:#DCDCDC;
}
span.ttype {
font-weight:100;
@@ -203,18 +203,30 @@ span.value {
white-space:nowrap;
font-weight:bold;
}
-td.passed {
+.passed {
background-color:#CCFFCC;
}
-td.warning {
+.warning {
background-color:#F4F4AF;
}
-td.failed {
+.failed {
background-color:#FFCCCC;
}
-td.new {
+.new {
background-color:#C6DEFF;
}
+.compatible {
+ background-color:#CCFFCC;
+}
+.almost_compatible {
+ background-color:#FFDAA3;
+}
+.incompatible {
+ background-color:#FFCCCC;
+}
+.gray {
+ background-color:#DCDCDC;
+}
.top_ref {
font-size:0.69em;
}