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

Issue 1461193003: Revert of [Oilpan] Prepare full definition of classes before using Member (Closed)

Created:
5 years, 1 month ago by peria
Modified:
5 years ago
CC:
chromium-reviews, shans, szager+layoutwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, webcomponents-bugzilla_chromium.org, dshwang, eae+blinkwatch, fs, dcheng, jsbell+idb_chromium.org, apavlov+blink_chromium.org, kinuko+worker_chromium.org, vmpstr+blinkwatch_chromium.org, kinuko+watch, kouhei+svg_chromium.org, Stephen Chennney, rwlbuis, timvolodine, Yoav Weiss, krit, drott+blinkwatch_chromium.org, Mads Ager (chromium), pfeldman+blink_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, Justin Novosad, danakj, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, jchaffraix+rendering, devtools-reviews_chromium.org, blink-reviews, gyuyoung2, pdr+svgwatchlist_chromium.org, blink-worker-reviews_chromium.org, Eric Willigers, mvanouwerkerk+watch_chromium.org, nessy, rjwright, blink-reviews-style_chromium.org, zoltan1, dgrogan, blink-reviews-layout_chromium.org, sof, caseq+blink_chromium.org, lushnikov+blink_chromium.org, Raymond Toy, feature-media-reviews_chromium.org, pdr+graphicswatchlist_chromium.org, eric.carlson_apple.com, kouhei+heap_chromium.org, darktears, loading-reviews+fetch_chromium.org, Nate Chapin, vcarbune.chromium, philipj_slow, tyoshino+watch_chromium.org, ajuma+watch-canvas_chromium.org, blink-reviews-animation_chromium.org, jbroman, pdr+renderingwatchlist_chromium.org, gasubic, leviw+renderwatch, falken, mlamouri+watch-blink_chromium.org, f(malita), Inactive, cmumford, tfarina, oilpan-reviews, horo+watch_chromium.org, sergeyv+blink_chromium.org, loading-reviews_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of [Oilpan] Prepare full definition of classes before using Member (patchset #7 id:120001 of https://codereview.chromium.org/1455943002/ ) Reason for revert: This CL had two problems. 1) This CL regressed performance for 10% in some tests. BUG=559311 2) This CL led compile error on win_blink_oilpan_dbg. Original issue's description: > Prepare full definition of classes before using Member<T> > > What we want to do is to instantiate some templates of > <T> with T's full definition, in Member<T>::get() and > Member<T>::checkPointer(). > To guarantee that template instantiations come after > T's definition, we put static_assert() in Member<T>. > See the change in platform/heap/Handle.h. > > To achieve the condition, this CL does either of > 1) move implementation of methods using Member<T> from .h to .cpp > 2) include necessary .h > (1) can change inline definitions to outline definitions, > and it may regress performance a bit. > > BUG=556947 > > Committed: https://crrev.com/6486e0c8e845fc96ad9579b7c6b67e4d474f8bb2 > Cr-Commit-Position: refs/heads/master@{#360570} TBR=oilpan-reviews@chromium.org,haraken@chromium.org,peria@google.com,sigbjornf@opera.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=556947 Committed: https://crrev.com/270473a30a1cabe4bc684391557494f2188b616c Cr-Commit-Position: refs/heads/master@{#360983}

Patch Set 1 #

Patch Set 2 : Make patch applicable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -922 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationEffect.h View 1 2 chunks +16 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationEffect.cpp View 1 1 chunk +0 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/animation/InterpolationEnvironment.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItem.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h View 1 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp View 1 2 chunks +0 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.cpp View 1 2 chunks +0 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSRuleList.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSRuleList.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheet.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheet.cpp View 1 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp View 1 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleImport.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleImport.cpp View 1 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.h View 1 10 chunks +20 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 11 chunks +0 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrderedMap.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentOrderedMap.cpp View 1 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.h View 1 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementData.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ElementData.cpp View 1 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PendingScript.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/PendingScript.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ProcessingInstruction.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/SecurityContext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/SecurityContext.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.h View 1 4 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.cpp View 1 4 chunks +0 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/PopStateEvent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/PopStateEvent.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/TextEvent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/TextEvent.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/DocumentResource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/DocumentResource.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.h View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Frame.h View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.h View 1 4 chunks +9 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Location.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Location.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrame.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrame.cpp View 1 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/FormAssociatedElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/FormAssociatedElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/FormData.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/html/FormData.cpp View 1 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLInputElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLInputElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/InputTypeView.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/InputTypeView.cpp View 1 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/imports/HTMLImportsController.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp View 1 2 chunks +0 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/TrackBase.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/TrackBase.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py View 1 6 chunks +6 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InjectedScriptHost.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp View 1 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentLoader.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentLoader.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FormSubmission.h View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.h View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/DragData.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedNumber.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElement.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElement.cpp View 1 2 chunks +0 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElementRareData.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElementRareData.cpp View 1 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGSVGElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGSVGElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGScriptElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGScriptElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp View 1 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/xml/XPathParser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XPathParser.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchRequestData.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognition.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/DOMWindowStorage.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/DOMWindowStorage.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/StorageEvent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/storage/StorageEvent.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/StorageNamespaceController.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/StorageNamespaceController.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/Database.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/Database.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLTransaction.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h View 1 2 chunks +30 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/Filter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/Filter.cpp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/Handle.h View 1 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginLoadObserver.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebPluginLoadObserver.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
peria
Created Revert of [Oilpan] Prepare full definition of classes before using Member
5 years, 1 month ago (2015-11-21 01:18:45 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461193003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461193003/1
5 years, 1 month ago (2015-11-21 01:19:32 UTC) #2
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp: While running git apply --index -3 -p1; error: patch ...
5 years, 1 month ago (2015-11-21 01:23:13 UTC) #4
haraken
LGTM Yeah, it seems we need to reconsider the approach...
5 years, 1 month ago (2015-11-21 01:25:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461193003/140009 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461193003/140009
5 years, 1 month ago (2015-11-21 01:40:34 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:140009)
5 years, 1 month ago (2015-11-21 01:44:33 UTC) #12
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/270473a30a1cabe4bc684391557494f2188b616c Cr-Commit-Position: refs/heads/master@{#360983}
5 years, 1 month ago (2015-11-21 01:45:32 UTC) #13
esprehn
5 years ago (2015-11-26 04:13:42 UTC) #14
Message was sent while issue was closed.
Yeah please don't move all these methods out of line, lots of effort went into
making things inline around running benchmarks over the past 5 years. :)

Powered by Google App Engine
This is Rietveld 408576698