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

Issue 112963005: Update uses of UTF conversions in courgette/, device/, extensions/, google_apis/, gpu/, ipc/, media… (Closed)

Created:
6 years, 12 months ago by Avi (use Gerrit)
Modified:
6 years, 12 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, Paweł Hajdan Jr., jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, chromium-apps-reviews_chromium.org, mmenke
Visibility:
Public.

Description

Update uses of UTF conversions in courgette/, device/, extensions/, google_apis/, gpu/, ipc/, media/, net/ to use the base:: namespace. BUG=330556 TEST=no change TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242496

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -219 lines) Patch
M courgette/encoded_program.cc View 1 chunk +2 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_chromeos_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_device.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/admin_policy.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/management_policy_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M extensions/browser/test_management_policy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/error_utils.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M extensions/common/extension.cc View 10 chunks +16 lines, -16 lines 0 comments Download
M extensions/common/manifest_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/manifest_handlers/background_info.cc View 2 chunks +2 lines, -1 line 0 comments Download
M extensions/common/manifest_handlers/csp_info.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/common/manifest_handlers/incognito_info.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/common/manifest_handlers/kiosk_mode_info.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M extensions/common/manifest_handlers/offline_enabled_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/manifest_handlers/requirements_info.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/common/manifest_handlers/sandboxed_page_info.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M extensions/common/manifest_handlers/shared_module_info.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M extensions/common/permissions/permissions_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/permissions/permissions_data_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/stack_frame_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M google_apis/drive/gdata_wapi_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/oauth2_mint_token_flow.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/oauth2_mint_token_flow_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M gpu/config/gpu_dx_diagnostics_win.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ipc/ipc_channel_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/ipc_message_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/win/audio_device_listener_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/win/audio_device_listener_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/win/audio_low_latency_input_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/win/core_audio_util_win.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M media/audio/win/core_audio_util_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/win/device_enumeration_win.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M media/midi/midi_manager_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/escape.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M net/base/escape_unittest.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M net/base/keygen_handler_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/mime_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/base/mime_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/net_util.cc View 9 chunks +14 lines, -13 lines 0 comments Download
M net/base/net_util_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M net/base/net_util_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_time_notifier.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/base/platform_mime_util_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/cert/cert_verify_proc_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/nss_cert_database_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/cert/x509_cert_types_mac.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/cert/x509_cert_types_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_config_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/host_resolver_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_auth_cache_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_ls.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_netware.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_netware_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_unittest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/ftp/ftp_network_transaction.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/ftp/ftp_network_transaction_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/ftp/ftp_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/ftp/ftp_util_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/http_auth_cache_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_auth_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_basic.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_digest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_digest_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_content_disposition.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_content_disposition_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_pipelined_network_transaction_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/url_security_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/mock_proxy_script_fetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/multi_threaded_proxy_resolver_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_script_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M net/proxy/proxy_resolver_v8_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_resolver_winhttp.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/proxy/proxy_script_decider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/proxy/proxy_script_decider_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/proxy/proxy_service_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket_stream/socket_stream_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/python_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/local_test_server_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/get_server_time/get_server_time.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/testserver/run_testserver.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/url_request/url_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_file_dir_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_ftp_job_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/112963005/1
6 years, 12 months ago (2013-12-25 01:13:49 UTC) #1
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=42704
6 years, 12 months ago (2013-12-25 01:32:23 UTC) #2
Avi (use Gerrit)
6 years, 12 months ago (2013-12-25 18:18:09 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r242496 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698