<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[191703] trunk/Source/WebInspectorUI</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/191703">191703</a></dd>
<dt>Author</dt> <dd>joepeck@webkit.org</dd>
<dt>Date</dt> <dd>2015-10-28 16:25:28 -0700 (Wed, 28 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Show Timeline Markers again (DOMContentLoaded, Load, console.timeStamp)
https://bugs.webkit.org/show_bug.cgi?id=150612

Reviewed by Timothy Hatcher.

* Localizations/en.lproj/localizedStrings.js:
Tooltip strings for the timeline markers.

* UserInterface/Models/TimelineRecording.js:
(WebInspector.TimelineRecording.prototype.addEventMarker):
Dispatch an event so the views listening to this recording can add the markers.

* UserInterface/Views/OverviewTimelineView.js:
(WebInspector.OverviewTimelineView):
(WebInspector.OverviewTimelineView.prototype._markerAdded):
Add the marker to the OverviewTimelineView's ruler.

* UserInterface/Views/TimelineOverview.js:
(WebInspector.TimelineOverview):
(WebInspector.TimelineOverview.prototype._markerAdded):
(WebInspector.TimelineOverview.prototype.addMarker): Deleted.
Add the marker to the TimelineOverview's ruler. Remove the unused method.

* UserInterface/Views/TimelineRuler.js:
(WebInspector.TimelineRuler.prototype.addMarker):
Give some marker's a tooltip based on their type.

* UserInterface/Views/TimelineOverview.css:
(.timeline-overview &gt; .timeline-ruler &gt; .markers):
(.timeline-overview.frames &gt; .timeline-ruler &gt; .markers &gt; .marker:not(.current-time)):
Correct the height of markers in the timeline overview.
Hide markers non-current-time markers in the rendering frames view.

* UserInterface/Views/TimelineRuler.css:
(.timeline-ruler &gt; .markers &gt; .marker):
(.timeline-ruler &gt; .markers &gt; .marker::before):
Give markers a bit of width to make it easier to trigger their tooltip.

(.timeline-ruler &gt; .markers &gt; .marker.load-event):
(.timeline-ruler &gt; .markers &gt; .marker.dom-content-event):
(.timeline-ruler &gt; .markers &gt; .marker.timestamp):
Adjust coloring of the markers. hsla(0.5) was causing bleeding
with width 1px to 2px. hsl() with opacity it was always 1px.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs">trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsTimelineRecordingjs">trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsOverviewTimelineViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewcss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordBarcss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineRulercss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineRulerjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -1,3 +1,49 @@
</span><ins>+2015-10-28  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Show Timeline Markers again (DOMContentLoaded, Load, console.timeStamp)
+        https://bugs.webkit.org/show_bug.cgi?id=150612
+
+        Reviewed by Timothy Hatcher.
+
+        * Localizations/en.lproj/localizedStrings.js:
+        Tooltip strings for the timeline markers.
+
+        * UserInterface/Models/TimelineRecording.js:
+        (WebInspector.TimelineRecording.prototype.addEventMarker):
+        Dispatch an event so the views listening to this recording can add the markers.
+
+        * UserInterface/Views/OverviewTimelineView.js:
+        (WebInspector.OverviewTimelineView):
+        (WebInspector.OverviewTimelineView.prototype._markerAdded):
+        Add the marker to the OverviewTimelineView's ruler.
+
+        * UserInterface/Views/TimelineOverview.js:
+        (WebInspector.TimelineOverview):
+        (WebInspector.TimelineOverview.prototype._markerAdded):
+        (WebInspector.TimelineOverview.prototype.addMarker): Deleted.
+        Add the marker to the TimelineOverview's ruler. Remove the unused method.
+
+        * UserInterface/Views/TimelineRuler.js:
+        (WebInspector.TimelineRuler.prototype.addMarker):
+        Give some marker's a tooltip based on their type.
+
+        * UserInterface/Views/TimelineOverview.css:
+        (.timeline-overview &gt; .timeline-ruler &gt; .markers):
+        (.timeline-overview.frames &gt; .timeline-ruler &gt; .markers &gt; .marker:not(.current-time)):
+        Correct the height of markers in the timeline overview.
+        Hide markers non-current-time markers in the rendering frames view.
+
+        * UserInterface/Views/TimelineRuler.css:
+        (.timeline-ruler &gt; .markers &gt; .marker):
+        (.timeline-ruler &gt; .markers &gt; .marker::before):
+        Give markers a bit of width to make it easier to trigger their tooltip.
+
+        (.timeline-ruler &gt; .markers &gt; .marker.load-event):
+        (.timeline-ruler &gt; .markers &gt; .marker.dom-content-event):
+        (.timeline-ruler &gt; .markers &gt; .marker.timestamp):
+        Adjust coloring of the markers. hsla(0.5) was causing bleeding
+        with width 1px to 2px. hsl() with opacity it was always 1px.
+
</ins><span class="cx"> 2015-10-28  Timothy Hatcher  &lt;timothy@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Zoom never goes back to 100% size
</span></span></pre></div>
<a id="trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -166,6 +166,7 @@
</span><span class="cx"> localizedStrings[&quot;Current&quot;] = &quot;Current&quot;;
</span><span class="cx"> localizedStrings[&quot;Cursor&quot;] = &quot;Cursor&quot;;
</span><span class="cx"> localizedStrings[&quot;Custom&quot;] = &quot;Custom&quot;;
</span><ins>+localizedStrings[&quot;DOMContentLoaded   %s&quot;] = &quot;DOMContentLoaded   %s&quot;;
</ins><span class="cx"> localizedStrings[&quot;Data&quot;] = &quot;Data&quot;;
</span><span class="cx"> localizedStrings[&quot;Data returned from the database is too large.&quot;] = &quot;Data returned from the database is too large.&quot;;
</span><span class="cx"> localizedStrings[&quot;Database no longer has expected version.&quot;] = &quot;Database no longer has expected version.&quot;;
</span><span class="lines">@@ -356,6 +357,7 @@
</span><span class="cx"> localizedStrings[&quot;Line Number&quot;] = &quot;Line Number&quot;;
</span><span class="cx"> localizedStrings[&quot;Linear Gradient&quot;] = &quot;Linear Gradient&quot;;
</span><span class="cx"> localizedStrings[&quot;Live&quot;] = &quot;Live&quot;;
</span><ins>+localizedStrings[&quot;Load   %s&quot;] = &quot;Load   %s&quot;;
</ins><span class="cx"> localizedStrings[&quot;Local File&quot;] = &quot;Local File&quot;;
</span><span class="cx"> localizedStrings[&quot;Local Storage&quot;] = &quot;Local Storage&quot;;
</span><span class="cx"> localizedStrings[&quot;Local Variables&quot;] = &quot;Local Variables&quot;;
</span><span class="lines">@@ -598,6 +600,7 @@
</span><span class="cx"> localizedStrings[&quot;Timer Fired&quot;] = &quot;Timer Fired&quot;;
</span><span class="cx"> localizedStrings[&quot;Timer Installed&quot;] = &quot;Timer Installed&quot;;
</span><span class="cx"> localizedStrings[&quot;Timer Removed&quot;] = &quot;Timer Removed&quot;;
</span><ins>+localizedStrings[&quot;Timestamp   %s&quot;] = &quot;Timestamp   %s&quot;;
</ins><span class="cx"> localizedStrings[&quot;Timing&quot;] = &quot;Timing&quot;;
</span><span class="cx"> localizedStrings[&quot;Top&quot;] = &quot;Top&quot;;
</span><span class="cx"> localizedStrings[&quot;Total Time&quot;] = &quot;Total Time&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsTimelineRecordingjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -148,9 +148,11 @@
</span><span class="cx">         this.dispatchEventToListeners(WebInspector.TimelineRecording.Event.TimelineRemoved, {timeline});
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    addEventMarker(eventMarker)
</del><ins>+    addEventMarker(marker)
</ins><span class="cx">     {
</span><del>-        this._eventMarkers.push(eventMarker);
</del><ins>+        this._eventMarkers.push(marker);
+
+        this.dispatchEventToListeners(WebInspector.TimelineRecording.Event.MarkerAdded, {marker});
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     addRecord(record)
</span><span class="lines">@@ -280,7 +282,8 @@
</span><span class="cx">     SourceCodeTimelineAdded: &quot;timeline-recording-source-code-timeline-added&quot;,
</span><span class="cx">     TimelineAdded: &quot;timeline-recording-timeline-added&quot;,
</span><span class="cx">     TimelineRemoved: &quot;timeline-recording-timeline-removed&quot;,
</span><del>-    TimesUpdated: &quot;timeline-recording-times-updated&quot;
</del><ins>+    TimesUpdated: &quot;timeline-recording-times-updated&quot;,
+    MarkerAdded: &quot;timeline-recording-marker-added&quot;,
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> WebInspector.TimelineRecording.isLegacy = undefined;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsOverviewTimelineViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -53,6 +53,7 @@
</span><span class="cx">         this._networkTimeline.addEventListener(WebInspector.Timeline.Event.RecordAdded, this._networkTimelineRecordAdded, this);
</span><span class="cx"> 
</span><span class="cx">         recording.addEventListener(WebInspector.TimelineRecording.Event.SourceCodeTimelineAdded, this._sourceCodeTimelineAdded, this);
</span><ins>+        recording.addEventListener(WebInspector.TimelineRecording.Event.MarkerAdded, this._markerAdded, this);
</ins><span class="cx"> 
</span><span class="cx">         this._pendingRepresentedObjects = [];
</span><span class="cx">     }
</span><span class="lines">@@ -353,6 +354,11 @@
</span><span class="cx">         this.needsLayout();
</span><span class="cx">     }
</span><span class="cx"> 
</span><ins>+    _markerAdded(event)
+    {
+        this._timelineRuler.addMarker(event.data.marker);
+    }
+
</ins><span class="cx">     _dataGridNodeSelected(event)
</span><span class="cx">     {
</span><span class="cx">         this.dispatchEventToListeners(WebInspector.ContentView.Event.SelectionPathComponentsDidChange);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewcss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.css (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.css        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.css        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -53,6 +53,14 @@
</span><span class="cx">     right: 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.timeline-overview &gt; .timeline-ruler &gt; .markers {
+    top: 28px;
+}
+
+.timeline-overview.frames &gt; .timeline-ruler &gt; .markers &gt; .marker:not(.current-time) {
+    display: none;
+}
+
</ins><span class="cx"> .timeline-overview.frames &gt; .timeline-ruler &gt; .header &gt; .divider,
</span><span class="cx"> .timeline-overview.frames &gt; .timeline-ruler &gt; .markers &gt; .divider {
</span><span class="cx">     transform: translateX(0px);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -32,6 +32,7 @@
</span><span class="cx">         this._recording = timelineRecording;
</span><span class="cx">         this._recording.addEventListener(WebInspector.TimelineRecording.Event.TimelineAdded, this._timelineAdded, this);
</span><span class="cx">         this._recording.addEventListener(WebInspector.TimelineRecording.Event.TimelineRemoved, this._timelineRemoved, this);
</span><ins>+        this._recording.addEventListener(WebInspector.TimelineRecording.Event.MarkerAdded, this._markerAdded, this);
</ins><span class="cx"> 
</span><span class="cx">         this._element = document.createElement(&quot;div&quot;);
</span><span class="cx">         this._element.classList.add(&quot;timeline-overview&quot;, identifier);
</span><span class="lines">@@ -269,11 +270,6 @@
</span><span class="cx">         this._resetSelection();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    addMarker(marker)
-    {
-        this._timelineRuler.addMarker(marker);
-    }
-
</del><span class="cx">     revealMarker(marker)
</span><span class="cx">     {
</span><span class="cx">         this.scrollStartTime = marker.time - (this.visibleDuration / 2);
</span><span class="lines">@@ -494,6 +490,11 @@
</span><span class="cx">         this._graphsContainerElement.removeChild(overviewGraph.element);
</span><span class="cx">     }
</span><span class="cx"> 
</span><ins>+    _markerAdded(event)
+    {
+        this._timelineRuler.addMarker(event.data.marker);
+    }
+
</ins><span class="cx">     _timelineRulerMouseDown(event)
</span><span class="cx">     {
</span><span class="cx">         this._timelineRulerSelectionChanged = false;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordBarcss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.css (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.css        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.css        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> .timeline-record-bar {
</span><span class="cx">     position: absolute;
</span><span class="cx">     height: 12px;
</span><ins>+    z-index: 1;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .timeline-record-bar &gt; .segment {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRulercss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -104,13 +104,28 @@
</span><span class="cx">     transform: translateX(-1px);
</span><span class="cx"> 
</span><span class="cx">     border-left-width: 1px;
</span><del>-    border-left-style: dashed;
</del><ins>+    border-left-style: solid;
</ins><span class="cx">     border-left-color: hsla(0, 0%, 50%, 0.5);
</span><ins>+
+    pointer-events: all;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* Larger tooltip area */
+.timeline-ruler &gt; .markers &gt; .marker {
+    z-index: 20;
+    width: 3px;
+}
+.timeline-ruler &gt; .markers &gt; .marker::before {
+    width: 3px;
+    content: &quot;&quot;;
+    position: absolute;
+    left: -3px;
+    top: 0;
+    bottom: 0;
+}
+
</ins><span class="cx"> .timeline-ruler &gt; .markers &gt; .marker.current-time {
</span><span class="cx">     border-left-color: red;
</span><del>-    border-left-style: solid;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .timeline-ruler &gt; .markers &gt; .marker.current-time::before {
</span><span class="lines">@@ -128,15 +143,18 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .timeline-ruler &gt; .markers &gt; .marker.load-event {
</span><del>-    border-left-color: hsla(0, 100%, 50%, 0.5);
</del><ins>+    border-left-color: hsl(0, 100%, 50%);
+    opacity: 0.25;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .timeline-ruler &gt; .markers &gt; .marker.dom-content-event {
</span><del>-    border-left-color: hsla(240, 100%, 50%, 0.5);
</del><ins>+    border-left-color: hsl(240, 100%, 50%);
+    opacity: 0.25;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .timeline-ruler &gt; .markers &gt; .marker.timestamp {
</span><del>-    border-left-color: hsla(119, 100%, 21%, 0.5);
</del><ins>+    border-left-color: hsl(119, 100%, 21%);
+    opacity: 0.25;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .timeline-ruler &gt; .selection-drag {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRulerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js (191702 => 191703)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js        2015-10-28 23:17:03 UTC (rev 191702)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js        2015-10-28 23:25:28 UTC (rev 191703)
</span><span class="lines">@@ -309,6 +309,18 @@
</span><span class="cx">         var markerElement = document.createElement(&quot;div&quot;);
</span><span class="cx">         markerElement.classList.add(marker.type, &quot;marker&quot;);
</span><span class="cx"> 
</span><ins>+        switch (marker.type) {
+        case WebInspector.TimelineMarker.Type.LoadEvent:
+            markerElement.title = WebInspector.UIString(&quot;Load – %s&quot;).format(Number.secondsToString(marker.time));
+            break;
+        case WebInspector.TimelineMarker.Type.DOMContentEvent:
+            markerElement.title = WebInspector.UIString(&quot;DOMContentLoaded – %s&quot;).format(Number.secondsToString(marker.time));
+            break;
+        case WebInspector.TimelineMarker.Type.TimeStamp:
+            markerElement.title = WebInspector.UIString(&quot;Timestamp – %s&quot;).format(Number.secondsToString(marker.time));
+            break;
+        }
+
</ins><span class="cx">         this._markerElementMap.set(marker, markerElement);
</span><span class="cx"> 
</span><span class="cx">         this._needsMarkerLayout();
</span></span></pre>
</div>
</div>

</body>
</html>