0

Migrate TODOs referencing old crbug IDs to the new issue tracker IDs

The canonical bug format is TODO(crbug.com/<id>). TODOs of the
following forms will all be migrated to the new format:

- TODO(crbug.com/<old id>)
- TODO(https://crbug.com/<old id>)
- TODO(crbug/<old id>)
- TODO(crbug/monorail/<old id>)
- TODO(<old id>)
- TODO(issues.chromium.org/<old id>)
- TODO(https://issues.chromium.org/<old id>)
- TODO(https://issues.chromium.org/u/1/issues/<old id>)
- TODO(bugs.chromium.org/<old id>)

Bug id mapping is sourced from go/chrome-on-buganizer-prod-issues.
See go/crbug-todo-migration for details.

#crbug-todo-migration

Bug: b/321899722
Change-Id: Iabdfea2fd5393d6bbc54390ca0c995eb2c55bbaa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5469882
Reviewed-by: Darryl James <dljames@chromium.org>
Owners-Override: Alison Gale <agale@chromium.org>
Commit-Queue: Alison Gale <agale@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1290673}
This commit is contained in:
Alison Gale
2024-04-22 15:16:27 +00:00
committed by Chromium LUCI CQ
parent b470b20a14
commit 53c77f6b62
220 changed files with 276 additions and 271 deletions
ash/webui/camera_app_ui/resources/eslint_plugin
base
build
cc
content
app_shim_remote_cocoa
browser
child
common
public
renderer
device/fido/cable
docs/webapps
extensions
fuchsia_web/webengine/browser
google_apis/gaia
gpu/command_buffer
headless
infra/config
ios
chrome
app
browser
commerce
complex_tasks
credential_provider
download
flags
plus_addresses
policy
qr_scanner
rlz
search_engines
shared
ui
authentication
autofill
bookmarks
browser_view
bubble
content_suggestions
context_menu
default_promo
history
lens
location_bar
overlays
passwords
recent_tabs
sad_tab
scanner
search_with
settings
sharing
side_swipe
start_surface
tab_switcher
tabs
whats_new
web
webui
common
test
net
web
web_view
media
mojo/public/cpp/platform
net
services
styleguide
testing
tools
checkbins
mb
metrics
histograms
perf
url/android/java/src/org/chromium/url

@ -272,7 +272,7 @@ Values of `Integer` type are also supported, which allows using a sentinel
* TODO should follow chromium convention. Examples:
* `TODO(username): Some sentence here.`
* `TODO(crbug.com/123456): Even better to use a bug for context.`
* `TODO(crbug.com/40192027): Even better to use a bug for context.`
### Parameter Comments