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

Issue 5838171610808320: Added high resolution icons for Retina displays (Closed)

Created:
April 2, 2014, 3:17 p.m. by Sebastian Noack
Modified:
April 3, 2014, 11:50 a.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

see https://issues.adblockplus.org/ticket/4

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -5 lines) Patch
M background.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/ext/background.js View 1 1 chunk +8 lines, -1 line 0 comments Download
A chrome/icons/abp-38.png View Binary file 0 comments Download
A chrome/icons/abp-38-notification-critical.png View Binary file 0 comments Download
A chrome/icons/abp-38-notification-information.png View Binary file 0 comments Download
M metadata.chrome View 2 chunks +40 lines, -0 lines 0 comments Download
M metadata.safari View 1 1 chunk +21 lines, -0 lines 0 comments Download
M safari/ext/background.js View 1 1 chunk +1 line, -1 line 0 comments Download
A safari/icons/abp-32.png View Binary file 0 comments Download
A safari/icons/abp-32-notification-critical.png View Binary file 0 comments Download
A safari/icons/abp-32-notification-information.png View Binary file 0 comments Download

Messages

Total messages: 6
Sebastian Noack
April 2, 2014, 3:18 p.m. (2014-04-02 15:18:11 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js File chrome/ext/background.js (right): http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js#newcode213 chrome/ext/background.js:213: paths[size] = path.replace(/((?:.*\/)*.+?\b)/, '$1-' + size); This is rather ...
April 2, 2014, 4:37 p.m. (2014-04-02 16:37:24 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js File chrome/ext/background.js (right): http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js#newcode213 chrome/ext/background.js:213: paths[size] = path.replace(/((?:.*\/)*.+?\b)/, '$1-' + size); On 2014/04/02 16:37:24, ...
April 2, 2014, 5:02 p.m. (2014-04-02 17:02:08 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js File chrome/ext/background.js (right): http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js#newcode213 chrome/ext/background.js:213: paths[size] = path.replace(/((?:.*\/)*.+?\b)/, '$1-' + size); On 2014/04/02 17:02:08, ...
April 3, 2014, 5:43 a.m. (2014-04-03 05:43:40 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js File chrome/ext/background.js (right): http://codereview.adblockplus.org/5838171610808320/diff/5629499534213120/chrome/ext/background.js#newcode213 chrome/ext/background.js:213: paths[size] = path.replace(/((?:.*\/)*.+?\b)/, '$1-' + size); On 2014/04/03 05:43:40, ...
April 3, 2014, 11:42 a.m. (2014-04-03 11:42:26 UTC) #5
Wladimir Palant
April 3, 2014, 11:47 a.m. (2014-04-03 11:47:06 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld