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

Issue 8483154: Adding ABP core modules to ABP/Opera (Closed)

Created:
Oct. 9, 2012, 9:51 a.m. by Wladimir Palant
Modified:
Nov. 14, 2012, 6:34 a.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

Adding ABP core modules to ABP/Opera

Patch Set 1 #

Total comments: 24

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3954 lines, -723 lines) Patch
M background.js View 1 chunk +141 lines, -107 lines 1 comment Download
M button.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M config.xml View 1 chunk +3 lines, -8 lines 0 comments Download
R files/css.js View 1 chunk +0 lines, -53 lines 0 comments Download
R files/default.js View 1 chunk +0 lines, -4 lines 0 comments Download
R files/download.js View 1 chunk +0 lines, -16 lines 0 comments Download
R files/lists.js View 1 chunk +0 lines, -118 lines 0 comments Download
R files/parse.js View 1 chunk +0 lines, -106 lines 0 comments Download
R files/preferences.js View 1 chunk +0 lines, -83 lines 0 comments Download
R files/sources.js View 1 chunk +0 lines, -190 lines 0 comments Download
R files/translators.js View 1 chunk +0 lines, -4 lines 0 comments Download
R files/whitelist.js View 1 chunk +0 lines, -13 lines 0 comments Download
M index.html View 1 1 chunk +14 lines, -22 lines 0 comments Download
A lib/adblockplus.js View 1 chunk +3047 lines, -0 lines 0 comments Download
A lib/adblockplus_compat.js View 1 1 chunk +501 lines, -0 lines 1 comment Download
A lib/matcher.js View 1 1 chunk +175 lines, -0 lines 0 comments Download
A subscriptions.xml View 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 11
Wladimir Palant
Oct. 9, 2012, 9:51 a.m. (2012-10-09 09:51:39 UTC) #1
Felix Dahlke
According to Wladimir, most of this code is generated. Only the following files are to ...
Oct. 9, 2012, 2:16 p.m. (2012-10-09 14:16:59 UTC) #2
Wladimir Palant
On 2012/10/09 14:16:59, Felix H. Dahlke wrote: > According to Wladimir, most of this code ...
Oct. 9, 2012, 2:28 p.m. (2012-10-09 14:28:43 UTC) #3
Felix Dahlke
On 2012/10/09 14:28:43, Wladimir Palant wrote: > Not generated but generic :) > It's code ...
Oct. 9, 2012, 2:31 p.m. (2012-10-09 14:31:20 UTC) #4
Felix Dahlke
Done with the review. http://codereview.adblockplus.org/8483154/diff/1/background.js File background.js (right): http://codereview.adblockplus.org/8483154/diff/1/background.js#newcode80 background.js:80: // TODO: Import custom filters? ...
Oct. 10, 2012, 12:11 p.m. (2012-10-10 12:11:22 UTC) #5
Felix Dahlke
On 2012/10/10 12:11:22, Felix H. Dahlke wrote: http://codereview.adblockplus.org/8483154/diff/1/lib/adblockplus_compat.js#newcode113 > lib/adblockplus_compat.js:113: IO: { > Opening brace ...
Oct. 10, 2012, 3:37 p.m. (2012-10-10 15:37:06 UTC) #6
Felix Dahlke
http://codereview.adblockplus.org/8483154/diff/1/index.html File index.html (right): http://codereview.adblockplus.org/8483154/diff/1/index.html#newcode12 index.html:12: <script src="filterListener.js"></script> On 2012/10/10 12:11:22, Felix H. Dahlke wrote: ...
Oct. 11, 2012, 7:54 a.m. (2012-10-11 07:54:28 UTC) #7
Felix Dahlke
Please ignore my comments on button.js, I'll fix the issues while I'm working on the ...
Oct. 11, 2012, 7:55 a.m. (2012-10-11 07:55:57 UTC) #8
Wladimir Palant
http://codereview.adblockplus.org/8483154/diff/1/button.js File button.js (right): http://codereview.adblockplus.org/8483154/diff/1/button.js#newcode13 button.js:13: click: function() { On 2012/10/10 12:11:22, Felix H. Dahlke ...
Oct. 11, 2012, 9:36 a.m. (2012-10-11 09:36:26 UTC) #9
Felix Dahlke
Looks good. But I've discovered two issues in practice, see below. I wouldn't mind addressing ...
Oct. 11, 2012, 1:10 p.m. (2012-10-11 13:10:02 UTC) #10
Felix Dahlke
Oct. 11, 2012, 2:50 p.m. (2012-10-11 14:50:25 UTC) #11
On 2012/10/11 13:10:02, Felix H. Dahlke wrote:
> http://codereview.adblockplus.org/8483154/diff/8003/background.js
> File background.js (right):
> 
> http://codereview.adblockplus.org/8483154/diff/8003/background.js#newcode70
> background.js:70: Synchronizer.execute(subscription);
> This line causes an exception.

Doesn't happen anymore, for some reason.

> http://codereview.adblockplus.org/8483154/diff/8003/lib/adblockplus_compat.js
> File lib/adblockplus_compat.js (right):
> 
>
http://codereview.adblockplus.org/8483154/diff/8003/lib/adblockplus_compat.js...
> lib/adblockplus_compat.js:147: executeFirstRunActions();
> This function cannot be called from here.

Wladimir has fixed it, no need to upload a new patch set.

So LGTM.

Powered by Google App Engine
This is Rietveld