Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Issue 1257633002: Componentize VersionInfo. (Closed)

Created:
5 years, 5 months ago by sdefresne
Modified:
5 years, 4 months ago
CC:
asvitkine+watch_chromium.org, blundell+watchlist_chromium.org, browser-components-watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, davemoore+watch_chromium.org, dcheng, Dmitry Titov, droger+watchlist_chromium.org, dzhioev+watch_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, gcasto+watchlist_chromium.org, grt+watch_chromium.org, jam, jennb, jianli, maniscalco+watch_chromium.org, maxbogue+watch_chromium.org, mcasas+watch_chromium.org, Matt Giuca, mkwst+watchlist-passwords_chromium.org, oshima+watch_chromium.org, pam+watch_chromium.org, phoglund+watch_chromium.org, plaree+watch_chromium.org, posciak+watch_chromium.org, pvalenzuela+watch_chromium.org, sdefresne+watchlist_chromium.org, stevenjb+watch_chromium.org, tapted, tfarina, tim+watch_chromium.org, tnakamura+watch_chromium.org, vabr+watchlist_chromium.org, wjia+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize VersionInfo. Create a new component version_info that allows to get information about the current version of Chrome running, except for the channel (which has to be provided by the embedder). The method to get the channel is not moved to the component because on Windows it depends on //chrome/installer which would be non-trivial to componentize. Since the method is embedder-specific (though it have no bad dependencies on the other platform) it makes sense to not move it into the component. Fixes VersionInfo API to only expose static method (since the class did not have any state and the API was a mix of "const" and "static" methods) and to delegate the job to version_info component in order to limit the API changes. Mass rename (chrome::)VersionInfo::(Channel|CHANNEL) after the enum was moved to the version_info namespace in the corresponding component using tools/git/mffr.py. Change Channel enumeration to be a "class enum" and add static_cast<int> where needed (as class enum do not implicitly convert to int). BUG=511912 Committed: https://crrev.com/6e883e40d456dd422ac08ced1c25e7403f78bada Cr-Commit-Position: refs/heads/master@{#341085}

Patch Set 1 #

Patch Set 2 : Add //components/version_info to //components:all_components #

Patch Set 3 : Fix lost changes to //chrome/common/BUILD.gn and fix compilation of app_window_intercept_all_keys_u… #

Total comments: 1

