OLD | NEW |
| 1 2012-01-13 Alexander Pavlov <apavlov@chromium.org> |
| 2 |
| 3 Web Inspector: styles sidebar rendering is broken |
| 4 https://bugs.webkit.org/show_bug.cgi?id=76065 |
| 5 |
| 6 Reviewed by Pavel Feldman. |
| 7 |
| 8 * inspector/front-end/StylesSidebarPane.js: |
| 9 (WebInspector.StylePropertiesSection): |
| 10 * inspector/front-end/elementsPanel.css: |
| 11 (.styles-section .header .subtitle): |
| 12 (.styles-section .properties): |
| 13 |
| 14 2012-01-16 Csaba Osztrogonác <ossy@webkit.org> |
| 15 |
| 16 [Qt] Inremental build problem revealed by https://bugs.webkit.org/show_b
ug.cgi?id=74455 |
| 17 |
| 18 Reviewed by Tor Arne Vestbø. |
| 19 |
| 20 * DerivedSources.pri: supplemental_dependency.tmp must depends on idl fi
les too. |
| 21 |
1 2012-01-16 Pavel Feldman <pfeldman@google.com> | 22 2012-01-16 Pavel Feldman <pfeldman@google.com> |
2 | 23 |
3 Web Inspector: timeline record bars may overlap with the records column | 24 Web Inspector: timeline record bars may overlap with the records column |
4 https://bugs.webkit.org/show_bug.cgi?id=76387 | 25 https://bugs.webkit.org/show_bug.cgi?id=76387 |
5 | 26 |
6 Reviewed by Yury Semikhatsky. | 27 Reviewed by Yury Semikhatsky. |
7 | 28 |
8 * inspector/front-end/timelinePanel.css: | 29 * inspector/front-end/timelinePanel.css: |
9 (#timeline-container .split-view-sidebar-left): | 30 (#timeline-container .split-view-sidebar-left): |
10 | 31 |
(...skipping 7457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7468 (WebCore::MessageEvent::dataAsArrayBuffer): Ditto. | 7489 (WebCore::MessageEvent::dataAsArrayBuffer): Ditto. |
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. | 7490 * 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. |
7470 | 7491 |
7471 2011-10-19 Adam Barth <abarth@webkit.org> | 7492 2011-10-19 Adam Barth <abarth@webkit.org> |
7472 | 7493 |
7473 Attempt to fix GTK build. | 7494 Attempt to fix GTK build. |
7474 | 7495 |
7475 * GNUmakefile.am: | 7496 * GNUmakefile.am: |
7476 | 7497 |
7477 == Rolled over to ChangeLog-2011-10-19 == | 7498 == Rolled over to ChangeLog-2011-10-19 == |
OLD | NEW |