Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt

Issue 2080363002: Rename Geometry.h to PaintSize.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reorder global-interface-listing-paint-worklet-expected.txt Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 137: interface ByteLengthQueuingStrategy 1 CONSOLE MESSAGE: line 137: interface ByteLengthQueuingStrategy
2 CONSOLE MESSAGE: line 137: method constructor 2 CONSOLE MESSAGE: line 137: method constructor
3 CONSOLE MESSAGE: line 137: method size 3 CONSOLE MESSAGE: line 137: method size
4 CONSOLE MESSAGE: line 137: interface CSSAngleValue : CSSStyleValue 4 CONSOLE MESSAGE: line 137: interface CSSAngleValue : CSSStyleValue
5 CONSOLE MESSAGE: line 137: getter degrees 5 CONSOLE MESSAGE: line 137: getter degrees
6 CONSOLE MESSAGE: line 137: getter gradians 6 CONSOLE MESSAGE: line 137: getter gradians
7 CONSOLE MESSAGE: line 137: getter radians 7 CONSOLE MESSAGE: line 137: getter radians
8 CONSOLE MESSAGE: line 137: getter turns 8 CONSOLE MESSAGE: line 137: getter turns
9 CONSOLE MESSAGE: line 137: method constructor 9 CONSOLE MESSAGE: line 137: method constructor
10 CONSOLE MESSAGE: line 137: interface CSSCalcLength : CSSLengthValue 10 CONSOLE MESSAGE: line 137: interface CSSCalcLength : CSSLengthValue
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 CONSOLE MESSAGE: line 137: method getUint32 114 CONSOLE MESSAGE: line 137: method getUint32
115 CONSOLE MESSAGE: line 137: method getUint8 115 CONSOLE MESSAGE: line 137: method getUint8
116 CONSOLE MESSAGE: line 137: method setFloat32 116 CONSOLE MESSAGE: line 137: method setFloat32
117 CONSOLE MESSAGE: line 137: method setFloat64 117 CONSOLE MESSAGE: line 137: method setFloat64
118 CONSOLE MESSAGE: line 137: method setInt16 118 CONSOLE MESSAGE: line 137: method setInt16
119 CONSOLE MESSAGE: line 137: method setInt32 119 CONSOLE MESSAGE: line 137: method setInt32
120 CONSOLE MESSAGE: line 137: method setInt8 120 CONSOLE MESSAGE: line 137: method setInt8
121 CONSOLE MESSAGE: line 137: method setUint16 121 CONSOLE MESSAGE: line 137: method setUint16
122 CONSOLE MESSAGE: line 137: method setUint32 122 CONSOLE MESSAGE: line 137: method setUint32
123 CONSOLE MESSAGE: line 137: method setUint8 123 CONSOLE MESSAGE: line 137: method setUint8
124 CONSOLE MESSAGE: line 137: interface Geometry
125 CONSOLE MESSAGE: line 137: getter height
126 CONSOLE MESSAGE: line 137: getter width
127 CONSOLE MESSAGE: line 137: method constructor
128 CONSOLE MESSAGE: line 137: interface PaintRenderingContext2D 124 CONSOLE MESSAGE: line 137: interface PaintRenderingContext2D
129 CONSOLE MESSAGE: line 137: getter currentTransform 125 CONSOLE MESSAGE: line 137: getter currentTransform
130 CONSOLE MESSAGE: line 137: getter fillStyle 126 CONSOLE MESSAGE: line 137: getter fillStyle
131 CONSOLE MESSAGE: line 137: getter globalAlpha 127 CONSOLE MESSAGE: line 137: getter globalAlpha
132 CONSOLE MESSAGE: line 137: getter globalCompositeOperation 128 CONSOLE MESSAGE: line 137: getter globalCompositeOperation
133 CONSOLE MESSAGE: line 137: getter imageSmoothingEnabled 129 CONSOLE MESSAGE: line 137: getter imageSmoothingEnabled
134 CONSOLE MESSAGE: line 137: getter imageSmoothingQuality 130 CONSOLE MESSAGE: line 137: getter imageSmoothingQuality
135 CONSOLE MESSAGE: line 137: getter lineCap 131 CONSOLE MESSAGE: line 137: getter lineCap
136 CONSOLE MESSAGE: line 137: getter lineDashOffset 132 CONSOLE MESSAGE: line 137: getter lineDashOffset
137 CONSOLE MESSAGE: line 137: getter lineJoin 133 CONSOLE MESSAGE: line 137: getter lineJoin
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 CONSOLE MESSAGE: line 137: setter lineCap 180 CONSOLE MESSAGE: line 137: setter lineCap
185 CONSOLE MESSAGE: line 137: setter lineDashOffset 181 CONSOLE MESSAGE: line 137: setter lineDashOffset
186 CONSOLE MESSAGE: line 137: setter lineJoin 182 CONSOLE MESSAGE: line 137: setter lineJoin
187 CONSOLE MESSAGE: line 137: setter lineWidth 183 CONSOLE MESSAGE: line 137: setter lineWidth
188 CONSOLE MESSAGE: line 137: setter miterLimit 184 CONSOLE MESSAGE: line 137: setter miterLimit
189 CONSOLE MESSAGE: line 137: setter shadowBlur 185 CONSOLE MESSAGE: line 137: setter shadowBlur
190 CONSOLE MESSAGE: line 137: setter shadowColor 186 CONSOLE MESSAGE: line 137: setter shadowColor
191 CONSOLE MESSAGE: line 137: setter shadowOffsetX 187 CONSOLE MESSAGE: line 137: setter shadowOffsetX
192 CONSOLE MESSAGE: line 137: setter shadowOffsetY 188 CONSOLE MESSAGE: line 137: setter shadowOffsetY
193 CONSOLE MESSAGE: line 137: setter strokeStyle 189 CONSOLE MESSAGE: line 137: setter strokeStyle
190 CONSOLE MESSAGE: line 137: interface PaintSize
191 CONSOLE MESSAGE: line 137: getter height
192 CONSOLE MESSAGE: line 137: getter width
193 CONSOLE MESSAGE: line 137: method constructor
194 CONSOLE MESSAGE: line 137: interface PaintWorkletGlobalScope : WorkletGlobalScop e 194 CONSOLE MESSAGE: line 137: interface PaintWorkletGlobalScope : WorkletGlobalScop e
195 CONSOLE MESSAGE: line 137: method constructor 195 CONSOLE MESSAGE: line 137: method constructor
196 CONSOLE MESSAGE: line 137: interface Path2D 196 CONSOLE MESSAGE: line 137: interface Path2D
197 CONSOLE MESSAGE: line 137: method addPath 197 CONSOLE MESSAGE: line 137: method addPath
198 CONSOLE MESSAGE: line 137: method arc 198 CONSOLE MESSAGE: line 137: method arc
199 CONSOLE MESSAGE: line 137: method arcTo 199 CONSOLE MESSAGE: line 137: method arcTo
200 CONSOLE MESSAGE: line 137: method bezierCurveTo 200 CONSOLE MESSAGE: line 137: method bezierCurveTo
201 CONSOLE MESSAGE: line 137: method closePath 201 CONSOLE MESSAGE: line 137: method closePath
202 CONSOLE MESSAGE: line 137: method constructor 202 CONSOLE MESSAGE: line 137: method constructor
203 CONSOLE MESSAGE: line 137: method ellipse 203 CONSOLE MESSAGE: line 137: method ellipse
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 CONSOLE MESSAGE: line 137: method is2D 236 CONSOLE MESSAGE: line 137: method is2D
237 CONSOLE MESSAGE: line 137: method keys 237 CONSOLE MESSAGE: line 137: method keys
238 CONSOLE MESSAGE: line 137: method values 238 CONSOLE MESSAGE: line 137: method values
239 CONSOLE MESSAGE: line 137: interface WorkletGlobalScope 239 CONSOLE MESSAGE: line 137: interface WorkletGlobalScope
240 CONSOLE MESSAGE: line 137: method constructor 240 CONSOLE MESSAGE: line 137: method constructor
241 CONSOLE MESSAGE: line 137: global object 241 CONSOLE MESSAGE: line 137: global object
242 CONSOLE MESSAGE: line 137: attribute console 242 CONSOLE MESSAGE: line 137: attribute console
243 CONSOLE MESSAGE: line 137: method gc 243 CONSOLE MESSAGE: line 137: method gc
244 CONSOLE MESSAGE: line 137: method registerPaint 244 CONSOLE MESSAGE: line 137: method registerPaint
245 245
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698