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
(194)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: Source/core/css/SVGCSSPropertyNames.in
Issue
228323007
:
Remove color-profile from SVG (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix one more test
Created 6 years, 8 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/fast/dom/custom/element-names.html
LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt
LayoutTests/webexposed/css-properties-as-js-properties-expected.txt
Source/core/css/CSSComputedStyleDeclaration.cpp
Source/core/css/CSSProperty.cpp
Source/core/css/SVGCSSComputedStyleDeclaration.cpp
Source/core/css/SVGCSSPropertyNames.in
Source/core/css/parser/CSSPropertyParser.cpp
Source/core/css/resolver/StyleBuilderCustom.cpp
Source/core/dom/custom/CustomElement.cpp
Source/core/frame/UseCounter.cpp
Source/core/svg/SVGAttributeNames.in
Source/core/svg/SVGElement.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« Source/core/css/SVGCSSComputedStyleDeclaration.cpp
('k') |
Source/core/css/parser/CSSPropertyParser.cpp »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 //
1 //
2 // SVG CSS property names
2 // SVG CSS property names
3 //
3 //
4
4
5 // SVG style props
5 // SVG style props
6 buffered-rendering
6 buffered-rendering
7 clip-path
7 clip-path
8 clip-rule
8 clip-rule
9 mask
9 mask
10 // opacity
10 // opacity
11 enable-background
11 enable-background
12 filter
12 filter
13 flood-color
13 flood-color
14 flood-opacity
14 flood-opacity
15 lighting-color
15 lighting-color
16 stop-color
16 stop-color
17 stop-opacity
17 stop-opacity
18 // pointer-events
18 // pointer-events
19 color-interpolation
19 color-interpolation
20 color-interpolation-filters
20 color-interpolation-filters
21
color-profile
22 color-rendering
21 color-rendering
23 fill
22 fill
24 fill-opacity
23 fill-opacity
25 fill-rule
24 fill-rule
26 //font-size-adjust
25 //font-size-adjust
27 //image-rendering
26 //image-rendering
28 marker
27 marker
29 marker-end
28 marker-end
30 marker-mid
29 marker-mid
31 marker-start
30 marker-start
(...skipping
12
matching lines...)
Expand all
Loading...
44 baseline-shift
43 baseline-shift
45 dominant-baseline
44 dominant-baseline
46 glyph-orientation-horizontal
45 glyph-orientation-horizontal
47 glyph-orientation-vertical
46 glyph-orientation-vertical
48 kerning
47 kerning
49 text-anchor
48 text-anchor
50 vector-effect
49 vector-effect
51 writing-mode
50 writing-mode
52 paint-order
51 paint-order
53
52
OLD
NEW
« no previous file with comments
|
« Source/core/css/SVGCSSComputedStyleDeclaration.cpp
('k') |
Source/core/css/parser/CSSPropertyParser.cpp »
('j') |
no next file with comments »
Issue 228323007: Remove color-profile from SVG (Closed)
Created 6 years, 8 months ago by rwlbuis
Modified 6 years, 8 months ago
Reviewers: pdr.
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 0
This is Rietveld
408576698