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

Issue 135753002: Update web classes to use OVERRIDE / FINAL when needed (Closed)

Created:
6 years, 11 months ago by Inactive
Modified:
6 years, 11 months ago
CC:
blink-reviews, vsevik+blink_chromium.org, caseq+blink_chromium.org, alph+blink_chromium.org, gavinp+prerender_chromium.org, jsbell, pfeldman+blink_chromium.org, eustas+blink_chromium.org, philipj_slow, alecflett, yurys+blink_chromium.org, lushnikov+blink_chromium.org, kinuko, feature-media-reviews_chromium.org, paulirish+reviews_chromium.org, dgrogan, groby+blinkspell_chromium.org, cmumford, devtools-reviews_chromium.org, apavlov+blink_chromium.org, aandrey+blink_chromium.org, loislo+blink_chromium.org
Visibility:
Public.

Description

Update web classes to use OVERRIDE / FINAL when needed Update web classes to use OVERRIDE / FINAL when needed. Those are useful for error checking or performance when the compiler supports it. Only non-exposed classes were updated to avoid trouble. R=abarth BUG=333316 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165421

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+885 lines, -925 lines) Patch
M Source/web/ApplicationCacheHostInternal.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/web/AssociatedURLLoader.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/web/AssociatedURLLoader.cpp View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/web/BackForwardClientImpl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/ChromeClientImpl.h View 4 chunks +73 lines, -73 lines 0 comments Download
M Source/web/ColorChooserPopupUIController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ColorChooserUIController.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/ContextFeaturesClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ContextMenuClientImpl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/DatabaseClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/DateTimeChooserImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/DragClientImpl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/EditorClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/EventListenerWrapper.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/ExternalDateTimeChooser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ExternalPopupMenu.h View 2 chunks +5 lines, -6 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 2 chunks +65 lines, -66 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M Source/web/GeolocationClientMock.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/GeolocationClientProxy.h View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/web/GraphicsLayerFactoryChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/IDBFactoryBackendProxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/InspectorClientImpl.h View 1 chunk +21 lines, -22 lines 0 comments Download
M Source/web/InspectorFrontendClientImpl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/web/LinkHighlight.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/LocalFileSystemClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/MIDIClientProxy.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/NotificationPresenterImpl.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/web/PinchViewports.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/PopupContainer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/PopupListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupMenuChromium.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/PrerendererClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ScrollbarGroup.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/SharedWorkerRepositoryClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/SpeechInputClientImpl.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/web/SpeechRecognitionClientProxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/SpellCheckerClientImpl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/StorageAreaProxy.h View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/web/StorageNamespaceProxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/UserMediaClientImpl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/ValidationMessageClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDataSourceImpl.h View 1 3 chunks +17 lines, -17 lines 0 comments Download
M Source/web/WebDevToolsAgentImpl.h View 1 chunk +37 lines, -36 lines 0 comments Download
M Source/web/WebDevToolsFrontendImpl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebEmbeddedWorkerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFileChooserCompletionImpl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/WebFontImpl.h View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/web/WebFrameImpl.h View 2 chunks +125 lines, -125 lines 0 comments Download
M Source/web/WebHelperPluginImpl.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 5 chunks +31 lines, -30 lines 0 comments Download
M Source/web/WebPagePopupImpl.h View 1 chunk +5 lines, -4 lines 0 comments Download
M Source/web/WebPluginContainerImpl.h View 3 chunks +35 lines, -35 lines 0 comments Download
M Source/web/WebPluginScrollbarImpl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebPopupMenuImpl.h View 2 chunks +29 lines, -29 lines 0 comments Download
M Source/web/WebSettingsImpl.h View 1 chunk +138 lines, -143 lines 0 comments Download
M Source/web/WebSettingsImpl.cpp View 3 chunks +0 lines, -24 lines 0 comments Download
M Source/web/WebSharedWorkerImpl.h View 1 2 2 chunks +22 lines, -22 lines 0 comments Download
M Source/web/WebSocketImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebTextCheckingCompletionImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.h View 1 6 chunks +143 lines, -145 lines 0 comments Download
M Source/web/WorkerGlobalScopeProxyProviderImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WorkerPermissionClient.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
Inactive
6 years, 11 months ago (2014-01-11 23:36:58 UTC) #1
eseidel
James or Adam or such should review this. I don't feel super well versed in ...
6 years, 11 months ago (2014-01-12 03:42:22 UTC) #2
abarth-chromium
On 2014/01/12 03:42:22, eseidel wrote: > James or Adam or such should review this. I ...
6 years, 11 months ago (2014-01-12 04:01:03 UTC) #3
Inactive
FYI, this is the last big patch in the series. It looks like I have ...
6 years, 11 months ago (2014-01-13 14:35:30 UTC) #4
Inactive
On 2014/01/12 04:01:03, abarth wrote: > On 2014/01/12 03:42:22, eseidel wrote: > > James or ...
6 years, 11 months ago (2014-01-17 20:38:35 UTC) #5
abarth-chromium
lgtm
6 years, 11 months ago (2014-01-18 08:59:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/1
6 years, 11 months ago (2014-01-18 08:59:41 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/web/FrameLoaderClientImpl.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-18 09:00:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/680001
6 years, 11 months ago (2014-01-18 15:10:31 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=18078
6 years, 11 months ago (2014-01-18 15:43:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/680001
6 years, 11 months ago (2014-01-18 16:27:07 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=18086
6 years, 11 months ago (2014-01-18 16:51:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/680001
6 years, 11 months ago (2014-01-18 18:26:27 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=18095
6 years, 11 months ago (2014-01-18 18:52:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/680001
6 years, 11 months ago (2014-01-19 03:41:23 UTC) #15
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=18103
6 years, 11 months ago (2014-01-19 04:10:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/680001
6 years, 11 months ago (2014-01-20 15:00:19 UTC) #17
commit-bot: I haz the power
Failed to apply patch for Source/web/WebSharedWorkerImpl.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-20 15:00:43 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/1040001
6 years, 11 months ago (2014-01-20 18:13:37 UTC) #19
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=23302
6 years, 11 months ago (2014-01-20 19:09:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135753002/1040001
6 years, 11 months ago (2014-01-20 19:11:48 UTC) #21
commit-bot: I haz the power
6 years, 11 months ago (2014-01-20 20:16:23 UTC) #22
Message was sent while issue was closed.
Change committed as 165421

Powered by Google App Engine
This is Rietveld 408576698