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

Issue 668663006: Standardize usage of virtual/override/final in mojo/ (Closed)

Created:
6 years, 2 months ago by dcheng
Modified:
6 years, 2 months ago
Reviewers:
Matt Perry
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, cc-bugs_chromium.org, chromium-reviews, darin (slow to review), mkwst+moarreviews-ipc_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Standardize usage of virtual/override/final in mojo/ This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=mpcomplete@chromium.org Committed: https://crrev.com/3fc12db4bdf0829f206dafbb23d411ff502d7de6 Cr-Commit-Position: refs/heads/master@{#300470}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+995 lines, -1119 lines) Patch
M mojo/application_manager/application_loader.h View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/application_manager/application_manager.cc View 6 chunks +9 lines, -12 lines 0 comments Download
M mojo/application_manager/application_manager_unittest.cc View 12 chunks +39 lines, -42 lines 0 comments Download
M mojo/application_manager/background_shell_application_loader.h View 1 chunk +7 lines, -7 lines 0 comments Download
M mojo/application_manager/background_shell_application_loader_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/apps/js/application_delegate_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/apps/js/bindings/gl/context.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/apps/js/content_handler_impl.h View 1 chunk +4 lines, -5 lines 0 comments Download
M mojo/apps/js/content_handler_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/apps/js/content_handler_main.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M mojo/apps/js/mojo_runner_delegate.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/apps/js/standalone_main.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/apps/js/test/handle_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/apps/js/test/js_to_cpp_unittest.cc View 7 chunks +22 lines, -36 lines 0 comments Download
M mojo/bindings/js/handle.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/bindings/js/waiting_callback.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/cc/context_provider_mojo.h View 1 chunk +12 lines, -12 lines 0 comments Download
M mojo/cc/direct_output_surface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/cc/output_surface_mojo.h View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/common/handle_watcher.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M mojo/common/message_pump_mojo.h View 2 chunks +5 lines, -6 lines 0 comments Download
M mojo/common/message_pump_mojo_unittest.cc View 3 chunks +4 lines, -8 lines 0 comments Download
M mojo/converters/input_events/mojo_extended_key_event_data.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer.h View 2 chunks +12 lines, -13 lines 0 comments Download
M mojo/edk/embedder/simple_platform_support.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/edk/system/channel.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/edk/system/channel_unittest.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M mojo/edk/system/core_test_base.cc View 5 chunks +30 lines, -37 lines 0 comments Download
M mojo/edk/system/data_pipe_consumer_dispatcher.h View 1 chunk +21 lines, -24 lines 0 comments Download
M mojo/edk/system/data_pipe_producer_dispatcher.h View 1 chunk +21 lines, -25 lines 0 comments Download
M mojo/edk/system/dispatcher_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M mojo/edk/system/local_data_pipe.h View 1 chunk +13 lines, -16 lines 0 comments Download
M mojo/edk/system/local_message_pipe_endpoint.h View 1 chunk +17 lines, -18 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher.h View 3 chunks +23 lines, -25 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/edk/system/platform_handle_dispatcher.h View 2 chunks +9 lines, -9 lines 0 comments Download
M mojo/edk/system/proxy_message_pipe_endpoint.h View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/edk/system/raw_channel_posix.cc View 1 chunk +15 lines, -16 lines 0 comments Download
M mojo/edk/system/raw_channel_unittest.cc View 10 chunks +19 lines, -19 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher.h View 3 chunks +11 lines, -11 lines 0 comments Download
M mojo/edk/system/simple_dispatcher.h View 2 chunks +8 lines, -10 lines 0 comments Download
M mojo/edk/system/simple_dispatcher_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/edk/system/waiter_test_utils.h View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/edk/system/waiter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/test/test_support_impl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/gles2/command_buffer_client_impl.h View 1 chunk +32 lines, -33 lines 0 comments Download
M mojo/gles2/command_buffer_client_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/gles2/gles2_context.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/c/system/tests/core_perftest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/public/cpp/application/application_impl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/application/lib/service_registry.h View 1 chunk +7 lines, -9 lines 0 comments Download
M mojo/public/cpp/application/lib/weak_service_provider.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/cpp/application/service_provider_impl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/public/cpp/application/tests/service_registry_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M mojo/public/cpp/bindings/lib/connector.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/lib/fixed_buffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/lib/message_header_validator.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/router.h View 3 chunks +6 lines, -6 lines 0 comments Download
M mojo/public/cpp/bindings/lib/router.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/message.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/bindings/message_filter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/no_interface.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/cpp/bindings/tests/connector_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/public/cpp/bindings/tests/handle_passing_unittest.cc View 8 chunks +12 lines, -13 lines 0 comments Download
M mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc View 6 chunks +15 lines, -15 lines 0 comments Download
M mojo/public/cpp/bindings/tests/request_response_unittest.cc View 1 chunk +8 lines, -9 lines 0 comments Download
M mojo/public/cpp/bindings/tests/router_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M mojo/public/cpp/bindings/tests/sample_service_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M mojo/public/cpp/bindings/tests/validation_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M mojo/public/cpp/environment/lib/default_async_waiter.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/cpp/system/tests/macros_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/cpp/utility/tests/mutex_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M mojo/public/cpp/utility/tests/run_loop_unittest.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M mojo/public/cpp/utility/tests/thread_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M mojo/services/clipboard/clipboard_standalone_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/clipboard/main.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M mojo/services/gles2/command_buffer_impl.h View 1 chunk +11 lines, -12 lines 0 comments Download
M mojo/services/gles2/command_buffer_impl.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M mojo/services/gles2/mojo_buffer_backing.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/html_viewer/html_document_view.h View 1 chunk +10 lines, -11 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M mojo/services/html_viewer/weblayertreeview_impl.h View 2 chunks +19 lines, -19 lines 0 comments Download
M mojo/services/html_viewer/websockethandle_impl.cc View 3 chunks +11 lines, -14 lines 0 comments Download
M mojo/services/html_viewer/webthread_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/native_viewport/gpu_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/native_viewport/main.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M mojo/services/native_viewport/native_viewport_impl.h View 1 chunk +11 lines, -13 lines 0 comments Download
M mojo/services/native_viewport/platform_viewport_headless.h View 2 chunks +9 lines, -9 lines 0 comments Download
M mojo/services/native_viewport/platform_viewport_mac.mm View 2 chunks +9 lines, -21 lines 0 comments Download
M mojo/services/native_viewport/viewport_surface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/services/network/cookie_store_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/network/main.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M mojo/services/network/net_adapters.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/services/network/network_service_impl.h View 1 chunk +7 lines, -7 lines 0 comments Download
M mojo/services/network/tcp_bound_socket_impl.h View 2 chunks +8 lines, -10 lines 0 comments Download
M mojo/services/network/tcp_connected_socket_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/tcp_server_socket_impl.h View 1 chunk +5 lines, -6 lines 0 comments Download
M mojo/services/network/udp_socket_impl.h View 1 chunk +10 lines, -10 lines 0 comments Download
M mojo/services/network/udp_socket_unittest.cc View 4 chunks +10 lines, -11 lines 0 comments Download
M mojo/services/network/url_loader_impl.h View 1 chunk +10 lines, -14 lines 0 comments Download
M mojo/services/network/url_loader_impl.cc View 1 chunk +8 lines, -14 lines 0 comments Download
M mojo/services/network/web_socket_impl.h View 1 chunk +9 lines, -11 lines 0 comments Download
M mojo/services/network/web_socket_impl.cc View 1 chunk +16 lines, -17 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h View 2 chunks +31 lines, -32 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc View 11 chunks +30 lines, -33 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_unittest.cc View 9 chunks +20 lines, -26 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_manager_client_factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/surfaces/surfaces_impl.h View 1 chunk +15 lines, -16 lines 0 comments Download
M mojo/services/surfaces/surfaces_service_application.h View 1 chunk +6 lines, -7 lines 0 comments Download
M mojo/services/surfaces/surfaces_service_impl.h View 1 chunk +4 lines, -3 lines 0 comments Download
M mojo/services/test_service/test_request_tracker_application.h View 1 chunk +4 lines, -5 lines 0 comments Download
M mojo/services/test_service/test_request_tracker_client_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/test_service/test_request_tracker_impl.h View 2 chunks +6 lines, -7 lines 0 comments Download
M mojo/services/test_service/test_service_application.h View 1 chunk +6 lines, -7 lines 0 comments Download
M mojo/services/test_service/test_service_impl.h View 1 chunk +6 lines, -7 lines 0 comments Download
M mojo/services/test_service/test_time_service_impl.h View 1 chunk +3 lines, -4 lines 0 comments Download
M mojo/shell/app_child_process.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/shell/app_child_process.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/shell/app_child_process_host.h View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/shell/child_process_host_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/shell/context.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/shell/context.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M mojo/shell/dynamic_application_loader.h View 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/shell/dynamic_application_loader.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/shell/dynamic_application_loader_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M mojo/shell/external_application_listener_posix.h View 2 chunks +7 lines, -8 lines 0 comments Download
M mojo/shell/external_application_listener_posix.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/shell/in_process_dynamic_service_runner.h View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/shell/out_of_process_dynamic_service_runner.h View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/shell/shell_test_base_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/shell/test_child_process.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/shell/ui_application_loader_android.h View 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/spy/spy.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/spy/spy_server_impl.h View 2 chunks +7 lines, -8 lines 0 comments Download
M mojo/spy/websocket_server.h View 2 chunks +14 lines, -19 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
dcheng
6 years, 2 months ago (2014-10-21 10:41:32 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/668663006/1
6 years, 2 months ago (2014-10-21 10:45:00 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 2 months ago (2014-10-21 12:16:45 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/3fc12db4bdf0829f206dafbb23d411ff502d7de6 Cr-Commit-Position: refs/heads/master@{#300470}
6 years, 2 months ago (2014-10-21 13:09:48 UTC) #5
viettrungluu
On 2014/10/21 13:09:48, I haz the power (commit-bot) wrote: > Patchset 1 (id:??) landed as ...
6 years, 2 months ago (2014-10-21 14:27:12 UTC) #6
dcheng
On 2014/10/21 14:27:12, viettrungluu wrote: > On 2014/10/21 13:09:48, I haz the power (commit-bot) wrote: ...
6 years, 2 months ago (2014-10-21 15:40:24 UTC) #7
viettrungluu
On 2014/10/21 15:40:24, dcheng wrote: > On 2014/10/21 14:27:12, viettrungluu wrote: > > On 2014/10/21 ...
6 years, 2 months ago (2014-10-21 16:39:20 UTC) #8
dcheng
On 2014/10/21 at 16:39:20, viettrungluu wrote: > On 2014/10/21 15:40:24, dcheng wrote: > > On ...
6 years, 2 months ago (2014-10-21 16:44:52 UTC) #9
Matt Perry
6 years, 2 months ago (2014-10-21 19:15:08 UTC) #10
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698