remove code for deprecated WebCore.Scripts.ParsingBlocking.TimeBetweenLoadedAndCompiled histogram |
|||
Issue descriptionWebCore.Scripts.ParsingBlocking.TimeBetweenLoadedAndCompiled is marked as deprecated in histograms.xml however there is still code for this histogram checked in. The code has also rotted, for example, the code for this histogram depends on the state of a boolean member added to HTMLScriptRunner that's always false. We should remove the code for this histogram.
,
Mar 3 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6 commit f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6 Author: bmcquade <bmcquade@chromium.org> Date: Thu Mar 03 02:44:29 2016 Remove code for deprecated and rotted histogram. WebCore.Scripts.ParsingBlocking.TimeBetweenLoadedAndCompiled is marked as deprecated in histograms.xml (see https://chromium.googlesource.com/chromium/src/+/68cde75708853730a1881142d330d573194dc3e4), but we still have code checked in to report it. The code has also rotted. For example, the code for this histogram depends on the state of a boolean member added to HTMLScriptRunner that's always false. BUG= 591399 Review URL: https://codereview.chromium.org/1754213003 Cr-Commit-Position: refs/heads/master@{#378926} [modify] https://crrev.com/f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp [modify] https://crrev.com/f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.h
,
Mar 3 2016
,
Mar 3 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6 commit f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6 Author: bmcquade <bmcquade@chromium.org> Date: Thu Mar 03 02:44:29 2016 Remove code for deprecated and rotted histogram. WebCore.Scripts.ParsingBlocking.TimeBetweenLoadedAndCompiled is marked as deprecated in histograms.xml (see https://chromium.googlesource.com/chromium/src/+/68cde75708853730a1881142d330d573194dc3e4), but we still have code checked in to report it. The code has also rotted. For example, the code for this histogram depends on the state of a boolean member added to HTMLScriptRunner that's always false. BUG= 591399 Review URL: https://codereview.chromium.org/1754213003 Cr-Commit-Position: refs/heads/master@{#378926} [modify] https://crrev.com/f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp [modify] https://crrev.com/f1411c1e570b2e44bdd0c8a0b17a9d0aa6f901a6/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.h |
|||
►
Sign in to add a comment |
|||
Comment 1 Deleted