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

Issue 1434383002: Oilpan: move InspectedFrames to the heap. (Closed)

Created:
5 years, 1 month ago by sof
Modified:
5 years, 1 month ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: move InspectedFrames to the heap. R=haraken BUG=553613 Committed: https://crrev.com/48a12b9510ea0159c0a85da37f177f41547ad33a Cr-Commit-Position: refs/heads/master@{#359811}

Patch Set 1 #

Total comments: 2

Patch Set 2 : move InspectedFrames to the heap #

Total comments: 1

Patch Set 3 : fix incorrect OwnPtr<> use #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -27 lines) Patch
M third_party/WebKit/Source/core/inspector/InspectedFrames.h View 1 3 chunks +19 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/PageConsoleAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/PageConsoleAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (8 generated)
sof
5 years, 1 month ago (2015-11-12 19:59:32 UTC) #2
haraken
https://codereview.chromium.org/1434383002/diff/1/third_party/WebKit/Source/core/inspector/InspectedFrames.h File third_party/WebKit/Source/core/inspector/InspectedFrames.h (right): https://codereview.chromium.org/1434383002/diff/1/third_party/WebKit/Source/core/inspector/InspectedFrames.h#newcode17 third_party/WebKit/Source/core/inspector/InspectedFrames.h:17: class CORE_EXPORT InspectedFrames { There are only 3 places ...
5 years, 1 month ago (2015-11-13 11:45:23 UTC) #4
sof
https://codereview.chromium.org/1434383002/diff/1/third_party/WebKit/Source/core/inspector/InspectedFrames.h File third_party/WebKit/Source/core/inspector/InspectedFrames.h (right): https://codereview.chromium.org/1434383002/diff/1/third_party/WebKit/Source/core/inspector/InspectedFrames.h#newcode17 third_party/WebKit/Source/core/inspector/InspectedFrames.h:17: class CORE_EXPORT InspectedFrames { On 2015/11/13 11:45:23, haraken wrote: ...
5 years, 1 month ago (2015-11-16 06:27:32 UTC) #6
haraken
On 2015/11/16 06:27:32, sof wrote: > https://codereview.chromium.org/1434383002/diff/1/third_party/WebKit/Source/core/inspector/InspectedFrames.h > File third_party/WebKit/Source/core/inspector/InspectedFrames.h (right): > > https://codereview.chromium.org/1434383002/diff/1/third_party/WebKit/Source/core/inspector/InspectedFrames.h#newcode17 > ...
5 years, 1 month ago (2015-11-16 06:39:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434383002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434383002/20001
5 years, 1 month ago (2015-11-16 06:43:55 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/79467) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 1 month ago (2015-11-16 06:51:50 UTC) #12
sof
https://codereview.chromium.org/1434383002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h File third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h (right): https://codereview.chromium.org/1434383002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h#newcode77 third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h:77: OwnPtrWillBeMember<InspectedFrames> m_inspectedFrames; This should be RawPtrWillBeMember<>; fixed in ps#3.
5 years, 1 month ago (2015-11-16 09:03:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434383002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434383002/40001
5 years, 1 month ago (2015-11-16 09:04:11 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-16 10:07:06 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 10:08:14 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/48a12b9510ea0159c0a85da37f177f41547ad33a
Cr-Commit-Position: refs/heads/master@{#359811}

Powered by Google App Engine
This is Rietveld 408576698