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

Issue 11533106: Prepared adblockplus for Safari (Closed)

Created:
Sept. 2, 2013, 5:56 p.m. by Sebastian Noack
Modified:
Oct. 31, 2013, 4:29 p.m.
Visibility:
Public.

Description

Prepared adblockplus for Safari

Patch Set 1 #

Patch Set 2 : Prepared adblockplus for Safari #

Total comments: 9

Patch Set 3 : Changed text of legacy Safari warning as discussed #

Total comments: 1

Patch Set 4 : Fixed broken path to CSS for firefox #

Total comments: 23

Patch Set 5 : #

Total comments: 8

Patch Set 6 : Added another js file for safari and chrome #

Patch Set 7 : Fixed some coding style issues #

Patch Set 8 : Rebased on upstream #

Total comments: 9

Patch Set 9 : Addressed comments #

Patch Set 10 : Made first run page always (also in FF) generated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -5 lines) Patch
M chrome/content/ui/firstRun.html View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -1 line 0 comments Download
M chrome/content/ui/firstRun.js View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/content/ui/i18n.js View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/locale/en-US/firstRun.properties View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/skin/firstRun.css View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M metadata.gecko View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 38
Sebastian Noack
Sept. 2, 2013, 5:57 p.m. (2013-09-02 17:57:21 UTC) #1
Felix Dahlke
http://codereview.adblockplus.org/11533106/diff/3001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/3001/chrome/content/ui/firstRun.html#newcode25 chrome/content/ui/firstRun.html:25: <!-- only required for the ports --> As discussed, ...
Sept. 6, 2013, 8:08 a.m. (2013-09-06 08:08:24 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/3001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/3001/chrome/content/ui/firstRun.html#newcode25 chrome/content/ui/firstRun.html:25: <!-- only required for the ports --> On 2013/09/06 ...
Sept. 6, 2013, 9:05 a.m. (2013-09-06 09:05:37 UTC) #3
Felix Dahlke
LGTM, with a suggestion for the warning text http://codereview.adblockplus.org/11533106/diff/3001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/3001/chrome/content/ui/firstRun.html#newcode25 chrome/content/ui/firstRun.html:25: <!-- ...
Sept. 6, 2013, 9:44 a.m. (2013-09-06 09:44:41 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/3001/chrome/locale/en-US/firstRun.properties File chrome/locale/en-US/firstRun.properties (right): http://codereview.adblockplus.org/11533106/diff/3001/chrome/locale/en-US/firstRun.properties#newcode4 chrome/locale/en-US/firstRun.properties:4: firstRun_legacySafariWarning=The version of Safari that you are using is ...
Sept. 6, 2013, 3:45 p.m. (2013-09-06 15:45:12 UTC) #5
Felix Dahlke
On 2013/09/06 15:45:12, sebastian wrote: > http://codereview.adblockplus.org/11533106/diff/3001/chrome/locale/en-US/firstRun.properties > File chrome/locale/en-US/firstRun.properties (right): > > http://codereview.adblockplus.org/11533106/diff/3001/chrome/locale/en-US/firstRun.properties#newcode4 > ...
Sept. 6, 2013, 4:47 p.m. (2013-09-06 16:47:22 UTC) #6
Sebastian Noack
I've changed the text as discussed. And I fixed the path of the CSS in ...
Sept. 6, 2013, 5:26 p.m. (2013-09-06 17:26:01 UTC) #7
Felix Dahlke
LGTM with a wording nit. That is, assuming that Wladimir won't suggest a nice way ...
Sept. 9, 2013, 1:19 p.m. (2013-09-09 13:19:33 UTC) #8
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.html#newcode28 chrome/content/ui/firstRun.html:28: <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> I'm not particularly happy with ...
Sept. 10, 2013, 6:53 a.m. (2013-09-10 06:53:46 UTC) #9
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/i18n.js File chrome/content/ui/i18n.js (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/i18n.js#newcode18 chrome/content/ui/i18n.js:18: var i18n = (window.ext && ext.i18n) || (window.chrome && ...
Sept. 10, 2013, 7:10 a.m. (2013-09-10 07:10:40 UTC) #10
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.html#newcode28 chrome/content/ui/firstRun.html:28: <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> On 2013/09/10 06:53:46, Wladimir Palant ...
Sept. 10, 2013, 10:56 a.m. (2013-09-10 10:56:29 UTC) #11
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js#newcode58 chrome/content/ui/firstRun.js:58: if (info.platform == "safari" && info.platformVersion.split(".") < [6]) On ...
Sept. 10, 2013, 11:10 a.m. (2013-09-10 11:10:14 UTC) #12
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js#newcode58 chrome/content/ui/firstRun.js:58: if (info.platform == "safari" && info.platformVersion.split(".") < [6]) On ...
Sept. 10, 2013, 11:12 a.m. (2013-09-10 11:12:52 UTC) #13
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js#newcode58 chrome/content/ui/firstRun.js:58: if (info.platform == "safari" && info.platformVersion.split(".") < [6]) On ...
Sept. 10, 2013, 2:20 p.m. (2013-09-10 14:20:56 UTC) #14
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/content/ui/firstRun.js#newcode58 chrome/content/ui/firstRun.js:58: if (info.platform == "safari" && info.platformVersion.split(".") < [6]) Never ...
Sept. 10, 2013, 2:34 p.m. (2013-09-10 14:34:21 UTC) #15
Felix Dahlke
http://codereview.adblockplus.org/11533106/diff/12006/chrome/locale/en-US/firstRun.properties File chrome/locale/en-US/firstRun.properties (right): http://codereview.adblockplus.org/11533106/diff/12006/chrome/locale/en-US/firstRun.properties#newcode4 chrome/locale/en-US/firstRun.properties:4: firstRun_legacySafariWarning=You are using an old version of Safari which ...
Sept. 11, 2013, 7:18 a.m. (2013-09-11 07:18:28 UTC) #16
Sebastian Noack
Sept. 19, 2013, 2:41 p.m. (2013-09-19 14:41:42 UTC) #17
Felix Dahlke
http://codereview.adblockplus.org/11533106/diff/28001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/28001/chrome/content/ui/firstRun.html#newcode24 chrome/content/ui/firstRun.html:24: <!-- {% if type == 'safari' %} --> Why ...
Oct. 15, 2013, 10:31 a.m. (2013-10-15 10:31:23 UTC) #18
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/28001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/28001/chrome/content/ui/firstRun.html#newcode24 chrome/content/ui/firstRun.html:24: <!-- {% if type == 'safari' %} --> On ...
Oct. 18, 2013, 2:40 p.m. (2013-10-18 14:40:41 UTC) #19
Sebastian Noack
I have split ext.js into ext/common.js, ext/background.js and ext/content.js. Therefore I had to add two ...
Oct. 21, 2013, 8:15 p.m. (2013-10-21 20:15:57 UTC) #20
Felix Dahlke
LGTM
Oct. 23, 2013, 2:31 p.m. (2013-10-23 14:31:50 UTC) #21
Sebastian Noack
I've rebased my changes. So you might want to review it again.
Oct. 25, 2013, 4:20 p.m. (2013-10-25 16:20:11 UTC) #22
Sebastian Noack
Oct. 25, 2013, 4:20 p.m. (2013-10-25 16:20:30 UTC) #23
Felix Dahlke
Still LGTM :)
Oct. 29, 2013, 8:34 a.m. (2013-10-29 08:34:45 UTC) #24
Wladimir Palant
I won't insist on addressing these issues before you push these changes but they should ...
Oct. 29, 2013, 12:59 p.m. (2013-10-29 12:59:52 UTC) #25
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html#newcode28 chrome/content/ui/firstRun.html:28: <!-- {% endif %} --> On 2013/10/29 12:59:52, Wladimir ...
Oct. 29, 2013, 1:37 p.m. (2013-10-29 13:37:23 UTC) #26
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html#newcode28 chrome/content/ui/firstRun.html:28: <!-- {% endif %} --> On 2013/10/29 13:37:23, sebastian ...
Oct. 29, 2013, 2:05 p.m. (2013-10-29 14:05:45 UTC) #27
Sebastian Noack
http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html#newcode33 chrome/content/ui/firstRun.html:33: <!-- {% endif %} --> On 2013/10/29 14:05:45, Wladimir ...
Oct. 29, 2013, 3:44 p.m. (2013-10-29 15:44:56 UTC) #28
Wladimir Palant
http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html File chrome/content/ui/firstRun.html (right): http://codereview.adblockplus.org/11533106/diff/151001/chrome/content/ui/firstRun.html#newcode33 chrome/content/ui/firstRun.html:33: <!-- {% endif %} --> On 2013/10/29 15:44:56, sebastian ...
Oct. 29, 2013, 3:56 p.m. (2013-10-29 15:56:37 UTC) #29
Sebastian Noack
Oct. 30, 2013, 5:22 p.m. (2013-10-30 17:22:38 UTC) #30
Wladimir Palant
LGTM assuming that the skin path is being changed by the packager (I haven't seen ...
Oct. 31, 2013, 6:12 a.m. (2013-10-31 06:12:26 UTC) #31
Wladimir Palant
On 2013/10/31 06:12:26, Wladimir Palant wrote: > LGTM assuming that the skin path is being ...
Oct. 31, 2013, 6:13 a.m. (2013-10-31 06:13:26 UTC) #32
Sebastian Noack
On 2013/10/31 06:13:26, Wladimir Palant wrote: > Ah, I see - it's being changed by ...
Oct. 31, 2013, 7:43 a.m. (2013-10-31 07:43:19 UTC) #33
Felix Dahlke
Even more LGTM now :)
Oct. 31, 2013, 8:24 a.m. (2013-10-31 08:24:07 UTC) #34
Wladimir Palant
On 2013/10/31 07:43:19, sebastian wrote: > What means good enough? It was actually one of ...
Oct. 31, 2013, 8:32 a.m. (2013-10-31 08:32:46 UTC) #35
Sebastian Noack
Oct. 31, 2013, 10:45 a.m. (2013-10-31 10:45:15 UTC) #36
Sebastian Noack
> On 2013/10/31 07:43:19, sebastian wrote: > > What means good enough? It was actually ...
Oct. 31, 2013, 11:05 a.m. (2013-10-31 11:05:27 UTC) #37
Wladimir Palant
Oct. 31, 2013, 1:46 p.m. (2013-10-31 13:46:15 UTC) #38
Still LGTM

Powered by Google App Engine
This is Rietveld