From cd97a275fe8340e2dfb99081c4f2c3371186b81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 27 Nov 2015 11:17:50 +0100 Subject: [PATCH 1/3] Missing legend on breakpoint graph --- front/src/views/rule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/rule.html b/front/src/views/rule.html index 22733a5..39bb18b 100644 --- a/front/src/views/rule.html +++ b/front/src/views/rule.html @@ -356,7 +356,7 @@

Breakpoints distribution graph

- +

Breakpoints list

From f4843baa0e7ffdb884e9c7b5e4a0b4c6974a59d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 21 Dec 2015 16:08:34 +0100 Subject: [PATCH 2/3] Fixed a bug that prevented Phantomas to end the test and made it wait for the timeout --- .../phantomas/custom_modules/modules/jQYLT/jQYLT.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js b/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js index c29b85a..032f21e 100644 --- a/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js +++ b/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js @@ -141,7 +141,6 @@ exports.module = function(phantomas) { phantomas.once('init', function() { phantomas.evaluate(function(jQueryFunctions, jQueryTraversalFunctions) { (function(phantomas) { - var jQuery; var oldJQuery; phantomas.spyGlobalVar('jQuery', function(jQuery) { @@ -371,14 +370,6 @@ exports.module = function(phantomas) { }); - // store the last resource that was received - // try to report where given jQuery version was loaded from - phantomas.on('recv', function(entry) { - if (entry.isJS) { - lastUrl = entry.url; - } - }); - phantomas.on('jQueryLoaded', function(version) { phantomas.log('jQuery: loaded v' + version); phantomas.setMetric('jQueryVersion', version); @@ -386,7 +377,5 @@ exports.module = function(phantomas) { // report multiple jQuery "instances" (issue #435) phantomas.incrMetric('jQueryVersionsLoaded'); phantomas.addOffender('jQueryVersionsLoaded', 'v%s', version); - - phantomas.log('jQuery: v%s (probably loaded from <%s>)', version, lastUrl); }); }; From 79ecae34c8cbfe2c2ba75a6bf5a5bbd2a5e2efa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 21 Dec 2015 18:21:32 +0100 Subject: [PATCH 3/3] v1.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f667188..d42d958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.9.1", + "version": "1.9.2", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": {