|
Remove ArrayBufferDeallocationObserver
It was introduced a long time ago because we didn't want to report memory of
ArrayBuffers that do not (yet) have wrappers to V8. The underlying idea was
that we don't want to report memory that is not guaranteed to be freed by V8 GC
to V8. However, the assumption has changed, and now we're reporting Blink's
memory to V8 even if the memory is not guaranteed to be freed by V8 GC.
BUG=none
R=haraken@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197162
Total comments: 4
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+33 lines, -193 lines) |
Patch |
|
M |
Source/bindings/scripts/v8_interface.py
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/templates/interface.cpp
|
View
|
1
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/core/V8ArrayBuffer.cpp
|
View
|
1
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMArrayBuffer.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMArrayBuffer.cpp
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
|
D |
Source/core/dom/DOMArrayBufferDeallocationObserver.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
|
D |
Source/core/dom/DOMArrayBufferDeallocationObserver.cpp
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
|
M |
Source/modules/webaudio/AudioBuffer.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/modules/webaudio/AudioBuffer.cpp
|
View
|
|
2 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
Source/platform/testing/RunAllTests.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/web/WebKit.cpp
|
View
|
1
2
3
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/ArrayBuffer.h
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/wtf/ArrayBufferContents.h
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
|
M |
Source/wtf/ArrayBufferContents.cpp
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
D |
Source/wtf/ArrayBufferDeallocationObserver.h
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
|
M |
Source/wtf/WTF.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/WTF.cpp
|
View
|
1
2
3
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/testing/RunAllTests.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/wtf.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 20 (4 generated)
|