|
Move Image ownership out of CSSValue
Move Image ownership out of CSSValue, keeping CSSValues as immutable
objects. Created a class CSStyleImageMap which is stored on
ElementStyleResources and ComputedStyle (although ComputedStyle needs to
stay small, so this isn't a good place for it).
Still a WIP. DNL.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -102 lines) |
Patch |
 |
M |
Source/core/css/CSSCanvasValue.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSCrossfadeValue.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSCrossfadeValue.cpp
|
View
|
|
8 chunks |
+29 lines, -25 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSCursorImageValue.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSCursorImageValue.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSGradientValue.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSImageGeneratorValue.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSImageGeneratorValue.cpp
|
View
|
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSImageValue.h
|
View
|
|
3 chunks |
+15 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSImageValue.cpp
|
View
|
|
6 chunks |
+29 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/ElementStyleResources.h
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/ElementStyleResources.cpp
|
View
|
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResourceLoader.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResourceLoader.cpp
|
View
|
|
9 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Element.cpp
|
View
|
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/style/ComputedStyle.h
|
View
|
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/style/ComputedStyle.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/style/StyleFetchedImage.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/style/StyleFetchedImageSet.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/style/StyleGeneratedImage.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/style/StyleImage.h
|
View
|
|
4 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/style/StylePendingImage.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 6 (1 generated)
|