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

Issue 29555778: Issue 5776 - Updated adblockpluscore dependency to d4ed3916793a (Closed)

Created:
Sept. 25, 2017, 3:24 p.m. by Sebastian Noack
Modified:
Sept. 28, 2017, 9:31 p.m.
Reviewers:
Manish Jethani, kzar
Visibility:
Public.

Description

Issue 5776 - Updated adblockpluscore dependency to d4ed3916793a

Patch Set 1 : #

Patch Set 2 : Include latest core changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -112 lines) Patch
M dependencies View 1 1 chunk +1 line, -1 line 0 comments Download
M include.preload.js View 1 2 chunks +1 line, -5 lines 0 comments Download
M lib/compat.js View 3 chunks +16 lines, -106 lines 0 comments Download

Messages

Total messages: 6
Sebastian Noack
Sept. 25, 2017, 3:25 p.m. (2017-09-25 15:25:00 UTC) #1
Sebastian Noack
I updated the patch (and the issue) to also account for the the latest changes ...
Sept. 27, 2017, 9:23 p.m. (2017-09-27 21:23:20 UTC) #2
kzar
Nice to finally remove some of this shit! LGTM
Sept. 28, 2017, 9:29 a.m. (2017-09-28 09:29:41 UTC) #3
Manish Jethani
LGTM
Sept. 28, 2017, 11:03 a.m. (2017-09-28 11:03:48 UTC) #4
Manish Jethani
On 2017/09/28 11:03:48, Manish Jethani wrote: > LGTM I found a reference to nsIFile in ...
Sept. 28, 2017, 11:05 a.m. (2017-09-28 11:05:30 UTC) #5
Sebastian Noack
Sept. 28, 2017, 9:29 p.m. (2017-09-28 21:29:10 UTC) #6
On 2017/09/28 11:05:30, Manish Jethani wrote:
> I found a reference to nsIFile in the adblockpluscore comments that is
probably
> outdated:
> 
>
https://hg.adblockplus.org/adblockpluscore/file/d4ed3916793a/lib/filterStorag...

It seems so. This jsdoc comment defines FileInfo with a property of the type
nsIFile. The function below is documented to return a Promise that resolves to
an array of FileInfo, which is the only reference to FileInfo in this file.
However, it is obvious, by looking at the code, that the return value of that
function rather looks like [{index, lastModified}]. So yeah, the jsdoc comments
are outdated there.

Powered by Google App Engine
This is Rietveld