|
Use v8::MicrotasksScope internally in V8RecursionScope.
If this sticks we can just remove V8RecursionScope and WebScopedMicrotaskSuppression,
along with other cleanups.
Attempt #3.
First one broke GinJavaBridgeValueConverterTest.TypedArrays.
Second one broke FileManagerBrowserTest family on ChromeOS.
BUG= 585949
Committed: https://crrev.com/fdfd5d17ab08e528799125a242893f6f5dcbea43
Cr-Commit-Position: refs/heads/master@{#380570}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+110 lines, -169 lines) |
Patch |
 |
M |
chrome/test/base/v8_unit_test.cc
|
View
|
1
2
3
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/v8_value_converter_impl_unittest.cc
|
View
|
1
2
3
|
8 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/java/gin_java_bridge_value_converter_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/v8_var_converter_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/activity_log_converter_strategy_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/api_test_base.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/renderer/module_system_test.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/renderer/safe_builtins.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/v8_helpers.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gin/run_microtasks_observer.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
gin/run_microtasks_observer.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp
|
View
|
1
2
3
4
5
6
|
7 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
View
|
1
2
3
4
5
6
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
|
View
|
1
2
3
4
5
6
|
8 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ScriptPromiseTest.cpp
|
View
|
1
2
3
4
5
6
|
11 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
View
|
|
5 chunks |
+1 line, -31 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h
|
View
|
1
|
1 chunk |
+7 lines, -31 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/Microtask.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/streams/ReadableStreamReaderTest.cpp
|
View
|
1
2
3
4
5
6
|
21 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp
|
View
|
1
2
3
4
5
6
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 55 (28 generated)
|