Store list of origin trial tokens separately from the DOM tree |
|||||
Issue descriptionCurrently the list of origin trial tokens is implicitly stored as part of the DOM tree (the code just iterates over all <meta> tags in the <head> to find active tokens). We should change this to store the list of tokens separately. This will enable: - associating tokens with workers (who don't have a DOM tree) - specifying tokens via http headers - possibly limit which tokens are active depending on when they were inserted in a document.
,
Apr 6 2016
,
Apr 8 2016
,
Apr 8 2016
,
Feb 14 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by bugdroid1@chromium.org
, Apr 6 2016