|
Oilpan: Move ChromeClient classes into Oilpan heap.
This touches a lot of classes including core ones, but each change should be
mostly straightforward.
As a side effect, Page::PageClients is marked as STACK_ALLOCATED(). A couple
of use sites are changed so PageClients is allocated on stack. This mutation
is safe because the members of PageClients are copied on the creation of
a Page, thus a PageClients object doesn't have to outlive the corresponding
Page object.
This big fuss fixes just one raw reference instance in InspectorOverlayImpl.
BUG= 509911
R=haraken@chromium.org, keishi@chromium.org, oilpan-reviews@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200640
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -63 lines) |
Patch |
 |
M |
Source/core/frame/Frame.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutTestHelper.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutTestHelper.cpp
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/EmptyClients.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/EmptyClients.cpp
|
View
|
1
2
3
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/Page.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/graphics/SVGImage.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/graphics/SVGImage.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/graphics/SVGImageChromeClient.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/graphics/SVGImageChromeClient.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/DummyPageHolder.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/testing/DummyPageHolder.cpp
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/platform/HostWindow.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/InspectorOverlayImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/InspectorOverlayImpl.cpp
|
View
|
1
2
3
4
5
|
3 chunks |
+26 lines, -13 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebPagePopupImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebPagePopupImpl.cpp
|
View
|
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 12 (2 generated)
|