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

Issue 29569659: Issue 4580 - Replace ext.i18n.getMessage with i18n.getMessage (Closed)

Created:
Oct. 9, 2017, 5:02 a.m. by Manish Jethani
Modified:
Oct. 10, 2017, 12:55 p.m.
Reviewers:
Thomas Greiner
CC:
Sebastian Noack
Base URL:
https://hg.adblockplus.org/adblockplusui/
Visibility:
Public.

Description

Related: https://codereview.adblockplus.org/29569649/

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -30 lines) Patch
M background.js View 1 chunk +1 line, -1 line 0 comments Download
M desktop-options.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ext/common.js View 2 chunks +8 lines, -2 lines 2 comments Download
M i18n.js View 1 chunk +21 lines, -23 lines 0 comments Download
M lib/antiadblockInit.js View 1 chunk +2 lines, -2 lines 0 comments Download
M mobile-options.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11
Manish Jethani
Oct. 9, 2017, 5:03 a.m. (2017-10-09 05:03:02 UTC) #1
Manish Jethani
Patch Set 1 Trying to get rid of ext.* as much as possible, here ext.i18n.getMessage. ...
Oct. 9, 2017, 5:10 a.m. (2017-10-09 05:10:14 UTC) #2
Manish Jethani
Patch Set 2: Rebase options.js got renamed to desktop-options.js, that's all
Oct. 9, 2017, 5:20 a.m. (2017-10-09 05:20:09 UTC) #3
Thomas Greiner
Unfortunately, I cannot review this without more context so what's the reason for this change?
Oct. 9, 2017, 5:43 p.m. (2017-10-09 17:43:31 UTC) #4
Manish Jethani
On 2017/10/09 17:43:31, Thomas Greiner wrote: > Unfortunately, I cannot review this without more context ...
Oct. 9, 2017, 5:46 p.m. (2017-10-09 17:46:18 UTC) #5
Manish Jethani
On 2017/10/09 17:46:18, Manish Jethani wrote: > On 2017/10/09 17:43:31, Thomas Greiner wrote: > > ...
Oct. 9, 2017, 5:57 p.m. (2017-10-09 17:57:26 UTC) #6
Sebastian Noack
On 2017/10/09 17:57:26, Manish Jethani wrote: > On 2017/10/09 17:46:18, Manish Jethani wrote: > > ...
Oct. 9, 2017, 6:41 p.m. (2017-10-09 18:41:38 UTC) #7
Sebastian Noack
https://codereview.adblockplus.org/29569659/diff/29570555/ext/common.js File ext/common.js (right): https://codereview.adblockplus.org/29569659/diff/29570555/ext/common.js#newcode164 ext/common.js:164: chrome.i18n = { Shouldn't this rather be browser.i18n, now ...
Oct. 9, 2017, 6:43 p.m. (2017-10-09 18:43:54 UTC) #8
Manish Jethani
https://codereview.adblockplus.org/29569659/diff/29570555/ext/common.js File ext/common.js (right): https://codereview.adblockplus.org/29569659/diff/29570555/ext/common.js#newcode164 ext/common.js:164: chrome.i18n = { On 2017/10/09 18:43:54, Sebastian Noack wrote: ...
Oct. 9, 2017, 6:47 p.m. (2017-10-09 18:47:02 UTC) #9
Thomas Greiner
It'd be great if we could have some ticket to track all changes related to ...
Oct. 10, 2017, 12:05 p.m. (2017-10-10 12:05:14 UTC) #10
Manish Jethani
Oct. 10, 2017, 12:43 p.m. (2017-10-10 12:43:14 UTC) #11
On 2017/10/10 12:05:14, Thomas Greiner wrote:
> It'd be great if we could have some ticket to track all changes related to
> removing `ext` rather than making those changes using Noissue commits. That
way
> we can transparently communicate why we want to make these changes.
> 
> Other than that, LGTM

Thanks!

I found the issue:

https://issues.adblockplus.org/ticket/4580

Powered by Google App Engine
This is Rietveld