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

Issue 64643009: Remove duplicated headers from core/ (Closed)

Created:
7 years, 1 month ago by lgombos
Modified:
7 years ago
Reviewers:
eseidel
CC:
blink-reviews, shans, webcomponents-bugzilla_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, loislo+blink_chromium.org, Steve Block, rwlbuis, blink-layers+watch_chromium.org, caseq+blink_chromium.org, dino_apple.com, chromiumbugtracker_adobe.com, pfeldman+blink_chromium.org, dsinclair, zoltan1, Timothy Loh, aandrey+blink_chromium.org, dstockwell, dglazkov+blink, Rik, gavinp+loader_chromium.org, danakj, devtools-reviews_chromium.org, bemjb+rendering_chromium.org, pdr., Eric Willigers, kenneth.christiansen, nessy, rjwright, jchaffraix+rendering, jamesr, philipj_slow, lushnikov+blink_chromium.org, kinuko, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, paulirish+reviews_chromium.org, darktears, krit, Nate Chapin, vcarbune.chromium, gavinp+prerender_chromium.org, alancutter (OOO until 2018), eustas+blink_chromium.org, alph+blink_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, Mike Lawther (Google), f(malita), groby+blinkspell_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove duplicated headers from core/ directory where the implementation file includes the same dependencies as the corresponding primary header. BUG=317231 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162772

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -525 lines) Patch
M Source/core/animation/AnimatableValueTestHelper.cpp View 1 chunk +0 lines, -16 lines 0 comments Download
M Source/core/animation/DocumentTimeline.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/Player.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSCalculationValue.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSCrossfadeValue.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSCursorImageValue.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSFilterValue.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSFontFace.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSFontFaceSource.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSGridTemplateValue.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSGroupingRule.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSImageValue.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSParserValues.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 1 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/css/CSSSVGDocumentValue.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSStyleDeclaration.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSTransformValue.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSValuePool.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/FontFace.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/MediaList.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/RuleSet.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/SelectorChecker.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/SelectorFilter.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/StylePropertySet.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/ScopedStyleResolver.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/ScopedStyleTree.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/SharedStyleFinder.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 3 chunks +0 lines, -3 lines 0 comments Download
M Source/core/css/resolver/StyleResolverState.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/ChildListMutationScope.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/ContainerNode.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/dom/ContainerNodeAlgorithms.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/DOMError.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/DOMNamedFlowCollection.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 5 chunks +0 lines, -5 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/dom/ElementData.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/ExecutionContext.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/FullscreenElementStack.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/LiveNodeList.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/MessagePort.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/MutationObserver.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/MutationObserverInterestGroup.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/NamedFlowCollection.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Node.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/dom/NodeIterator.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/PositionIterator.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Range.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/dom/ScriptLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/SelectorQuery.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/StyleElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/StyleEngine.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/StyleSheetCollection.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/TagNodeList.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/TreeScope.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/TreeWalker.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/custom/CustomElementCallbackScheduler.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/custom/CustomElementRegistry.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/shadow/ComposedTreeWalker.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/shadow/ElementShadow.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/shadow/InsertionPoint.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/EditingStyle.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/Editor.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/FrameSelection.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/RenderedPosition.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/SpellCheckRequester.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/SpellChecker.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/TextIterator.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/VisibleSelection.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/editing/htmlediting.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/BeforeUnloadEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/Event.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/EventContext.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/events/EventDispatcher.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/EventRetargeter.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/events/MessageEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/ScopedEventQueue.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/TextEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/TouchEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/UIEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fetch/CrossOriginAccessControl.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fetch/DocumentResource.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/fetch/FetchRequest.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/fetch/FontResource.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fetch/MemoryCache.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fetch/RawResource.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fetch/TextResourceDecoder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fileapi/File.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fileapi/FileList.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/fileapi/FileReaderLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/Console.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/ConsoleBase.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/frame/ContentSecurityPolicy.cpp View 1 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/DOMSecurityPolicy.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/frame/DOMTimer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/Frame.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/History.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/ImageBitmap.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/animation/CSSPropertyAnimation.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/animation/CompositeAnimation.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/history/HistoryItem.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/ClassList.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLFrameSetElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasStyle.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/canvas/WebGLContextGroup.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/canvas/WebGLGetInfo.cpp View 1 chunk +0 lines, -10 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/BackgroundHTMLParser.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/CompactHTMLToken.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/HTMLDocumentParser.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/html/parser/HTMLElementStack.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/HTMLMetaCharsetParser.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/HTMLParserIdioms.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLTokenizer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/HTMLViewSourceParser.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/XSSAuditor.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/shadow/DateTimeNumericFieldElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/shadow/HTMLContentElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/track/TextTrackCue.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/ConsoleMessage.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorCanvasAgent.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 3 chunks +0 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorDOMStorageAgent.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorDatabaseAgent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorDatabaseResource.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorInputAgent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorMemoryAgent.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorProfilerAgent.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorResourceAgent.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 1 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/NetworkResourcesData.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/PageDebuggerAgent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/ScriptCallStack.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/TimelineRecordFactory.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/TimelineTraceEventProcessor.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/DocumentLoadTiming.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/DocumentThreadableLoader.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/loader/FormSubmission.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/HistoryController.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/ImageLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/MixedContentChecker.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/PrerendererClient.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/TextTrackLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/WorkerThreadableLoader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/appcache/ApplicationCache.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/ContextMenuController.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/PageConsole.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/PrintContext.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/RuntimeCSSEnabled.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/SpatialNavigation.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/TouchAdjustment.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/DragImage.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/Pasteboard.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/PlatformSpeechSynthesizer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/ScrollAnimatorNone.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/ScrollbarTheme.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/ScrollbarThemeNonMacCommon.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/animation/AnimationTranslationUtil.cpp View 1 3 chunks +0 lines, -3 lines 0 comments Download
M Source/core/platform/animation/TimingFunctionTestHelper.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/chromium/ChromiumDataObjectItem.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/Canvas2DLayerBridge.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/DeferredImageDecoder.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/Font.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/FontPlatformData.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/GlyphPageTreeNode.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext.cpp View 1 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContext3D.cpp View 1 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayer.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/Image.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/ImageBuffer.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/ImageDecodingStore.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/ImageSource.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/Path.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/Pattern.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/SimpleFontData.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/WidthIterator.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEBlend.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEColorMatrix.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEComponentTransfer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEComposite.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEConvolveMatrix.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEDisplacementMap.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEDropShadow.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEFlood.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEGaussianBlur.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FELighting.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/FEMerge.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEMorphology.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FEOffset.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FETile.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FETurbulence.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/FilterEffect.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/SourceAlpha.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/SourceGraphic.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterOperation.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterRenderer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/gpu/DrawingBuffer.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/gpu/SharedGraphicsContext3D.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/win/FontPlatformDataWin.cpp View 1 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/win/TransparencyWin.cpp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/win/UniscribeHelper.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/image-decoders/ImageDecoder.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/image-decoders/gif/GIFImageReader.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/image-decoders/ico/ICOImageDecoder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/image-decoders/png/PNGImageDecoder.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/mediastream/MediaStreamDescriptor.cpp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/platform/mediastream/RTCDataChannelHandler.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/platform/mediastream/RTCPeerConnectionHandler.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/plugins/DOMPluginArray.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/AbstractInlineTextBox.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/BidiRun.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/CompositedLayerMapping.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/rendering/HitTestResult.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/LayoutState.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderButton.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderImageResource.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerCompositor.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerFilterInfo.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderMenuList.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderTable.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/shapes/Shape.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/shapes/ShapeInfo.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyle.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/style/StyleBoxData.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/style/StyleCustomFilterProgramCache.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/ReferenceFilterBuilder.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMarker.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGText.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/svg/SVGTextRunRenderingContext.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/speech/SpeechInput.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimatedPointList.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEFuncAElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEFuncBElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEFuncGElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEFuncRElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFitToViewBox.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFontElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFontFaceElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFontFaceNameElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGFontFaceUriElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGGlyphElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGGlyphRefElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGHKernElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGLength.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMissingGlyphElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPaint.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathSegListBuilder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPolygonElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGPolylineElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGStyleElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGSymbolElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTests.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTransform.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTransformDistance.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTransformList.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGURIReference.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGVKernElement.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGViewElement.cpp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/svg/SVGViewSpec.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/graphics/SVGImageForContainer.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/svg/graphics/filters/SVGFEImage.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/graphics/filters/SVGFilterBuilder.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/InspectorFrontendClientLocal.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/MockPagePopupDriver.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/MemoryInfo.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/Performance.cpp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/timing/PerformanceUserTiming.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/workers/AbstractWorker.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/workers/SharedWorkerGlobalScope.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/workers/Worker.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerConsole.cpp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/workers/WorkerRunLoop.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/workers/WorkerThreadStartupData.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/DocumentXPathEvaluator.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/xml/XMLHttpRequestUpload.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XPathExpressionNode.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathNodeSet.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathParser.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathPredicate.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XSLImportRule.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 1 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
lgombos
I realize this is a large amount of change for one CL, but the changes ...
7 years, 1 month ago (2013-11-10 18:07:51 UTC) #1
Stephen Chennney
On 2013/11/10 18:07:51, lgombos wrote: > I realize this is a large amount of change ...
7 years, 1 month ago (2013-11-11 16:16:01 UTC) #2
Inactive
On 2013/11/11 16:16:01, Stephen Chenney wrote: > On 2013/11/10 18:07:51, lgombos wrote: > > I ...
7 years, 1 month ago (2013-11-11 17:53:30 UTC) #3
eseidel
rslgtm.
7 years, 1 month ago (2013-11-11 18:26:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/l.gombos@samsung.com/64643009/1
7 years, 1 month ago (2013-11-12 22:18:05 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/svg/RenderSVGModelObject.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-12 22:20:25 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/l.gombos@samsung.com/64643009/130001
7 years ago (2013-11-27 16:39:58 UTC) #7
atreat
On 2013/11/11 17:53:30, Chris Dumez wrote: > Yes, it is likely some includes can be ...
7 years ago (2013-11-27 17:13:31 UTC) #8
commit-bot: I haz the power
7 years ago (2013-11-27 17:37:13 UTC) #9
Message was sent while issue was closed.
Change committed as 162772

Powered by Google App Engine
This is Rietveld 408576698