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

Issue 134343002: Update editing 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, groby+blinkspell_chromium.org, yosin_UTC9
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Update editing classes to use OVERRIDE / FINAL when needed Update editing 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=164892

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -92 lines) Patch
M Source/core/editing/AppendNodeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ApplyBlockElementCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ApplyStyleCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/BreakBlockquoteCommand.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/CompositeEditCommand.h View 2 chunks +3 lines, -3 lines 2 comments Download
M Source/core/editing/CreateLinkCommand.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/editing/DeleteFromTextNodeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/DeleteSelectionCommand.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/editing/EditCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/FormatBlockCommand.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/editing/IndentOutdentCommand.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/editing/InsertIntoTextNodeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/InsertLineBreakCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/InsertListCommand.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/InsertNodeBeforeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/InsertParagraphSeparatorCommand.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/InsertTextCommand.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/MergeIdenticalElementsCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ModifySelectionListLevel.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/editing/MoveSelectionCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/RemoveCSSPropertyCommand.h View 2 chunks +2 lines, -2 lines 2 comments Download
M Source/core/editing/RemoveFormatCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/RemoveNodeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/RemoveNodePreservingChildrenCommand.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/ReplaceNodeWithSpanCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/SetNodeAttributeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SetSelectionCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SimplifyMarkupCommand.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/SpellCheckRequester.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SpellingCorrectionCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/SplitElementCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SplitTextNodeCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SplitTextNodeContainingElementCommand.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/TypingCommand.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/editing/UnlinkCommand.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/WrapContentsInDummySpanCommand.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/markup.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Inactive
6 years, 11 months ago (2014-01-10 18:16:56 UTC) #1
eseidel
Seems we should have a META bug for this work which should be linked from ...
6 years, 11 months ago (2014-01-10 18:24:13 UTC) #2
eseidel
lgtm
6 years, 11 months ago (2014-01-10 18:24:20 UTC) #3
Inactive
On 2014/01/10 18:24:13, eseidel wrote: > Seems we should have a META bug for this ...
6 years, 11 months ago (2014-01-10 18:35:50 UTC) #4
Inactive
https://codereview.chromium.org/134343002/diff/1/Source/core/editing/CompositeEditCommand.h File Source/core/editing/CompositeEditCommand.h (right): https://codereview.chromium.org/134343002/diff/1/Source/core/editing/CompositeEditCommand.h#newcode171 Source/core/editing/CompositeEditCommand.h:171: bool isCompositeEditCommand() const OVERRIDE FINAL { return true; } ...
6 years, 11 months ago (2014-01-10 18:36:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/134343002/1
6 years, 11 months ago (2014-01-10 18:38:25 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2014-01-10 19:20:03 UTC) #7
Message was sent while issue was closed.
Change committed as 164892

Powered by Google App Engine
This is Rietveld 408576698