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

Issue 719833002: Clean up virtual functions in css/ (Closed)

Created:
6 years, 1 month ago by rwlbuis
Modified:
6 years, 1 month ago
Reviewers:
Timothy Loh
CC:
blink-reviews, kenneth.christiansen, Yoav Weiss, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Clean up virtual functions in css/ Clean up virtual functions in css/ by: - Making classes final when possible - Using 'override' when appropriate - Making isXXX() virtual functions private on XXX classes I also added a few nullptr usages. Based on: http://trac.webkit.org/changeset/175391 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185243

Patch Set 1 #

Patch Set 2 : Remove some changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -26 lines) Patch
M Source/core/css/CSSBasicShapes.h View 8 chunks +9 lines, -5 lines 0 comments Download
M Source/core/css/CSSBorderImageSliceValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCharsetRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSCrossfadeValue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSFilterRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSFontFaceRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSFontFaceSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontSelector.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImportRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSKeyframeRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSKeyframesRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSMediaRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSPageRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSStyleRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSSupportsRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSUnknownRule.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/LocalFontFaceSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/RemoteFontFaceSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleMedia.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
rwlbuis
PTAL
6 years, 1 month ago (2014-11-12 17:03:06 UTC) #2
Timothy Loh
On 2014/11/12 17:03:06, rwlbuis wrote: > PTAL I don't understand the point of moving type() ...
6 years, 1 month ago (2014-11-12 18:07:05 UTC) #3
rwlbuis
On 2014/11/12 18:07:05, Timothy Loh wrote: > On 2014/11/12 17:03:06, rwlbuis wrote: > > PTAL ...
6 years, 1 month ago (2014-11-12 18:20:29 UTC) #4
Timothy Loh
On 2014/11/12 18:20:29, rwlbuis wrote: > On 2014/11/12 18:07:05, Timothy Loh wrote: > > On ...
6 years, 1 month ago (2014-11-12 18:31:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/719833002/20001
6 years, 1 month ago (2014-11-12 19:26:41 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-12 20:35:22 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 185243

Powered by Google App Engine
This is Rietveld 408576698