Skip to content

Commit 85a1104

Browse files
Kuba MikulskiDevtools-frontend LUCI CQ
authored andcommitted
[TDR] Remove TODOs linked to issue 40141333
This CL was generated by an AI agent and verified by the CL owner before sending for review. The TODOs were identified as stale by TODO Removal Agent (http://go/dead-todo-removal-agent). * Detailed reasoning can be found in the CL comments. * How to review this CL: http://go/tdr-review-instructions * To opt-out from future reviews: http://go/tdr-opt-out. The TODO requests adding a telemetry mechanism, tracked by a bug that is now marked as 'OBSOLETE'. The feature request was abandoned due to inactivity, making the TODO comment no longer relevant. Change-Id: I7a03e01c89f16b6eb9f157793d7af8534b9cac8b Bug: 40141333 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7241600 Commit-Queue: Simon Zünd <szuend@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Simon Zünd <szuend@chromium.org>
1 parent 6a77a2a commit 85a1104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/panels/issues/AffectedResourcesView.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ export abstract class AffectedResourcesView extends UI.TreeOutline.TreeElement {
254254
sourceCodeLocation.classList.add('affected-source-location');
255255
if (sourceLocation) {
256256
const maxLengthForDisplayedURLs = 40; // Same as console messages.
257-
// TODO(crbug.com/1108503): Add some mechanism to be able to add telemetry to this element.
258257
const linkifier = new Components.Linkifier.Linkifier(maxLengthForDisplayedURLs);
259258
const sourceAnchor = linkifier.linkifyScriptLocation(
260259
target || null, sourceLocation.scriptId || null, sourceLocation.url as Platform.DevToolsPath.UrlString,

0 commit comments

Comments
 (0)