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

Issue 6269930580213760: Issue 309 - Don't use Shadow DOM in Chrome 32.0.1700 (Closed)

Created:
April 17, 2014, 11:52 a.m. by Sebastian Noack
Modified:
April 17, 2014, 1:34 p.m.
Visibility:
Public.

Description

Even tough Chrome 32.0.1700 supports Shadow DOM, it ignores the <shadow> element, leading to pages rendered empty.

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fixed typo in comment #

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

Messages

Total messages: 9
Sebastian Noack
April 17, 2014, 11:55 a.m. (2014-04-17 11:55:13 UTC) #1
Felix Dahlke
Seems a bit hacky to hard code the exact version here - Thomas, can you ...
April 17, 2014, 12:05 p.m. (2014-04-17 12:05:38 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js#newcode32 include.preload.js:32: if ("webkitCreateShadowRoot" in document.documentElement && !/\bChrome\/32\.0\.1700\b/.test(navigator.userAgent)) On 2014/04/17 12:05:38, ...
April 17, 2014, 12:24 p.m. (2014-04-17 12:24:17 UTC) #3
Thomas Greiner
http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js#newcode31 include.preload.js:31: // <shadow> element is broken in Chrome Chrome 32.0.1700 ...
April 17, 2014, 12:24 p.m. (2014-04-17 12:24:17 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js#newcode31 include.preload.js:31: // <shadow> element is broken in Chrome Chrome 32.0.1700 ...
April 17, 2014, 12:30 p.m. (2014-04-17 12:30:32 UTC) #5
Felix Dahlke
On 2014/04/17 12:30:32, Sebastian Noack wrote: > http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js > File include.preload.js (right): > > http://codereview.adblockplus.org/6269930580213760/diff/5629499534213120/include.preload.js#newcode31 ...
April 17, 2014, 12:50 p.m. (2014-04-17 12:50:14 UTC) #6
Sebastian Noack
On 2014/04/17 12:50:14, Felix H. Dahlke wrote: > If nothing Thomas suggested works, can you ...
April 17, 2014, 1:06 p.m. (2014-04-17 13:06:51 UTC) #7
Felix Dahlke
On 2014/04/17 13:06:51, Sebastian Noack wrote: > On 2014/04/17 12:50:14, Felix H. Dahlke wrote: > ...
April 17, 2014, 1:20 p.m. (2014-04-17 13:20:01 UTC) #8
Thomas Greiner
April 17, 2014, 1:33 p.m. (2014-04-17 13:33:49 UTC) #9
Seems like everything we could use for this case is not yet implemented so LGTM.

Powered by Google App Engine
This is Rietveld