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

Issue 29365801: Issue 4676 - Replace non-standard CSSStyleSheet.addRule() call by CSSStyleSheet.insertRule() (Closed)

Created:
Nov. 30, 2016, 1:37 p.m. by Wladimir Palant
Modified:
Nov. 30, 2016, 2:40 p.m.
Reviewers:
kzar
Base URL:
https://hg.adblockplus.org/adblockpluschrome
Visibility:
Public.

Description

Issue 4676 - Replace non-standard CSSStyleSheet.addRule() call by CSSStyleSheet.insertRule()

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed indentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M include.preload.js View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4
Wladimir Palant
Nov. 30, 2016, 1:37 p.m. (2016-11-30 13:37:17 UTC) #1
kzar
Otherwise LGTM https://codereview.adblockplus.org/29365801/diff/29365802/include.preload.js File include.preload.js (right): https://codereview.adblockplus.org/29365801/diff/29365802/include.preload.js#newcode584 include.preload.js:584: this.style.sheet.cssRules.length); Nit: The indentation of this line ...
Nov. 30, 2016, 1:48 p.m. (2016-11-30 13:48:20 UTC) #2
Wladimir Palant
https://codereview.adblockplus.org/29365801/diff/29365802/include.preload.js File include.preload.js (right): https://codereview.adblockplus.org/29365801/diff/29365802/include.preload.js#newcode584 include.preload.js:584: this.style.sheet.cssRules.length); On 2016/11/30 13:48:20, kzar wrote: > Nit: The ...
Nov. 30, 2016, 1:52 p.m. (2016-11-30 13:52:11 UTC) #3
kzar
Nov. 30, 2016, 2:40 p.m. (2016-11-30 14:40:22 UTC) #4
Message was sent while issue was closed.
LGTM++

Powered by Google App Engine
This is Rietveld