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

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed)

Created:
7 years, 2 months ago by eae
Modified:
7 years, 2 months ago
Reviewers:
pdr., abarth-chromium
CC:
blink-reviews, shans, eae+blinkwatch, Mike Lawther (Google), apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, rjwright, aandrey+blink_chromium.org, dino_apple.com, do-not-use, Nils Barth (inactive), blink-layers+watch_chromium.org, caseq+blink_chromium.org, Nate Chapin, aboxhall, dstockwell, dsinclair, yurys+blink_chromium.org, Timothy Loh, danakj, marja+watch_chromium.org, dglazkov+blink, Rik, gavinp+loader_chromium.org, alancutter (OOO until 2018), devtools-reviews_chromium.org, f(malita), pdr., Eric Willigers, kenneth.christiansen, nessy, loislo+blink_chromium.org, jchaffraix+rendering, jamesr, lushnikov+blink_chromium.org, eustas+blink_chromium.org, tommyw+watchlist_chromium.org, dmazzoni, darktears, haraken, kojih, vcarbune.chromium, jsbell+bindings_chromium.org, alph+blink_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, Steve Block, Stephen Chennney
Visibility:
Public.

Description

Move geometry classes from core/platform/graphics to platform/geometry Move the basic geometry classes; FloatPoint3D, FloatPoint, FloatQuad, FloatRect, FloatSize, IntPoint, IntRectExtent, IntRect, IntSize, LayoutBoxExtent, LayoutPoint, LayoutRect, and LayoutSize from core/platform/graphics and into the new platform module. Also move the support enums TextDirection and WritingMode needed by BoxExtent as well as AffineTransform and TransformationMatrix as they are needed by FloatPoint (through the SVGPoint typedef). BUG=297477 R=abarth@chromium.org, pdr@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158725

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressing pdrs comments #

