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

Issue 29856560: Issue 6861 - Do not escape in-filter brackets during serialization (Closed)

Created:
Aug. 15, 2018, noon by Manish Jethani
Modified:
Aug. 22, 2018, 6:34 a.m.
Reviewers:
sergei
CC:
hub, kzar
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Description

Issue 6861 - Do not escape in-filter brackets during serialization

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3265 lines, -3265 lines) Patch
M lib/subscriptionClasses.js View 1 chunk +1 line, -1 line 0 comments Download
M test/data/patterns.ini View 66 chunks +3264 lines, -3264 lines 0 comments Download

Messages

Total messages: 3
Manish Jethani
Aug. 15, 2018, noon (2018-08-15 12:00:52 UTC) #1
Manish Jethani
Patch Set 1 In `test/data/patterns.ini` I basically did `s/\(\S\)\\\[/\1[/g` throughout the file. Please comment on ...
Aug. 15, 2018, 12:04 p.m. (2018-08-15 12:04:14 UTC) #2
Manish Jethani
Aug. 22, 2018, 6:34 a.m. (2018-08-22 06:34:25 UTC) #3
Message was sent while issue was closed.
Withdrawing this patch now since we agreed to bump the version number, which
then also gives us the opportunity to make more performance-friendly changes to
the patterns.ini format in a backwards compatible way.

Powered by Google App Engine
This is Rietveld