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

Issue 29397663: Noissue - Fix a break when loading adblockpluscore into Chrome extension (Closed)

Created:
March 29, 2017, 9:10 p.m. by hub
Modified:
March 30, 2017, 5:30 a.m.
Reviewers:
kzar, Wladimir Palant
CC:
sergei
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Description

Noissue - Fix a break when loading adblockpluscore into Chrome extension

Patch Set 1 #

Patch Set 2 : Added eslint hints #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M lib/filterListener.js View 1 2 chunks +3 lines, -2 lines 1 comment Download
M lib/filterStorage.js View 1 2 chunks +3 lines, -2 lines 0 comments Download
M lib/notification.js View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 6
hub
March 29, 2017, 9:10 p.m. (2017-03-29 21:10:49 UTC) #1
hub
I was trying to load a more recent version of adblockpluscore into the chrome extension. ...
March 29, 2017, 9:12 p.m. (2017-03-29 21:12:16 UTC) #2
sergei
Adding myself to CC because of curiosity because this issue is also valid for libadblockplus ...
March 29, 2017, 9:52 p.m. (2017-03-29 21:52:14 UTC) #3
kzar
NOT LGTM Please see the ESLint adblockpluschrome review[1]. If it helps here's[2] my branch in ...
March 30, 2017, 5:13 a.m. (2017-03-30 05:13:32 UTC) #4
kzar
Oh, one other thing. It's not a hard rule but it's quite convenient for the ...
March 30, 2017, 5:16 a.m. (2017-03-30 05:16:07 UTC) #5
kzar
March 30, 2017, 5:30 a.m. (2017-03-30 05:30:07 UTC) #6
Message was sent while issue was closed.
https://codereview.adblockplus.org/29397663/diff/29397668/lib/filterListener.js
File lib/filterListener.js (right):

https://codereview.adblockplus.org/29397663/diff/29397668/lib/filterListener....
lib/filterListener.js:26: Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Nit: It seems you changed the order of these imports by mistake?

Powered by Google App Engine
This is Rietveld