| OLD | NEW |
| 1 2012-01-10 Tony Chang <tony@chromium.org> | 1 2012-01-05 Max Vujovic <mvujovic@adobe.com> |
| 2 | 2 |
| 3 WebKit adds vertical paddings and borders to the fixed width of CSS tabl
es |
| 4 https://bugs.webkit.org/show_bug.cgi?id=74955 |
| 5 |
| 6 Reviewed by Julien Chaffraix. |
| 7 |
| 8 Test: fast/table/css-table-width.html |
| 9 |
| 10 * rendering/RenderTable.cpp: |
| 11 (WebCore::RenderTable::computeLogicalWidth): |
| 12 |
| 13 Changed the width calculation for CSS tables to take into account ho
rizontal |
| 14 paddings and borders instead of vertical paddings and borders. |
| 15 |
| 16 2012-01-05 Peter Beverloo <peter@chromium.org> |
| 17 |
| 3 Need to handle absolutely positioned elements inside flexboxes | 18 Need to handle absolutely positioned elements inside flexboxes |
| 4 https://bugs.webkit.org/show_bug.cgi?id=70793 | 19 https://bugs.webkit.org/show_bug.cgi?id=70793 |
| 5 | 20 |
| 6 Reviewed by David Hyatt. | 21 Reviewed by David Hyatt. |
| 7 | 22 |
| 8 Tests: css3/flexbox/insert-text-crash.html | 23 Tests: css3/flexbox/insert-text-crash.html |
| 9 css3/flexbox/position-absolute-child.html | 24 css3/flexbox/position-absolute-child.html |
| 10 | 25 |
| 11 * rendering/RenderFlexibleBox.cpp: | 26 * rendering/RenderFlexibleBox.cpp: |
| 12 (WebCore::RenderFlexibleBox::computePreferredMainAxisExtent): Skip the s
ize of positioned elements. | 27 (WebCore::RenderFlexibleBox::computePreferredMainAxisExtent): Skip the s
ize of positioned elements. |
| (...skipping 7430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7443 (WebCore::MessageEvent::dataAsArrayBuffer): Ditto. | 7458 (WebCore::MessageEvent::dataAsArrayBuffer): Ditto. |
| 7444 * dom/MessageEvent.idl: Changed SerializedScriptValue to DOMObject (i.e.
ScriptValue). This patch does not touch an ObjC part. Removed [CachedAttribute]
from MessageEvent.data, since it is now a DOMObject and needs not to be cached. | 7459 * dom/MessageEvent.idl: Changed SerializedScriptValue to DOMObject (i.e.
ScriptValue). This patch does not touch an ObjC part. Removed [CachedAttribute]
from MessageEvent.data, since it is now a DOMObject and needs not to be cached. |
| 7445 | 7460 |
| 7446 2011-10-19 Adam Barth <abarth@webkit.org> | 7461 2011-10-19 Adam Barth <abarth@webkit.org> |
| 7447 | 7462 |
| 7448 Attempt to fix GTK build. | 7463 Attempt to fix GTK build. |
| 7449 | 7464 |
| 7450 * GNUmakefile.am: | 7465 * GNUmakefile.am: |
| 7451 | 7466 |
| 7452 == Rolled over to ChangeLog-2011-10-19 == | 7467 == Rolled over to ChangeLog-2011-10-19 == |
| OLD | NEW |