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

Issue 29754564: Noissue - Updated requirement for $webrtc filters (Closed)

Created:
April 17, 2018, 3:06 p.m. by Sebastian Noack
Modified:
April 17, 2018, 4:45 p.m.
Reviewers:
kzar
CC:
juliandoucette
Visibility:
Public.

Description

Noissue - Updated requirement for $webrtc filters

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M pages/filters.html View 1 chunk +1 line, -1 line 4 comments Download

Messages

Total messages: 5
Sebastian Noack
* The Web Extension migration (3.0 release), brought $webrtc filters to Firefox as a side ...
April 17, 2018, 3:11 p.m. (2018-04-17 15:11:06 UTC) #1
kzar
Otherwise LGTM https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html File pages/filters.html (right): https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html#newcode155 pages/filters.html:155: <li>{{webrtc <code><fix>webrtc</fix></code> — connections opened via <a ...
April 17, 2018, 3:15 p.m. (2018-04-17 15:15:28 UTC) #2
Sebastian Noack
https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html File pages/filters.html (right): https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html#newcode155 pages/filters.html:155: <li>{{webrtc <code><fix>webrtc</fix></code> — connections opened via <a href="https://developer.mozilla.org/docs/Web/API/RTCPeerConnection"><code><fix>RTCPeerConnection</fix></code> instances</a> ...
April 17, 2018, 3:18 p.m. (2018-04-17 15:18:49 UTC) #3
kzar
https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html File pages/filters.html (right): https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html#newcode155 pages/filters.html:155: <li>{{webrtc <code><fix>webrtc</fix></code> — connections opened via <a href="https://developer.mozilla.org/docs/Web/API/RTCPeerConnection"><code><fix>RTCPeerConnection</fix></code> instances</a> ...
April 17, 2018, 3:24 p.m. (2018-04-17 15:24:06 UTC) #4
Sebastian Noack
April 17, 2018, 4:44 p.m. (2018-04-17 16:44:06 UTC) #5
https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html
File pages/filters.html (right):

https://codereview.adblockplus.org/29754564/diff/29754565/pages/filters.html#...
pages/filters.html:155: <li>{{webrtc <code><fix>webrtc</fix></code> —
connections opened via <a
href="https://developer.mozilla.org/docs/Web/API/RTCPeerConnection"><code><fix>RTCPeerConnection</fix></code>
instances</a> to ICE servers (Adblock Plus 1.13.3 for Chrome and Opera, 3.0 for
Firefox, or higher required)}}</li>
On 2018/04/17 15:24:06, kzar wrote:
> On 2018/04/17 15:18:49, Sebastian Noack wrote:
> > On 2018/04/17 15:15:28, kzar wrote:
> > > Nit: I think the last comma could be removed "...Firefox or higher
required"
> > 
> > Wouldn't it read like "exactly 1.13.3 for Chrome/Opera" || "3.0 or higher
for
> > Firefox" then (or could at least be misunderstood like that)?
> 
> Well if this was code I would have added the comma, but I feel like here it
> reads better without it. But I don't feel too strongly about this either way.

Well, code is parsed by computers, language is parsed by humans. While human
language has less strict rules, there can still be ambiguity, which in this case
is eliminated by this comma. FWIW, I asked another native English speaker, with
writing experience, who also agreed to the comma here. Anyway, since you don't
feel strong, I will push the change, now.

Powered by Google App Engine
This is Rietveld