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

Issue 1131113004: Convert JsonWriter::Write to taking a const ref for the in-param (Closed)

Created:
5 years, 7 months ago by Evan Stade
Modified:
5 years, 7 months ago
Reviewers:
stevenjb, brettw
CC:
chromium-reviews, zea+watch_chromium.org, chromoting-reviews_chromium.org, hguihot+watch_chromium.org, avayvod+watch_chromium.org, vabr+watchlist_chromium.org, browser-components-watch_chromium.org, sievers+watch_chromium.org, rginda+watch_chromium.org, dgrogan, dmazzoni+watch_chromium.org, tracing+reviews_chromium.org, aandrey+blink_chromium.org, stevenjb+watch_chromium.org, imcheng+watch_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, mlamouri+watch-geolocation_chromium.org, benjhayden+dwatch_chromium.org, jdduke+watch_chromium.org, maniscalco+watch_chromium.org, jam, jbauman+watch_chromium.org, pvalenzuela+watch_chromium.org, je_julie, darin-cc_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, hubbe+watch_chromium.org, mlamouri+watch-content_chromium.org, cmumford, tdresser+watch_chromium.org, jasonroberts+watch_google.com, yuzo+watch_chromium.org, miu+watch_chromium.org, feature-media-reviews_chromium.org, oshima+watch_chromium.org, Michael van Ouwerkerk, piman+watch_chromium.org, gcasto+watchlist_chromium.org, jsbell+idb_chromium.org, danakj+watch_chromium.org, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org, hclam+watch_chromium.org, kalyank, plundblad+watch_chromium.org, Ian Vollick, wfh+watch_chromium.org, maxbogue+watch_chromium.org, nektar+watch_chromium.org, yurys, aboxhall+watch_chromium.org, plaree+watch_chromium.org, davemoore+watch_chromium.org, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, cc-bugs_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert JsonWriter::Write to taking a const ref for the in-param Clearer API; flushes out a lot of unnecessary heap allocations. depends on https://codereview.chromium.org/1129083003/ BUG=none Committed: https://crrev.com/8d04646294767ea1f3a7da596547b465d50cb4d1 Cr-Commit-Position: refs/heads/master@{#330255}

Patch Set 1 #

Patch Set 2 : finish #

Patch Set 3 : fix platform specific stuff #

Total comments: 1

Patch Set 4 : another win fix #

Patch Set 5 : rebase #

Patch Set 6 : more fixes (seemingly unrelated leak fixed as well) #

Patch Set 7 : ios, win #

Patch Set 8 : more win #

Patch Set 9 : rebase #

