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

Issue 1381023002: NOCOMMIT: Blink tracing now uses base

Created:
5 years, 2 months ago by oystein (OOO til 10th of July)
Modified:
5 years, 2 months ago
Reviewers:
CC:
chromium-reviews, dshwang, eae+blinkwatch, apavlov+blink_chromium.org, tracing+reviews_chromium.org, kinuko+watch, blink-reviews-wtf_chromium.org, rwlbuis, Yoav Weiss, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, blink-reviews-events_chromium.org, yhirano+watch_chromium.org, blink-reviews-css, szager+layoutwatch_chromium.org, jam, yurys+blink_chromium.org, Justin Novosad, danakj, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, jchaffraix+rendering, devtools-reviews_chromium.org, blink-reviews, darin-cc_chromium.org, blink-reviews-style_chromium.org, zoltan1, blink-reviews-layout_chromium.org, caseq+blink_chromium.org, lushnikov+blink_chromium.org, jbroman, krit, darktears, Nate Chapin, Stephen Chennney, tyoshino+watch_chromium.org, wfh+watch_chromium.org, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, pfeldman+blink_chromium.org, f(malita), sergeyv+blink_chromium.org, Mikhail, 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

NOCOMMIT: Blink tracing now uses base

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -403 lines) Patch
M base/location.h View 1 chunk +2 lines, -0 lines 0 comments Download
M base/trace_event/trace_event.h View 1 chunk +7 lines, -0 lines 0 comments Download
M base/trace_event/trace_event_common.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/child/blink_platform_impl.h View 1 chunk +0 lines, -28 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 chunks +0 lines, -107 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.h View 3 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/Init.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/core.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverStats.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h View 8 chunks +52 lines, -51 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp View 12 chunks +154 lines, -154 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutAnalyzer.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/TracedLayoutObject.h View 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/EventTracer.h View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/EventTracer.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformInstrumentation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/TraceEvent.h View 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/TracedValue.h View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/TracedValue.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebConvertableToTraceFormat.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebUnitTests.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/CString.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebConvertableToTraceFormat.h View 2 chunks +2 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698