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

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed)

Created:
7 years, 6 months ago by Nico
Modified:
7 years, 6 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, asanka, jam, sadrul, yusukes+watch_chromium.org, tzik+watch_chromium.org, amit, dcheng, rsesek+watch_chromium.org, stuartmorgan+watch_chromium.org, kinuko+watch, tim+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, benjhayden+dwatch_chromium.org, kkania, apatrick_chromium, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, dcaiafa+watch_chromium.org, wez+watch_chromium.org, sanjeevr, haitaol+watch_chromium.org, penghuang+watch_chromium.org, feature-media-reviews_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, sergeyu+watch_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, rsimha+watch_chromium.org, frankf, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, James Su, jshin+watch_chromium.org
Visibility:
Public.

Description

mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. This CL was created fully mechanically by running git grep -l base::mac::ScopedCFTypeRef | xargs sed -i -e 's/base::mac::ScopedCFTypeRef/base::ScopedCFTypeRef/g' git commit -a -m. git clang-format HEAD^ --style=Chromium git commit -a -m. git cl upload -t $TITLE BUG=251957 TBR=mark@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208245

Patch Set 1 #

Total comments: 8

Patch Set 2 : with fixed off-by-1 in git-clang-format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -491 lines) Patch
M base/ios/device_util.mm View 2 chunks +6 lines, -6 lines 0 comments Download
M base/mac/foundation_util.mm View 1 chunk +2 lines, -3 lines 0 comments Download
M base/mac/launch_services_util.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M base/message_loop/message_pump_io_ios.h View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_pump_io_ios.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M base/native_library_mac.mm View 2 chunks +7 lines, -9 lines 0 comments Download
M base/strings/sys_string_conversions_mac.mm View 1 chunk +7 lines, -8 lines 0 comments Download
M base/time_mac.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/app/breakpad_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/music_manager_private/device_id_mac.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/system_info_storage/storage_info_provider_mac.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M chrome/browser/mac/dock.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/mac/install_from_dmg.mm View 3 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/mac/keychain_reauthorize.mm View 6 chunks +10 lines, -14 lines 0 comments Download
M chrome/browser/mac/relauncher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/mac/security_wrappers.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/policy/policy_loader_mac.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/policy/policy_loader_mac_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/preferences_mock_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_prepopulate_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service/service_process_control_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_mac.mm View 1 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/animatable_image.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/certificate_viewer_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabpose_window.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/tabpose_window.mm View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_view.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_applications/web_app_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/mac/cfbundle_blocker.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/mac/mock_launchd.cc View 7 chunks +15 lines, -23 lines 0 comments Download
M chrome/common/multi_process_lock_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/service_process_util_mac.mm View 1 5 chunks +10 lines, -12 lines 0 comments Download
M chrome/common/service_process_util_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/chrome_content_plugin_client.cc View 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/service/chrome_service_application_mac.mm View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/keycode_text_conversion_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/test_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/webdriver/keycode_text_conversion_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/webdriver_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/webdriver_test_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/download/file_metadata_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_platform_data_fetcher_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_platform_data_fetcher_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/xbox_data_fetcher_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/xbox_data_fetcher_mac.cc View 2 chunks +11 lines, -13 lines 0 comments Download
M content/browser/power_save_blocker_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/backing_store_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/backing_store_mac.mm View 5 chunks +26 lines, -20 lines 0 comments Download
M content/browser/renderer_host/compositing_iosurface_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_drag_source_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_drag_source_mac.mm View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/gpu/image_transport_surface_mac.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/mac/font_loader.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/common/sandbox_mac.mm View 2 chunks +12 lines, -10 lines 0 comments Download
M content/common/sandbox_mac_fontloading_unittest.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M content/plugin/webplugin_proxy.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/plugin/webplugin_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_truetype_font_mac.mm View 10 chunks +25 lines, -28 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M crypto/apple_keychain_ios.mm View 3 chunks +7 lines, -13 lines 0 comments Download
M crypto/cssm_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_info_collector_mac.mm View 1 chunk +7 lines, -7 lines 0 comments Download
M media/audio/mac/aggregate_device_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/mac/audio_manager_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/keygen_handler_mac.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/base/network_change_notifier_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/network_change_notifier_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/network_config_watcher_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/platform_mime_util_mac.mm View 2 chunks +8 lines, -12 lines 0 comments Download
M net/cert/cert_verify_proc_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/test_root_certs.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/test_root_certs_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/cert/x509_certificate_ios.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_util_ios.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_ios.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_mac.cc View 3 chunks +13 lines, -19 lines 0 comments Download
M net/ssl/client_cert_store_impl_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M printing/image_mac.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M printing/pdf_metafile_cg_mac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M printing/pdf_metafile_cg_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M printing/printing_context_mac.mm View 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/curtain_mode_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_resizer_mac.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/input_injector_mac.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M remoting/host/local_input_monitor_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/policy_hack/policy_watcher_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/setup/daemon_controller_mac.mm View 1 chunk +2 lines, -3 lines 0 comments Download
M rlz/mac/lib/machine_id_mac.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M skia/ext/skia_utils_ios.mm View 3 chunks +13 lines, -10 lines 0 comments Download
M skia/ext/skia_utils_mac.mm View 6 chunks +13 lines, -10 lines 0 comments Download
M sync/util/get_session_name_mac.mm View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/clipboard/clipboard_mac.mm View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/base/resource/resource_bundle_ios.mm View 2 chunks +10 lines, -9 lines 0 comments Download
M ui/gfx/blit.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gfx/color_profile_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image_ios.mm View 1 chunk +10 lines, -11 lines 0 comments Download
M ui/gfx/image/image_skia_util_ios.mm View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image_unittest_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image_unittest_util_ios.mm View 1 chunk +10 lines, -9 lines 0 comments Download
M ui/gfx/render_text_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/render_text_mac.cc View 5 chunks +15 lines, -11 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_mac.mm View 4 chunks +5 lines, -6 lines 0 comments Download
M ui/snapshot/snapshot_mac.mm View 1 chunk +5 lines, -3 lines 0 comments Download
M ui/surface/accelerated_surface_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/surface/accelerated_surface_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/common/cursors/webcursor_mac.mm View 1 chunk +9 lines, -10 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_mac.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Nico
7 years, 6 months ago (2013-06-21 20:00:03 UTC) #1
Mark Mentovai
The code change itself looks good for sure. With this change, you can also dump ...
7 years, 6 months ago (2013-06-21 20:29:40 UTC) #2
Nico
Thanks for the review! You found one git-clang-format bug which I'll work with upstream to ...
7 years, 6 months ago (2013-06-21 21:09:06 UTC) #3
Mark Mentovai
Nico wrote: > I think the rule clang-format uses is "if all parameters fit on ...
7 years, 6 months ago (2013-06-21 21:43:08 UTC) #4
Nico
On Fri, Jun 21, 2013 at 2:43 PM, <mark@chromium.org> wrote: > Nico wrote: > >> ...
7 years, 6 months ago (2013-06-21 21:48:08 UTC) #5
Nico
On Fri, Jun 21, 2013 at 2:48 PM, Nico Weber <thakis@chromium.org> wrote: > On Fri, ...
7 years, 6 months ago (2013-06-21 22:02:36 UTC) #6
Mark Mentovai
Right, I see what you mean. I realized that on the way home. I was ...
7 years, 6 months ago (2013-06-21 22:15:30 UTC) #7
Nico
On 2013/06/21 22:15:30, Mark Mentovai wrote: > Right, I see what you mean. I realized ...
7 years, 6 months ago (2013-06-21 22:25:02 UTC) #8
Mark Mentovai
LGTM
7 years, 6 months ago (2013-06-24 15:06:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/16917011/16001
7 years, 6 months ago (2013-06-24 15:38:38 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=11772
7 years, 6 months ago (2013-06-24 15:51:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/16917011/16001
7 years, 6 months ago (2013-06-24 18:36:53 UTC) #12
Nico
7 years, 6 months ago (2013-06-24 18:49:15 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 manually as r208245 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698