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

Issue 29570774: Issue 5593 - Merge notification.js and stats.js into popup.js (Closed)

Created:
Oct. 9, 2017, 5:39 p.m. by Manish Jethani
Modified:
Oct. 10, 2017, 5:33 p.m.
Reviewers:
Sebastian Noack
CC:
kzar
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Description

Issue 5593 - Merge notification.js and stats.js into popup.js Depends on https://codereview.adblockplus.org/29569649/

Patch Set 1 #

Total comments: 7

Patch Set 2 : Merge code #

Total comments: 6

Patch Set 3 : Remove optional useCapture argument #

Patch Set 4 : Rename ev to event #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -328 lines) Patch
R ext/popup.js View 1 chunk +0 lines, -20 lines 0 comments Download
R notification.js View 1 chunk +0 lines, -117 lines 0 comments Download
M popup.html View 1 chunk +0 lines, -3 lines 0 comments Download
M popup.js View 1 2 3 3 chunks +247 lines, -41 lines 0 comments Download
R stats.js View 1 chunk +0 lines, -147 lines 0 comments Download

Messages

Total messages: 8
Manish Jethani
Oct. 9, 2017, 5:39 p.m. (2017-10-09 17:39:14 UTC) #1
Manish Jethani
Patch Set 1 https://codereview.adblockplus.org/29570774/diff/29570775/ext/popup.js File ext/popup.js (left): https://codereview.adblockplus.org/29570774/diff/29570775/ext/popup.js#oldcode7 ext/popup.js:7: const backgroundPage = chrome.extension.getBackgroundPage(); Finally there's ...
Oct. 9, 2017, 5:43 p.m. (2017-10-09 17:43:24 UTC) #2
Sebastian Noack
https://codereview.adblockplus.org/29570774/diff/29570775/popup.js File popup.js (right): https://codereview.adblockplus.org/29570774/diff/29570775/popup.js#newcode193 popup.js:193: (function() On 2017/10/09 17:43:24, Manish Jethani wrote: > The ...
Oct. 9, 2017, 7:29 p.m. (2017-10-09 19:29:47 UTC) #3
Manish Jethani
Patch Set 2: Merge code https://codereview.adblockplus.org/29570774/diff/29570775/popup.js File popup.js (right): https://codereview.adblockplus.org/29570774/diff/29570775/popup.js#newcode73 popup.js:73: function onLoad() onLoad has ...
Oct. 10, 2017, 5:08 a.m. (2017-10-10 05:08:57 UTC) #4
Manish Jethani
Patch Set 3: Remove optional useCapture argument This was there probably for legacy reasons, it's ...
Oct. 10, 2017, 5:16 a.m. (2017-10-10 05:16:11 UTC) #5
Manish Jethani
Patch Set 4: Rename ev to event
Oct. 10, 2017, 5:17 a.m. (2017-10-10 05:17:31 UTC) #6
Manish Jethani
Note that this patch is based on https://codereview.adblockplus.org/29569649/
Oct. 10, 2017, 5:19 a.m. (2017-10-10 05:19:51 UTC) #7
Sebastian Noack
Oct. 10, 2017, 5:38 a.m. (2017-10-10 05:38:19 UTC) #8
Thanks for the improvements (and for doing them in a separate patch set), LGTM!

Powered by Google App Engine
This is Rietveld