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

Issue 29336406: Issue 3654 - Properly split up selectors when applying CSS property filters (Closed)

Created:
Feb. 15, 2016, 5:17 p.m. by Sebastian Noack
Modified:
Feb. 15, 2016, 8:24 p.m.
Reviewers:
kzar
CC:
Wladimir Palant, Thomas Greiner
Visibility:
Public.

Description

Issue 3654 - Properly split up selectors when applying CSS property filters

Patch Set 1 #

Total comments: 3

Patch Set 2 : Undid unrelated whitespace change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -1 line) Patch
M chrome/content/cssProperties.js View 1 2 chunks +43 lines, -1 line 0 comments Download

Messages

Total messages: 3
Sebastian Noack
https://codereview.adblockplus.org/29336406/diff/29336407/chrome/content/cssProperties.js File chrome/content/cssProperties.js (right): https://codereview.adblockplus.org/29336406/diff/29336407/chrome/content/cssProperties.js#newcode1 chrome/content/cssProperties.js:1: function splitSelector(selector) This logic has been copied (with some ...
Feb. 15, 2016, 5:19 p.m. (2016-02-15 17:19:08 UTC) #1
kzar
LGTM https://codereview.adblockplus.org/29336406/diff/29336407/chrome/content/cssProperties.js File chrome/content/cssProperties.js (right): https://codereview.adblockplus.org/29336406/diff/29336407/chrome/content/cssProperties.js#newcode1 chrome/content/cssProperties.js:1: function splitSelector(selector) On 2016/02/15 17:19:08, Sebastian Noack wrote: ...
Feb. 15, 2016, 5:30 p.m. (2016-02-15 17:30:14 UTC) #2
Sebastian Noack
Feb. 15, 2016, 5:49 p.m. (2016-02-15 17:49:31 UTC) #3
https://codereview.adblockplus.org/29336406/diff/29336407/chrome/content/cssP...
File chrome/content/cssProperties.js (right):

https://codereview.adblockplus.org/29336406/diff/29336407/chrome/content/cssP...
chrome/content/cssProperties.js:1: function splitSelector(selector)
On 2016/02/15 17:30:14, kzar wrote:
> On 2016/02/15 17:19:08, Sebastian Noack wrote:
> > This logic has been copied (with some minor changes) from
> > adblockpluschrome/include.perload.js. After the dependency update we should
> > reuse splitSelector() there.
> 
> Acknowledged. (Mind filing an issue for that?)

I attached the patch the same issue:
https://codereview.adblockplus.org/29336409/

Powered by Google App Engine
This is Rietveld