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

Issue 307943002: Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. (Closed)

Created:
6 years, 6 months ago by keishi
Modified:
6 years, 5 months ago
CC:
blink-reviews, tzik, ericu+idb_chromium.org, apavlov+blink_chromium.org, aandrey+blink_chromium.org, caseq+blink_chromium.org, arv+blink, pfeldman+blink_chromium.org, malch+blink_chromium.org, alecflett, yurys+blink_chromium.org, abarth-chromium, nhiroki, blink-reviews-bindings_chromium.org, devtools-reviews_chromium.org, loislo+blink_chromium.org, timvolodine, eustas+blink_chromium.org, paulirish+reviews_chromium.org, lushnikov+blink_chromium.org, jsbell+idb_chromium.org, watchdog-blink-watchlist_google.com, vsevik+blink_chromium.org, mvanouwerkerk+watch_chromium.org, Inactive, cmumford, dgrogan, sergeyv+blink_chromium.org, kouhei+heap_chromium.org, kinuko+fileapi
Visibility:
Public.

Description

Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178895

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Use RawPtr #

Patch Set 3 : Crashing #

Total comments: 2

Patch Set 4 : Using keep alive #

Patch Set 5 : Still crashing #

Patch Set 6 : Fixed crash #

Patch Set 7 : Separated out all non InspectorAgent and InspectorController classes #

Total comments: 8

Patch Set 8 : Added agents() #

Total comments: 20

Patch Set 9 : Used handles for Page/Node and move InstrumentingAgents to oilpan #

Patch Set 10 : Used handles for Page/Node and move InstrumentingAgents to oilpan #

Patch Set 11 : #

Total comments: 102

Patch Set 12 : Fixed #

Patch Set 13 : Rebased #

Total comments: 25

Patch Set 14 : Fixed #

Total comments: 7

Patch Set 15 : Fixed WorkerDebuggerAgent #

Total comments: 2

Patch Set 16 : #

Total comments: 2

Patch Set 17 : Better mutex, updated GeolocationController #

Total comments: 4

Patch Set 18 : #

Total comments: 5

Patch Set 19 : Fixed #

Total comments: 2

Patch Set 20 : Moved mutex to WorkerGlobalScope #

Patch Set 21 : #

Total comments: 5

Patch Set 22 : used OwnPtrWillBePersistent #

Patch Set 23 : Fixed patch set 21 #

Patch Set 24 : Rebased #

Patch Set 25 : Rebased #

Patch Set 26 : Rebased #

Patch Set 27 : #

Patch Set 28 : #

Total comments: 4

Patch Set 29 : #

Patch Set 30 : #

Patch Set 31 : Rebased #

Patch Set 32 : #

Total comments: 2

Patch Set 33 : Moved InspectorTimelineAgentTraceEventListener #

