Title: [101782] trunk/Source/WebCore
- Revision
- 101782
- Author
- [email protected]
- Date
- 2011-12-02 04:10:53 -0800 (Fri, 02 Dec 2011)
Log Message
Web Inspector: Network panel row highlighting does not work.
https://bugs.webkit.org/show_bug.cgi?id=73644
Reviewed by Pavel Feldman.
* inspector/front-end/networkLogView.css:
(.network-log-grid tr.highlighted-row):
(from):
(to):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (101781 => 101782)
--- trunk/Source/WebCore/ChangeLog 2011-12-02 11:53:07 UTC (rev 101781)
+++ trunk/Source/WebCore/ChangeLog 2011-12-02 12:10:53 UTC (rev 101782)
@@ -1,3 +1,15 @@
+2011-12-02 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Network panel row highlighting does not work.
+ https://bugs.webkit.org/show_bug.cgi?id=73644
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/front-end/networkLogView.css:
+ (.network-log-grid tr.highlighted-row):
+ (from):
+ (to):
+
2011-12-02 Pavel Feldman <[email protected]>
Not reviewed: remove console.timeStamp from the inspector backend dispatcher.
Modified: trunk/Source/WebCore/inspector/front-end/networkLogView.css (101781 => 101782)
--- trunk/Source/WebCore/inspector/front-end/networkLogView.css 2011-12-02 11:53:07 UTC (rev 101781)
+++ trunk/Source/WebCore/inspector/front-end/networkLogView.css 2011-12-02 12:10:53 UTC (rev 101782)
@@ -125,6 +125,15 @@
color: white;
}
+.network-log-grid tr.highlighted-row {
+ -webkit-animation: "network-row-highlight-fadeout" 2s 0s;
+}
+
+@-webkit-keyframes network-row-highlight-fadeout {
+ from {background-color: rgba(56, 121, 217, 1); }
+ to { background-color: rgba(56, 121, 217, 0); }
+}
+
.network-header-subtitle {
color: gray;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes