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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed)

Created:
5 years, 9 months ago by dstockwell
Modified:
5 years, 8 months ago
CC:
aandrey+blink_chromium.org, aboxhall, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-events_chromium.org, blink-reviews-html_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-rendering, blink-reviews-style_chromium.org, Rik, caseq+blink_chromium.org, devtools-reviews_chromium.org, dglazkov+blink, dmazzoni, Dominik Röttsches, dshwang, krit, eae+blinkwatch, ed+blinkwatch_opera.com, eric.carlson_apple.com, Eric Willigers, eustas+blink_chromium.org, feature-media-reviews_chromium.org, f(malita), fs, gavinp+prerender_chromium.org, gavinp+loader_chromium.org, gasubic, groby+blinkspell_chromium.org, gyuyoung.kim_webkit.org, Nate Chapin, jchaffraix+rendering, je_julie(Not used), jfernandez, Justin Novosad, kenneth.christiansen, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, Mike Lawther (Google), nektarios, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pfeldman+blink_chromium.org, philipj_slow, Manuel Rego, rjwright, rwlbuis, Stephen Chennney, sergeyv+blink_chromium.org, sof, nessy, slimming-paint-reviews_chromium.org, Steve Block, svillar, Timothy Loh, tyoshino+watch_chromium.org, vcarbune.chromium, webcomponents-bugzilla_chromium.org, Yoav Weiss, yurys+blink_chromium.org, zoltan1
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Rename LayoutStyle to ComputedStyle As discussed[1] on blink-dev. layoutStyle() accessors are renamed to computedStyle(), former computedStyle() accessors renamed to ensureComputedStyle(). [1] https://groups.google.com/a/chromium.org/d/topic/blink-dev/0x7LO7FUh4c/discussion Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192793

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Patch Set 5 : Rename Node::layoutStyle and friends #

Patch Set 6 : ensureComputedStyle #

