+2012-02-23 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: prepare border images on timelines to enable zooming.
+ https://bugs.webkit.org/show_bug.cgi?id=79360
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/front-end/Images/timelineBarBlue.png:
+ * inspector/front-end/Images/timelineBarGray.png:
+ * inspector/front-end/Images/timelineBarGreen.png:
+ * inspector/front-end/Images/timelineBarOrange.png:
+ * inspector/front-end/Images/timelineBarPurple.png:
+ * inspector/front-end/Images/timelineBarRed.png:
+ * inspector/front-end/Images/timelineBarYellow.png:
+ * inspector/front-end/Images/timelineHollowPillBlue.png:
+ * inspector/front-end/Images/timelineHollowPillGray.png:
+ * inspector/front-end/Images/timelineHollowPillGreen.png:
+ * inspector/front-end/Images/timelineHollowPillOrange.png:
+ * inspector/front-end/Images/timelineHollowPillPurple.png:
+ * inspector/front-end/Images/timelineHollowPillRed.png:
+ * inspector/front-end/Images/timelineHollowPillYellow.png:
+ * inspector/front-end/Images/timelinePillBlue.png:
+ * inspector/front-end/Images/timelinePillGray.png:
+ * inspector/front-end/Images/timelinePillGreen.png:
+ * inspector/front-end/Images/timelinePillOrange.png:
+ * inspector/front-end/Images/timelinePillPurple.png:
+ * inspector/front-end/Images/timelinePillRed.png:
+ * inspector/front-end/Images/timelinePillYellow.png:
+ * inspector/front-end/inspectorCommon.css:
+ (body):
+ * inspector/front-end/networkLogView.css:
+ (.network-graph-bar):
+ (.resource-cached .network-graph-bar):
+ (.network-category-documents .network-graph-bar):
+ (.network-category-documents.resource-cached .network-graph-bar):
+ (.network-category-stylesheets .network-graph-bar):
+ (.network-category-stylesheets.resource-cached .network-graph-bar):
+ (.network-category-images.resource-cached .network-graph-bar):
+ (.network-category-fonts .network-graph-bar):
+ (.network-category-fonts.resource-cached .network-graph-bar):
+ (.network-category-scripts .network-graph-bar):
+ (.network-category-scripts.resource-cached .network-graph-bar):
+ (.network-category-xhr .network-graph-bar):
+ (.network-category-xhr.resource-cached .network-graph-bar):
+ (.network-category-websockets .network-graph-bar):
+ (.network-category-websockets.resource-cached .network-graph-bar):
+
2012-02-23 Yury Semikhatsky <yurys@chromium.org>
Web Inspector: exception in front-end on selecting an element in heap snapshot
bottom: 0;
margin: auto -7px;
border-width: 6px 7px;
- height: 13px;
+ height: 0;
min-width: 14px;
opacity: 0.65;
- -webkit-border-image: url(Images/timelinePillGray.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillGray.png) 7 7 7 7;
}
.network-graph-bar.waiting, .network-graph-bar.waiting-right {
.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillGray.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillGray.png) 7 7 7 7;
}
.network-category-documents .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillBlue.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillBlue.png) 7 7 7 7;
}
.network-category-documents.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillBlue.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillBlue.png) 7 7 7 7;
}
.network-category-stylesheets .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillGreen.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillGreen.png) 7 7 7 7;
}
.network-category-stylesheets.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillGreen.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillGreen.png) 7 7 7 7;
}
.network-category-images .network-graph-bar {
}
.network-category-images.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillPurple.png) 6 7 6 7;
+ border-image: url(Images/timelineHollowPillPurple.png) 7 7 7 7;
}
.network-category-fonts .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillRed.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillRed.png) 7 7 7 7;
}
.network-category-fonts.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillRed.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillRed.png) 7 7 7 7;
}
.network-category-scripts .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillOrange.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillOrange.png) 7 7 7 7;
}
.network-category-scripts.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillOrange.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillOrange.png) 7 7 7 7;
}
.network-category-xhr .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillYellow.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillYellow.png) 7 7 7 7;
}
.network-category-xhr.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillYellow.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillYellow.png) 7 7 7 7;
}
.network-category-websockets .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillGray.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelinePillGray.png) 7 7 7 7;
}
.network-category-websockets.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillGray.png) 6 7 6 7;
+ -webkit-border-image: url(Images/timelineHollowPillGray.png) 7 7 7 7;
}
.network-dim-cell {