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: LayoutTests/svg/as-image/resources/image-with-data-uri.svg
Issue
16433002
:
Prepopulate the memoryCache with data:uri images. (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update TestExpectations
Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
LayoutTests/TestExpectations
LayoutTests/fast/backgrounds/solid-color-context-restore.html
LayoutTests/fast/backgrounds/solid-color-context-restore-expected.txt
LayoutTests/http/tests/inspector/network/image-as-text-loading-data-url.html
LayoutTests/http/tests/inspector/network/script-as-text-loading-data-url.html
LayoutTests/http/tests/inspector/network/script-as-text-loading-data-url-expected.txt
LayoutTests/loader/data-uri-images-load-synchronously.html
LayoutTests/loader/data-uri-images-load-synchronously-expected.txt
LayoutTests/loader/data-uri-images-reload-synchronously.html
LayoutTests/loader/data-uri-images-reload-synchronously-expected.txt
LayoutTests/platform/chromium-android/fast/backgrounds/solid-color-context-restore-expected.png
LayoutTests/platform/chromium-linux/fast/backgrounds/solid-color-context-restore-expected.png
LayoutTests/platform/chromium-mac-lion/fast/backgrounds/solid-color-context-restore-expected.png
LayoutTests/platform/chromium-mac-snowleopard/fast/backgrounds/solid-color-context-restore-expected.png
LayoutTests/platform/chromium-mac/fast/backgrounds/solid-color-context-restore-expected.png
LayoutTests/platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.png
LayoutTests/platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt
LayoutTests/svg/as-image/resources/image-with-data-uri.svg
LayoutTests/svg/as-image/resources/image-with-svg-data-uri.svg
LayoutTests/svg/as-image/svg-image-with-data-uri.html
LayoutTests/svg/as-image/svg-image-with-data-uri-expected.html
LayoutTests/svg/as-image/svg-image-with-nested-data-uri.html
LayoutTests/svg/as-image/svg-image-with-nested-data-uri-expected.html
Source/core/loader/cache/CachedRawResource.h
Source/core/loader/cache/CachedRawResource.cpp
Source/core/loader/cache/CachedResourceLoader.h
Source/core/loader/cache/CachedResourceLoader.cpp
public/platform/Platform.h
View side-by-side diff with in-line comments
« LayoutTests/TestExpectations
('K') |
« LayoutTests/platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt
('k') |
LayoutTests/svg/as-image/resources/image-with-svg-data-uri.svg »
('j') |
Source/core/loader/cache/CachedResourceLoader.cpp »
('J')
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
« LayoutTests/TestExpectations
('K') |
« LayoutTests/platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt
('k') |
LayoutTests/svg/as-image/resources/image-with-svg-data-uri.svg »
('j') |
Source/core/loader/cache/CachedResourceLoader.cpp »
('J')
Issue 16433002: Prepopulate the memoryCache with data:uri images. (Closed)
Created 7 years, 6 months ago by pdr.
Modified 7 years, 6 months ago
Reviewers: abarth-chromium, Nate Chapin
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 21