|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1283 lines, -796 lines) |
Patch |
 |
M |
LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
3 chunks |
+1 line, -29 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
6 chunks |
+4 lines, -629 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/canvas/canvas-createImageBitmap-immutable.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/canvas/canvas-createImageBitmap-immutable-expected.html
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/canvas/canvas-createImageBitmap-out-of-bounds-src.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/canvas/canvas-createImageBitmap-out-of-bounds-src-expected.html
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/canvas/canvas-createImageBitmap-recursive.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+138 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/canvas/canvas-createImageBitmap-recursive-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+489 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLImageElement.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
3 chunks |
+23 lines, -16 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/ImageLoader.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
4 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/ImageLoader.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
5 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/cache/CachedImageTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1 line, -30 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/cache/MemoryCache.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
4 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/cache/MemoryCache.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
6 chunks |
+40 lines, -31 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/cache/MemoryCacheTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
3 chunks |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/loader/cache/MockCachedImageClient.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/cache/Resource.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/cache/Resource.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
4 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/page/ImageBitmap.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2 chunks |
+30 lines, -26 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/ImageBitmap.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
6 chunks |
+64 lines, -31 lines |
0 comments
|
Download
|