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: Ieeb461e2d489e86fd50b87a2a0721a2be34520c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5467317
Owners-Override: Alison Gale <agale@chromium.org>
Commit-Queue: Darryl James <dljames@chromium.org>
Commit-Queue: Alison Gale <agale@chromium.org>
Reviewed-by: Darryl James <dljames@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1290198}
This commit is contained in:
Alison Gale
2024-04-19 21:31:46 +00:00
committed by Chromium LUCI CQ
parent 7e4eb6a05a
commit 47d1537de7
574 changed files with 833 additions and 819 deletions
android_webview
browser
lib
nonembedded
java
src
org
chromium
android_webview
apps
ash/system/unified
base
BUILD.gn
allocator
android
java
src
org
chromium
base
cached_flags
library_loader
junit
src
org
chromium
linker
callback_list.h
containers
debug
files
functional
hash
memory
message_loop
metrics
observer_list.hpath_service_unittest.cc
process
profiler
rand_util.h
sampling_heap_profiler
synchronization
task
test
threading
time
trace_event
win
build
cc
chrome
chromeos
components
content_settings
heap_profiling
memory_system
content
app
browser
DEPS
accessibility
aggregation_service
attribution_reporting
back_forward_cache_network_request_browsertest.cc
bluetooth
browser_child_process_host_impl.ccbrowser_child_process_host_impl_receiver_bindings.ccbrowser_child_process_observer_browsertest.ccbrowser_context_impl.ccbrowser_main_loop.cc
browsing_data
client_hints
code_cache
compute_pressure
device_posture
devtools
file_system
file_system_access
first_party_sets
indexed_db
interest_group
launch_as_mojo_client_browsertest.cc
loader
media
ml
mojo_binder_policy_applier.ccmojo_binder_policy_map_impl.cc
network
network_service_browsertest.cc
permissions
picture_in_picture
preloading
renderer_host
security
service_process_host_impl.cc
service_worker
shared_storage
site_per_process_unload_browsertest.cc
ssl
storage_partition_impl.ccutility_process_host.hutility_sandbox_delegate_win.cc
web_contents
web_package
webid
webrtc
worker_host
common
public
renderer
services
shell
test
utility
web_test
device
extensions
fuchsia_web/webengine
gin
google_apis
gpu
headless
infra/config
ios
build
chrome
browser
app_launcher
autofill
browsing_data
content_settings
follow
metrics
overlays
segmentation_platform
shared
coordinator
public
sync
ui
variations
web
model
web_performance_metrics
web_selection
share_extension
net
testing
plugin
third_party
earl_grey2
material_components_ios
web
ipc
media
mojo/core
net
pdf
ppapi
printing
sandbox
services
skia/ext
sql
storage/browser/file_system
testing
tools
ui/gl

@ -103,7 +103,7 @@ COMPONENT_EXPORT(GOOGLE_APIS) std::string GetFresnelAPIKey();
#if BUILDFLAG(SUPPORT_EXTERNAL_GOOGLE_API_KEY)
// Sets the API key. This should be called as early as possible before this
// API key is even accessed. It must be called before GetAPIKey.
// TODO(https://crbug.com/1166007): Enforce this is called before GetAPIKey.
// TODO(crbug.com/40164066): Enforce this is called before GetAPIKey.
COMPONENT_EXPORT(GOOGLE_APIS) void SetAPIKey(const std::string& api_key);
#endif