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: I8a9934c8837b7e99594af4d63d4343128b70f7fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5493246
Auto-Submit: Alison Gale <agale@chromium.org>
Owners-Override: Alison Gale <agale@chromium.org>
Commit-Queue: Alison Gale <agale@chromium.org>
Reviewed-by: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1293200}
This commit is contained in:
Alison Gale
2024-04-26 19:30:02 +00:00
committed by Chromium LUCI CQ
parent 305b300ed5
commit 45c4058fd0
700 changed files with 1555 additions and 1526 deletions
components
DEPS
affiliations
android_autofill
attribution_reporting
autofill
content
core
browser
BUILD.gnaddress_data_manager.ccaddress_data_manager.haddress_data_manager_unittest.ccaddress_normalizer_impl.ccaddress_profile_save_manager.ccautofill_client.hautofill_data_util.ccautofill_external_delegate.ccautofill_external_delegate.hautofill_external_delegate_unittest.ccautofill_field.ccautofill_manager.ccautofill_manager.hautofill_suggestion_generator.ccautofill_suggestion_generator_unittest.ccautofill_type.hautofill_type_unittest.ccbrowser_autofill_manager.ccbrowser_autofill_manager.hbrowser_autofill_manager_test_api.hbrowser_autofill_manager_unittest.cc
data_model
field_filling_address_util.ccfield_filling_payments_util.hfield_types.hform_autofill_history.hform_data_importer.ccform_data_importer.hform_data_importer_unittest.ccform_filler.ccform_filler.h
form_parsing
form_structure.ccform_structure_rationalizer.ccform_structure_rationalizer_unittest.ccmanual_testing_import.ccmanual_testing_import_unittest.cc
metrics
ml_model
payments
profile_token_quality.h
proto
randomized_encoder.ccrandomized_encoder_unittest.ccsingle_field_form_filler.h
ui
webdata
common
ios
autofill_strings.grdp
background_fetch
blocked_content
bookmarks
browser_sync
browser_ui
accessibility
android
java
src
org
chromium
components
browser_ui
display_cutout
android
java
src
org
chromium
components
browser_ui
share
site_settings
strings
widget
android
DEPS
java
res
src
org
chromium
components
browsing_data
cast_receiver
cast_streaming
commerce
content_relationship_verification
android
java
src
org
chromium
components
content_relationship_verification
response_header_verifier.cc
content_settings
crash
content
browser
core
app
browser
resources
common
cronet
dom_distiller
download
embedder_support
endpoint_fetcher
exo
favicon
feed
find_in_page
android
java
res
fuchsia_component_support
gcm_driver
guest_view
history
infobars
android
invalidation
js_injection
keyed_service
language
android
java
src
org
chromium
live_caption
local_state
location
android
java
src
org
chromium
components
management
media_control
media_device_salt
media_message_center
media_router
messages
metrics
mirroring
module_installer
android
nacl
no_state_prefetch
ntp_tiles
offline_pages
omnibox
open_from_clipboard
optimization_guide
core
optimization_guide_internals
origin_trials
os_crypt
page_image_annotation
page_info
page_load_metrics
paint_preview
password_manager
payments
pdf
performance_manager
permissions
plus_addresses
policy
power_bookmarks
prefs
printing
privacy_sandbox
android
java
src
org
chromium
components
canonical_topic.h
reading_list
remote_cocoa
resources
safe_browsing
search_engines
security_interstitials
send_tab_to_self
services
sessions
signin
site_isolation
subresource_filter
supervised_user
sync
sync_bookmarks
sync_device_info
sync_preferences
sync_sessions
system_cpu
test
thin_webview
translate
content
android
java
src
org
chromium
components
core
trusted_vault
ukm
undo
update_client
url_formatter
spoof_checks
top_domains
url_pattern_index
user_education
user_manager
user_notes
variations
viz
web_package
webapps
webrtc_logging

@ -170,7 +170,7 @@ enum PersistedWindowShowState {
PERSISTED_SHOW_STATE_END = 8,
};
// TODO(crbug.com/1506068): Remove this around December 2024. This is part of a
// TODO(crbug.com/40946710): Remove this around December 2024. This is part of a
// workaround added to support the transition from storing the last_active_time
// as TimeTicks to Time that was added in December 2023. This is the threshold
// at which we consider that if a tab is so far in the past, it must be a tab
@ -802,7 +802,7 @@ void CreateTabsAndWindows(
if (base::Time::Now() - deserialized_time >
kLastActiveWorkaroundThreshold) {
// TODO(crbug.com/1506068): Remove this once enough time has passed
// TODO(crbug.com/40946710): Remove this once enough time has passed
// (added in December 2023, can be removed after ~1 year). This is a
// workaround put in place during the migration from base::TimeTicks
// internal representation to microseconds since Windows epoch. As the