|
Split filter related measurements from SVG1DOM counter
Create a SVG1DOMFilter UseCounter to measure all filter related SVG
DOM functionality. The assumption we want to test is that the filter
related SVG DOM has really low usage.
From a quick test it would shave off 90kb of the binary if we could
remove it. That's only counting binding code and there is a good
chance number-optional-number related functionality can be removed
too, if these interfaces can be removed.
BUG= 415074
Committed: https://crrev.com/f4deb4a41565ae3de05854aac122b9970a82526d
Cr-Commit-Position: refs/heads/master@{#361181}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+147 lines, -140 lines) |
Patch |
|
M |
third_party/WebKit/Source/core/frame/UseCounter.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGComponentTransferFunctionElement.idl
|
View
|
1
|
1 chunk |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEBlendElement.idl
|
View
|
1
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.idl
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFECompositeElement.idl
|
View
|
1
|
1 chunk |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
View
|
1
|
1 chunk |
+15 lines, -15 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.idl
|
View
|
1
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.idl
|
View
|
1
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.idl
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEMorphologyElement.idl
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEOffsetElement.idl
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFEPointLightElement.idl
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.idl
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFESpotLightElement.idl
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFETileElement.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.idl
|
View
|
1
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
View
|
1
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (8 generated)
|