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

Issue 2390543002: Reflow comments in core/dom/. (Closed)

Created:
4 years, 2 months ago by tkent
Modified:
4 years, 2 months ago
Reviewers:
hayato
CC:
aboxhall, darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-dom_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, dmazzoni, dominicc+watchlist_chromium.org, eae+blinkwatch, Eric Willigers, je_julie, nektarios, rjwright, rwlbuis, shans, sof, webcomponents-bugzilla_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reflow comments in core/dom/. This CL has no behavior changes. BUG=563793 Committed: https://crrev.com/da71ffa5eba20d97df583821ef5bc20778847a86 Cr-Commit-Position: refs/heads/master@{#422367}

Patch Set 1 : Reformat comments in core/dom/. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1684 lines, -1138 lines) Patch
M third_party/WebKit/Source/core/dom/AXObjectCache.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ActiveDOMObject.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Attr.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Attr.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Attribute.h View 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/AttributeCollection.h View 4 chunks +10 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/CSSSelectorWatch.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/CharacterData.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/CharacterData.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ChildListMutationScope.h View 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ClassCollection.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/CompositorProxy.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ContainerNode.h View 4 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ContainerNode.cpp View 19 chunks +57 lines, -42 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMException.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMImplementation.cpp View 4 chunks +13 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMStringList.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMStringList.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMTokenList.h View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMTokenList.cpp View 5 chunks +19 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.h View 17 chunks +50 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 78 chunks +318 lines, -224 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentInit.h View 2 chunks +12 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentInit.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentLifecycle.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h View 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrderedList.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrderedMap.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrderedMap.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentParser.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentParserTiming.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp View 2 chunks +14 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStatisticsCollectorTest.cpp View 2 chunks +17 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp View 2 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStyleSheetCollector.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentTest.cpp View 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.h View 13 chunks +45 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 33 chunks +100 lines, -65 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementData.h View 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementData.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementTraversal.h View 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementVisibilityObserver.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ExceptionCode.h View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp View 10 chunks +29 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Fullscreen.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Fullscreen.cpp View 17 chunks +72 lines, -57 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObservation.cpp View 2 chunks +12 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserver.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserverController.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/LayoutTreeBuilder.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp View 6 chunks +20 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MainThreadTaskRunner.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MessagePort.h View 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MessagePort.cpp View 4 chunks +18 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MutationObserver.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NamedNodeMap.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NamedNodeMap.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 15 chunks +78 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 18 chunks +71 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeComputedStyle.h View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeIterator.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeListsNodeData.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeTraversal.h View 3 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeTraversal.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NthIndexCache.cpp View 2 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PendingScript.h View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/PseudoElement.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/QualifiedName.h View 3 chunks +9 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Range.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Range.cpp View 28 chunks +81 lines, -53 lines 0 comments Download
M third_party/WebKit/Source/core/dom/RangeTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/SandboxFlags.h View 2 chunks +10 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptLoader.cpp View 7 chunks +23 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp View 5 chunks +12 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptedAnimationController.h View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp View 3 chunks +17 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/SelectorQuery.cpp View 5 chunks +19 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.cpp View 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/SpaceSplitString.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StaticRangeTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/StyleElement.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.h View 2 chunks +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.cpp View 4 chunks +11 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngineTest.cpp View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleSheetCollection.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TagCollection.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Text.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Text.cpp View 7 chunks +19 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TextLinkColors.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TextLinkColors.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Touch.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.h View 3 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.cpp View 5 chunks +16 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScopeAdopter.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScopeAdopter.cpp View 2 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp View 3 chunks +17 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ViewportDescription.h View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ViewportDescription.cpp View 4 chunks +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/dom/VisitedLinkState.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/VisitedLinkState.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.cpp View 4 chunks +12 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp View 1 chunk +21 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ElementShadow.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/FlatTreeTraversal.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/FlatTreeTraversalTest.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp View 6 chunks +16 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h View 1 chunk +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp View 5 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.cpp View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (10 generated)
tkent
hayato@, would you stamp this please?
4 years, 2 months ago (2016-10-03 03:19:47 UTC) #6
hayato
lgtm
4 years, 2 months ago (2016-10-03 03:37:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2390543002/20001
4 years, 2 months ago (2016-10-03 03:46:49 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 2 months ago (2016-10-03 03:55:07 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 03:56:51 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/da71ffa5eba20d97df583821ef5bc20778847a86
Cr-Commit-Position: refs/heads/master@{#422367}

Powered by Google App Engine
This is Rietveld 408576698