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

Issue 29403564: Issue 5083 - Merges chrome subdirectory to top level directory (Closed)

Created:
April 5, 2017, 10:55 a.m. by Jon Sonesen
Modified:
April 11, 2017, 6:01 a.m.
Reviewers:
Sebastian Noack
CC:
kzar
Base URL:
https://hg.adblockplus.org/adblockpluschrome
Visibility:
Public.

Description

Issue 5083 - Merges chrome subdirectory to top level directory

Patch Set 1 #

Total comments: 6

Patch Set 2 : fixes additional IIFE definitions and reorder metadata #

Total comments: 4

Patch Set 3 : reorder permissions in metadata and fix metadata config for managed-storage-schema.json #

Patch Set 4 : #

Patch Set 5 : rebase for dave and sebastians changes, update buildtools dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+809 lines, -892 lines) Patch
R chrome/ext/background.js View 1 chunk +0 lines, -683 lines 0 comments Download
R chrome/ext/common.js View 1 chunk +0 lines, -51 lines 0 comments Download
R chrome/icons/abp-16.png View Binary file 0 comments Download
R chrome/icons/abp-32.png View Binary file 0 comments Download
M dependencies View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M devtools.html View 4 0 chunks +-1 lines, --1 lines 0 comments Download
M devtools.js View 4 0 chunks +-1 lines, --1 lines 0 comments Download
M ext/background.js View 1 1 chunk +662 lines, -0 lines 0 comments Download
M ext/common.js View 1 1 chunk +30 lines, -0 lines 0 comments Download
M ext/content.js View 4 0 chunks +-1 lines, --1 lines 0 comments Download
M ext/devtools.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M ext/popup.js View 4 0 chunks +-1 lines, --1 lines 0 comments Download
M icons/abp-16-notification-critical.png View 4 Binary file 0 comments Download
M icons/abp-16-notification-information.png View 4 Binary file 0 comments Download
M icons/abp-16-whitelisted.png View 4 Binary file 0 comments Download
M icons/abp-19.png View 4 Binary file 0 comments Download
M icons/abp-19-notification-critical.png View 4 Binary file 0 comments Download
M icons/abp-19-notification-information.png View 4 Binary file 0 comments Download
M icons/abp-19-whitelisted.png View 4 Binary file 0 comments Download
M icons/abp-20.png View 4 Binary file 0 comments Download
M icons/abp-20-notification-critical.png View 4 Binary file 0 comments Download
M icons/abp-20-notification-information.png View 4 Binary file 0 comments Download
M icons/abp-20-whitelisted.png View 4 Binary file 0 comments Download
M icons/abp-32-notification-critical.png View 4 Binary file 0 comments Download
M icons/abp-32-notification-information.png View 4 Binary file 0 comments Download
M icons/abp-32-whitelisted.png View 4 Binary file 0 comments Download
M icons/abp-38.png View 4 Binary file 0 comments Download
M icons/abp-38-notification-critical.png View 4 Binary file 0 comments Download
M icons/abp-38-notification-information.png View 4 Binary file 0 comments Download
M icons/abp-38-whitelisted.png View 4 Binary file 0 comments Download
M icons/abp-40.png View 4 Binary file 0 comments Download
M icons/abp-40-notification-critical.png View 4 Binary file 0 comments Download
M icons/abp-40-notification-information.png View 4 Binary file 0 comments Download
M icons/abp-40-whitelisted.png View 4 Binary file 0 comments Download
M icons/detailed/abp-48.png View 4 Binary file 0 comments Download
M managed-storage-schema.json View 1 4 0 chunks +-1 lines, --1 lines 0 comments Download
M metadata.chrome View 1 2 1 chunk +122 lines, -35 lines 0 comments Download
R metadata.common View 1 chunk +0 lines, -128 lines 0 comments Download

Messages