Patch Set 7 : ensureComputedStyle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2497 lines, -10769 lines) Patch
M LayoutTests/animations/base-render-style-body-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/display-none-inline-style-change-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/display-none-inline-style-change-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/empty-generated-content.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/fontMetric-border-radius-null-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/fontMetric-border-radius-null-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/fontMetric-webkit-border-end-width-null-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/fontMetric-webkit-border-end-width-null-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/pseudo-any.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/text-autosizing/inherited-multiplier.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl View 1 2 3 4 5 6 8 chunks +19 lines, -19 lines 0 comments Download
M Source/core/animation/Animation.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/DocumentAnimations.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/EffectInput.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/ElementAnimations.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/ElementAnimations.cpp View 1 2 3 4 5 6 2 chunks +15 lines, -15 lines 0 comments Download
M Source/core/animation/InterpolationEffect.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/InterpolationEffect.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/Keyframe.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.cpp View 1 2 3 4 5 6 1 chunk +35 lines, -35 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolation.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/StringKeyframe.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableSVGPaint.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableVisibility.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 2 3 4 5 6 12 chunks +16 lines, -16 lines 0 comments Download
M Source/core/animation/css/CSSAnimationData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimationUpdate.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/css/CSSPropertyEquality.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSPropertyEquality.cpp View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/AffectedByFocusTest.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/BasicShapeFunctions.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/BasicShapeFunctions.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSCalculationValueTest.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 10 chunks +13 lines, -13 lines 0 comments Download
M Source/core/css/CSSFontSelector.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontSelector.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGradientValue.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSMatrix.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.h View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSelector.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSToLengthConversionData.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/CSSToLengthConversionData.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/CSSValuePool.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValuePool.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/core/css/ComputedStyleCSSValueMapping.h View 1 2 3 4 5 6 2 chunks +11 lines, -11 lines 0 comments Download
A + Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 2 3 4 5 6 32 chunks +53 lines, -53 lines 0 comments Download
M Source/core/css/ElementRuleCollector.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/ElementRuleCollector.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSet.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
D Source/core/css/LayoutStyleCSSValueMapping.h View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D Source/core/css/LayoutStyleCSSValueMapping.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -2581 lines 0 comments Download
M Source/core/css/MediaQueryEvaluator.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/MediaValues.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/PageRuleCollector.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/css/PageRuleCollector.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/PseudoStyleRequest.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/SelectorChecker.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/SelectorChecker.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/SiblingTraversalStrategies.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/CSSToStyleMap.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ElementResolveContext.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/resolver/ElementResolveContext.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/resolver/FontBuilder.h View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/resolver/FontBuilder.cpp View 1 2 3 4 5 6 7 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/resolver/FontBuilderTest.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/resolver/MatchedPropertiesCache.h View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/resolver/MatchedPropertiesCache.cpp View 1 2 3 4 5 6 5 chunks +14 lines, -14 lines 0 comments Download
M Source/core/css/resolver/ScopedStyleResolver.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/SharedStyleFinder.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/SharedStyleFinder.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/resolver/StyleAdjuster.h View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/resolver/StyleAdjuster.cpp View 1 2 3 4 5 6 10 chunks +14 lines, -14 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 3 4 5 6 14 chunks +35 lines, -35 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 2 3 4 5 6 7 chunks +15 lines, -15 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 6 27 chunks +58 lines, -58 lines 0 comments Download
M Source/core/css/resolver/StyleResolverState.h View 1 2 3 4 5 6 6 chunks +18 lines, -18 lines 0 comments Download
M Source/core/css/resolver/StyleResolverState.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/resolver/StyleResourceLoader.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/resolver/StyleResourceLoader.cpp View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/resolver/ViewportStyleResolver.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/CSSSelectorWatch.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ContainerNode.cpp View 1 2 3 4 5 6 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 13 chunks +19 lines, -19 lines 0 comments Download
M Source/core/dom/Element.h View 1 2 3 4 5 6 6 chunks +9 lines, -9 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 6 16 chunks +28 lines, -28 lines 0 comments Download
M Source/core/dom/ElementRareData.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/ElementRareData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/Fullscreen.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Fullscreen.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/LayoutTreeBuilder.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/LayoutTreeBuilder.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/Node.h View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/dom/Node.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/core/dom/NodeComputedStyle.h View 1 2 3 4 5 6 1 chunk +16 lines, -16 lines 0 comments Download
D Source/core/dom/NodeLayoutStyle.h View 1 2 3 4 5 6 1 chunk +0 lines, -67 lines 0 comments Download
M Source/core/dom/Position.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Position.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/PseudoElement.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/PseudoElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Text.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Text.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/TreeScope.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/VisitedLinkState.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/shadow/InsertionPoint.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/shadow/InsertionPoint.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ApplyBlockElementCommand.cpp View 1 2 3 4 5 6 6 chunks +10 lines, -10 lines 0 comments Download
M Source/core/editing/EditingStyle.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/EditingStyle.cpp View 1 2 3 4 5 6 4 chunks +13 lines, -13 lines 0 comments Download
M Source/core/editing/EditorCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SimplifyMarkupCommand.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/VisibleUnits.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/iterators/TextIterator.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/frame/SmartClip.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAppletElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLAppletElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLBRElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBRElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLButtonElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLButtonElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLDetailsElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDetailsElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDialogElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLEmbedElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLEmbedElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFieldSetElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFieldSetElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFrameElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFrameElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFrameSetElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFrameSetElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLImageElement.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLImageElement.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLImageFallbackHelper.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLImageFallbackHelper.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLInputElement.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLKeygenElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLKeygenElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLinkElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLMeterElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMeterElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLNoEmbedElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLNoEmbedElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLNoScriptElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLNoScriptElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOptGroupElement.h View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLOptGroupElement.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLOptionElement.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLOptionElement.cpp View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/HTMLPlugInElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLPlugInElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLProgressElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLProgressElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLRTElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLRTElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLRubyElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLRubyElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLSummaryElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSummaryElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTextAreaElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTextAreaElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTitleElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLVideoElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLVideoElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLWBRElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLWBRElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/forms/BaseButtonInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/BaseButtonInputType.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/FileInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/FileInputType.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/HiddenInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/HiddenInputType.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/ImageInputType.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/ImageInputType.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/InputType.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/forms/InputTypeView.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/forms/InputTypeView.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/PopupMenuClient.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/RangeInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/RangeInputType.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/SearchInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/SearchInputType.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/TextFieldInputType.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/TextFieldInputType.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/shadow/DetailsMarkerControl.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DetailsMarkerControl.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/MeterShadowElement.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/shadow/MeterShadowElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/shadow/PickerIndicatorElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/PickerIndicatorElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/ProgressShadowElement.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/shadow/ProgressShadowElement.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/shadow/SliderThumbElement.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/SliderThumbElement.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/shadow/TextControlInnerElements.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/shadow/TextControlInnerElements.cpp View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/html/track/TextTrackContainer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/TextTrackContainer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTCue.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTCue.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMAgent.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorHighlight.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/FilterEffectRenderer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutBR.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutBR.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutBlock.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutBlock.cpp View 1 2 3 4 5 6 13 chunks +15 lines, -15 lines 0 comments Download
M Source/core/layout/LayoutBlockFlow.h View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutBlockFlow.cpp View 1 2 3 4 5 6 8 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/LayoutBlockFlowLine.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutBox.h View 1 2 3 4 5 6 4 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 6 21 chunks +25 lines, -25 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutButton.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutButton.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutCounter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutCounter.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutDeprecatedFlexibleBox.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutDeprecatedFlexibleBox.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutFileUploadControl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFlexibleBox.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFlexibleBox.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutFrameSet.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFrameSet.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFullScreen.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFullScreen.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutGeometryMap.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutGrid.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutGrid.cpp View 1 2 3 4 5 6 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutImage.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutInline.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutInline.cpp View 1 2 3 4 5 6 9 chunks +15 lines, -15 lines 0 comments Download
M Source/core/layout/LayoutListBox.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListItem.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListItem.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListMarker.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutListMarker.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutMedia.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMedia.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMediaControls.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMediaControls.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutMenuList.h View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutMenuList.cpp View 1 2 3 4 5 6 11 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSet.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMultiColumnSet.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 11 chunks +23 lines, -23 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 6 18 chunks +25 lines, -25 lines 0 comments Download
M Source/core/layout/LayoutObjectChildList.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutObjectInlines.h View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutPagedFlowThread.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutPagedFlowThread.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutPart.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutPart.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutQuote.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutQuote.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutReplaced.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutReplaced.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutRuby.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutRuby.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutRubyBase.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutRubyBase.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutRubyRun.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutRubyRun.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutRubyText.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutRubyText.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutScrollbar.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutScrollbar.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutScrollbarPart.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutScrollbarPart.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutSliderContainer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutSliderThumb.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutSliderThumb.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTable.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTable.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutTableCell.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTableCell.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutTableCol.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTableCol.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTableRow.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableRow.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableSection.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableSection.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutText.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutText.cpp View 1 2 3 4 5 6 8 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/LayoutTextCombine.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTextCombine.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTextControl.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTextControl.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutTextControlMultiLine.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTextControlMultiLine.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTextControlSingleLine.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTextControlSingleLine.cpp View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutTheme.h View 1 2 3 4 5 6 8 chunks +28 lines, -28 lines 0 comments Download
M Source/core/layout/LayoutTheme.cpp View 1 2 3 4 5 6 14 chunks +23 lines, -23 lines 0 comments Download
M Source/core/layout/LayoutThemeAndroid.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutThemeAndroid.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutThemeDefault.h View 1 2 3 4 5 6 8 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/LayoutThemeDefault.cpp View 1 2 3 4 5 6 14 chunks +23 lines, -23 lines 0 comments Download
M Source/core/layout/LayoutThemeMac.h View 1 2 3 4 5 6 8 chunks +23 lines, -23 lines 0 comments Download
M Source/core/layout/LayoutThemeMac.mm View 1 2 3 4 5 6 26 chunks +27 lines, -27 lines 0 comments Download
M Source/core/layout/LayoutThemeTest.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutView.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutView.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/MultiColumnFragmentainerGroup.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/MultiColumnFragmentainerGroupTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/PointerEventsHitRules.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/TextAutosizer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/TextAutosizer.cpp View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/TextRunConstructor.h View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/TextRunConstructor.cpp View 1 2 3 4 5 6 6 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp View 1 2 3 4 5 6 6 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/compositing/CompositingReasonFinder.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/compositing/CompositingReasonFinder.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/line/BreakingContextInlineHeaders.h View 1 2 3 4 5 6 7 chunks +11 lines, -11 lines 0 comments Download
M Source/core/layout/line/EllipsisBox.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/line/InlineFlowBox.cpp View 1 2 3 4 5 6 8 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/line/InlineIterator.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/line/InlineTextBox.h View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/line/InlineTextBox.cpp View 1 2 3 4 5 6 9 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/shapes/Shape.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/shapes/ShapeOutsideInfo.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/shapes/ShapeOutsideInfo.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/style/AppliedTextDecoration.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/BasicShapes.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/BasicShapes.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/BorderData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/BorderEdge.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/BorderValue.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/style/CachedUAStyle.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + Source/core/layout/style/ComputedStyle.h View 1 2 3 4 5 6 26 chunks +66 lines, -66 lines 0 comments Download
A + Source/core/layout/style/ComputedStyle.cpp View 1 2 3 4 5 6 69 chunks +141 lines, -141 lines 0 comments Download
A + Source/core/layout/style/ComputedStyleConstants.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
A + Source/core/layout/style/ComputedStyleTest.cpp View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/style/ContentData.h View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/style/ContentData.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/style/CounterContent.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/FillLayer.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/GridResolvedPosition.h View 1 2 3 4 5 6 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/layout/style/GridResolvedPosition.cpp View 1 2 3 4 5 6 9 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/style/KeyframeList.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
D Source/core/layout/style/LayoutStyle.h View 1 2 3 4 5 6 1 chunk +0 lines, -1883 lines 0 comments Download
D Source/core/layout/style/LayoutStyle.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1731 lines 0 comments Download
D Source/core/layout/style/LayoutStyleConstants.h View 1 2 3 4 5 6 1 chunk +0 lines, -562 lines 0 comments Download
D Source/core/layout/style/LayoutStyleTest.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -53 lines 0 comments Download
M Source/core/layout/style/LineClampValue.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/OutlineValue.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/layout/style/SVGComputedStyle.h View 1 2 3 4 5 6 4 chunks +20 lines, -20 lines 0 comments Download
A + Source/core/layout/style/SVGComputedStyle.cpp View 1 2 3 4 5 6 11 chunks +16 lines, -16 lines 0 comments Download
A + Source/core/layout/style/SVGComputedStyleDefs.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/core/layout/style/SVGComputedStyleDefs.cpp View 1 2 3 4 5 6 7 chunks +39 lines, -39 lines 0 comments Download
A + Source/core/layout/style/SVGComputedStyleTest.cpp View 1 2 3 4 5 6 4 chunks +17 lines, -17 lines 0 comments Download
D Source/core/layout/style/SVGLayoutStyle.h View 1 2 3 4 5 6 1 chunk +0 lines, -487 lines 0 comments Download
D Source/core/layout/style/SVGLayoutStyle.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -258 lines 0 comments Download
D Source/core/layout/style/SVGLayoutStyleDefs.h View 1 2 3 4 5 6 1 chunk +0 lines, -305 lines 0 comments Download
D Source/core/layout/style/SVGLayoutStyleDefs.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -242 lines 0 comments Download
D Source/core/layout/style/SVGLayoutStyleTest.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -70 lines 0 comments Download
M Source/core/layout/style/ShapeValue.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/StyleBackgroundData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/StyleBackgroundData.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/style/StyleBoxData.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/StyleBoxData.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/layout/style/StyleFlexibleBoxData.cpp View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/layout/style/StyleGridData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/StyleGridData.cpp View 1 2 3 4 5 6 1 chunk +13 lines, -13 lines 0 comments Download
M Source/core/layout/style/StyleGridItemData.cpp View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/layout/style/StyleInheritedData.cpp View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/layout/style/StyleMotionData.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/StyleMultiColData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/StyleMultiColData.cpp View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/layout/style/StylePendingImage.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/StyleRareInheritedData.cpp View 1 2 3 4 5 6 3 chunks +22 lines, -22 lines 0 comments Download
M Source/core/layout/style/StyleRareNonInheritedData.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/StyleRareNonInheritedData.cpp View 1 2 3 4 5 6 2 chunks +43 lines, -43 lines 0 comments Download
M Source/core/layout/style/StyleTransformData.cpp View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/layout/style/StyleVisualData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/StyleVisualData.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGBlock.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGBlock.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGContainer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGContainer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGEllipse.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGForeignObject.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGForeignObject.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGGradientStop.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGGradientStop.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGInline.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGInline.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGInlineText.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGInlineText.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGModelObject.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGModelObject.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGPath.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGRect.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceClipper.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceContainer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceContainer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceFilter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceFilter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceGradient.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceGradient.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceMasker.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGResourcePaintServer.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGRoot.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGRoot.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGShape.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGTSpan.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGTSpan.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGText.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGText.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGTextPath.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGTextPath.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGTransformableContainer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGTransformableContainer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/ReferenceFilterBuilder.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/SVGLayoutSupport.h View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/svg/SVGLayoutSupport.cpp View 1 2 3 4 5 6 7 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/svg/SVGLayoutTreeAsText.cpp View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/svg/SVGPathData.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/SVGResources.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/SVGResources.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/SVGResourcesCache.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/SVGResourcesCache.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/SVGTextChunkBuilder.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/SVGTextLayoutEngine.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/SVGTextLayoutEngine.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/svg/SVGTextLayoutEngineBaseline.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/svg/SVGTextMetrics.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/SVGTextMetricsBuilder.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/line/SVGInlineTextBox.h View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/line/SVGInlineTextBox.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/loader/FrameFetchContext.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/ChromeClient.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/PrintContext.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/TouchAdjustment.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/BoxDecorationData.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BoxDecorationData.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BoxPainter.h View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/paint/BoxPainter.cpp View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.h View 1 2 3 4 5 6 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.cpp View 1 2 3 4 5 6 9 chunks +12 lines, -12 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DeprecatedPaintLayerReflectionInfo.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DeprecatedPaintLayerReflectionInfo.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerScrollableArea.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerStackingNode.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerStackingNode.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/EllipsisBoxPainter.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/EllipsisBoxPainter.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/ImagePainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/InlineFlowBoxPainter.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/InlineFlowBoxPainter.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/InlinePainter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/InlinePainter.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/InlineTextBoxPainter.h View 1 2 3 4 5 6 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/paint/InlineTextBoxPainter.cpp View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/paint/LineBoxListPainter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/MultiColumnSetPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/ObjectPainter.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/ObjectPainter.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/SVGInlineTextBoxPainter.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/SVGInlineTextBoxPainter.cpp View 1 2 3 4 5 6 8 chunks +12 lines, -12 lines 0 comments Download
M Source/core/paint/SVGPaintContext.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGShapePainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/TableCellPainter.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/TableCellPainter.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/TextPainter.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/TextPainter.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/ViewPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGCircleElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGClipPathElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGCursorElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGDefsElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGDefsElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGDescElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGElement.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGElementRareData.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGElementRareData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFELightElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLengthContext.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLengthContext.cpp View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMPathElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMarkerElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMaskElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMetadataElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRectElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGStopElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGStyleElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSwitchElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSwitchElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSymbolElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSymbolElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTSpanElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTSpanElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTitleElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGUnknownElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGViewElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/Inspector-0.1.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/Inspector-1.0.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/Inspector-1.1.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/elements/StylesSidebarPane.js View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/devtools/protocol.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXLayoutObject.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXSlider.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXTable.cpp View 1 2 3 4 5 6 4 chunks +8 lines, -8 lines 0 comments Download
M Source/platform/LengthBox.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/Theme.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ExternalPopupMenuTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FindInPageCoordinates.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupMenuImpl.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/PopupMenuTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebAXObject.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/web/WebFormControlElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/mac/WebSubstringUtil.mm View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/WebDocumentTest.cpp View 1 2 3 4 5 6 10 chunks +15 lines, -15 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Tools/Scripts/webkitpy/common/checkout/diff_test_data.py View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 22 (4 generated)
dstockwell
This is basically done, but I've run into a conflict. There's already computedStyle() accessors on ...
5 years, 9 months ago (2015-03-25 10:26:23 UTC) #2
dstockwell
PTAL, I've gone with option 1 for now.
5 years, 9 months ago (2015-03-25 22:21:18 UTC) #3
leviw_travelin_and_unemployed
On 2015/03/25 at 10:26:23, dstockwell wrote: > This is basically done, but I've run into ...
5 years, 9 months ago (2015-03-25 22:49:40 UTC) #4
esprehn
I'd prefer we rename the methods on Node, layoutStyle doesn't make sense. I'm not sure ...
5 years, 9 months ago (2015-03-25 23:27:03 UTC) #5
dstockwell
PTAL. Node::layoutStyle and friends are now renamed as Node::layoutObjectComputedStyle. Julien proposed moving this to a ...
5 years, 8 months ago (2015-03-30 22:22:41 UTC) #6
esprehn
On 2015/03/30 at 22:22:41, dstockwell wrote: > PTAL. Node::layoutStyle and friends are now renamed as ...
5 years, 8 months ago (2015-03-30 22:49:33 UTC) #7
dstockwell
On 2015/03/30 at 22:49:33, esprehn wrote: > On 2015/03/30 at 22:22:41, dstockwell wrote: > > ...
5 years, 8 months ago (2015-03-30 22:56:18 UTC) #8
shans
On 2015/03/30 22:56:18, dstockwell wrote: > On 2015/03/30 at 22:49:33, esprehn wrote: > > On ...
5 years, 8 months ago (2015-03-30 22:58:03 UTC) #9
dstockwell
OK. New proposal. Rename the existing computedStyle to ensureComputedStyle. The only case where it returns ...
5 years, 8 months ago (2015-03-31 00:38:10 UTC) #10
leviw_travelin_and_unemployed
On 2015/03/31 at 00:38:10, dstockwell wrote: > OK. New proposal. Rename the existing computedStyle to ...
5 years, 8 months ago (2015-03-31 00:45:01 UTC) #11
dstockwell
PTAL, now patch is updated to use computedStyle() and ensureComputedStyle().
5 years, 8 months ago (2015-03-31 01:19:36 UTC) #12
esprehn
On 2015/03/31 at 01:19:36, dstockwell wrote: > PTAL, now patch is updated to use computedStyle() ...
5 years, 8 months ago (2015-03-31 01:40:36 UTC) #13
dstockwell
+dglazkov or tkent for uber-stamping.
5 years, 8 months ago (2015-03-31 02:14:44 UTC) #15
tkent
rs lgtm
5 years, 8 months ago (2015-03-31 02:23:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1033943002/60001
5 years, 8 months ago (2015-03-31 02:27:59 UTC) #18
dglazkov
Wow much pretty wow wow happy yay
5 years, 8 months ago (2015-03-31 02:32:41 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:60001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192793
5 years, 8 months ago (2015-03-31 03:40:38 UTC) #20
leviw_travelin_and_unemployed
5 years, 8 months ago (2015-03-31 03:41:18 UTC) #22
Message was sent while issue was closed.
LateGTM because this is so full of win :D

Powered by Google App Engine
This is Rietveld 408576698