|
Oilpan: rename GCState and GCReason values to reflect function only.
Rename ThreadState::GCScheduledForTesting to ThreadState::FullGCScheduled
and Heap::ForcedGCForTesting to Heap::ForcedGC. That is, just reflect
their purpose, and have the names no longer include the context where
they're often, but not always, used (testing code to flush out garbage.)
R=haraken
BUG= 478613
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194046
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+174 lines, -174 lines) |
Patch |
|
M |
Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8GCController.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/CrossThreadTaskTest.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/ImageBitmapTest.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/testing/Internals.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/heap/Heap.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/heap/Heap.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/platform/heap/HeapTest.cpp
|
View
|
|
104 chunks |
+154 lines, -154 lines |
0 comments
|
Download
|
|
M |
Source/platform/heap/ThreadState.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/heap/ThreadState.cpp
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/web/WebHeap.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|