Total messages: 19
Jon Sonesen
April 5, 2017, 10:55 a.m. (2017-04-05 10:55:50 UTC) #1
Sebastian Noack
Thanks for the patch. Looks mostly good on first glance. Can you send me the ...
April 5, 2017, 11:05 a.m. (2017-04-05 11:05:49 UTC) #2
Jon Sonesen
Hey, Thanks for comments and quick response! https://codereview.adblockplus.org/29403564/diff/29403565/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29403564/diff/29403565/ext/background.js#newcode73 ext/background.js:73: (function() On ...
April 5, 2017, 11:39 a.m. (2017-04-05 11:39:01 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29403564/diff/29403641/metadata.chrome File metadata.chrome (left): https://codereview.adblockplus.org/29403564/diff/29403641/metadata.chrome#oldcode6 metadata.chrome:6: permissions = tabs Almost, but as per my previous ...
April 5, 2017, 12:29 p.m. (2017-04-05 12:29:42 UTC) #4
Jon Sonesen
Sorry for the oversight there. Thanks again https://codereview.adblockplus.org/29403564/diff/29403641/metadata.chrome File metadata.chrome (left): https://codereview.adblockplus.org/29403564/diff/29403641/metadata.chrome#oldcode6 metadata.chrome:6: permissions = ...
April 5, 2017, 1:02 p.m. (2017-04-05 13:02:06 UTC) #5
Jon Sonesen
Sorry for the oversight there. Thanks again
April 5, 2017, 1:02 p.m. (2017-04-05 13:02:12 UTC) #6
Jon Sonesen
Sorry for the oversight there. Thanks again
April 5, 2017, 1:02 p.m. (2017-04-05 13:02:16 UTC) #7
Sebastian Noack
I just tried out your patch, and with these changes, the managed-storage-schema.json file is no ...
April 5, 2017, 2:08 p.m. (2017-04-05 14:08:56 UTC) #8
Jon Sonesen
On 2017/04/05 14:08:56, Sebastian Noack wrote: > I just tried out your patch, and with ...
April 6, 2017, 10:24 a.m. (2017-04-06 10:24:22 UTC) #9
Jon Sonesen
On 2017/04/06 10:24:22, Jon Sonesen wrote: > On 2017/04/05 14:08:56, Sebastian Noack wrote: > > ...
April 10, 2017, 6 a.m. (2017-04-10 06:00:47 UTC) #10
kzar
It makes me nervous how a bunch of unchanged files are showing up in this ...
April 10, 2017, 6:18 a.m. (2017-04-10 06:18:04 UTC) #11
Jon Sonesen
On 2017/04/10 06:18:04, kzar wrote: > It makes me nervous how a bunch of unchanged ...
April 10, 2017, 6:26 a.m. (2017-04-10 06:26:53 UTC) #12
kzar
On 2017/04/10 06:26:53, Jon Sonesen wrote: > On 2017/04/10 06:18:04, kzar wrote: > > It ...
April 10, 2017, 6:55 a.m. (2017-04-10 06:55:03 UTC) #13
Jon Sonesen
On 2017/04/10 06:55:03, kzar wrote: > On 2017/04/10 06:26:53, Jon Sonesen wrote: > > On ...
April 10, 2017, 6:57 a.m. (2017-04-10 06:57:04 UTC) #14
Sebastian Noack
Something seems to be wrong with the latest patchset. In the previous patch sets Rietveld ...
April 10, 2017, 7:10 a.m. (2017-04-10 07:10:33 UTC) #15
Jon Sonesen
On 2017/04/10 07:10:33, Sebastian Noack wrote: > Something seems to be wrong with the latest ...
April 10, 2017, 8:10 a.m. (2017-04-10 08:10:56 UTC) #16
Sebastian Noack
LGTM
April 10, 2017, 8:14 a.m. (2017-04-10 08:14:59 UTC) #17
kzar
(I don't have anything else to add, you can move me back to Cc again ...
April 10, 2017, 8:17 a.m. (2017-04-10 08:17:00 UTC) #18
Jon Sonesen
April 10, 2017, 8:38 a.m. (2017-04-10 08:38:11 UTC) #19
On 2017/04/10 08:17:00, kzar wrote:
> (I don't have anything else to add, you can move me back to Cc again if you
like
> Jon.)

No problem, thanks for bringing that up :)

Powered by Google App Engine
This is Rietveld