Patch Set 10 : another rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+594 lines, -629 lines) Patch
M android_webview/browser/aw_dev_tools_discovery_provider.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M base/json/json_string_value_serializer.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/json/json_value_serializer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/json/json_writer.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M base/json/json_writer.cc View 1 10 chunks +13 lines, -12 lines 0 comments Download
M base/json/json_writer_unittest.cc View 1 2 3 4 7 chunks +21 lines, -31 lines 0 comments Download
M base/trace_event/trace_event_argument.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_system_stats_monitor.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/values.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M cc/debug/traced_picture.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/caps/generate_state_json.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_data.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/boot_times_recorder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/accessibility_features_apitest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/file_manager_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/file_manager/url_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/url_util_unittest.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/users/avatar/user_image_manager_browsertest.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_policy_browsertest.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/net/onc_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/proxy_config_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/policy/login_policy_test_base.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/devtools/device/webrtc/send_command_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_protocol.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/debugger/debugger_api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/extension_info_generator_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/messaging/message_property_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/permissions/permissions_api_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/storage/settings_apitest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/storage/settings_sync_unittest.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/storage/settings_sync_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_messages_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/install_signer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_environment.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/local_discovery/privet_http_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/local_discovery/privetv3_session.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/test/local_policy_test_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profile_resetter/resettable_settings_snapshot.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_json_parser_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/feedback_sender.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/child_accounts/family_info_fetcher_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/permission_request_creator_apiary.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/child_accounts/permission_request_creator_apiary_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/experimental/supervised_user_async_url_checker_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_shared_settings_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_shared_settings_service_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/extension_settings_helper.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/certificate_viewer_webui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/preferences_browsertest.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/policy_ui.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/print_system_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/console_logger.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/chrome/dom_tracker.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome/frame_tracker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/log.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/web_view_impl.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/performance_logger.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/server/http_handler_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chromeos/dbus/shill_client_unittest_base.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chromeos/network/network_configuration_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_configuration_handler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_state_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/onc/onc_translator_onc_to_shill.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/shill_property_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/gcp20/prototype/cloud_print_requester.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M cloud_print/gcp20/prototype/printer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/gcp20/prototype/printer_state.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/gcp20/prototype/privet_http_server.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/service/service_state.cc View 1 2 chunks +4 lines, -6 lines 0 comments Download
M cloud_print/service/win/chrome_launcher.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M cloud_print/service/win/service_listener.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_client.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/wallet/real_pan_wallet_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/common/password_form.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/common/save_password_progress_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/cloud_devices/common/cloud_device_description.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/cloud_devices/common/printer_description_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/devtools_http_handler/devtools_http_handler.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -5 lines 0 comments Download
M components/dom_distiller/core/distiller_page.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/dom_distiller/core/page_features_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/dom_distiller/core/viewer.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M components/domain_reliability/context.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/error_page/renderer/net_error_helper_core_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M components/history/core/browser/delete_directive_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/web_history_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/invalidation/invalidation_test_util.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/invalidation/invalidation_util.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/invalidation/p2p_invalidator.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M components/omnibox/search_suggestion_parser.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/policy_header_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_win_unittest.cc View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M components/policy/core/common/policy_test_utils.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M components/printing/renderer/print_web_view_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/client.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/search_engines/keyword_table.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M components/search_provider_logos/logo_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/search_provider_logos/logo_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/webcrypto/jwk.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/webcrypto/test/test_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/accessibility_tree_formatter_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/accessibility_ui.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/android/tracing_controller_android.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/protocol/devtools_protocol_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/protocol/devtools_protocol_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/network_location_provider_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/network_location_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tracing/tracing_ui.cc View 3 chunks +14 lines, -15 lines 0 comments Download
M content/browser/web_contents/web_contents_android.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/web_ui_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/stats_collection_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_devtools_frontend.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/shell/renderer/layout_test/leak_detector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/test_runner/test_interfaces.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M dbus/values_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M dbus/values_util_unittest.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/cast_channel/keep_alive_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/storage/settings_quota_unittest.cc View 1 24 chunks +166 lines, -167 lines 0 comments Download
M extensions/browser/api/storage/settings_storage_quota_enforcer.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/computed_hashes.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/value_store/leveldb_value_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/value_store/value_store_change.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/value_store/value_store_unittest.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/common/permissions/manifest_permission.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/permissions/set_disjunction_permission.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/value_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/drive/drive_api_requests.cc View 1 2 3 4 5 6 7 8 8 chunks +8 lines, -8 lines 0 comments Download
M google_apis/gaia/fake_gaia.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/render_tree.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/web/web_state/ui/crw_web_controller_observer_unittest.mm View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M ios/web/webui/web_ui_ios_impl.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message_utils.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M jingle/glue/utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/media_log.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M media/cast/sender/fake_software_video_encoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cast/test/sender.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/test/simulator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_persister.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M net/log/test_net_log_entry.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M net/log/trace_net_log_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/log/write_to_file_net_log_observer.cc View 3 chunks +8 lines, -10 lines 0 comments Download
M net/test/spawned_test_server/remote_test_server.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/get_server_time/get_server_time.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M pdf/out_of_process_instance.cc View 1 chunk +1 line, -1 line 0 comments Download
M pdf/pdfium/pdfium_engine.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M printing/printed_document.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/vlog_net_log.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/host/cast_extension_session.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M remoting/host/gnubby_auth_handler_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/it2me/it2me_native_messaging_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/it2me/it2me_native_messaging_host_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/native_messaging/native_messaging_pipe.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/native_messaging/native_messaging_writer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/policy_watcher_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_win.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/setup/me2me_native_messaging_host_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/setup/service_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/token_validator_factory_impl_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/video_frame_recorder_host_extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/api/sync_data.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M sync/engine/traffic_logger.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M sync/js/js_event_details.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/nigori_util.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M sync/test/fake_server/fake_server_verifier.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M sync/tools/sync_client.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/latency_info.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (13 generated)
Evan Stade
5 years, 7 months ago (2015-05-11 20:33:12 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131113004/20001
5 years, 7 months ago (2015-05-11 20:35:01 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/15077) ios_rel_device_ninja on ...
5 years, 7 months ago (2015-05-11 21:08:24 UTC) #6
Evan Stade
+stevenjb for chromeos stuff https://codereview.chromium.org/1131113004/diff/40001/remoting/host/setup/daemon_controller_delegate_win.cc File remoting/host/setup/daemon_controller_delegate_win.cc (left): https://codereview.chromium.org/1131113004/diff/40001/remoting/host/setup/daemon_controller_delegate_win.cc#oldcode461 remoting/host/setup/daemon_controller_delegate_win.cc:461: base::JSONWriter::Write(config.release(), &config_str); caught a leak
5 years, 7 months ago (2015-05-12 16:40:12 UTC) #8
brettw
lgtm
5 years, 7 months ago (2015-05-12 19:10:08 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131113004/60001
5 years, 7 months ago (2015-05-12 19:24:35 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/65271)
5 years, 7 months ago (2015-05-12 19:34:34 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131113004/60001
5 years, 7 months ago (2015-05-12 23:40:40 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/52271) mac_chromium_rel_ng on ...
5 years, 7 months ago (2015-05-12 23:50:18 UTC) #17
stevenjb
owner lgtm
5 years, 7 months ago (2015-05-15 00:38:15 UTC) #18
Evan Stade
The browser tests on linux_chromium_chromeos_asan_rel_ng are flaking with and without the patch, on this patch ...
5 years, 7 months ago (2015-05-15 18:32:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131113004/160001
5 years, 7 months ago (2015-05-15 18:35:15 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/66845)
5 years, 7 months ago (2015-05-15 18:57:13 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131113004/180001
5 years, 7 months ago (2015-05-15 23:29:40 UTC) #27
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 7 months ago (2015-05-16 01:02:46 UTC) #28
commit-bot: I haz the power
5 years, 7 months ago (2015-05-18 11:30:19 UTC) #29
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/8d04646294767ea1f3a7da596547b465d50cb4d1
Cr-Commit-Position: refs/heads/master@{#330255}

Powered by Google App Engine
This is Rietveld 408576698