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

Issue 134443002: Update fetch / loader 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, nessy, gavinp+prerender_chromium.org, philipj_slow, gasubic, gavinp+loader_chromium.org, Nate Chapin, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Update fetch / loader classes to use OVERRIDE / FINAL when needed Update fetch / loader classes to use OVERRIDE / FINAL when needed. Those are useful for error checking or performance when the compiler supports it. R=esprehn, abarth BUG=333316 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164935

Patch Set 1 #

Total comments: 1

Patch Set 2 : No OVERRIDE / FINAL in web #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -104 lines) Patch
M Source/core/fetch/CSSStyleSheetResource.h View 2 chunks +5 lines, -7 lines 0 comments Download
M Source/core/fetch/DocumentResource.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/DocumentResourceReference.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/FontResource.h View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/fetch/ImageResource.h View 3 chunks +15 lines, -15 lines 0 comments Download
M Source/core/fetch/ImageResourceClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/MemoryCache.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/MockImageResourceClient.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/RawResource.h View 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/fetch/ResourceFetcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ResourceLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ScriptResource.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/ShaderResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/XSLStyleSheetResource.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/loader/DocumentLoader.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/loader/DocumentThreadableLoader.h View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/loader/DocumentThreadableLoaderClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.h View 10 chunks +11 lines, -12 lines 0 comments Download
M Source/core/loader/FrameFetchContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/ImageLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/LinkLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/PingLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/PrerenderHandle.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/TextTrackLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/WorkerThreadableLoader.h View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/loader/appcache/ApplicationCache.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/AssociatedURLLoader.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Inactive
6 years, 11 months ago (2014-01-10 19:16:56 UTC) #1
eseidel
I am not sure we use OVERRIDE in web/ Or we do, but not for ...
6 years, 11 months ago (2014-01-10 19:23:01 UTC) #2
eseidel
otherwise lgtm.
6 years, 11 months ago (2014-01-10 19:23:15 UTC) #3
Inactive
https://codereview.chromium.org/134443002/diff/1/Source/web/AssociatedURLLoader.cpp File Source/web/AssociatedURLLoader.cpp (left): https://codereview.chromium.org/134443002/diff/1/Source/web/AssociatedURLLoader.cpp#oldcode143 Source/web/AssociatedURLLoader.cpp:143: virtual bool isDocumentThreadableLoaderClient() { return true; } If you ...
6 years, 11 months ago (2014-01-10 19:28:08 UTC) #4
Inactive
On 2014/01/10 19:23:01, eseidel wrote: > I am not sure we use OVERRIDE in web/ ...
6 years, 11 months ago (2014-01-11 04:53:47 UTC) #5
Inactive
I kept the OVERRIDE / FINAL changes to the web class out of this patch. ...
6 years, 11 months ago (2014-01-11 19:28:39 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/134443002/230001
6 years, 11 months ago (2014-01-11 19:29:02 UTC) #7
commit-bot: I haz the power
6 years, 11 months ago (2014-01-11 20:28:12 UTC) #8
Message was sent while issue was closed.
Change committed as 164935

Powered by Google App Engine
This is Rietveld 408576698