|
|
Make WebTraceLocation be an alias of tracked_objects::Location
Make WebTraceLocation be an alias of tracked_objects::Location and
BLINK_FROM_HERE be an alias of FROM_HERE as well. So that tasks posted
from Blink leaves a valid program counter and line number in the crash
dump.
Committed: https://crrev.com/3c109dd65c1984237444da93f7c7acc8b0bdcd92
Cr-Commit-Position: refs/heads/master@{#405736}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+44 lines, -105 lines) |
Patch |
 |
M |
components/scheduler/child/web_scheduler_impl.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/scheduler/child/web_task_runner_impl.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/scheduler/child/webthread_base.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
components/scheduler/child/webthread_base.cc
|
View
|
1
2
3
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_plugin.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/resource_scheduling_filter.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/web_url_loader_impl.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/blink_test_runner.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/ExecutionContext.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/ScriptRunner.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Timer.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebTraceLocation.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebScheduler.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebTaskRunner.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebThread.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebTraceLocation.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -18 lines |
0 comments
|
Download
|
Total messages: 44 (30 generated)
|