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

Issue 8433028: added hook function to appIntegration to handle function-overwrites from other extensions (Closed)

Created:
Sept. 25, 2012, 4:30 p.m. by Thomas Greiner
Modified:
Nov. 21, 2012, 4:35 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

added hook function to appIntegration to handle function-overwrites from other extensions

Patch Set 1 #

Total comments: 13

Patch Set 2 : applied changes from code review #

Total comments: 5

Patch Set 3 : applied code review changes #

Total comments: 1

Patch Set 4 : added missing statement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2740 lines, -665 lines) Patch
M chrome/content/options.js View 1 3 chunks +7 lines, -2 lines 0 comments Download
A chrome/content/tests/qunit.css View 1 chunk +236 lines, -0 lines 0 comments Download
A chrome/content/tests/qunit.html View 1 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/content/tests/qunit.js View 1 1 chunk +1808 lines, -0 lines 0 comments Download
A chrome/content/tests/tests/hooks.js View 1 1 chunk +120 lines, -0 lines 0 comments Download
A chrome/content/tests/tests/suffixTreeManipulation.js View 1 2 1 chunk +205 lines, -0 lines 0 comments Download
M lib/appIntegration.js View 1 2 3 9 chunks +119 lines, -142 lines 0 comments Download
A lib/hooks.js View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
M lib/main.js View 1 1 chunk +0 lines, -48 lines 0 comments Download
M lib/rules.js View 1 2 5 chunks +101 lines, -13 lines 0 comments Download
M lib/survey.js View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M lib/typedItCollector.js View 1 2 3 4 chunks +36 lines, -43 lines 0 comments Download
M lib/typoFixer.js View 1 2 3 7 chunks +11 lines, -17 lines 0 comments Download
R lib/updateRules.js View 1 1 chunk +0 lines, -399 lines 0 comments Download

Messages

Total messages: 6
Wladimir Palant
Note that I already modified the unit tests (mostly for consistency but also to make ...
Sept. 26, 2012, 9:27 a.m. (2012-09-26 09:27:50 UTC) #1
Thomas Greiner
http://codereview.adblockplus.org/8433028/diff/1/lib/appIntegration.js File lib/appIntegration.js (right): http://codereview.adblockplus.org/8433028/diff/1/lib/appIntegration.js#newcode186 lib/appIntegration.js:186: On 2012/09/26 09:27:50, Wladimir Palant wrote: > I suggest ...
Sept. 26, 2012, 1:51 p.m. (2012-09-26 13:51:13 UTC) #2
Wladimir Palant
Only a few minor nits this time. And - lots of my changes in there, ...
Sept. 27, 2012, 2:36 p.m. (2012-09-27 14:36:01 UTC) #3
Wladimir Palant
Lots of my own changes in this diff. One issue hasn't been addressed however. http://codereview.adblockplus.org/8433028/diff/16001/lib/appIntegration.js ...
Sept. 28, 2012, 9:35 a.m. (2012-09-28 09:35:19 UTC) #4
Thomas Greiner
Sept. 28, 2012, 9:52 a.m. (2012-09-28 09:52:51 UTC) #5
Wladimir Palant
Sept. 28, 2012, 10:48 a.m. (2012-09-28 10:48:47 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld