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

Issue 29492555: Issue 5283 - Combine other raw types with WebSocket and WebRTC when possible (Closed)

Created:
July 19, 2017, 10:26 a.m. by Manish Jethani
Modified:
July 19, 2017, 10:42 a.m.
Reviewers:
Sebastian Noack
CC:
kzar
Base URL:
https://hg.adblockplus.org/abp2blocklist
Visibility:
Public.

Description

Issue 5283 - Combine other raw types with WebSocket and WebRTC when possible The filter "foo$websocket,webrtc,xmlhttprequest" generates a single rule with a generic URL scheme, but the filter "foo$websocket,webrtc,ping" does not. After this change, all HTTP raw types are combined with WebSocket and WebRTC when possible. "foo$websocket,webrtc,ping" will also generate a single rule. Other than that, it's just slightly refactored code.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -29 lines) Patch
M lib/abp2blocklist.js View 4 chunks +31 lines, -29 lines 0 comments Download

Messages

Total messages: 3
Manish Jethani
July 19, 2017, 10:26 a.m. (2017-07-19 10:26:41 UTC) #1
Manish Jethani
Patch Set 1 The filter "foo$websocket,webrtc,xmlhttprequest" generates a single rule with a generic URL scheme, ...
July 19, 2017, 10:30 a.m. (2017-07-19 10:30:56 UTC) #2
Sebastian Noack
July 19, 2017, 10:34 a.m. (2017-07-19 10:34:29 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld