OLD | NEW |
1 2012-01-05 Max Vujovic <mvujovic@adobe.com> | 1 2012-01-16 Pavel Feldman <pfeldman@google.com> |
2 | 2 |
| 3 Web Inspector: timeline record bars may overlap with the records column |
| 4 https://bugs.webkit.org/show_bug.cgi?id=76387 |
| 5 |
| 6 Reviewed by Yury Semikhatsky. |
| 7 |
| 8 * inspector/front-end/timelinePanel.css: |
| 9 (#timeline-container .split-view-sidebar-left): |
| 10 |
| 11 2012-01-13 Alexander Pavlov <apavlov@chromium.org> |
| 12 |
3 WebKit adds vertical paddings and borders to the fixed width of CSS tabl
es | 13 WebKit adds vertical paddings and borders to the fixed width of CSS tabl
es |
4 https://bugs.webkit.org/show_bug.cgi?id=74955 | 14 https://bugs.webkit.org/show_bug.cgi?id=74955 |
5 | 15 |
6 Reviewed by Julien Chaffraix. | 16 Reviewed by Julien Chaffraix. |
7 | 17 |
8 Test: fast/table/css-table-width.html | 18 Test: fast/table/css-table-width.html |
9 | 19 |
10 * rendering/RenderTable.cpp: | 20 * rendering/RenderTable.cpp: |
11 (WebCore::RenderTable::computeLogicalWidth): | 21 (WebCore::RenderTable::computeLogicalWidth): |
12 | 22 |
(...skipping 7445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7458 (WebCore::MessageEvent::dataAsArrayBuffer): Ditto. | 7468 (WebCore::MessageEvent::dataAsArrayBuffer): Ditto. |
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. | 7469 * 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. |
7460 | 7470 |
7461 2011-10-19 Adam Barth <abarth@webkit.org> | 7471 2011-10-19 Adam Barth <abarth@webkit.org> |
7462 | 7472 |
7463 Attempt to fix GTK build. | 7473 Attempt to fix GTK build. |
7464 | 7474 |
7465 * GNUmakefile.am: | 7475 * GNUmakefile.am: |
7466 | 7476 |
7467 == Rolled over to ChangeLog-2011-10-19 == | 7477 == Rolled over to ChangeLog-2011-10-19 == |
OLD | NEW |