|
Remove custom counts histogram from the blink API.
Convert histogramCustomCount Platform API calls into the new API
for histograms. This provides cached histogram recording which
is slightly faster.
BUG= 583012
Committed: https://crrev.com/530e197ee183cc20df98f325e19c21848b8d3da4
Cr-Commit-Position: refs/heads/master@{#373827}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+168 lines, -95 lines) |
Patch |
 |
M |
content/child/blink_platform_impl.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
View
|
1
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
|
View
|
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
|
View
|
1
|
4 chunks |
+32 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
View
|
1
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
View
|
1
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
View
|
1
|
2 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/Heap.cpp
|
View
|
1
|
4 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
View
|
|
5 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
View
|
1
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewImpl.cpp
|
View
|
1
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/Platform.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 15 (6 generated)
|