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

Issue 4759827771293696: Issue 2528 - Don't parse CSS selectors that have no comma (Closed)

Created:
May 15, 2015, 11:32 a.m. by Sebastian Noack
Modified:
May 15, 2015, 2:21 p.m.
CC:
kzar
Visibility:
Public.

Description

Issue 2528 - Don't parse CSS selectors that have no comma

Patch Set 1 #

Total comments: 1

Patch Set 2 : Skip substring() as well #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M include.preload.js View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7
Sebastian Noack
http://codereview.adblockplus.org/4759827771293696/diff/5629499534213120/include.preload.js File include.preload.js (left): http://codereview.adblockplus.org/4759827771293696/diff/5629499534213120/include.preload.js#oldcode157 include.preload.js:157: { Changes in this block are only due to ...
May 15, 2015, 11:33 a.m. (2015-05-15 11:33:49 UTC) #1
Sebastian Noack
For reference: http://jsperf.com/convert-for-shadow-dom
May 15, 2015, 12:51 p.m. (2015-05-15 12:51:10 UTC) #2
Thomas Greiner
LGTM and thanks for the jsPerf measurement
May 15, 2015, 1:17 p.m. (2015-05-15 13:17:32 UTC) #3
Wladimir Palant
jsPerf is great of course but what about the real-world relevance? jsPerf results seem to ...
May 15, 2015, 1:52 p.m. (2015-05-15 13:52:37 UTC) #4
Thomas Greiner
On 2015/05/15 13:52:37, Wladimir Palant wrote: > jsPerf is great of course but what about ...
May 15, 2015, 1:56 p.m. (2015-05-15 13:56:18 UTC) #5
Sebastian Noack
On 2015/05/15 13:52:37, Wladimir Palant wrote: > jsPerf is great of course but what about ...
May 15, 2015, 1:57 p.m. (2015-05-15 13:57:11 UTC) #6
Wladimir Palant
May 15, 2015, 2:21 p.m. (2015-05-15 14:21:49 UTC) #7
Even 30ms in the content process (i.e. not blocking any network loads) is
something that the user is extremely unlikely to notice. But well - LGTM.

Powered by Google App Engine
This is Rietveld