Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
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
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(562)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/svg/dom/resources/svg-with-animate-use.svg
Issue
298873003
:
SVG: SVGAnimateElement should not cache |m_animatedElements| (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert change on SVGElementInstance.cpp
Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
LayoutTests/svg/dom/remove-use-target-element-indirectly.html
LayoutTests/svg/dom/remove-use-target-element-indirectly-expected.txt
LayoutTests/svg/dom/resources/svg-with-animate-use.svg
Source/core/dom/Document.h
Source/core/svg/SVGDocumentExtensions.h
Source/core/svg/SVGDocumentExtensions.cpp
Source/core/svg/SVGElement.cpp
Source/core/svg/SVGUseElement.cpp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« LayoutTests/svg/dom/remove-use-target-element-indirectly-expected.txt
('k') |
Source/core/dom/Document.h »
('j') |
Source/core/svg/SVGDocumentExtensions.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2
<defs id="defs">
3
<g id="template">
4
<rect x="10" y="10" width="10" height="10" fill="red">
5
<animate attributeName="x" attributeType="XML" begin="0s" dur="10s" fill ="freeze" from="0" to="100" />
6
</rect>
7
</g>
8
</defs>
9
<use xlink:href="#template" />
10
</svg>
OLD
NEW
« no previous file with comments
|
« LayoutTests/svg/dom/remove-use-target-element-indirectly-expected.txt
('k') |
Source/core/dom/Document.h »
('j') |
Source/core/svg/SVGDocumentExtensions.cpp »
('J')
Issue 298873003: SVG: SVGAnimateElement should not cache |m_animatedElements| (Closed)
Created 6 years, 7 months ago by kouhei (in TOK)
Modified 6 years, 7 months ago
Reviewers: esprehn, pdr.
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 14
This is Rietveld
408576698