|
Remove all usage of -webkit-*gradient inside blink
The prefixed functions have been deprecated in 2011 and should
be use counted with the goal of removing them.
This patch just rewrites existing rules on top of the modern syntax:
-webkit-gradient(linear, top left, bottom left, from(white), to(black))
is equivalent to
linear-gradient(to bottom, white, black)
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166426
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -71 lines) |
Patch |
 |
M |
Source/core/css/html.css
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelinePresentationModel.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/auditsPanel.css
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/cssNamedFlows.css
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/dataGrid.css
|
View
|
|
1 chunk |
+1 line, -1 line |
2 comments
|
Download
|
 |
M |
Source/devtools/front_end/dialog.css
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/helpScreen.css
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/inspector.css
|
View
|
|
13 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/networkPanel.css
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/panelEnablerView.css
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/resourcesPanel.css
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/spectrum.css
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/resources/pickerButton.css
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/styles/common.css
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/styles/main.css
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|