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

Issue 1852663002: Oilpan: Remove WillBe types (part 9) (Closed)

Created:
4 years, 8 months ago by haraken
Modified:
4 years, 8 months ago
Reviewers:
tkent, oilpan-reviews
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-style_chromium.org, blink-worker-reviews_chromium.org, chromium-reviews, dcheng, krit, eae+blinkwatch, Eric Willigers, falken, f(malita), fs, gavinp+loader_chromium.org, gyuyoung2, horo+watch_chromium.org, Nate Chapin, jchaffraix+rendering, kinuko+worker_chromium.org, kouhei+svg_chromium.org, leviw+renderwatch, loading-reviews+fetch_chromium.org, mkwst+watchlist-csp_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, szager+layoutwatch_chromium.org, tyoshino+watch_chromium.org, Yoav Weiss, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: Remove WillBe types (part 9) BUG=585328 TBR=tkent@chromium.org Committed: https://crrev.com/7a43ca06524cf00fa02b61f8ce0a108d945ce4a6 Cr-Commit-Position: refs/heads/master@{#384479}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1105 lines, -1131 lines) Patch
M third_party/WebKit/Source/core/clipboard/DataTransfer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/AnimationEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/AnimationPlayerEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/AutocompleteErrorEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/BeforeTextInsertedEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/BeforeUnloadEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/ClipboardEvent.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/CompositionEvent.h View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/events/CompositionEvent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/CustomEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/DOMWindowEventQueue.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp View 7 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/events/DragEvent.h View 2 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/events/DragEvent.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/ErrorEvent.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/events/Event.h View 8 chunks +22 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/events/Event.cpp View 5 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatchMediator.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatchMediator.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventFactory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListener.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPath.h View 3 chunks +9 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPath.cpp View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPathTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventQueue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventSender.h View 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.h View 7 chunks +19 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.cpp View 8 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/events/FocusEvent.h View 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/FocusEvent.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/GenericEventQueue.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/GenericEventQueue.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/HashChangeEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/InputEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.h View 3 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.h View 5 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 8 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseRelatedEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MutationEvent.h View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/events/MutationEvent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/NodeEventContext.h View 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/NodeEventContext.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/PageTransitionEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEvent.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEvent.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactory.h View 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactory.cpp View 6 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp View 11 chunks +25 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/core/events/PopStateEvent.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/PopStateEvent.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/ProgressEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/PromiseRejectionEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/RegisteredEventListener.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/RelatedEvent.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/RelatedEvent.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/ResourceProgressEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/ScopedEventQueue.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/ScopedEventQueue.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/TextEvent.h View 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/events/TextEvent.cpp View 4 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/events/TouchEvent.h View 4 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/events/TouchEvent.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/TouchEventContext.h View 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/TouchEventContext.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/TransitionEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.h View 3 chunks +15 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/UIEvent.h View 2 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/events/UIEvent.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/UIEventWithKeyState.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/WheelEvent.h View 3 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/WheelEvent.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/WindowEventContext.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h View 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/CachingCorrectnessTest.cpp View 27 chunks +45 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/DocumentResource.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/DocumentResource.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/DocumentResourceReference.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/FontResource.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/FontResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.h View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/LinkFetchResource.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/LinkFetchResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/MemoryCache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MemoryCache.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MemoryCacheTest.cpp View 13 chunks +33 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MockResourceClients.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MockResourceClients.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MultipartImageResourceParserTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/RawResource.h View 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/RawResource.cpp View 10 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/RawResourceTest.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.h View 9 chunks +10 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.h View 4 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp View 13 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceLoader.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceOwner.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceTest.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ScriptResource.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ScriptResource.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/HitTestCache.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/HitTestResult.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImageResource.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListMarker.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMenuList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutPart.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutPartTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutScrollbar.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTestHelper.h View 4 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextFragment.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutView.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ScrollAnchor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/TextAutosizer.h View 4 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/TextAutosizer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h View 4 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyleTest.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/style/ContentData.h View 7 chunks +17 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/style/ContentData.cpp View 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/style/CursorData.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/style/FillLayer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/FillLayer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/NinePieceImage.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/style/NinePieceImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ShapeValue.h View 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImage.h View 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImageSet.h View 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFilterData.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleGeneratedImage.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleImage.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleInvalidImage.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/style/StylePath.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/StylePath.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/StylePendingImage.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareInheritedData.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/AbstractWorker.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerBase.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerClients.h View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerConsole.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerConsole.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerEventQueue.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp View 5 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 5 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 7 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerMessagingProxy.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerObjectProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerObjectProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerReportingProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerScriptLoader.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThreadStartupData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h View 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
haraken
4 years, 8 months ago (2016-04-01 02:01:15 UTC) #2
tkent
lgtm
4 years, 8 months ago (2016-04-01 02:40:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852663002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852663002/1
4 years, 8 months ago (2016-04-01 02:41:15 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-01 03:57:21 UTC) #6
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 03:58:55 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7a43ca06524cf00fa02b61f8ce0a108d945ce4a6
Cr-Commit-Position: refs/heads/master@{#384479}

Powered by Google App Engine
This is Rietveld 408576698