Patch Set 3 : Addressing pdrs comments #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+680 lines, -7000 lines) Patch
M Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8ClipboardCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AccessibilityNodeObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AccessibilityObject.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/accessibility/AccessibilityProgressIndicator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AccessibilityRenderObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 2 chunks +0 lines, -11 lines 0 comments Download
M Source/core/css/CSSCursorImageValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGradientValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSParser-in.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSProperty.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/MediaQueryEvaluator.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/TransformBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ClientRect.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ClientRectList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Clipboard.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DocumentMarkerController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/FullscreenElementStack.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/dom/Position.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Range.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Range.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Touch.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ViewportArguments.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/editing/Caret.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/editing/FrameSelection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/editing/FrameSelection.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M Source/core/editing/VisiblePosition.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisiblePosition.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisibleSelection.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisibleUnits.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/htmlediting.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/MouseRelatedEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/WheelEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ImageResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/history/HistoryItem.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAreaElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAreaElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/ImageData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasPathMethods.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/ImageInputType.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/TextTrackRegion.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorInputAgent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/TimelineRecordFactory.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/EmptyClients.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/AutoscrollController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Chrome.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DOMWindow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DragController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/EditorClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/FocusController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Frame.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/FrameView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/FrameView.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/ImageBitmap.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Page.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PagePopupClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PageScaleConstraints.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PageScaleConstraintsSet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Screen.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Settings.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/SpatialNavigation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/SpatialNavigation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/TouchAdjustment.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/TouchAdjustment.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/page/WindowFeatures.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/animation/CSSPropertyAnimation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingConstraints.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/ColorChooserClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/Cursor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/DateTimeChooser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/DragData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/DragImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/DragImage.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
D Source/core/platform/FloatConversion.h View 1 chunk +0 lines, -44 lines 0 comments Download
M Source/core/platform/LengthBox.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/PlatformGestureEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/platform/PlatformMouseEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/PlatformScreen.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/PlatformTouchPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/PlatformWheelEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/PopupMenuStyle.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollAnimator.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollAnimator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/ScrollAnimatorNone.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollAnimatorNone.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollableArea.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarTheme.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeClient.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/platform/ScrollbarThemeOverlay.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/Theme.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/Widget.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/Widget.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/animation/AnimationTranslationUtil.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/animation/AnimationTranslationUtilTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/animation/AnimationUtilities.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/audio/Cone.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/audio/HRTFKernel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/chromium/PlatformScreenChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/chromium/support/WebScrollbarImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/BitmapImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/BitmapImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/core/platform/graphics/CrossfadeGeneratedImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/CrossfadeGeneratedImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/DrawLooper.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/FloatPoint.h View 1 chunk +0 lines, -245 lines 0 comments Download
D Source/core/platform/graphics/FloatPoint.cpp View 1 chunk +0 lines, -147 lines 0 comments Download
D Source/core/platform/graphics/FloatPoint3D.h View 1 chunk +0 lines, -187 lines 0 comments Download
D Source/core/platform/graphics/FloatPoint3D.cpp View 1 chunk +0 lines, -42 lines 0 comments Download
M Source/core/platform/graphics/FloatPolygon.h View 1 chunk +2 lines, -2 lines 0 comments Download
D Source/core/platform/graphics/FloatQuad.h View 1 chunk +0 lines, -180 lines 0 comments Download
D Source/core/platform/graphics/FloatQuad.cpp View 1 chunk +0 lines, -236 lines 0 comments Download
D Source/core/platform/graphics/FloatRect.h View 1 chunk +0 lines, -239 lines 0 comments Download
D Source/core/platform/graphics/FloatRect.cpp View 1 chunk +0 lines, -272 lines 0 comments Download
D Source/core/platform/graphics/FloatSize.h View 1 chunk +0 lines, -192 lines 0 comments Download
D Source/core/platform/graphics/FloatSize.cpp View 1 chunk +0 lines, -68 lines 0 comments Download
M Source/core/platform/graphics/Font.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Font.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/FontFastPath.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GeneratedImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GeneratedImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GeneratorGeneratedImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GeneratorGeneratedImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GlyphBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GlyphMetricsMap.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/platform/graphics/Gradient.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/Gradient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext3D.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsLayer.h View 1 chunk +5 lines, -6 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayer.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/Image.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Image.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/ImageBuffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/ImageBuffer.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/ImageOrientation.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/IntPoint.h View 1 chunk +0 lines, -164 lines 0 comments Download
D Source/core/platform/graphics/IntRect.h View 1 chunk +0 lines, -205 lines 0 comments Download
D Source/core/platform/graphics/IntRect.cpp View 1 chunk +0 lines, -177 lines 0 comments Download
D Source/core/platform/graphics/IntRectExtent.h View 1 chunk +0 lines, -109 lines 0 comments Download
D Source/core/platform/graphics/IntSize.h View 1 chunk +0 lines, -170 lines 0 comments Download
M Source/core/platform/graphics/IntSizeHash.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/LayoutBoxExtent.h View 1 chunk +0 lines, -86 lines 0 comments Download
D Source/core/platform/graphics/LayoutBoxExtent.cpp View 1 chunk +0 lines, -198 lines 0 comments Download
D Source/core/platform/graphics/LayoutPoint.h View 1 chunk +0 lines, -204 lines 0 comments Download
D Source/core/platform/graphics/LayoutRect.h View 1 chunk +0 lines, -230 lines 0 comments Download
D Source/core/platform/graphics/LayoutRect.cpp View 1 chunk +0 lines, -150 lines 0 comments Download
D Source/core/platform/graphics/LayoutSize.h View 1 chunk +0 lines, -189 lines 0 comments Download
Source/core/platform/graphics/Path.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/PathTraversalState.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Pattern.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Region.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/RoundedRect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/RoundedRectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/ShadowBlur.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/SimpleFontData.h View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/TextRun.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/cg/FloatPointCG.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/cg/FloatRectCG.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/cg/FloatSizeCG.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/cg/IntPointCG.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/cg/IntRectCG.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/cg/IntSizeCG.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/DeferredImageDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/chromium/SimpleFontDataChromiumWin.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/TransformSkMatrix44Conversions.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/TransparencyWin.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/TransparencyWin.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEConvolveMatrix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/FETile.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/Filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/FilterEffect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/FilterOperations.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FilterOperations.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/LightSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/ReferenceFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/SkiaImageFilterBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterMesh.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterMeshGenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterOperation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterParameterList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterRenderer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterTransformParameter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/gpu/DrawingBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/harfbuzz/FontHarfBuzz.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/ComplexTextController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/FloatPointMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/FloatRectMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/FloatSizeMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/FontComplexTextMac.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/IntPointMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/IntRectMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/IntSizeMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/mac/SimpleFontDataMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/NativeImageSkia.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/skia/OpaqueRegionSkia.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/skia/SkiaFontWin.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/transforms/AffineTransform.h View 1 chunk +0 lines, -189 lines 0 comments Download
D Source/core/platform/graphics/transforms/AffineTransform.cpp View 1 chunk +0 lines, -425 lines 0 comments Download
M Source/core/platform/graphics/transforms/MatrixTransformOperation.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/platform/graphics/transforms/TransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/core/platform/graphics/transforms/TransformOperations.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/transforms/TransformState.h View 1 chunk +6 lines, -6 lines 0 comments Download
D Source/core/platform/graphics/transforms/TransformationMatrix.h View 1 chunk +0 lines, -364 lines 0 comments Download
D Source/core/platform/graphics/transforms/TransformationMatrix.cpp View 1 chunk +0 lines, -1531 lines 0 comments Download
M Source/core/platform/image-decoders/ImageDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/image-encoders/skia/JPEGImageEncoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/image-encoders/skia/PNGImageEncoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/image-encoders/skia/WEBPImageEncoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/mac/ScrollAnimatorMac.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/platform/mac/ScrollAnimatorMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/mac/ScrollElasticityController.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/platform/text/BidiResolver.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/text/TextDirection.h View 1 chunk +0 lines, -37 lines 0 comments Download
D Source/core/platform/text/WritingMode.h View 1 chunk +0 lines, -60 lines 0 comments Download
M Source/core/rendering/ClipRect.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/FilterEffectRenderer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/rendering/GapRects.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/HitTestLocation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/HitTestResult.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/rendering/HitTestingTransformState.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/rendering/HitTestingTransformState.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/ImageQualityController.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/InlineBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/LayoutRepainter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/LayoutState.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/PaintInfo.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBoxModelObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderGeometryMap.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderImageResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderInline.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderLayerBacking.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderLayerFilterInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderMenuList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderMenuList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderObject.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderOverflow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderOverflowTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderSelectionInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTableCell.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderText.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTextTrackCue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTheme.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderView.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/TextAutosizer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/TextAutosizer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/shapes/PolygonShape.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/shapes/RasterShape.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/shapes/RectangleShape.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/shapes/Shape.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/shapes/Shape.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/shapes/ShapeInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/shapes/ShapeOutsideInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/BasicShapes.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/BorderData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/CursorData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/style/ShadowData.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/style/ShadowData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleFetchedImageSet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceGradient.h View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMarker.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceSolidColor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGShape.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGShape.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGText.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGText.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGInlineTextBox.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGMarkerData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGTextFragment.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/svg/PatternAttributes.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAnimationElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGDocument.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFitToViewBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFitToViewBox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLengthContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLocatable.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGParserUtilities.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathByteStreamBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathByteStreamSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathConsumer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathSegListBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathSegListSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathStringBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathStringSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPointList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPreserveAspectRatio.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRect.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransform.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTransform.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransformDistance.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTransformList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTransformable.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/svg/graphics/SVGImageCache.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/svg/graphics/filters/SVGFilter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/testing/InternalSettings.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/modules/imagebitmap/ImageBitmapFactories.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/Notification.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/AudioListener.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioParam.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioParamTimeline.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/BiquadDSPKernel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/PannerNode.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/FloatConversion.h View 1 chunk +8 lines, -7 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 2 chunks +26 lines, -0 lines 0 comments Download
A + Source/platform/geometry/FloatPoint.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
A + Source/platform/geometry/FloatPoint.cpp View 1 2 3 1 chunk +16 lines, -11 lines 0 comments Download
A + Source/platform/geometry/FloatPoint3D.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/geometry/FloatPoint3D.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/geometry/FloatQuad.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/platform/geometry/FloatQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/platform/geometry/FloatRect.h View 1 3 chunks +10 lines, -6 lines 0 comments Download
A + Source/platform/geometry/FloatRect.cpp View 7 chunks +33 lines, -36 lines 0 comments Download
A + Source/platform/geometry/FloatSize.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/platform/geometry/FloatSize.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
Source/platform/geometry/IntPoint.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/geometry/IntRect.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/geometry/IntRect.cpp View 4 chunks +28 lines, -31 lines 0 comments Download
A + Source/platform/geometry/IntRectExtent.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/geometry/IntSize.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/geometry/LayoutBoxExtent.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/geometry/LayoutBoxExtent.cpp View 2 chunks +7 lines, -5 lines 0 comments Download
A + Source/platform/geometry/LayoutPoint.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/geometry/LayoutRect.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + Source/platform/geometry/LayoutRect.cpp View 4 chunks +9 lines, -12 lines 0 comments Download
A + Source/platform/geometry/LayoutSize.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/text/TextDirection.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/text/WritingMode.h View 0 chunks +-1 lines, --1 lines 0 comments Download
Source/platform/transforms/AffineTransform.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/transforms/AffineTransform.cpp View 2 chunks +10 lines, -7 lines 0 comments Download
A + Source/platform/transforms/TransformationMatrix.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/platform/transforms/TransformationMatrix.cpp View 2 chunks +11 lines, -7 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/ColorChooserPopupUIController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/DragClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ExternalPopupMenu.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/FindInPageCoordinates.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FindInPageCoordinates.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/FullscreenController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/InspectorClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/web/LinkHighlight.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/PinchViewports.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PinchViewports.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupContainer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupContainer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupListBox.h View 1 chunk +1 line, -1 line 0 comments Download
Source/web/PopupListBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/web/ValidationMessageClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
Source/web/ViewportAnchor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/WebFrameImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPopupMenuImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/painting/PaintAggregator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/tests/DragImageTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/LinkHighlightTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/ScrollAnimatorNoneTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/tests/TransparencyWinTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebFloatPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebFloatQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebFloatRect.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebFloatSize.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebRect.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebSize.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
eae
7 years, 2 months ago (2013-10-01 23:07:47 UTC) #1
pdr.
LGTM for the primary change here, but you'll need additional OWNERS. https://codereview.chromium.org/25494003/diff/1/Source/platform/geometry/FloatPoint.h File Source/platform/geometry/FloatPoint.h (right): ...
7 years, 2 months ago (2013-10-01 23:21:26 UTC) #2
eae
On 2013/10/01 23:21:26, pdr wrote: > LGTM for the primary change here, but you'll need ...
7 years, 2 months ago (2013-10-01 23:23:52 UTC) #3
abarth-chromium
LGTM2 @eae: In a separate CL, would you be willing to seed an OWNERS file ...
7 years, 2 months ago (2013-10-02 06:14:04 UTC) #4
abarth-chromium
On 2013/10/02 06:14:04, abarth wrote: > @eae: In a separate CL, would you be willing ...
7 years, 2 months ago (2013-10-02 06:23:03 UTC) #5
eae
7 years, 2 months ago (2013-10-02 15:17:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r158725.

Powered by Google App Engine
This is Rietveld 408576698