|
Lines 1-3
Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-07-23 Stephen Chenney <schenney@chromium.org> |
| 2 |
|
| 3 |
Crash when setting empty class name on a new element |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=92024 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Add a check for null attributeData() when setting the className to an |
| 9 |
empty string on a newly created element. New SVG elements have null |
| 10 |
attributeData() on baseVal upon creation. |
| 11 |
|
| 12 |
Test: svg/custom/empty-className-baseVal-crash.html |
| 13 |
|
| 14 |
* dom/StyledElement.cpp: |
| 15 |
(WebCore::StyledElement::classAttributeChanged): Add check for null attributeData() |
| 16 |
|
| 1 |
2012-07-23 Shawn Singh <shawnsingh@chromium.org> |
17 |
2012-07-23 Shawn Singh <shawnsingh@chromium.org> |
| 2 |
|
18 |
|
| 3 |
[chromium] Refactor CCLayerTreeHostCommon: clean up clipRect and drawableContentRect design |
19 |
[chromium] Refactor CCLayerTreeHostCommon: clean up clipRect and drawableContentRect design |