Patch Set 4 : Fix OWNERS (copy from //chrome/OWNERS) #

Total comments: 8

Patch Set 5 : Address comments by brettw #

Total comments: 1

Patch Set 6 : Rebase #

Patch Set 7 : Convert version_info::Channel to a "class enum" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+737 lines, -512 lines) Patch
M chrome/app/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/app/close_handle_hook_win.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/apps/app_window_intercept_all_keys_uitest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chrome_content_browser_client_unittest.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_manager_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/active_tab_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/declarative_content/set_icon_apitest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/idltest/idltest_apitest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/instance_id/instance_id_apitest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/chrome_notification_observer.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console_unittest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/service_worker_apitest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/shared_module_service_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/chrome_history_backend_client.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/browser/mac/keystone_glue.mm View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/mac/master_prefs.mm View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/thread_watcher.cc View 1 2 3 4 5 6 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/metrics/variations/variations_service.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc View 1 2 3 4 5 6 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/shell_integration.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/shell_integration_linux.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/shell_integration_mac.mm View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sxs_linux.cc View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/about_sync_util.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_mac.mm View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/apps/chrome_app_window_client.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/first_run_dialog.mm View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/extension_message_bubble_factory.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/hung_plugin_tab_helper.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_manager.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_service_win.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/extension_printer_handler_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/version_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/update_client/chrome_update_query_params_delegate.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/upgrade_detector_impl.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/web_applications/web_app_mac.mm View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/notification_promo.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/chrome_common.gypi View 1 3 chunks +1 line, -45 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 4 chunks +2 lines, -8 lines 0 comments Download
M chrome/common/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_version_info.h View 1 2 3 4 5 6 3 chunks +14 lines, -18 lines 0 comments Download
M chrome/common/chrome_version_info.cc View 1 chunk +30 lines, -82 lines 0 comments Download
M chrome/common/chrome_version_info_android.cc View 1 2 3 4 5 6 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/common/chrome_version_info_chromeos.cc View 1 2 3 4 5 6 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/common/chrome_version_info_mac.mm View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/common/chrome_version_info_posix.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
D chrome/common/chrome_version_info_values.h.version View 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/common/chrome_version_info_win.cc View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/chrome_extensions_client.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/common/extensions/features/chrome_channel_feature_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/features/chrome_channel_feature_filter.cc View 1 2 3 4 5 6 4 chunks +12 lines, -13 lines 0 comments Download
M chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc View 1 2 3 4 5 6 8 chunks +32 lines, -32 lines 0 comments Download
M chrome/common/extensions/features/feature_channel.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/common/extensions/features/feature_channel.cc View 1 2 3 4 5 6 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/automation_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_tests/chrome_manifest_test.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/gcm_desktop_util.cc View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/common/metrics/version_utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/metrics/version_utils.cc View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/common/pepper_permission_util_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/sync_util.cc View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/tools/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/crash_service/caps/caps.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/crash_service/caps/logger_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/components.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/components_strings.grd View 1 chunk +1 line, -0 lines 0 comments Download
A components/version_info.grdp View 1 chunk +8 lines, -0 lines 0 comments Download
A components/version_info.gypi View 1 2 3 4 1 chunk +124 lines, -0 lines 0 comments Download
A components/version_info/BUILD.gn View 1 2 3 4 1 chunk +58 lines, -0 lines 0 comments Download
A components/version_info/DEPS View 1 chunk +7 lines, -0 lines 0 comments Download
A + components/version_info/OWNERS View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A components/version_info/version_info.h View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
A components/version_info/version_info.cc View 1 2 3 4 5 6 1 chunk +100 lines, -0 lines 0 comments Download
A + components/version_info/version_info_values.h.version View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/api/app_window/app_window_apitest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (12 generated)
sdefresne
Colin can you do a first pass review? Concentrate your attention on: - components/ - ...
5 years, 5 months ago (2015-07-24 08:42:08 UTC) #2
vabr (Chromium)
(FWIW, renaming in chrome/browser/password_manager/* LGTM. Vaclav)
5 years, 5 months ago (2015-07-24 08:45:02 UTC) #3
blundell
This looks fine to me (although the bots don't seem very happy about it). I'm ...
5 years, 5 months ago (2015-07-24 11:38:49 UTC) #4
sdefresne
jochen: can you review this change? Concentrate your attention on: - components/ - chrome/chrome_common.gypi - ...
5 years, 5 months ago (2015-07-24 13:06:41 UTC) #7
sdefresne
dprank: can you take a look at the BUILD.gn files?
5 years, 5 months ago (2015-07-25 19:35:52 UTC) #9
blundell
Jochen, For context, the motivation for this CL is to enable iOS to move away ...
5 years, 4 months ago (2015-07-27 08:34:53 UTC) #10
jochen (gone - plz use gerrit)
how did you come up with the list of owners for this? can you point ...
5 years, 4 months ago (2015-07-27 08:57:05 UTC) #11
sdefresne
On 2015/07/27 at 08:57:05, jochen wrote: > how did you come up with the list ...
5 years, 4 months ago (2015-07-27 10:08:38 UTC) #13
Dirk Pranke
The changes look plausible to me, but I'd rather have Brett review them, as he ...
5 years, 4 months ago (2015-07-27 16:06:35 UTC) #15
brettw
https://codereview.chromium.org/1257633002/diff/60001/chrome/common/BUILD.gn File chrome/common/BUILD.gn (right): https://codereview.chromium.org/1257633002/diff/60001/chrome/common/BUILD.gn#newcode262 chrome/common/BUILD.gn:262: import("//chrome/version.gni") This is kind of weird here, can you ...
5 years, 4 months ago (2015-07-27 19:42:32 UTC) #16
sdefresne
brettw: thank you for the review, please take another look mmoss/amineer: as TPM, can you ...
5 years, 4 months ago (2015-07-28 08:58:27 UTC) #17
jochen (gone - plz use gerrit)
i'll defer to brettw
5 years, 4 months ago (2015-07-28 09:06:13 UTC) #18
amineer_google
On 2015/07/28 08:58:27, sdefresne wrote: > brettw: thank you for the review, please take another ...
5 years, 4 months ago (2015-07-28 15:18:50 UTC) #19
brettw
LGTM, please do follow up when this lands with removing the duplicate functions, I don't ...
5 years, 4 months ago (2015-07-28 17:52:58 UTC) #21
dzhioev (left Google)
https://codereview.chromium.org/1257633002/diff/80001/components/version_info/version_info.h File components/version_info/version_info.h (right): https://codereview.chromium.org/1257633002/diff/80001/components/version_info/version_info.h#newcode15 components/version_info/version_info.h:15: enum Channel { I suggest to replace this enum ...
5 years, 4 months ago (2015-07-28 18:33:49 UTC) #23
sdefresne
On 2015/07/28 at 18:33:49, dzhioev wrote: > https://codereview.chromium.org/1257633002/diff/80001/components/version_info/version_info.h > File components/version_info/version_info.h (right): > > https://codereview.chromium.org/1257633002/diff/80001/components/version_info/version_info.h#newcode15 ...
5 years, 4 months ago (2015-07-29 12:15:30 UTC) #26
sdefresne
laforge/mmoss: can one of you take a look?
5 years, 4 months ago (2015-07-29 12:16:04 UTC) #27
Michael Moss
LGTM
5 years, 4 months ago (2015-07-29 14:19:24 UTC) #28
dzhioev (left Google)
On 2015/07/29 12:15:30, sdefresne wrote: > On 2015/07/28 at 18:33:49, dzhioev wrote: > > > ...
5 years, 4 months ago (2015-07-29 21:30:28 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1257633002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1257633002/160001
5 years, 4 months ago (2015-07-30 08:00:16 UTC) #32
commit-bot: I haz the power
Committed patchset #7 (id:160001)
5 years, 4 months ago (2015-07-30 08:06:07 UTC) #33
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 08:06:50 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/6e883e40d456dd422ac08ced1c25e7403f78bada
Cr-Commit-Position: refs/heads/master@{#341085}

Powered by Google App Engine
This is Rietveld 408576698