From 1a1c5c9c88acc673eedf5fe87175edbdf7c95843 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 3 Dec 2013 22:35:57 +0000 Subject: Tweak some wording. --- about/news.en | 4 ++-- index.en | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/about/news.en b/about/news.en index 0381f08..27d971e 100644 --- a/about/news.en +++ b/about/news.en @@ -57,8 +57,8 @@

News

-
LibCSS selection performance optimisation 02 Dec 2013
-
A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent development builds of NetSurf are using the updated LibCSS.
+
LibCSS selection performance boost 02 Dec 2013
+
A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent development builds of NetSurf include this improvement.
Static analysis of the NetSurf codebase 22 Nov 2013
NetSurf and several of our libraries have recently been added to the Coverity Scan service for open-source projects. It has enabled us to identify and fix quite a few bugs over a very sort period. We also have the Clang static analyser set up as part of our CI system. For more information on the utilisation of static analysis by the NetSurf project, take a look at this article.
Summary of recent development 16 Oct 2013
diff --git a/index.en b/index.en index 6aac82a..47812da 100644 --- a/index.en +++ b/index.en @@ -147,7 +147,7 @@
LibCSS performance boost 02 Dec 2013
-
A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent development builds of NetSurf are using the updated LibCSS.
+
A significant optimisation has been made to LibCSS's selection engine performance. This is the code that works out which CSS rules apply to DOM elements, and calculates their computed styles. Recent development builds of NetSurf include this improvement.
Static analysis of NetSurf's codebase 22 Nov 2013
NetSurf and several of our libraries have recently been added to the Coverity Scan service for open-source projects. It has enabled us to identify and fix quite a few bugs over a very sort period. We also have the Clang static analyser set up as part of our CI system. For more information on the utilisation of static analysis by the NetSurf project, take a look at this article.
Summary of recent development 16 Oct 2013
-- cgit v1.2.3