Patch Set 34 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+694 lines, -345 lines) Patch
M Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -1 line 0 comments Download
M Source/core/inspector/CodeGeneratorInstrumentation.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 6 chunks +18 lines, -7 lines 0 comments Download
M Source/core/inspector/InjectedScriptHost.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/inspector/InjectedScriptHost.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/inspector/InjectedScriptHost.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/InjectedScriptManager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorApplicationCacheAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +6 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorBaseAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 5 chunks +15 lines, -7 lines 0 comments Download
M Source/core/inspector/InspectorBaseAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +14 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorCSSAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 5 chunks +15 lines, -13 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 12 chunks +38 lines, -21 lines 0 comments Download
M Source/core/inspector/InspectorCanvasAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorCanvasAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +9 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +14 lines, -13 lines 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 6 chunks +29 lines, -15 lines 0 comments Download
M Source/core/inspector/InspectorDOMAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +18 lines, -16 lines 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 6 chunks +28 lines, -8 lines 0 comments Download
M Source/core/inspector/InspectorDOMDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +6 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +15 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorDOMStorageAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorDOMStorageAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 5 chunks +6 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 3 chunks +9 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorHeapProfilerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorHeapProfilerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorInputAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorInputAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorInspectorAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorInspectorAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorMemoryAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +5 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +8 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorProfilerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorProfilerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorResourceAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +7 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorResourceAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorResourceContentLoader.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorRuntimeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +55 lines, -17 lines 0 comments Download
M Source/core/inspector/InspectorTracingAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorWorkerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorWorkerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/inspector/PageConsoleAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/inspector/PageConsoleAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +9 lines, -1 line 0 comments Download
M Source/core/inspector/PageDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/inspector/PageDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +8 lines, -2 lines 0 comments Download
M Source/core/inspector/PageRuntimeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -4 lines 0 comments Download
M Source/core/inspector/PageRuntimeAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +9 lines, -0 lines 0 comments Download
M Source/core/inspector/TraceEventDispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +17 lines, -32 lines 0 comments Download
M Source/core/inspector/TraceEventDispatcher.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +23 lines, -23 lines 0 comments Download
M Source/core/inspector/WorkerConsoleAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/WorkerDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +7 lines, -4 lines 0 comments Download
M Source/core/inspector/WorkerDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +11 lines, -27 lines 0 comments Download
M Source/core/inspector/WorkerInspectorController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +10 lines, -5 lines 0 comments Download
M Source/core/inspector/WorkerInspectorController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +23 lines, -4 lines 0 comments Download
M Source/core/inspector/WorkerRuntimeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/inspector/WorkerRuntimeAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/page/Page.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Page.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +8 lines, -1 line 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +9 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +14 lines, -0 lines 0 comments Download
M Source/modules/device_orientation/DeviceOrientationInspectorAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/InspectorFileSystemAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/filesystem/InspectorFileSystemAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +8 lines, -2 lines 0 comments Download
M Source/modules/geolocation/GeolocationController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/GeolocationController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +7 lines, -5 lines 0 comments Download
M Source/modules/geolocation/GeolocationInspectorAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +8 lines, -7 lines 0 comments Download
M Source/modules/geolocation/GeolocationInspectorAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +14 lines, -4 lines 0 comments Download
M Source/modules/indexeddb/InspectorIndexedDBAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +3 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +7 lines, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseClient.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/InspectorDatabaseAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/InspectorDatabaseAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +8 lines, -0 lines 0 comments Download
M Source/web/WebEmbeddedWorkerImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +3 lines, -1 line 0 comments Download
M Source/web/WebSharedWorkerImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 108 (0 generated)
keishi
Work in progress patch. I have a problem in WorkerDebuggerAgent.cpp: workerDebuggerAgents() keeps a map from ...
6 years, 6 months ago (2014-05-29 14:16:00 UTC) #1
haraken
https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode116 Source/core/inspector/WorkerDebuggerAgent.cpp:116: workerDebuggerAgentRemovers().set(this, adoptPtr(new WorkerDebuggerAgentRemover(thread))); The line 113 and 115 need ...
6 years, 6 months ago (2014-05-30 01:13:19 UTC) #2
haraken
Also let's consider breaking this kind of large CL into more pieces from next time. ...
6 years, 6 months ago (2014-05-30 01:15:26 UTC) #3
keishi
https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode116 Source/core/inspector/WorkerDebuggerAgent.cpp:116: workerDebuggerAgentRemovers().set(this, adoptPtr(new WorkerDebuggerAgentRemover(thread))); On 2014/05/30 01:13:20, haraken wrote: > ...
6 years, 6 months ago (2014-05-30 02:01:07 UTC) #4
haraken
hmm, as far as I see the code, I cannot find anything suspicious. Probably you ...
6 years, 6 months ago (2014-05-30 03:24:12 UTC) #5
keishi
On 2014/05/30 03:24:12, haraken wrote: > hmm, as far as I see the code, I ...
6 years, 6 months ago (2014-06-02 03:56:50 UTC) #6
haraken
https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode74 Source/core/inspector/WorkerDebuggerAgent.cpp:74: typedef WillBePersistentHeapHashMap<WeakMember<WorkerDebuggerAgent>, OwnPtr<WorkerDebuggerAgentRemover> > WorkerDebuggerAgentRemovers; mads@, erik@: I'm guessing ...
6 years, 6 months ago (2014-06-02 04:51:14 UTC) #7
keishi
On 2014/06/02 04:51:14, haraken wrote: > https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp > File Source/core/inspector/WorkerDebuggerAgent.cpp (right): > > https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode74 > ...
6 years, 6 months ago (2014-06-02 06:54:55 UTC) #8
wibling-chromium
https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode49 Source/core/inspector/WorkerDebuggerAgent.cpp:49: typedef HashMap<WorkerThread*, WorkerDebuggerAgent*> WorkerDebuggerAgents; Don't you need to make ...
6 years, 6 months ago (2014-06-02 08:15:15 UTC) #9
Mads Ager (chromium)
Quick comment haven't looked at the actual patch much. https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/20001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode74 Source/core/inspector/WorkerDebuggerAgent.cpp:74: ...
6 years, 6 months ago (2014-06-02 09:00:59 UTC) #10
keishi
https://codereview.chromium.org/307943002/diff/60001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/60001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode89 Source/core/inspector/WorkerDebuggerAgent.cpp:89: workerDebuggerAgents().add(m_thread, nullptr/*adoptPtr(new Persistent<WorkerDebuggerAgent>(this))*/); I tried to do the same ...
6 years, 6 months ago (2014-06-02 12:06:31 UTC) #11
Mads Ager (chromium)
https://codereview.chromium.org/307943002/diff/60001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/60001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode89 Source/core/inspector/WorkerDebuggerAgent.cpp:89: workerDebuggerAgents().add(m_thread, nullptr/*adoptPtr(new Persistent<WorkerDebuggerAgent>(this))*/); On 2014/06/02 12:06:31, keishi wrote: > ...
6 years, 6 months ago (2014-06-03 10:19:34 UTC) #12
keishi
On 2014/06/03 10:19:34, Mads Ager (chromium) wrote: > https://codereview.chromium.org/307943002/diff/60001/Source/core/inspector/WorkerDebuggerAgent.cpp > File Source/core/inspector/WorkerDebuggerAgent.cpp (right): > > ...
6 years, 6 months ago (2014-06-04 19:17:40 UTC) #13
tkent
On 2014/06/04 19:17:40, keishi wrote: > Program received signal SIGSEGV, Segmentation fault. > [Switching to ...
6 years, 6 months ago (2014-06-05 00:53:46 UTC) #14
haraken
On 2014/06/04 19:17:40, keishi wrote: > On 2014/06/03 10:19:34, Mads Ager (chromium) wrote: > > ...
6 years, 6 months ago (2014-06-05 01:26:48 UTC) #15
haraken
On 2014/06/05 01:26:48, haraken wrote: > On 2014/06/04 19:17:40, keishi wrote: > > On 2014/06/03 ...
6 years, 6 months ago (2014-06-06 00:55:46 UTC) #16
keishi
Thanks for all the help. I finally figured it out. I had an error and ...
6 years, 6 months ago (2014-06-09 14:19:44 UTC) #17
keishi
On 2014/06/09 14:19:44, keishi wrote: > Thanks for all the help. I finally figured it ...
6 years, 6 months ago (2014-06-10 08:50:02 UTC) #18
haraken
On 2014/06/10 08:50:02, keishi wrote: > On 2014/06/09 14:19:44, keishi wrote: > > Thanks for ...
6 years, 6 months ago (2014-06-10 09:24:59 UTC) #19
keishi
On 2014/06/10 09:24:59, haraken wrote: > On 2014/06/10 08:50:02, keishi wrote: > > On 2014/06/09 ...
6 years, 6 months ago (2014-06-10 09:30:38 UTC) #20
tkent
https://codereview.chromium.org/307943002/diff/140001/Source/core/inspector/InspectorController.cpp File Source/core/inspector/InspectorController.cpp (right): https://codereview.chromium.org/307943002/diff/140001/Source/core/inspector/InspectorController.cpp#newcode88 Source/core/inspector/InspectorController.cpp:88: m_agents->append(InspectorInspectorAgent::create(m_page, injectedScriptManager)); You may introduce |InspectorAgentRegistry& agents()| and use ...
6 years, 6 months ago (2014-06-10 09:50:55 UTC) #21
pfeldman
I glanced through it real quick. Could you leave raw pointers as is? https://codereview.chromium.org/307943002/diff/140001/Source/core/inspector/InspectorApplicationCacheAgent.h File ...
6 years, 6 months ago (2014-06-10 10:42:54 UTC) #22
pfeldman
(unless there is a written policy on "no raw pointers to heap objects" you could ...
6 years, 6 months ago (2014-06-10 10:48:04 UTC) #23
haraken
On 2014/06/10 10:48:04, pfeldman_ooo wrote: > (unless there is a written policy on "no raw ...
6 years, 6 months ago (2014-06-10 11:00:21 UTC) #24
pfeldman
Is it written somewhere? I like the way content/ api rules are listed on chromium.org, ...
6 years, 6 months ago (2014-06-10 11:09:01 UTC) #25
pfeldman
I don't see it in the list of rules here: http://www.chromium.org/blink/blink-gc
6 years, 6 months ago (2014-06-10 11:14:12 UTC) #26
haraken
> I don't see it in the list of rules here: > http://www.chromium.org/blink/blink-gc Sorry, let ...
6 years, 6 months ago (2014-06-10 11:22:14 UTC) #27
pfeldman
Your motivation is clear and I don't question its logic. In this very case, a ...
6 years, 6 months ago (2014-06-10 11:30:17 UTC) #28
haraken
On 2014/06/10 11:30:17, pfeldman_ooo wrote: > Your motivation is clear and I don't question its ...
6 years, 6 months ago (2014-06-10 11:34:49 UTC) #29
pfeldman
Could we agree on that rule in a broader audience though? It is somewhat controversial ...
6 years, 6 months ago (2014-06-10 11:38:59 UTC) #30
haraken
On 2014/06/10 11:38:59, pfeldman_ooo wrote: > Could we agree on that rule in a broader ...
6 years, 6 months ago (2014-06-10 11:49:10 UTC) #31
Mads Ager (chromium)
On 2014/06/10 11:49:10, haraken wrote: > On 2014/06/10 11:38:59, pfeldman_ooo wrote: > > Could we ...
6 years, 6 months ago (2014-06-10 11:59:06 UTC) #32
keishi
https://codereview.chromium.org/307943002/diff/140001/Source/core/inspector/InspectorController.cpp File Source/core/inspector/InspectorController.cpp (right): https://codereview.chromium.org/307943002/diff/140001/Source/core/inspector/InspectorController.cpp#newcode88 Source/core/inspector/InspectorController.cpp:88: m_agents->append(InspectorInspectorAgent::create(m_page, injectedScriptManager)); On 2014/06/10 09:50:55, tkent wrote: > You ...
6 years, 6 months ago (2014-06-10 13:11:12 UTC) #33
pfeldman
Mads, should we modify the rule number 4 in the blink-gc list and update the ...
6 years, 6 months ago (2014-06-10 13:24:59 UTC) #34
Mads Ager (chromium)
On 2014/06/10 13:24:59, pfeldman_ooo wrote: > Mads, should we modify the rule number 4 in ...
6 years, 6 months ago (2014-06-10 13:41:43 UTC) #35
pfeldman
thank you!
6 years, 6 months ago (2014-06-10 14:05:10 UTC) #36
tkent
lgtm
6 years, 6 months ago (2014-06-11 05:37:15 UTC) #37
haraken
This CL leaves a lot of raw pointers in on-heap objects. These raw pointers are ...
6 years, 6 months ago (2014-06-11 06:09:48 UTC) #38
Mads Ager (chromium)
https://codereview.chromium.org/307943002/diff/160001/Source/core/inspector/InspectorController.h File Source/core/inspector/InspectorController.h (right): https://codereview.chromium.org/307943002/diff/160001/Source/core/inspector/InspectorController.h#newcode157 Source/core/inspector/InspectorController.h:157: Page* m_page; We should make m_page a Member as ...
6 years, 6 months ago (2014-06-11 06:20:48 UTC) #39
keishi
I added a comment to every raw pointer member https://codereview.chromium.org/307943002/diff/160001/Source/core/inspector/InspectorCSSAgent.h File Source/core/inspector/InspectorCSSAgent.h (right): https://codereview.chromium.org/307943002/diff/160001/Source/core/inspector/InspectorCSSAgent.h#newcode205 Source/core/inspector/InspectorCSSAgent.h:205: ...
6 years, 6 months ago (2014-06-11 14:10:56 UTC) #40
haraken
Thanks for the deep analysis! Let me take a close look tomorrow.
6 years, 6 months ago (2014-06-11 16:03:28 UTC) #41
haraken
Thanks for the update! I took a look at the first half of the files ...
6 years, 6 months ago (2014-06-12 05:53:01 UTC) #42
haraken
I added comments on the remaining files. https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/InspectorDOMStorageAgent.h File Source/core/inspector/InspectorDOMStorageAgent.h (right): https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/InspectorDOMStorageAgent.h#newcode74 Source/core/inspector/InspectorDOMStorageAgent.h:74: InspectorDOMStorageAgent(InspectorPageAgent*); Add ...
6 years, 6 months ago (2014-06-12 08:40:26 UTC) #43
keishi
https://codereview.chromium.org/307943002/diff/220001/Source/bindings/v8/custom/V8InjectedScriptManager.cpp File Source/bindings/v8/custom/V8InjectedScriptManager.cpp (right): https://codereview.chromium.org/307943002/diff/220001/Source/bindings/v8/custom/V8InjectedScriptManager.cpp#newcode66 Source/bindings/v8/custom/V8InjectedScriptManager.cpp:66: V8DOMWrapper::setNativeInfoForHiddenWrapper(instanceTemplate, &V8InjectedScriptHost::wrapperTypeInfo, host); On 2014/06/12 05:53:00, haraken wrote: > ...
6 years, 6 months ago (2014-06-13 03:37:34 UTC) #44
haraken
Thanks for the update! I'll take a close look this evening. https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/InspectorCSSAgent.h File Source/core/inspector/InspectorCSSAgent.h (right): ...
6 years, 6 months ago (2014-06-13 08:02:53 UTC) #45
keishi
PTAL. https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/WorkerDebuggerAgent.cpp File Source/core/inspector/WorkerDebuggerAgent.cpp (right): https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/WorkerDebuggerAgent.cpp#newcode50 Source/core/inspector/WorkerDebuggerAgent.cpp:50: typedef HashMap<WorkerThread*, OwnPtr<CrossThreadPersistent<WorkerDebuggerAgent> > > WorkerDebuggerAgents; On 2014/06/13 ...
6 years, 6 months ago (2014-06-17 03:13:23 UTC) #46
haraken
I'm sorry about the review delay. Here are final rounds of comments. https://codereview.chromium.org/307943002/diff/260001/Source/bindings/v8/custom/V8InjectedScriptManager.cpp File Source/bindings/v8/custom/V8InjectedScriptManager.cpp ...
6 years, 6 months ago (2014-06-17 14:06:18 UTC) #47
keishi
https://codereview.chromium.org/307943002/diff/260001/Source/bindings/v8/custom/V8InjectedScriptManager.cpp File Source/bindings/v8/custom/V8InjectedScriptManager.cpp (right): https://codereview.chromium.org/307943002/diff/260001/Source/bindings/v8/custom/V8InjectedScriptManager.cpp#newcode66 Source/bindings/v8/custom/V8InjectedScriptManager.cpp:66: V8DOMWrapper::setNativeInfoWithPersistentHandle(instanceTemplate, &V8InjectedScriptHost::wrapperTypeInfo, host, new Persistent<InjectedScriptHost>(host)); On 2014/06/17 14:06:17, haraken ...
6 years, 6 months ago (2014-06-18 12:31:07 UTC) #48
haraken
LGTM. Let's move the following objects to the heap and remove raw pointers to these ...
6 years, 6 months ago (2014-06-18 12:45:10 UTC) #49
yurys
https://codereview.chromium.org/307943002/diff/280001/Source/core/inspector/InspectorController.cpp File Source/core/inspector/InspectorController.cpp (right): https://codereview.chromium.org/307943002/diff/280001/Source/core/inspector/InspectorController.cpp#newcode92 Source/core/inspector/InspectorController.cpp:92: agents().append(pageAgentPtr.release()); What's the point in having agents() compared to ...
6 years, 6 months ago (2014-06-18 14:23:37 UTC) #50
keishi
https://codereview.chromium.org/307943002/diff/280001/Source/core/inspector/InspectorController.cpp File Source/core/inspector/InspectorController.cpp (right): https://codereview.chromium.org/307943002/diff/280001/Source/core/inspector/InspectorController.cpp#newcode92 Source/core/inspector/InspectorController.cpp:92: agents().append(pageAgentPtr.release()); On 2014/06/18 14:23:37, yurys wrote: > What's the ...
6 years, 6 months ago (2014-06-18 14:47:09 UTC) #51
tkent
https://codereview.chromium.org/307943002/diff/280001/Source/core/inspector/InspectorController.cpp File Source/core/inspector/InspectorController.cpp (right): https://codereview.chromium.org/307943002/diff/280001/Source/core/inspector/InspectorController.cpp#newcode92 Source/core/inspector/InspectorController.cpp:92: agents().append(pageAgentPtr.release()); On 2014/06/18 14:47:09, keishi wrote: > On 2014/06/18 ...
6 years, 6 months ago (2014-06-18 23:21:29 UTC) #52
yurys
https://codereview.chromium.org/307943002/diff/260001/Source/core/inspector/InspectorController.h File Source/core/inspector/InspectorController.h (right): https://codereview.chromium.org/307943002/diff/260001/Source/core/inspector/InspectorController.h#newcode159 Source/core/inspector/InspectorController.h:159: OwnPtrWillBeMember<InspectorAgentRegistry> m_agents; On 2014/06/18 12:31:06, keishi wrote: > On ...
6 years, 6 months ago (2014-06-19 07:37:03 UTC) #53
keishi
https://codereview.chromium.org/307943002/diff/260001/Source/core/inspector/InspectorController.h File Source/core/inspector/InspectorController.h (right): https://codereview.chromium.org/307943002/diff/260001/Source/core/inspector/InspectorController.h#newcode159 Source/core/inspector/InspectorController.h:159: OwnPtrWillBeMember<InspectorAgentRegistry> m_agents; On 2014/06/19 07:37:03, yurys wrote: > On ...
6 years, 6 months ago (2014-06-19 12:52:07 UTC) #54
yurys
On 2014/06/19 12:52:07, keishi wrote: > I was able to make the map solution work ...
6 years, 6 months ago (2014-06-19 13:23:55 UTC) #55
haraken
> https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/WorkerDebuggerAgent.cpp > > > > There are limitations related to threads with oilpan's handles ...
6 years, 6 months ago (2014-06-19 13:34:42 UTC) #56
yurys
https://codereview.chromium.org/307943002/diff/320001/Source/core/workers/WorkerThread.h File Source/core/workers/WorkerThread.h (right): https://codereview.chromium.org/307943002/diff/320001/Source/core/workers/WorkerThread.h#newcode109 Source/core/workers/WorkerThread.h:109: OwnPtrWillBePersistent<WorkerDebuggerAgent> m_workerDebuggerAgent; The agent should be owned by WorkerInspectorController ...
6 years, 6 months ago (2014-06-19 14:14:47 UTC) #57
yurys
On 2014/06/19 13:34:42, haraken wrote: > > > https://codereview.chromium.org/307943002/diff/220001/Source/core/inspector/WorkerDebuggerAgent.cpp > > > > > > ...
6 years, 6 months ago (2014-06-19 14:18:57 UTC) #58
keishi
On 2014/06/19 14:18:57, yurys wrote: > On 2014/06/19 13:34:42, haraken wrote: > > > > ...
6 years, 6 months ago (2014-06-23 13:10:35 UTC) #59
yurys
On 2014/06/23 13:10:35, keishi wrote: > Will this do? WorkerDebuggerAgent::dispose is always called before destruction ...
6 years, 6 months ago (2014-06-24 08:49:52 UTC) #60
keishi
https://codereview.chromium.org/307943002/diff/340001/Source/core/workers/WorkerThread.cpp File Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/307943002/diff/340001/Source/core/workers/WorkerThread.cpp#newcode109 Source/core/workers/WorkerThread.cpp:109: if (m_workerDebuggerAgent) On 2014/06/24 08:49:52, yurys wrote: > m_workerDebuggerAgent ...
6 years, 6 months ago (2014-06-24 14:53:30 UTC) #61
yurys
https://codereview.chromium.org/307943002/diff/340001/Source/core/workers/WorkerThread.cpp File Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/307943002/diff/340001/Source/core/workers/WorkerThread.cpp#newcode109 Source/core/workers/WorkerThread.cpp:109: if (m_workerDebuggerAgent) On 2014/06/24 14:53:29, keishi wrote: > On ...
6 years, 6 months ago (2014-06-25 05:51:57 UTC) #62
yurys
https://codereview.chromium.org/307943002/diff/360001/Source/core/inspector/WorkerInspectorController.cpp File Source/core/inspector/WorkerInspectorController.cpp (right): https://codereview.chromium.org/307943002/diff/360001/Source/core/inspector/WorkerInspectorController.cpp#newcode171 Source/core/inspector/WorkerInspectorController.cpp:171: m_workerDebuggerAgent = nullptr; You don't need to clear m_workerDebuggerAgent ...
6 years, 6 months ago (2014-06-25 06:11:23 UTC) #63
yurys
https://codereview.chromium.org/307943002/diff/340001/Source/core/workers/WorkerThread.cpp File Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/307943002/diff/340001/Source/core/workers/WorkerThread.cpp#newcode109 Source/core/workers/WorkerThread.cpp:109: if (m_workerDebuggerAgent) On 2014/06/24 14:53:29, keishi wrote: > I'm ...
6 years, 6 months ago (2014-06-25 07:50:27 UTC) #64
keishi
> Never mind, I'm adding a new test for this: > https://codereview.chromium.org/352103002/ Thanks!! https://codereview.chromium.org/307943002/diff/360001/Source/core/inspector/WorkerInspectorController.cpp File ...
6 years, 6 months ago (2014-06-26 01:44:26 UTC) #65
yurys
https://codereview.chromium.org/307943002/diff/380001/Source/core/workers/WorkerThread.cpp File Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/307943002/diff/380001/Source/core/workers/WorkerThread.cpp#newcode112 Source/core/workers/WorkerThread.cpp:112: if (WorkerInspectorController* inspectorController = m_workerGlobalScope->workerInspectorController()) WorkerGlobalScope::clearInspector may be executing ...
6 years, 6 months ago (2014-06-26 11:04:30 UTC) #66
horo
https://codereview.chromium.org/307943002/diff/380001/Source/core/workers/WorkerThread.cpp File Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/307943002/diff/380001/Source/core/workers/WorkerThread.cpp#newcode112 Source/core/workers/WorkerThread.cpp:112: if (WorkerInspectorController* inspectorController = m_workerGlobalScope->workerInspectorController()) On 2014/06/26 11:04:30, yurys ...
6 years, 6 months ago (2014-06-27 06:36:06 UTC) #67
keishi
On 2014/06/26 11:04:30, yurys_ooo wrote: > https://codereview.chromium.org/307943002/diff/380001/Source/core/workers/WorkerThread.cpp > File Source/core/workers/WorkerThread.cpp (right): > > https://codereview.chromium.org/307943002/diff/380001/Source/core/workers/WorkerThread.cpp#newcode112 > ...
6 years, 5 months ago (2014-06-30 08:30:45 UTC) #68
yurys
On 2014/06/30 08:30:45, keishi wrote: > > Moved mutex to WorkerGlobalScope and guarded clearInspector. > ...
6 years, 5 months ago (2014-07-01 05:57:52 UTC) #69
keishi
On 2014/07/01 05:57:52, yurys_ooo wrote: > On 2014/06/30 08:30:45, keishi wrote: > > > > ...
6 years, 5 months ago (2014-07-01 08:44:18 UTC) #70
yurys
On 2014/07/01 08:44:18, keishi wrote: > Done, added m_workerInspectorControllerMutex to WorkerThread. I changed the > ...
6 years, 5 months ago (2014-07-03 03:25:54 UTC) #71
keishi
> As far as I understand it should be RawPtrWillBeMember similar to > WorkerInspectorController::m_workerGlobalScope where ...
6 years, 5 months ago (2014-07-03 23:53:54 UTC) #72
haraken
On 2014/07/03 23:53:54, keishi wrote: > > As far as I understand it should be ...
6 years, 5 months ago (2014-07-04 01:01:45 UTC) #73
yurys
On 2014/07/03 23:53:54, keishi wrote: > > As far as I understand it should be ...
6 years, 5 months ago (2014-07-04 04:13:04 UTC) #74
yurys
On 2014/07/04 01:01:45, haraken wrote: > > yurys@: > > Before considering oilpan, in general ...
6 years, 5 months ago (2014-07-04 04:48:21 UTC) #75
haraken
On 2014/07/04 04:48:21, yurys_ooo wrote: > On 2014/07/04 01:01:45, haraken wrote: > > > > ...
6 years, 5 months ago (2014-07-04 04:52:32 UTC) #76
yurys
On 2014/07/04 04:52:32, haraken wrote: > > > (Note: If we have to use RawPtrWillBePersistent, ...
6 years, 5 months ago (2014-07-07 09:37:33 UTC) #77
haraken
On 2014/07/07 09:37:33, yurys wrote: > On 2014/07/04 04:52:32, haraken wrote: > > > > ...
6 years, 5 months ago (2014-07-07 09:45:02 UTC) #78
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 5 months ago (2014-07-08 04:30:50 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/307943002/480001
6 years, 5 months ago (2014-07-08 04:31:16 UTC) #80
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-08 05:09:17 UTC) #81
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 05:10:50 UTC) #82
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/25756)
6 years, 5 months ago (2014-07-08 05:10:54 UTC) #83
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 5 months ago (2014-07-11 00:46:57 UTC) #84
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/307943002/500001
6 years, 5 months ago (2014-07-11 00:47:46 UTC) #85
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 00:48:33 UTC) #86
commit-bot: I haz the power
Failed to apply patch for Source/core/workers/WorkerMessagingProxy.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-11 00:48:36 UTC) #87
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 5 months ago (2014-07-11 02:13:42 UTC) #88
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/307943002/520001
6 years, 5 months ago (2014-07-11 02:14:34 UTC) #89
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-11 03:23:36 UTC) #90
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 03:39:02 UTC) #91
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/16374)
6 years, 5 months ago (2014-07-11 03:39:05 UTC) #92
keishi
msvc gives the C4407 warning for the cast inside TraceEventDispatcher::addListener because I had to change ...
6 years, 5 months ago (2014-07-14 12:08:24 UTC) #93
haraken
LGTM https://codereview.chromium.org/307943002/diff/550001/Source/core/inspector/InspectorTimelineAgent.cpp File Source/core/inspector/InspectorTimelineAgent.cpp (right): https://codereview.chromium.org/307943002/diff/550001/Source/core/inspector/InspectorTimelineAgent.cpp#newcode361 Source/core/inspector/InspectorTimelineAgent.cpp:361: dispatcher->addListener(InstrumentationEvents::BeginFrame, TRACE_EVENT_PHASE_INSTANT, adoptPtrWillBeNoop(new InspectorTimelineAgent::TraceEventListener(this, &InspectorTimelineAgent::onBeginImplSideFrame)), m_client); Shall we ...
6 years, 5 months ago (2014-07-14 12:33:40 UTC) #94
keishi
https://codereview.chromium.org/307943002/diff/550001/Source/core/inspector/InspectorTimelineAgent.cpp File Source/core/inspector/InspectorTimelineAgent.cpp (right): https://codereview.chromium.org/307943002/diff/550001/Source/core/inspector/InspectorTimelineAgent.cpp#newcode361 Source/core/inspector/InspectorTimelineAgent.cpp:361: dispatcher->addListener(InstrumentationEvents::BeginFrame, TRACE_EVENT_PHASE_INSTANT, adoptPtrWillBeNoop(new InspectorTimelineAgent::TraceEventListener(this, &InspectorTimelineAgent::onBeginImplSideFrame)), m_client); On 2014/07/14 12:33:39, ...
6 years, 5 months ago (2014-07-15 05:52:53 UTC) #95
keishi
yurrys@ could you take a look and see if the change to TraceEventDispatcher is alright? ...
6 years, 5 months ago (2014-07-17 02:00:01 UTC) #96
haraken
yurys@: friendly ping. We'd like to get the patch in :)
6 years, 5 months ago (2014-07-24 02:03:04 UTC) #97
yurys
@caseq: you may want to take a look at TraceEventDispatcher changes.
6 years, 5 months ago (2014-07-24 07:11:39 UTC) #98
yurys
TraceEventDispatcher.* changes in PS#32 - lgtm https://codereview.chromium.org/307943002/diff/630001/Source/core/inspector/InspectorTimelineAgent.h File Source/core/inspector/InspectorTimelineAgent.h (right): https://codereview.chromium.org/307943002/diff/630001/Source/core/inspector/InspectorTimelineAgent.h#newcode324 Source/core/inspector/InspectorTimelineAgent.h:324: class InspectorTimelineAgentTraceEventListener : ...
6 years, 5 months ago (2014-07-24 07:18:55 UTC) #99
keishi
Thanks! https://codereview.chromium.org/307943002/diff/630001/Source/core/inspector/InspectorTimelineAgent.h File Source/core/inspector/InspectorTimelineAgent.h (right): https://codereview.chromium.org/307943002/diff/630001/Source/core/inspector/InspectorTimelineAgent.h#newcode324 Source/core/inspector/InspectorTimelineAgent.h:324: class InspectorTimelineAgentTraceEventListener : public TraceEventDispatcher::TraceEventListener { On 2014/07/24 ...
6 years, 5 months ago (2014-07-24 07:32:39 UTC) #100
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 5 months ago (2014-07-25 00:34:44 UTC) #101
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/307943002/650001
6 years, 5 months ago (2014-07-25 00:35:42 UTC) #102
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-25 01:24:31 UTC) #103
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 01:30:43 UTC) #104
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/17587)
6 years, 5 months ago (2014-07-25 01:30:46 UTC) #105
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 5 months ago (2014-07-25 02:21:02 UTC) #106
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/307943002/670001
6 years, 5 months ago (2014-07-25 02:21:15 UTC) #107
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 03:32:25 UTC) #108
Message was sent while issue was closed.
Change committed as 178895

Powered by Google App Engine
This is Rietveld 408576698