Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
Unified Diff: third_party/WebKit/LayoutTests/images/resources/apng00.png
Issue
2618633004
:
Add support for Animated PNG (Closed)
Patch Set: Fix LayoutTest due to accept header change
Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
content/browser/loader/mime_sniffing_resource_handler.cc
content/browser/loader/mime_sniffing_resource_handler_unittest.cc
third_party/WebKit/LayoutTests/canvas/philip/tests/2d.drawImage.animated.poster.html
third_party/WebKit/LayoutTests/http/tests/misc/xhtml-expected.txt
third_party/WebKit/LayoutTests/images/animated-png.html
third_party/WebKit/LayoutTests/images/animated-png-expected.html
third_party/WebKit/LayoutTests/images/resources/apng00.png
third_party/WebKit/LayoutTests/images/resources/apng00-ref.png
third_party/WebKit/LayoutTests/images/resources/apng01.png
third_party/WebKit/LayoutTests/images/resources/apng01-ref.png
third_party/WebKit/LayoutTests/images/resources/apng02.png
third_party/WebKit/LayoutTests/images/resources/apng02-ref.png
third_party/WebKit/LayoutTests/images/resources/apng04.png
third_party/WebKit/LayoutTests/images/resources/apng04-ref.png
third_party/WebKit/LayoutTests/images/resources/apng08.png
third_party/WebKit/LayoutTests/images/resources/apng08-ref.png
third_party/WebKit/LayoutTests/images/resources/apng10.png
third_party/WebKit/LayoutTests/images/resources/apng10-ref.png
third_party/WebKit/LayoutTests/images/resources/apng11.png
third_party/WebKit/LayoutTests/images/resources/apng11-ref.png
third_party/WebKit/LayoutTests/images/resources/apng12.png
third_party/WebKit/LayoutTests/images/resources/apng12-ref.png
third_party/WebKit/LayoutTests/images/resources/apng14.png
third_party/WebKit/LayoutTests/images/resources/apng14-ref.png
third_party/WebKit/LayoutTests/images/resources/apng18.png
third_party/WebKit/LayoutTests/images/resources/apng18-ref.png
third_party/WebKit/LayoutTests/images/resources/apng24.png
third_party/WebKit/LayoutTests/images/resources/apng24-ref.png
third_party/WebKit/LayoutTests/images/resources/apng26.png
third_party/WebKit/LayoutTests/images/resources/apng26-ref.png
third_party/WebKit/LayoutTests/images/resources/empty-frame.png
third_party/WebKit/LayoutTests/images/resources/png-animated-idat-not-part-of-animation.png
third_party/WebKit/LayoutTests/images/resources/png-animated-idat-part-of-animation.png
third_party/WebKit/LayoutTests/images/resources/png-animated-three-independent-frames.png
third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp
third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoderTest.cpp
third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.h
third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp
third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
View side-by-side diff with in-line comments
« no previous file with comments
|
« third_party/WebKit/LayoutTests/images/animated-png-expected.html
('k') |
third_party/WebKit/LayoutTests/images/resources/apng00-ref.png »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
« no previous file with comments
|
« third_party/WebKit/LayoutTests/images/animated-png-expected.html
('k') |
third_party/WebKit/LayoutTests/images/resources/apng00-ref.png »
('j') |
no next file with comments »
Issue 2618633004: Add support for Animated PNG (Closed)
Created 3 years, 11 months ago by scroggo_chromium
Modified 3 years, 9 months ago
Reviewers: Nate Chapin, cblume, Noel Gordon, MaxStepin, kinuko, scroggo
Base URL:
Comments: 335