Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29324604: Issue 2394 - Added unit tests for CSS property filters (Closed)

Created:
Aug. 25, 2015, 3:51 p.m. by Thomas Greiner
Modified:
Dec. 11, 2015, 10:43 a.m.
Reviewers:
kzar, Wladimir Palant
Visibility:
Public.

Description

Issue 2394 - Added unit tests for CSS property filters

Patch Set 1 #

Total comments: 21

Patch Set 2 : Rebased and adapted to review changes from #2392 and #2393 #

Total comments: 1

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -14 lines) Patch
M chrome/content/common.js View 3 chunks +4 lines, -1 line 0 comments Download
A chrome/content/tests/cssRules.js View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
M chrome/content/tests/filterClasses.js View 1 2 6 chunks +44 lines, -2 lines 0 comments Download
M chrome/content/tests/filterListener.js View 1 2 3 6 chunks +38 lines, -11 lines 0 comments Download

Messages

Total messages: 9
Thomas Greiner
https://codereview.adblockplus.org/29324604/diff/29324605/chrome/content/tests/cssRules.js File chrome/content/tests/cssRules.js (right): https://codereview.adblockplus.org/29324604/diff/29324605/chrome/content/tests/cssRules.js#newcode36 chrome/content/tests/cssRules.js:36: // ["Return unique selectors from multiple filters", "www.example.com", ["www.example.com##[-abp-properties='foo']", ...
Aug. 25, 2015, 4:11 p.m. (2015-08-25 16:11:47 UTC) #1
Wladimir Palant
https://codereview.adblockplus.org/29324604/diff/29324605/chrome/content/tests/cssRules.js File chrome/content/tests/cssRules.js (right): https://codereview.adblockplus.org/29324604/diff/29324605/chrome/content/tests/cssRules.js#newcode24 chrome/content/tests/cssRules.js:24: ElemHide.add(filter); Why add to ElemHide here if you are ...
Nov. 10, 2015, 10:49 a.m. (2015-11-10 10:49:03 UTC) #2
Thomas Greiner
https://codereview.adblockplus.org/29324604/diff/29324605/chrome/content/tests/cssRules.js File chrome/content/tests/cssRules.js (right): https://codereview.adblockplus.org/29324604/diff/29324605/chrome/content/tests/cssRules.js#newcode24 chrome/content/tests/cssRules.js:24: ElemHide.add(filter); On 2015/11/10 10:49:02, Wladimir Palant wrote: > Why ...
Dec. 3, 2015, 12:55 p.m. (2015-12-03 12:55:22 UTC) #3
Wladimir Palant
https://codereview.adblockplus.org/29324604/diff/29331838/chrome/content/tests/cssRules.js File chrome/content/tests/cssRules.js (right): https://codereview.adblockplus.org/29324604/diff/29331838/chrome/content/tests/cssRules.js#newcode58 chrome/content/tests/cssRules.js:58: let genericFilter = Filter.fromText("##filter1"); This comment hasn't been addressed ...
Dec. 4, 2015, 1:09 p.m. (2015-12-04 13:09:49 UTC) #4
kzar
I've just given patch set 3 a try with adblockpluschrome for the integration and I'm ...
Dec. 4, 2015, 1:45 p.m. (2015-12-04 13:45:29 UTC) #5
Thomas Greiner
On 2015/12/04 13:45:29, kzar wrote: > I've just given patch set 3 a try with ...
Dec. 4, 2015, 1:59 p.m. (2015-12-04 13:59:00 UTC) #6
Thomas Greiner
@kzar The failing tests in adblockpluschrome are caused by the error message string "filter_cssproperty_nodomain" not ...
Dec. 7, 2015, 5:29 p.m. (2015-12-07 17:29:27 UTC) #7
kzar
On 2015/12/07 17:29:27, Thomas Greiner wrote: > @kzar The failing tests in adblockpluschrome are caused ...
Dec. 8, 2015, 4:19 p.m. (2015-12-08 16:19:53 UTC) #8
Wladimir Palant
Dec. 9, 2015, 4:28 p.m. (2015-12-09 16:28:10 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld