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

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed)

Created:
5 years, 10 months ago by dsinclair
Modified:
5 years, 10 months ago
CC:
dstockwell, aandrey+blink_chromium.org, darktears, apavlov+blink_chromium.org, arv+blink, blink-layers+watch_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, Rik, caseq+blink_chromium.org, cbiesinger, Inactive, chromiumbugtracker_adobe.com, danakj, dcheng, devtools-reviews_chromium.org, dglazkov+blink, 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+loader_chromium.org, gasubic, groby+blinkspell_chromium.org, gyuyoung.kim_webkit.org, Nate Chapin, jbroman, jchaffraix+rendering, jfernandez, Justin Novosad, kenneth.christiansen, kouhei+svg_chromium.org, leviw+bidiwatch_chromium.org, leviw+renderwatch, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, Mike Lawther (Google), paulirish+reviews_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pfeldman+blink_chromium.org, philipj_slow, Manuel Rego, rjwright, rwlbuis, Stephen Chennney, sergeyv+blink_chromium.org, shans, sof, nessy, slimming-paint-reviews_chromium.org, Steve Block, svillar, Timothy Loh, tyoshino+watch_chromium.org, vcarbune.chromium, vsevik+blink_chromium.org, yurys+blink_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move rendering/RenderObject to layout/LayoutObject. This CL moves the various RenderObject* fromes from rendering to layout/ and renames from Render* to Layout* as needed. TBRing the move/rename. jchaffraix@ for core/ mkwst@ for platform/ and web/ pfeldman@ for devtools/ dmazzoni@ for accessibility BUG=450612 TBR=jchaffraix@chromium.org, mkwst@chromium.org, pfeldman@chromium.org, dmazzoni@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189594

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3693 lines, -8765 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/borders/border-radius-huge-assert.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-generated-content/bug-106384.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css-generated-content/bug-106384-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/first-letter-detach.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/position-absolute-to-fixed-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/touch-action-double-remove.html View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/repaint/svg-layout-root-style-attr-update.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/android/fast/css/first-letter-detach-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/fast/borders/border-radius-huge-assert-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/fast/css/first-letter-detach-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/fast/borders/border-radius-huge-assert-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/fast/css/first-letter-detach-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win-xp/fast/borders/border-radius-huge-assert-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win-xp/fast/css/first-letter-detach-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/fast/borders/border-radius-huge-assert-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/fast/css/first-letter-detach-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ActiveAnimations.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimations.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimationsTest.cpp View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataTransfer.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSCanvasValue.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSCanvasValue.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSCrossfadeValue.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSCrossfadeValue.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/CSSGradientValue.h View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/CSSGradientValue.cpp View 1 2 3 4 5 6 6 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/CSSImageGeneratorValue.h View 1 2 3 4 5 6 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/css/CSSImageGeneratorValue.cpp View 1 2 3 4 5 6 7 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/CSSImageValue.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSImageValue.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/DragUpdateTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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/MediaValuesCached.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RenderStyleCSSValueMapping.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/RenderStyleCSSValueMapping.cpp View 1 2 3 4 5 6 10 chunks +10 lines, -10 lines 0 comments Download
M Source/core/css/SelectorChecker.cpp 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 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/AXObjectCache.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/dom/ContainerNode.cpp View 1 2 3 4 5 6 5 chunks +12 lines, -12 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 chunks +12 lines, -12 lines 0 comments Download
M Source/core/dom/DocumentMarkerController.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Element.h View 1 2 3 4 5 6 3 chunks +4 lines, -3 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 6 12 chunks +16 lines, -16 lines 0 comments Download
M Source/core/dom/ElementRareData.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.cpp View 1 2 3 4 5 6 7 chunks +13 lines, -13 lines 0 comments Download
M Source/core/dom/Fullscreen.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.h View 1 2 3 4 5 6 6 chunks +9 lines, -9 lines 0 comments Download
M Source/core/dom/Node.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/NodeRareData.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/NodeRareData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/NodeRenderStyle.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/NodeRenderingTraversal.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/NodeRenderingTraversal.cpp View 1 2 3 4 5 6 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/dom/Position.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Position.cpp View 1 2 3 4 5 6 13 chunks +19 lines, -19 lines 0 comments Download
M Source/core/dom/PositionIterator.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/PseudoElement.cpp View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/dom/Range.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/RenderTreeBuilder.h View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/dom/RenderTreeBuilder.cpp View 1 2 3 4 5 6 7 chunks +13 lines, -13 lines 0 comments Download
M Source/core/dom/Text.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Text.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/editing/ApplyBlockElementCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ApplyStyleCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/Caret.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/CompositeEditCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/DeleteSelectionCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/EditingStyle.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/Editor.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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/FrameSelection.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/editing/HTMLInterchange.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/IndentOutdentCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/InputMethodController.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/InsertLineBreakCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/InsertParagraphSeparatorCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/RenderedPosition.h View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/editing/RenderedPosition.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.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 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SplitTextNodeContainingElementCommand.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/TypingCommand.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisiblePosition.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisiblePosition.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/editing/VisibleSelection.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisibleUnits.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/VisibleUnits.cpp View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/editing/htmlediting.cpp View 1 2 3 4 5 6 12 chunks +13 lines, -13 lines 0 comments Download
M Source/core/editing/iterators/BitStack.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/editing/iterators/SimplifiedBackwardsTextIterator.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 8 chunks +10 lines, -10 lines 0 comments Download
M Source/core/editing/markup.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/events/MouseRelatedEvent.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/MouseRelatedEvent.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/fetch/ImageResource.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/fetch/ImageResource.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/fetch/ResourceLoadPriorityOptimizer.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/fetch/ResourceLoadPriorityOptimizer.cpp View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/frame/Frame.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.h View 1 2 3 4 5 6 7 chunks +15 lines, -15 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 22 chunks +26 lines, -26 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/frame/SmartClip.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLAppletElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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/HTMLAreaElement.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLAreaElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 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 +2 lines, -3 lines 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 2 chunks +2 lines, -2 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/HTMLElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 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/HTMLFormControlElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormControlElementTest.cpp 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 +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFrameElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFrameSetElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFrameSetElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLIFrameElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImageElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImageElement.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLInputElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLInputElement.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 +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/html/HTMLOptionElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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 3 chunks +4 lines, -4 lines 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 2 chunks +5 lines, -6 lines 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 +2 lines, -2 lines 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 +2 lines, -2 lines 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 5 chunks +5 lines, -5 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/HTMLTableCellElement.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/HTMLVideoElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLVideoElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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 1 chunk +1 line, -1 line 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/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 1 chunk +1 line, -1 line 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/InputTypeView.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/InputTypeView.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 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 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLResourcePreloader.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/DetailsMarkerControl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/DetailsMarkerControl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElementTypes.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElementTypes.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElements.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElements.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MeterShadowElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/MeterShadowElement.cpp View 1 2 3 4 5 6 2 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 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/ProgressShadowElement.cpp View 1 2 3 4 5 6 3 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 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/TextControlInnerElements.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/TextControlInnerElements.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 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/html/track/vtt/VTTRegion.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 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorInstrumentation.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorInstrumentation.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorInstrumentation.idl View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorOverlay.cpp View 1 2 3 4 5 6 9 chunks +9 lines, -9 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.h View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.cpp View 1 2 3 4 5 6 7 chunks +7 lines, -7 lines 0 comments Download
M Source/core/inspector/InspectorTraceEvents.h View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/inspector/InspectorTraceEvents.cpp View 1 2 3 4 5 6 11 chunks +11 lines, -11 lines 0 comments Download
M Source/core/layout/BidiRun.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/BidiRunForLine.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/BidiRunForLine.cpp View 1 2 3 4 5 6 5 chunks +14 lines, -14 lines 0 comments Download
M Source/core/layout/CounterNode.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/CounterNode.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/HitTestResult.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/HitTestResult.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/Layer.h View 1 2 3 4 5 6 6 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/Layer.cpp View 1 2 3 4 5 6 18 chunks +25 lines, -25 lines 0 comments Download
M Source/core/layout/LayerClipper.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayerFilterInfo.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayerPaintingInfo.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayerScrollableArea.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayerStackingNode.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 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutCounter.cpp View 1 2 3 4 5 6 16 chunks +26 lines, -26 lines 0 comments Download
M Source/core/layout/LayoutLayerModelObject.h View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutLayerModelObject.cpp View 1 2 3 4 5 6 6 chunks +8 lines, -8 lines 0 comments Download
A + Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 40 chunks +242 lines, -234 lines 0 comments Download
A + Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 6 147 chunks +310 lines, -304 lines 0 comments Download
A + Source/core/layout/LayoutObjectChildList.h View 1 2 3 4 5 6 1 chunk +16 lines, -16 lines 0 comments Download
A + Source/core/layout/LayoutObjectChildList.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
A + Source/core/layout/LayoutObjectInlines.h View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutRuby.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutRuby.cpp View 1 2 3 4 5 6 11 chunks +17 lines, -17 lines 0 comments Download
M Source/core/layout/LayoutRubyBase.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutRubyBase.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/LayoutRubyRun.h View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutRubyRun.cpp View 1 2 3 4 5 6 9 chunks +11 lines, -11 lines 0 comments Download
M Source/core/layout/LayoutRubyText.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutRubyText.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutSlider.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutSliderThumb.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTable.h View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutTable.cpp View 1 2 3 4 5 6 16 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/LayoutTableAlgorithmAuto.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableCaption.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTableCell.h View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/LayoutTableCell.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableCol.h View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/LayoutTableCol.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/LayoutTableRow.h View 1 2 3 4 5 6 3 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/LayoutTableRow.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutTableSection.h View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/LayoutTableSection.cpp View 1 2 3 4 5 6 9 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/LayoutTheme.h View 1 2 3 4 5 6 7 chunks +58 lines, -58 lines 0 comments Download
M Source/core/layout/LayoutTheme.cpp View 1 2 3 4 5 6 21 chunks +26 lines, -26 lines 0 comments Download
M Source/core/layout/LayoutThemeChromiumAndroid.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutThemeChromiumDefault.h View 1 2 3 4 5 6 1 chunk +10 lines, -10 lines 0 comments Download
M Source/core/layout/LayoutThemeChromiumDefault.cpp View 1 2 3 4 5 6 12 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/LayoutThemeChromiumMac.h View 1 2 3 4 5 6 6 chunks +33 lines, -33 lines 0 comments Download
M Source/core/layout/LayoutThemeChromiumMac.mm View 1 2 3 4 5 6 27 chunks +44 lines, -44 lines 0 comments Download
M Source/core/layout/LayoutThemeChromiumSkia.h View 1 2 3 4 5 6 4 chunks +17 lines, -17 lines 0 comments Download
M Source/core/layout/LayoutThemeChromiumSkia.cpp View 1 2 3 4 5 6 11 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.cpp View 1 2 3 4 5 6 9 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/compositing/CompositedLayerMapping.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 13 chunks +27 lines, -27 lines 0 comments Download
M Source/core/layout/compositing/CompositingInputsUpdater.cpp View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/compositing/CompositingReasonFinder.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/compositing/CompositingReasonFinder.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/compositing/LayerCompositor.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 12 chunks +14 lines, -14 lines 0 comments Download
M Source/core/layout/line/EllipsisBox.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/line/InlineBox.h View 1 2 3 4 5 6 7 chunks +9 lines, -8 lines 0 comments Download
M Source/core/layout/line/InlineBox.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/line/InlineFlowBox.h View 1 2 3 4 5 6 7 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/line/InlineFlowBox.cpp View 1 2 3 4 5 6 13 chunks +19 lines, -19 lines 0 comments Download
M Source/core/layout/line/InlineIterator.h View 1 2 3 4 5 6 24 chunks +40 lines, -40 lines 0 comments Download
M Source/core/layout/line/InlineTextBox.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/line/InlineTextBox.cpp View 1 2 3 4 5 6 4 chunks +19 lines, -19 lines 0 comments Download
M Source/core/layout/line/LineBreaker.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/line/LineWidth.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/line/LineWidth.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/line/RootInlineBox.h View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/line/RootInlineBox.cpp View 1 2 3 4 5 6 9 chunks +27 lines, -27 lines 0 comments Download
M Source/core/layout/line/TrailingObjects.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/svg/line/SVGInlineFlowBox.h 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 +1 line, -1 line 0 comments Download
M Source/core/layout/svg/line/SVGInlineTextBox.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/ImageLoader.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/AutoscrollController.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/page/AutoscrollController.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/page/DragController.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/EventHandler.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 5 6 13 chunks +13 lines, -13 lines 0 comments Download
M Source/core/page/PageSerializer.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/PageSerializer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PrintContext.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/page/SpatialNavigation.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/TouchAdjustment.cpp View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/page/TouchDisambiguation.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 2 3 4 5 6 6 chunks +7 lines, -7 lines 0 comments Download
M Source/core/paint/BlockPainter.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BlockPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/BoxPainter.h View 1 2 3 4 5 6 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/paint/BoxPainter.cpp View 1 2 3 4 5 6 16 chunks +16 lines, -16 lines 0 comments Download
M Source/core/paint/CompositingRecorder.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/CompositingRecorder.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/EllipsisBoxPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/FilterPainter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/FloatClipRecorder.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/FramePainter.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/FrameSetPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/GraphicsContextAnnotator.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/GraphicsContextAnnotator.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/InlineTextBoxPainter.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/LayerPainter.h View 1 2 3 4 5 6 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/paint/LayerPainter.cpp View 1 2 3 4 5 6 8 chunks +11 lines, -11 lines 0 comments Download
M Source/core/paint/ListMarkerPainter.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 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 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/paint/RenderDrawingRecorder.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/paint/RenderDrawingRecorder.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/paint/ReplacedPainter.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/paint/RoundedInnerRectClipper.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/RoundedInnerRectClipper.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGContainerPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGInlineTextBoxPainter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGInlineTextBoxPainter.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/paint/SVGRootInlineBoxPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGRootPainter.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 +2 lines, -2 lines 0 comments Download
M Source/core/paint/TableCellPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/TablePainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/TextPainter.h View 1 2 3 4 5 6 2 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/ViewDisplayListTest.cpp View 1 2 3 4 5 6 11 chunks +23 lines, -23 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/plugins/PluginOcclusionSupport.cpp View 1 2 3 4 5 6 8 chunks +20 lines, -20 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/ImageQualityController.h View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/ImageQualityController.cpp View 1 2 3 4 5 6 6 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/LayoutState.h View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/LayoutState.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/PaintInfo.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/PaintInvalidationState.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/PaintInvalidationState.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderBR.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderBlock.h View 1 2 3 4 5 6 10 chunks +30 lines, -30 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 4 5 6 65 chunks +79 lines, -78 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.h View 1 2 3 4 5 6 7 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 3 4 5 6 13 chunks +18 lines, -18 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 2 3 4 5 6 16 chunks +22 lines, -22 lines 0 comments Download
M Source/core/rendering/RenderBlockTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBox.h View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 2 3 4 5 6 28 chunks +36 lines, -36 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.h View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 2 3 4 5 6 11 chunks +14 lines, -14 lines 0 comments Download
M Source/core/rendering/RenderButton.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderButton.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderCombineText.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderDetailsMarker.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderDetailsMarker.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderEmbeddedObject.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFieldset.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFieldset.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFileUploadControl.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFileUploadControl.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFlexibleBox.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFlexibleBox.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderFlowThread.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderFrame.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFrameSet.h View 1 2 3 4 5 6 4 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderFrameSet.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFullScreen.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFullScreen.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderGeometryMap.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderGeometryMap.cpp View 1 2 3 4 5 6 8 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderGeometryMapStep.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderGrid.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderGrid.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderHTMLCanvas.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderIFrame.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderImage.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderImage.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderImageResource.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderImageResource.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderImageResourceStyleImage.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderImageResourceStyleImage.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderInline.h View 1 2 3 4 5 6 6 chunks +19 lines, -19 lines 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 2 3 4 5 6 28 chunks +36 lines, -36 lines 0 comments Download
M Source/core/rendering/RenderInlineTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLineBoxList.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLineBoxList.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderListBox.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderListItem.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderListItem.cpp View 1 2 3 4 5 6 6 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderListMarker.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderListMarker.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderMedia.h View 1 2 3 4 5 6 3 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderMedia.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderMediaControls.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMediaControls.cpp View 1 2 3 4 5 6 11 chunks +11 lines, -11 lines 0 comments Download
M Source/core/rendering/RenderMenuList.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderMenuList.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderMeter.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnFlowThread.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnFlowThread.cpp View 1 2 3 4 5 6 14 chunks +21 lines, -21 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnFlowThreadTest.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSpannerPlaceholder.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
D Source/core/rendering/RenderObject.h View 1 2 3 4 5 6 1 chunk +0 lines, -1622 lines 0 comments Download
D Source/core/rendering/RenderObject.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -3178 lines 0 comments Download
D Source/core/rendering/RenderObjectChildList.h View 1 2 3 4 5 6 1 chunk +0 lines, -71 lines 0 comments Download
D Source/core/rendering/RenderObjectChildList.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -183 lines 0 comments Download
D Source/core/rendering/RenderObjectInlines.h View 1 2 3 4 5 6 1 chunk +0 lines, -37 lines 0 comments Download
M Source/core/rendering/RenderPagedFlowThread.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderPart.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderPartTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderProgress.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderQuote.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderQuote.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderRegion.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderReplaced.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderReplica.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderScrollbarPart.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderScrollbarPart.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderSearchField.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderText.h View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderText.cpp View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderTextControl.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderTextControl.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderTextControlMultiLine.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderTextControlMultiLine.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderTextFragment.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTextFragment.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderVTTCue.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderVideo.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderVideo.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderView.h View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 2 3 4 5 6 19 chunks +31 lines, -31 lines 0 comments Download
M Source/core/rendering/SubtreeLayoutScope.h View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/rendering/SubtreeLayoutScope.cpp View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/TextAutosizer.h View 1 2 3 4 5 6 5 chunks +12 lines, -12 lines 0 comments Download
M Source/core/rendering/TextAutosizer.cpp View 1 2 3 4 5 6 22 chunks +28 lines, -28 lines 0 comments Download
M Source/core/rendering/TextRunConstructor.h View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/rendering/TextRunConstructor.cpp View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/VerticalPositionCache.h View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/style/ContentData.h View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/style/ContentData.cpp View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/style/FillLayer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/FillLayer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/KeyframeList.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/style/KeyframeList.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyleConstants.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleFetchedImage.h View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/rendering/style/StyleFetchedImage.cpp View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/style/StyleFetchedImageSet.h View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/rendering/style/StyleFetchedImageSet.cpp View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/style/StyleGeneratedImage.h View 1 2 3 4 5 6 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/rendering/style/StyleGeneratedImage.cpp View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/style/StyleImage.h View 1 2 3 4 5 6 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/style/StylePendingImage.h View 1 2 3 4 5 6 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/rendering/svg/ReferenceFilterBuilder.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/ReferenceFilterBuilder.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGBlock.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGBlock.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGContainer.h View 1 2 3 4 5 6 4 chunks +11 lines, -11 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGContainer.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGForeignObject.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGForeignObject.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGGradientStop.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGGradientStop.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGHiddenContainer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGImage.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGImage.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGInline.h View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGInline.cpp View 1 2 3 4 5 6 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGInlineText.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGInlineText.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.h View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGPath.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceClipper.h View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceClipper.cpp View 1 2 3 4 5 6 9 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceContainer.h View 1 2 3 4 5 6 6 chunks +8 lines, -8 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceContainer.cpp View 1 2 3 4 5 6 8 chunks +12 lines, -12 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.h View 1 2 3 4 5 6 1 chunk +9 lines, -9 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceGradient.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceGradient.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceLinearGradient.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMarker.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMarker.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.h View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePaintServer.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePaintServer.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.h View 1 2 3 4 5 6 6 chunks +13 lines, -13 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGShape.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGTSpan.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGTSpan.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGText.h View 1 2 3 4 5 6 4 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGText.cpp View 1 2 3 4 5 6 11 chunks +15 lines, -15 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGTextPath.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGTextPath.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGTransformableContainer.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGTransformableContainer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGViewportContainer.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.h View 1 2 3 4 5 6 2 chunks +29 lines, -29 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.cpp View 1 2 3 4 5 6 24 chunks +31 lines, -31 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.cpp View 1 2 3 4 5 6 8 chunks +11 lines, -11 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.cpp View 1 2 3 4 5 6 5 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/svg/SVGResources.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/SVGResources.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGResourcesCache.h View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/svg/SVGResourcesCache.cpp View 1 2 3 4 5 6 8 chunks +26 lines, -26 lines 0 comments Download
M Source/core/rendering/svg/SVGResourcesCycleSolver.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGResourcesCycleSolver.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngine.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngine.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineBaseline.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGTextMetricsBuilder.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 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/SVGAnimateMotionElement.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedColor.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 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 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 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/SVGElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 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 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFloodElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 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 +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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 +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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 2 chunks +2 lines, -2 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 2 chunks +2 lines, -2 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/SVGMarkerElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 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 +2 lines, -2 lines 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 +2 lines, -2 lines 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 +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 3 4 5 6 10 chunks +11 lines, -11 lines 0 comments Download
M Source/core/svg/SVGStopElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGStopElement.cpp 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, -2 lines 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 +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTSpanElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 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 +1 line, -1 line 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/SVGTextPositioningElement.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImageCache.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/SVGImageCache.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.cpp View 1 2 3 4 5 6 7 chunks +7 lines, -7 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.h View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.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 8 chunks +8 lines, -8 lines 0 comments Download
M Source/devtools/front_end/console/CustomPreviewSection.js View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXARIAGrid.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXARIAGrid.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/accessibility/AXARIAGridCell.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXARIAGridCell.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXARIAGridRow.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXARIAGridRow.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXImageMapLink.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXList.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXList.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/accessibility/AXListBox.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXListBox.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXListBoxOption.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXListBoxOption.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXMediaControls.h View 1 2 3 4 5 6 7 chunks +8 lines, -8 lines 0 comments Download
M Source/modules/accessibility/AXMediaControls.cpp View 1 2 3 4 5 6 4 chunks +8 lines, -8 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/accessibility/AXObject.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.h View 1 2 3 4 5 6 6 chunks +13 lines, -13 lines 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.cpp View 1 2 3 4 5 6 14 chunks +19 lines, -19 lines 0 comments Download
M Source/modules/accessibility/AXRenderObject.h View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/accessibility/AXRenderObject.cpp View 1 2 3 4 5 6 27 chunks +42 lines, -42 lines 0 comments Download
M Source/modules/accessibility/AXSVGRoot.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXSVGRoot.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXSlider.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXSlider.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/accessibility/AXSpinButton.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXTable.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXTable.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/accessibility/AXTableCell.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXTableCell.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXTableColumn.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXTableRow.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXTableRow.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/platform/graphics/PaintInvalidationReason.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/text/BidiResolver.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ContextMenuClientImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FindInPageCoordinates.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/FindInPageCoordinates.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/web/LinkHighlight.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/SpellCheckerClientImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/TextFinder.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/ValidationMessageClientImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDocument.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebHitTestResult.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebInputEventConversion.h View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/web/WebInputEventConversion.cpp View 1 2 3 4 5 6 12 chunks +22 lines, -22 lines 0 comments Download
M Source/web/WebLeakDetector.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/web/WebNode.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebSurroundingText.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 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/PinchViewportTest.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/ScrollingCoordinatorTest.cpp View 1 2 3 4 5 6 7 chunks +11 lines, -11 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/web/tests/data/subtree-layout.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Tools/Scripts/check-for-global-initializers View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Tools/Scripts/parse-malloc-history View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Tools/Scripts/webkitpy/style/checkers/cpp.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M public/web/WebLeakDetector.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
Mike West
LGTM.
5 years, 10 months ago (2015-02-05 05:23:36 UTC) #1
dstockwell
https://codereview.chromium.org/899163003/diff/1/Source/core/animation/css/CSSAnimations.cpp File Source/core/animation/css/CSSAnimations.cpp (right): https://codereview.chromium.org/899163003/diff/1/Source/core/animation/css/CSSAnimations.cpp#newcode522 Source/core/animation/css/CSSAnimations.cpp:522: const LayoutObject* renderer = animatingElement->renderer(); Do you plan to ...
5 years, 10 months ago (2015-02-05 05:31:13 UTC) #2
dsinclair
On 2015/02/05 at 05:31:13, dstockwell wrote: > https://codereview.chromium.org/899163003/diff/1/Source/core/animation/css/CSSAnimations.cpp > File Source/core/animation/css/CSSAnimations.cpp (right): > > https://codereview.chromium.org/899163003/diff/1/Source/core/animation/css/CSSAnimations.cpp#newcode522 ...
5 years, 10 months ago (2015-02-05 14:33:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899163003/10001
5 years, 10 months ago (2015-02-05 16:09:40 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/layout/LayoutObject.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; A Source/core/layout/LayoutObject.cpp ...
5 years, 10 months ago (2015-02-05 16:12:48 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899163003/20001
5 years, 10 months ago (2015-02-05 17:14:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899163003/30001
5 years, 10 months ago (2015-02-05 19:09:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899163003/50001
5 years, 10 months ago (2015-02-05 19:40:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899163003/60001
5 years, 10 months ago (2015-02-05 21:29:34 UTC) #19
commit-bot: I haz the power
5 years, 10 months ago (2015-02-06 00:06:10 UTC) #20
Message was sent while issue was closed.
Committed patchset #7 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189594

Powered by Google App Engine
This is Rietveld 408576698