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

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed)

Created:
10 years ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews, vrk (LEFT CHROMIUM), cbentzel+watch_chromium.org, fbarchard, Alpha Left Google, ben+cc_chromium.org, Sergey Ulanov, ddorwin+watch_chromium.org, jam, Randy Smith (Not in Mondays), sjl, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, awong, garykac, brettw-cc_chromium.org, dmac, Paweł Hajdan Jr., stuartmorgan+watch_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Start deinlining non-empty virtual methods. (This will be automatically checked for in the future.) BUG=none TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68746

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove virtual from VideoFrame::type() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -169 lines) Patch
M app/animation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M app/animation.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M app/menus/menu_model.h View 2 chunks +2 lines, -2 lines 0 comments Download
M app/menus/menu_model.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M app/slide_animation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M app/slide_animation.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M app/throb_animation.h View 1 chunk +1 line, -1 line 0 comments Download
M app/throb_animation.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/message_pump_glib.h View 1 chunk +1 line, -1 line 0 comments Download
M base/message_pump_glib.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/metrics/histogram.h View 1 chunk +3 lines, -3 lines 0 comments Download
M base/metrics/histogram.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M base/values_util.h View 1 chunk +1 line, -3 lines 0 comments Download
M base/values_util.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/importer/importer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/importer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/json_pref_store.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/json_pref_store.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/net/gaia/gaia_authenticator.h View 2 chunks +2 lines, -7 lines 0 comments Download
M chrome/common/net/gaia/gaia_authenticator.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/common/pref_store.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/pref_store.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/common/pref_store_base.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/pref_store_base.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/service/net/service_url_request_context.h View 1 chunk +1 line, -6 lines 0 comments Download
M chrome/service/net/service_url_request_context.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/worker/websharedworker_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/websharedworker_stub.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/worker/webworker_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/webworker_stub.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/worker/webworkerclient_proxy.h View 1 chunk +1 line, -6 lines 0 comments Download
M chrome/worker/webworkerclient_proxy.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/worker/worker_webapplicationcachehost_impl.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/worker/worker_webapplicationcachehost_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M media/base/buffers.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/buffers.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/filters.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/filters.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/video_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/capturing_net_log.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/capturing_net_log.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/cookie_monster.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/cookie_monster.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/host_resolver.h View 1 chunk +2 lines, -4 lines 0 comments Download
M net/base/host_resolver.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_ls.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_ls.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_mlsd.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_mlsd.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_netware.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_netware.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_windows.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_windows.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_auth_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth_handler.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M net/http/http_stream_request.h View 1 chunk +3 lines, -5 lines 0 comments Download
M net/http/http_stream_request.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/net.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M net/server/http_listen_socket.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/server/http_listen_socket.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M net/socket/socks_client_socket_pool.h View 2 chunks +3 lines, -9 lines 0 comments Download
M net/socket/socks_client_socket_pool.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket.h View 2 chunks +11 lines, -44 lines 0 comments Download
A net/socket/ssl_client_socket.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M net/socket/tcp_client_socket_libevent.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_client_socket_libevent.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/tcp_client_socket_pool.h View 3 chunks +5 lines, -21 lines 0 comments Download
M net/socket/tcp_client_socket_pool.cc View 3 chunks +31 lines, -0 lines 0 comments Download
M net/spdy/spdy_http_stream.h View 1 chunk +6 lines, -14 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M ppapi/cpp/module.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/cpp/module.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/host_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/host_dispatcher.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_resource.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/jingle_glue/xmpp_socket_adapter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/jingle_glue/xmpp_socket_adapter.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M skia/ext/bitmap_platform_device_linux.h View 1 chunk +2 lines, -4 lines 0 comments Download
M skia/ext/bitmap_platform_device_linux.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/plugins/webplugin.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/webplugin.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Elliot Glaysher
(Looking for rubberstamp) Now that I've made it an error to declare a virtual override ...
10 years ago (2010-12-08 22:55:09 UTC) #1
willchan no longer on Chromium
Minor concern that I want to raise that doesn't mean this change isn't good, but ...
10 years ago (2010-12-08 23:01:41 UTC) #2
Elliot Glaysher
On 2010/12/08 23:01:41, willchan wrote: > There _are_ cases where inlined virtuals will be inlined ...
10 years ago (2010-12-08 23:19:25 UTC) #3
scherkus (not reviewing)
one nit on media code (found a method that should'nt have been virtual in the ...
10 years ago (2010-12-09 02:24:14 UTC) #4
Elliot Glaysher
Ping reviewers; looking for a rubberstamp. On 2010/12/09 02:24:14, scherkus wrote: http://codereview.chromium.org/5574006/diff/1/media/base/video_frame.h#newcode97 > media/base/video_frame.h:97: virtual ...
10 years ago (2010-12-09 17:37:10 UTC) #5
Elliot Glaysher
Ping reviewers; looking for a rubberstamp. On 2010/12/09 02:24:14, scherkus wrote: http://codereview.chromium.org/5574006/diff/1/media/base/video_frame.h#newcode97 > media/base/video_frame.h:97: virtual ...
10 years ago (2010-12-09 17:37:11 UTC) #6
James Hawkins
10 years ago (2010-12-09 18:03:59 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698