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

Issue 5670052883857408: Fixed properties defined on prototype in Safari background page proxy (Closed)

Created:
Nov. 17, 2013, 5:16 p.m. by Sebastian Noack
Modified:
April 12, 2014, 8:32 a.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Fixed properties defined on prototype in Safari background page proxy

Patch Set 1 #

Total comments: 34

Patch Set 2 : Adressed comments #

Total comments: 2

Patch Set 3 : Addressed comments #

Patch Set 4 : Rebased and fixed issue with inheritance #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -62 lines) Patch
M safari/ext/content.js View 1 2 3 7 chunks +73 lines, -62 lines 0 comments Download

Messages

Total messages: 9
Sebastian Noack
In order to access the background page from within the options and first run page, ...
Nov. 17, 2013, 5:34 p.m. (2013-11-17 17:34:14 UTC) #1
Felix Dahlke
LGTM
Nov. 18, 2013, 4:39 p.m. (2013-11-18 16:39:07 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js File safari/content.js (right): http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js#newcode31 safari/content.js:31: evt.initEvent("beforeload"); Can we reuse the same event instead of ...
Nov. 21, 2013, 8:15 a.m. (2013-11-21 08:15:58 UTC) #3
Sebastian Noack
http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js File safari/content.js (right): http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js#newcode52 safari/content.js:52: var callbackId = this.callbacks.indexOf(obj); On 2013/11/21 08:15:58, Wladimir Palant ...
Nov. 21, 2013, 9:17 p.m. (2013-11-21 21:17:08 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js File safari/content.js (right): http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js#newcode283 safari/content.js:283: if (/(^|\s)stylesheet($|\s)/i.test(event.target.rel)) On 2013/11/21 21:17:08, sebastian wrote: > On ...
Nov. 27, 2013, 5:43 p.m. (2013-11-27 17:43:16 UTC) #5
Sebastian Noack
I addressed all comments, except those I have replied to. However the initial patch set ...
Nov. 29, 2013, 10:32 a.m. (2013-11-29 10:32:20 UTC) #6
Wladimir Palant
http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js File safari/content.js (right): http://codereview.adblockplus.org/5670052883857408/diff/5629499534213120/safari/content.js#newcode52 safari/content.js:52: var callbackId = this.callbacks.indexOf(obj); On 2013/11/21 21:17:08, sebastian wrote: ...
Jan. 15, 2014, 4:21 p.m. (2014-01-15 16:21:01 UTC) #7
Sebastian Noack
Most of the comments were already addressed by other patches. However here is a new ...
Feb. 26, 2014, 11:27 a.m. (2014-02-26 11:27:19 UTC) #8
Wladimir Palant
March 21, 2014, 2:27 p.m. (2014-03-21 14:27:28 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld