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

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)

Created:
3 years, 9 months ago by alph
Modified:
3 years, 8 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, shans, szager+layoutwatch_chromium.org, tzik, webcomponents-bugzilla_chromium.org, dshwang, eae+blinkwatch, dcheng, leviw+renderwatch, dominicc+watchlist_chromium.org, apavlov+blink_chromium.org, kinuko+worker_chromium.org, kinuko+watch, rwlbuis, timvolodine, Yoav Weiss, Nate Chapin, awdf+watch_chromium.org, pfeldman+blink_chromium.org, yhirano+watch_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, Justin Novosad, abarth-chromium, 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, falken+watch_chromium.org, blink-worker-reviews_chromium.org, Eric Willigers, mvanouwerkerk+watch_chromium.org, kenneth.christiansen, rjwright, blink-reviews-style_chromium.org, zoltan1, Peter Beverloo, blink-reviews-paint_chromium.org, blink-reviews-layout_chromium.org, sof, caseq+blink_chromium.org, nhiroki, loading-reviews_chromium.org, lushnikov+blink_chromium.org, darktears, haraken, loading-reviews+fetch_chromium.org, jsbell+idb_chromium.org, michaeln, tyoshino+watch_chromium.org, mlamouri+watch-blink_chromium.org, blink-reviews-animation_chromium.org, pdr+renderingwatchlist_chromium.org, loading-reviews+parser_chromium.org, mcasas+geolocation_chromium.org, shimazu+worker_chromium.org, ajuma+watch-canvas_chromium.org, cmumford, horo+watch_chromium.org, blink-reviews-frames_chromium.org, kinuko+fileapi, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[instrumentation] Rename InspectorInstrumentation into CoreProbes Rename probe::InstrumentingAgents into probe::Sink Move probe instrumentation related files to core/probe. BUG=695625 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2772613002 Cr-Commit-Position: refs/heads/master@{#460285} Committed: https://chromium.googlesource.com/chromium/src/+/80b97517ddcc63d3d901bd63c8184ccd26ac223a

Patch Set 1 #

Patch Set 2 : idl -> pidl #

Patch Set 3 : sinkFor -> toCoreProbesSink #

Total comments: 2

Patch Set 4 : addressing comments #

Patch Set 5 : Add missing files. #

Patch Set 6 : fix link error #

Patch Set 7 : rebaseline #

Patch Set 8 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -1720 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/Animation.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheet.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/CharacterData.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ContainerNode.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 2 3 4 5 6 7 4 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MutationObserver.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PseudoElement.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/GenericEventQueue.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DOMTimer.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Frame.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 7 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Screen.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSlotElement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/BUILD.gn View 1 2 3 4 5 6 4 chunks +1 line, -36 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h View 1 chunk +0 lines, -151 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp View 1 chunk +0 lines, -183 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl View 1 chunk +0 lines, -367 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h View 1 2 3 4 5 6 1 chunk +0 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.cpp View 1 2 3 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentLoader.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.cpp View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/NavigationScheduler.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ProgressTracker.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/ChromeClient.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/CreateWindow.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/Page.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FramePainter.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/core/probe/BUILD.gn View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/probe/CoreProbes.h View 1 2 3 4 5 6 7 3 chunks +53 lines, -71 lines 0 comments Download
A + third_party/WebKit/Source/core/probe/CoreProbes.cpp View 1 2 3 4 5 4 chunks +37 lines, -59 lines 0 comments Download
A + third_party/WebKit/Source/core/probe/CoreProbes.pidl View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/core/probe/OWNERS View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorker.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/xml/DocumentXSLT.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/eventsource/EventSource.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchManager.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriter.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geolocation/Geolocation.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/Notification.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +12 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/BitmapImage.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/Source/platform/instrumentation/InstrumentingAgents_h.template View 1 chunk +0 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/platform/instrumentation/InstrumentingProbesCodeGenerator.py View 1 2 3 1 chunk +0 lines, -246 lines 0 comments Download
M third_party/WebKit/Source/platform/instrumentation/InstrumentingProbesImpl_cpp.template View 1 2 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/WebKit/Source/platform/instrumentation/InstrumentingProbesImpl_h.template View 1 2 1 chunk +0 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h View 1 2 3 4 2 chunks +1 line, -28 lines 0 comments Download
D third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl View 1 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/WebKit/Source/platform/instrumentation/PlatformTraceEventsAgent.h View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/WebKit/Source/platform/instrumentation/PlatformTraceEventsAgent.cpp View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/FetchContext.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/probe/InstrumentingProbesCodeGenerator.py View 1 2 3 5 chunks +16 lines, -9 lines 0 comments Download
A third_party/WebKit/Source/platform/probe/OWNERS View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/probe/PlatformProbes.h View 1 2 3 4 5 1 chunk +25 lines, -12 lines 0 comments Download
A + third_party/WebKit/Source/platform/probe/PlatformProbes.cpp View 1 2 3 4 5 1 chunk +16 lines, -17 lines 0 comments Download
A + third_party/WebKit/Source/platform/probe/PlatformProbes.pidl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/probe/templates/InstrumentingProbesImpl.cpp.tmpl View 1 2 3 4 chunks +11 lines, -11 lines 0 comments Download
A + third_party/WebKit/Source/platform/probe/templates/InstrumentingProbesInl.h.tmpl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/probe/templates/ProbeSink.h.tmpl View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py View 1 2 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 55 (33 generated)
alph
3 years, 9 months ago (2017-03-23 00:18:01 UTC) #4
alph
ptal. I updated the issue with a link to design doc.
3 years, 9 months ago (2017-03-23 22:43:52 UTC) #11
bashi
On 2017/03/23 22:43:52, alph wrote: > ptal. I updated the issue with a link to ...
3 years, 9 months ago (2017-03-23 23:16:06 UTC) #14
alph
On 2017/03/23 23:16:06, bashi (slow til Mar 23) wrote: > On 2017/03/23 22:43:52, alph wrote: ...
3 years, 9 months ago (2017-03-24 00:23:15 UTC) #15
bashi
On 2017/03/24 00:23:15, alph wrote: > On 2017/03/23 23:16:06, bashi (slow til Mar 23) wrote: ...
3 years, 9 months ago (2017-03-24 00:25:20 UTC) #16
pfeldman
https://codereview.chromium.org/2772613002/diff/40001/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h File third_party/WebKit/Source/web/WebDevToolsAgentImpl.h (right): https://codereview.chromium.org/2772613002/diff/40001/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h#newcode151 third_party/WebKit/Source/web/WebDevToolsAgentImpl.h:151: Member<CoreProbesSink> m_instrumentingAgents; CoreProbeSink https://codereview.chromium.org/2772613002/diff/40001/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp File third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp (right): https://codereview.chromium.org/2772613002/diff/40001/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp#newcode39 third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp:39: ...
3 years, 9 months ago (2017-03-24 23:03:35 UTC) #17
pfeldman
otherwise lgtm
3 years, 9 months ago (2017-03-24 23:39:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/80001
3 years, 9 months ago (2017-03-25 01:05:43 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/381597)
3 years, 9 months ago (2017-03-25 01:27:38 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/100001
3 years, 9 months ago (2017-03-25 07:05:12 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/3498)
3 years, 9 months ago (2017-03-25 07:46:43 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/100001
3 years, 9 months ago (2017-03-25 19:33:55 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/100001
3 years, 9 months ago (2017-03-25 19:34:16 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/3501)
3 years, 9 months ago (2017-03-25 20:15:06 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/100001
3 years, 9 months ago (2017-03-27 01:27:56 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/334231) chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 9 months ago (2017-03-27 01:32:34 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/120001
3 years, 9 months ago (2017-03-27 05:48:48 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/3509)
3 years, 9 months ago (2017-03-27 06:28:31 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/140001
3 years, 8 months ago (2017-03-28 19:00:09 UTC) #48
commit-bot: I haz the power
CQ has no permission to schedule in bucket master.tryserver.chromium.linux
3 years, 8 months ago (2017-03-28 21:15:29 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2772613002/140001
3 years, 8 months ago (2017-03-29 03:15:45 UTC) #52
commit-bot: I haz the power
3 years, 8 months ago (2017-03-29 05:21:58 UTC) #55
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/80b97517ddcc63d3d901bd63c818...

Powered by Google App Engine
This is Rietveld 408576698