Add a help link to the dev tools warning for doc.write script blocking |
|||||
Issue descriptionThe CL https://codereview.chromium.org/2045313003/ adds a new dev tools warning in case there is a parser blocking , cross origin script . There should be a help page for this warning to point to.
,
Aug 16 2016
Looks like this should point to https://www.chromestatus.com/feature/5718547946799104
,
Aug 16 2016
,
Aug 18 2016
Also, make the difference between potentially blocked and blocked scenarios. We will probably need to introduce a separate error string when it actually gets blocked because currently the warning string is written at the time of creating the request and we can only know if its blocked when the request finishes.
,
Aug 18 2016
If it makes things easier, feel free to log an Error (with a different string) after the warning.
,
Aug 30 2016
Any updates?
,
Aug 30 2016
The help link is under review in the same CL as the GET request with the intervention header (BUG= 639401 ). CL: https://codereview.chromium.org/2260303002/ I am planning to work on the error message sometime soon (but also keeping its priority lower since we already see the error message when dev tools shows the blocked resources).
,
Sep 19 2016
For comment 4, the difference between potentially blocked and actually blocked exists today in the form of dev tools console error mentioning ERR_CACHE_MISS for the script in actually blocked cases following the potentially blocked warning. So it seems we don't need to add a separate error message.
,
Sep 21 2016
,
Oct 24 2016
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by jkarlin@chromium.org
, Jun 23 2016