Web Inspector: prepare border images on timelines to enable zooming.
authorpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 08:34:12 +0000 (08:34 +0000)
committerpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 08:34:12 +0000 (08:34 +0000)
commitd66167640f64648c2fdea573f1f84c8dc15b37c1
tree22388f83f8653262075c6c419745e9ee904a5d36
parent6cd15afffad4691dde42dee2a99c80f8fd2735c8
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):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108745 268f45cc-cd09-0410-ab3c-d52691b4dbfc
24 files changed:
Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/Images/timelineBarBlue.png
Source/WebCore/inspector/front-end/Images/timelineBarGray.png
Source/WebCore/inspector/front-end/Images/timelineBarGreen.png
Source/WebCore/inspector/front-end/Images/timelineBarOrange.png
Source/WebCore/inspector/front-end/Images/timelineBarPurple.png
Source/WebCore/inspector/front-end/Images/timelineBarRed.png
Source/WebCore/inspector/front-end/Images/timelineBarYellow.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillBlue.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillGray.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillGreen.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillOrange.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillPurple.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillRed.png
Source/WebCore/inspector/front-end/Images/timelineHollowPillYellow.png
Source/WebCore/inspector/front-end/Images/timelinePillBlue.png
Source/WebCore/inspector/front-end/Images/timelinePillGray.png
Source/WebCore/inspector/front-end/Images/timelinePillGreen.png
Source/WebCore/inspector/front-end/Images/timelinePillOrange.png
Source/WebCore/inspector/front-end/Images/timelinePillPurple.png
Source/WebCore/inspector/front-end/Images/timelinePillRed.png
Source/WebCore/inspector/front-end/Images/timelinePillYellow.png
Source/WebCore/inspector/front-end/inspectorCommon.css
Source/WebCore/inspector/front-end/networkLogView.css