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

Issue 29338716: Issue 2687 - Don't use Shadow DOM on blogger.com (Closed)

Created:
March 19, 2016, 3:08 p.m. by Sebastian Noack
Modified:
March 19, 2016, 3:22 p.m.
Reviewers:
kzar
Visibility:
Public.

Description

Issue 2687 - Don't use Shadow DOM on blogger.com

Patch Set 1 #

Total comments: 2

Patch Set 2 : Wrapped long line #

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

Messages

Total messages: 3
Sebastian Noack
March 19, 2016, 3:09 p.m. (2016-03-19 15:09:21 UTC) #1
kzar
Otherwise LGTM https://codereview.adblockplus.org/29338716/diff/29338717/include.preload.js File include.preload.js (right): https://codereview.adblockplus.org/29338716/diff/29338717/include.preload.js#newcode413 include.preload.js:413: if ("createShadowRoot" in document.documentElement && !/\.(?:google|blogger)\.com$/.test(document.domain)) Nit: ...
March 19, 2016, 3:17 p.m. (2016-03-19 15:17:00 UTC) #2
Sebastian Noack
March 19, 2016, 3:20 p.m. (2016-03-19 15:20:11 UTC) #3
https://codereview.adblockplus.org/29338716/diff/29338717/include.preload.js
File include.preload.js (right):

https://codereview.adblockplus.org/29338716/diff/29338717/include.preload.js#...
include.preload.js:413: if ("createShadowRoot" in document.documentElement &&
!/\.(?:google|blogger)\.com$/.test(document.domain))
On 2016/03/19 15:16:59, kzar wrote:
> Nit: Mind fixing this long line?

Done.

Powered by Google App Engine
This is Rietveld