|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+311 lines, -971 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-colorClamping.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -500 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-expected.txt
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fileapi/Blob.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/ImageBitmap.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLImageElement.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/ImageData.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/ImageData.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+49 lines, -61 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -16 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/imagebitmap/OWNERS
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/imagebitmap/OWNERS
|
View
|
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.h
|
View
|
3
4
5
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -187 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|