<!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>[184819] 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/184819">184819</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-05-22 23:27:24 -0700 (Fri, 22 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Inline use once class names and remove some unused class names
https://bugs.webkit.org/show_bug.cgi?id=145334

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2015-05-22
Reviewed by Timothy Hatcher.

* UserInterface/Views/ApplicationCacheFrameContentView.js:
(WebInspector.ApplicationCacheFrameContentView):
* UserInterface/Views/BoxModelDetailsSectionRow.js:
(WebInspector.BoxModelDetailsSectionRow):
* UserInterface/Views/CSSStyleDeclarationSection.js:
(WebInspector.CSSStyleDeclarationSection):
* UserInterface/Views/CSSStyleDetailsSidebarPanel.js:
(WebInspector.CSSStyleDetailsSidebarPanel):
* UserInterface/Views/ClusterContentView.js:
(WebInspector.ClusterContentView):
* UserInterface/Views/CompletionSuggestionsView.js:
(WebInspector.CompletionSuggestionsView):
* UserInterface/Views/ConsolePrompt.js:
(WebInspector.ConsolePrompt):
* UserInterface/Views/ContentBrowser.js:
(WebInspector.ContentBrowser):
* UserInterface/Views/ContentFlowTreeElement.js:
(WebInspector.ContentFlowTreeElement):
* UserInterface/Views/ContentView.js:
(WebInspector.ContentView):
* UserInterface/Views/ContentViewContainer.js:
(WebInspector.ContentViewContainer):
* UserInterface/Views/CookieStorageContentView.js:
(WebInspector.CookieStorageContentView):
* UserInterface/Views/CookieStorageTreeElement.js:
(WebInspector.CookieStorageTreeElement):
* UserInterface/Views/DOMStorageContentView.js:
(WebInspector.DOMStorageContentView):
* UserInterface/Views/DOMTreeContentView.js:
(WebInspector.DOMTreeContentView):
* UserInterface/Views/DashboardView.js:
(WebInspector.DashboardView):
* UserInterface/Views/DatabaseTableContentView.js:
(WebInspector.DatabaseTableContentView):
* UserInterface/Views/DebuggerDashboardView.js:
(WebInspector.DebuggerDashboardView):
(WebInspector.DebuggerDashboardView.prototype._rebuildLocation):
* UserInterface/Views/DetailsSection.js:
(WebInspector.DetailsSection):
* UserInterface/Views/DetailsSectionSimpleRow.js:
* UserInterface/Views/FontResourceContentView.js:
(WebInspector.FontResourceContentView):
(WebInspector.FontResourceContentView.prototype.createMetricElement):
(WebInspector.FontResourceContentView.prototype.contentAvailable):
* UserInterface/Views/HierarchicalPathComponent.js:
(WebInspector.HierarchicalPathComponent):
(WebInspector.HierarchicalPathComponent.prototype.set selectorArrows):
* UserInterface/Views/IndexedDatabaseObjectStoreContentView.js:
* UserInterface/Views/LayoutTimelineOverviewGraph.js:
(WebInspector.LayoutTimelineOverviewGraph):
* UserInterface/Views/NetworkTimelineOverviewGraph.js:
(WebInspector.NetworkTimelineOverviewGraph):
* UserInterface/Views/OverviewTimelineView.js:
* UserInterface/Views/ProbeSetDetailsSection.js:
* UserInterface/Views/QuickConsole.js:
* UserInterface/Views/ReplayDashboardView.js:
* UserInterface/Views/ScriptContentView.js:
(WebInspector.ScriptContentView):
* UserInterface/Views/ScriptTimelineOverviewGraph.js:
(WebInspector.ScriptTimelineOverviewGraph):
* UserInterface/Views/TextContentView.js:
(WebInspector.TextContentView):
* UserInterface/Views/TimelineOverview.js:
(WebInspector.TimelineOverview):
* UserInterface/Views/TimelineOverviewGraph.js:
(WebInspector.TimelineOverviewGraph):
* UserInterface/Views/TimelineRecordBar.js:
(WebInspector.TimelineRecordBar):
* UserInterface/Views/TimelineRecordFrame.js:
(WebInspector.TimelineRecordFrame):
* UserInterface/Views/TimelineRecordingContentView.js:
(WebInspector.TimelineRecordingContentView):
* UserInterface/Views/TimelineRuler.js:
(WebInspector.TimelineRuler):
(WebInspector.TimelineRuler.prototype.set allowsTimeRangeSelection):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsApplicationCacheFrameContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheFrameContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsBoxModelDetailsSectionRowjs">trunk/Source/WebInspectorUI/UserInterface/Views/BoxModelDetailsSectionRow.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationSectionjs">trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDetailsSidebarPaneljs">trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDetailsSidebarPanel.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsClusterContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCompletionSuggestionsViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/CompletionSuggestionsView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsConsolePromptjs">trunk/Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsContentBrowserjs">trunk/Source/WebInspectorUI/UserInterface/Views/ContentBrowser.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsContentFlowTreeElementjs">trunk/Source/WebInspectorUI/UserInterface/Views/ContentFlowTreeElement.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/ContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsContentViewContainerjs">trunk/Source/WebInspectorUI/UserInterface/Views/ContentViewContainer.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCookieStorageContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCookieStorageTreeElementjs">trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageTreeElement.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDOMStorageContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDOMTreeContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDashboardViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DashboardView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDatabaseTableContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDebuggerDashboardViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDetailsSectionjs">trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDetailsSectionSimpleRowjs">trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSectionSimpleRow.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsFontResourceContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/FontResourceContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsHierarchicalPathComponentjs">trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsIndexedDatabaseObjectStoreContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/IndexedDatabaseObjectStoreContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsLayoutTimelineOverviewGraphjs">trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsNetworkTimelineOverviewGraphjs">trunk/Source/WebInspectorUI/UserInterface/Views/NetworkTimelineOverviewGraph.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsOverviewTimelineViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsProbeSetDetailsSectionjs">trunk/Source/WebInspectorUI/UserInterface/Views/ProbeSetDetailsSection.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsQuickConsolejs">trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsReplayDashboardViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/ReplayDashboardView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsScriptContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/ScriptContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsScriptTimelineOverviewGraphjs">trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTextContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TextContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewGraphjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverviewGraph.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordBarjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordFramejs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordFrame.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordingContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.js</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 (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -1,5 +1,88 @@
</span><span class="cx"> 2015-05-22  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Web Inspector: Inline use once class names and remove some unused class names
+        https://bugs.webkit.org/show_bug.cgi?id=145334
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/ApplicationCacheFrameContentView.js:
+        (WebInspector.ApplicationCacheFrameContentView):
+        * UserInterface/Views/BoxModelDetailsSectionRow.js:
+        (WebInspector.BoxModelDetailsSectionRow):
+        * UserInterface/Views/CSSStyleDeclarationSection.js:
+        (WebInspector.CSSStyleDeclarationSection):
+        * UserInterface/Views/CSSStyleDetailsSidebarPanel.js:
+        (WebInspector.CSSStyleDetailsSidebarPanel):
+        * UserInterface/Views/ClusterContentView.js:
+        (WebInspector.ClusterContentView):
+        * UserInterface/Views/CompletionSuggestionsView.js:
+        (WebInspector.CompletionSuggestionsView):
+        * UserInterface/Views/ConsolePrompt.js:
+        (WebInspector.ConsolePrompt):
+        * UserInterface/Views/ContentBrowser.js:
+        (WebInspector.ContentBrowser):
+        * UserInterface/Views/ContentFlowTreeElement.js:
+        (WebInspector.ContentFlowTreeElement):
+        * UserInterface/Views/ContentView.js:
+        (WebInspector.ContentView):
+        * UserInterface/Views/ContentViewContainer.js:
+        (WebInspector.ContentViewContainer):
+        * UserInterface/Views/CookieStorageContentView.js:
+        (WebInspector.CookieStorageContentView):
+        * UserInterface/Views/CookieStorageTreeElement.js:
+        (WebInspector.CookieStorageTreeElement):
+        * UserInterface/Views/DOMStorageContentView.js:
+        (WebInspector.DOMStorageContentView):
+        * UserInterface/Views/DOMTreeContentView.js:
+        (WebInspector.DOMTreeContentView):
+        * UserInterface/Views/DashboardView.js:
+        (WebInspector.DashboardView):
+        * UserInterface/Views/DatabaseTableContentView.js:
+        (WebInspector.DatabaseTableContentView):
+        * UserInterface/Views/DebuggerDashboardView.js:
+        (WebInspector.DebuggerDashboardView):
+        (WebInspector.DebuggerDashboardView.prototype._rebuildLocation):
+        * UserInterface/Views/DetailsSection.js:
+        (WebInspector.DetailsSection):
+        * UserInterface/Views/DetailsSectionSimpleRow.js:
+        * UserInterface/Views/FontResourceContentView.js:
+        (WebInspector.FontResourceContentView):
+        (WebInspector.FontResourceContentView.prototype.createMetricElement):
+        (WebInspector.FontResourceContentView.prototype.contentAvailable):
+        * UserInterface/Views/HierarchicalPathComponent.js:
+        (WebInspector.HierarchicalPathComponent):
+        (WebInspector.HierarchicalPathComponent.prototype.set selectorArrows):
+        * UserInterface/Views/IndexedDatabaseObjectStoreContentView.js:
+        * UserInterface/Views/LayoutTimelineOverviewGraph.js:
+        (WebInspector.LayoutTimelineOverviewGraph):
+        * UserInterface/Views/NetworkTimelineOverviewGraph.js:
+        (WebInspector.NetworkTimelineOverviewGraph):
+        * UserInterface/Views/OverviewTimelineView.js:
+        * UserInterface/Views/ProbeSetDetailsSection.js:
+        * UserInterface/Views/QuickConsole.js:
+        * UserInterface/Views/ReplayDashboardView.js:
+        * UserInterface/Views/ScriptContentView.js:
+        (WebInspector.ScriptContentView):
+        * UserInterface/Views/ScriptTimelineOverviewGraph.js:
+        (WebInspector.ScriptTimelineOverviewGraph):
+        * UserInterface/Views/TextContentView.js:
+        (WebInspector.TextContentView):
+        * UserInterface/Views/TimelineOverview.js:
+        (WebInspector.TimelineOverview):
+        * UserInterface/Views/TimelineOverviewGraph.js:
+        (WebInspector.TimelineOverviewGraph):
+        * UserInterface/Views/TimelineRecordBar.js:
+        (WebInspector.TimelineRecordBar):
+        * UserInterface/Views/TimelineRecordFrame.js:
+        (WebInspector.TimelineRecordFrame):
+        * UserInterface/Views/TimelineRecordingContentView.js:
+        (WebInspector.TimelineRecordingContentView):
+        * UserInterface/Views/TimelineRuler.js:
+        (WebInspector.TimelineRuler):
+        (WebInspector.TimelineRuler.prototype.set allowsTimeRangeSelection):
+
+2015-05-22  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
</ins><span class="cx">         Web Inspector: DOMTree Keyboard Shortcut 'H' to toggle element visibility is not working
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=145331
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsApplicationCacheFrameContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheFrameContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheFrameContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheFrameContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> 
</span><span class="cx">     WebInspector.ContentView.call(this, representedObject);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.ApplicationCacheFrameContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;application-cache-frame&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this.element.classList.add(&quot;storage-view&quot;);
</span><span class="cx">     this.element.classList.add(&quot;table&quot;);
</span><span class="lines">@@ -48,8 +48,6 @@
</span><span class="cx">     WebInspector.applicationCacheManager.addEventListener(WebInspector.ApplicationCacheManager.Event.FrameManifestStatusChanged, this._updateStatus, this);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebInspector.ApplicationCacheFrameContentView.StyleClassName = &quot;application-cache-frame&quot;;
-
</del><span class="cx"> WebInspector.ApplicationCacheFrameContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.ApplicationCacheFrameContentView,
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsBoxModelDetailsSectionRowjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/BoxModelDetailsSectionRow.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/BoxModelDetailsSectionRow.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/BoxModelDetailsSectionRow.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">     {
</span><span class="cx">         super(WebInspector.UIString(&quot;No Box Model Information&quot;));
</span><span class="cx"> 
</span><del>-        this.element.classList.add(WebInspector.BoxModelDetailsSectionRow.StyleClassName);
</del><ins>+        this.element.classList.add(&quot;box-model&quot;);
</ins><span class="cx"> 
</span><span class="cx">         this._nodeStyles = null;
</span><span class="cx">     }
</span><span class="lines">@@ -424,6 +424,5 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.BoxModelDetailsSectionRow.StyleClassName = &quot;box-model&quot;;
</del><span class="cx"> WebInspector.BoxModelDetailsSectionRow.StyleValueDelimiters = &quot; \xA0\t\n\&quot;':;,/()&quot;;
</span><span class="cx"> WebInspector.BoxModelDetailsSectionRow.CSSNumberRegex = /^(-?(?:\d+(?:\.\d+)?|\.\d+))$/;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationSectionjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -32,26 +32,26 @@
</span><span class="cx">     this._style = style || null;
</span><span class="cx"> 
</span><span class="cx">     this._element = document.createElement(&quot;div&quot;);
</span><del>-    this._element.className = WebInspector.CSSStyleDeclarationSection.StyleClassName;
</del><ins>+    this._element.className = &quot;style-declaration-section&quot;;
</ins><span class="cx"> 
</span><span class="cx">     this._headerElement = document.createElement(&quot;div&quot;);
</span><del>-    this._headerElement.className = WebInspector.CSSStyleDeclarationSection.HeaderElementStyleClassName;
</del><ins>+    this._headerElement.className = &quot;header&quot;;
</ins><span class="cx"> 
</span><span class="cx">     this._iconElement = document.createElement(&quot;img&quot;);
</span><del>-    this._iconElement.className = WebInspector.CSSStyleDeclarationSection.IconElementStyleClassName;
</del><ins>+    this._iconElement.className = &quot;icon&quot;;
</ins><span class="cx">     this._headerElement.appendChild(this._iconElement);
</span><span class="cx"> 
</span><span class="cx">     this._selectorElement = document.createElement(&quot;span&quot;);
</span><del>-    this._selectorElement.className = WebInspector.CSSStyleDeclarationSection.SelectorElementStyleClassName;
</del><ins>+    this._selectorElement.className = &quot;selector&quot;;
</ins><span class="cx">     this._selectorElement.setAttribute(&quot;spellcheck&quot;, &quot;false&quot;);
</span><span class="cx">     this._headerElement.appendChild(this._selectorElement);
</span><span class="cx"> 
</span><span class="cx">     this._originElement = document.createElement(&quot;span&quot;);
</span><del>-    this._originElement.className = WebInspector.CSSStyleDeclarationSection.OriginElementStyleClassName;
</del><ins>+    this._originElement.className = &quot;origin&quot;;
</ins><span class="cx">     this._headerElement.appendChild(this._originElement);
</span><span class="cx"> 
</span><span class="cx">     this._propertiesElement = document.createElement(&quot;div&quot;);
</span><del>-    this._propertiesElement.className = WebInspector.CSSStyleDeclarationSection.PropertiesElementStyleClassName;
</del><ins>+    this._propertiesElement.className = &quot;properties&quot;;
</ins><span class="cx"> 
</span><span class="cx">     this._propertiesTextEditor = new WebInspector.CSSStyleDeclarationTextEditor(this, style);
</span><span class="cx">     this._propertiesElement.appendChild(this._propertiesTextEditor.element);
</span><span class="lines">@@ -106,15 +106,9 @@
</span><span class="cx">     this.refresh();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.CSSStyleDeclarationSection.StyleClassName = &quot;style-declaration-section&quot;;
</del><span class="cx"> WebInspector.CSSStyleDeclarationSection.LockedStyleClassName = &quot;locked&quot;;
</span><span class="cx"> WebInspector.CSSStyleDeclarationSection.SelectorLockedStyleClassName = &quot;selector-locked&quot;;
</span><span class="cx"> WebInspector.CSSStyleDeclarationSection.LastInGroupStyleClassName = &quot;last-in-group&quot;;
</span><del>-WebInspector.CSSStyleDeclarationSection.HeaderElementStyleClassName = &quot;header&quot;;
-WebInspector.CSSStyleDeclarationSection.IconElementStyleClassName = &quot;icon&quot;;
-WebInspector.CSSStyleDeclarationSection.SelectorElementStyleClassName = &quot;selector&quot;;
-WebInspector.CSSStyleDeclarationSection.OriginElementStyleClassName = &quot;origin&quot;;
-WebInspector.CSSStyleDeclarationSection.PropertiesElementStyleClassName = &quot;properties&quot;;
</del><span class="cx"> WebInspector.CSSStyleDeclarationSection.MatchedSelectorElementStyleClassName = &quot;matched&quot;;
</span><span class="cx"> 
</span><span class="cx"> WebInspector.CSSStyleDeclarationSection.AuthorStyleRuleIconStyleClassName = &quot;author-style-rule-icon&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDetailsSidebarPaneljs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDetailsSidebarPanel.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDetailsSidebarPanel.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDetailsSidebarPanel.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> 
</span><span class="cx">         if (WebInspector.cssStyleManager.canForcePseudoClasses()) {
</span><span class="cx">             this._forcedPseudoClassContainer = document.createElement(&quot;div&quot;);
</span><del>-            this._forcedPseudoClassContainer.className = WebInspector.CSSStyleDetailsSidebarPanel.PseudoClassesElementStyleClassName;
</del><ins>+            this._forcedPseudoClassContainer.className = &quot;pseudo-classes&quot;;
</ins><span class="cx"> 
</span><span class="cx">             var groupElement = null;
</span><span class="cx"> 
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> 
</span><span class="cx">                 if (!groupElement || groupElement.children.length === 2) {
</span><span class="cx">                     groupElement = document.createElement(&quot;div&quot;);
</span><del>-                    groupElement.className = WebInspector.CSSStyleDetailsSidebarPanel.PseudoClassesGroupElementStyleClassName;
</del><ins>+                    groupElement.className = &quot;group&quot;;
</ins><span class="cx">                     this._forcedPseudoClassContainer.appendChild(groupElement);
</span><span class="cx">                 }
</span><span class="cx"> 
</span><span class="lines">@@ -226,6 +226,4 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.CSSStyleDetailsSidebarPanel.PseudoClassesElementStyleClassName = &quot;pseudo-classes&quot;;
-WebInspector.CSSStyleDetailsSidebarPanel.PseudoClassesGroupElementStyleClassName = &quot;group&quot;;
</del><span class="cx"> WebInspector.CSSStyleDetailsSidebarPanel.NoForcedPseudoClassesScrollOffset = 38; // Default height of the forced pseudo classes container. Updated in widthDidChange.
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsClusterContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, representedObject);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.ClusterContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;cluster&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._contentViewContainer = new WebInspector.ContentViewContainer();
</span><span class="cx">     this._contentViewContainer.addEventListener(WebInspector.ContentViewContainer.Event.CurrentContentViewDidChange, this._currentContentViewDidChange, this);
</span><span class="lines">@@ -38,8 +38,6 @@
</span><span class="cx">     WebInspector.ContentView.addEventListener(WebInspector.ContentView.Event.NumberOfSearchResultsDidChange, this._contentViewNumberOfSearchResultsDidChange, this);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.ClusterContentView.StyleClassName = &quot;cluster&quot;;
-
</del><span class="cx"> WebInspector.ClusterContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.ClusterContentView,
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCompletionSuggestionsViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CompletionSuggestionsView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CompletionSuggestionsView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CompletionSuggestionsView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -34,10 +34,10 @@
</span><span class="cx">         this._selectedIndex = NaN;
</span><span class="cx"> 
</span><span class="cx">         this._element = document.createElement(&quot;div&quot;);
</span><del>-        this._element.className = WebInspector.CompletionSuggestionsView.StyleClassName;
</del><ins>+        this._element.className = &quot;completion-suggestions&quot;;
</ins><span class="cx"> 
</span><span class="cx">         this._containerElement = document.createElement(&quot;div&quot;);
</span><del>-        this._containerElement.className = WebInspector.CompletionSuggestionsView.ContainerElementStyleClassName;
</del><ins>+        this._containerElement.className = &quot;completion-suggestions-container&quot;;
</ins><span class="cx">         this._containerElement.addEventListener(&quot;mousedown&quot;, this._mouseDown.bind(this));
</span><span class="cx">         this._containerElement.addEventListener(&quot;mouseup&quot;, this._mouseUp.bind(this));
</span><span class="cx">         this._containerElement.addEventListener(&quot;click&quot;, this._itemClicked.bind(this));
</span><span class="lines">@@ -219,7 +219,5 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.CompletionSuggestionsView.StyleClassName = &quot;completion-suggestions&quot;;
-WebInspector.CompletionSuggestionsView.ContainerElementStyleClassName = &quot;completion-suggestions-container&quot;;
</del><span class="cx"> WebInspector.CompletionSuggestionsView.ItemElementStyleClassName = &quot;item&quot;;
</span><span class="cx"> WebInspector.CompletionSuggestionsView.SelectedItemStyleClassName = &quot;selected&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsConsolePromptjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ConsolePrompt.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">     mimeType = parseMIMEType(mimeType).type;
</span><span class="cx"> 
</span><span class="cx">     this._element = element || document.createElement(&quot;div&quot;);
</span><del>-    this._element.classList.add(WebInspector.ConsolePrompt.StyleClassName);
</del><ins>+    this._element.classList.add(&quot;console-prompt&quot;);
</ins><span class="cx">     this._element.classList.add(WebInspector.SyntaxHighlightedStyleClassName);
</span><span class="cx"> 
</span><span class="cx">     this._delegate = delegate || null;
</span><span class="lines">@@ -63,7 +63,6 @@
</span><span class="cx">     this._historyIndex = 0;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.ConsolePrompt.StyleClassName = &quot;console-prompt&quot;;
</del><span class="cx"> WebInspector.ConsolePrompt.MaximumHistorySize = 30;
</span><span class="cx"> 
</span><span class="cx"> WebInspector.ConsolePrompt.prototype = {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsContentBrowserjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ContentBrowser.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ContentBrowser.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ContentBrowser.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">     // WebInspector.Object.call(this);
</span><span class="cx"> 
</span><span class="cx">     this._element = element || document.createElement(&quot;div&quot;);
</span><del>-    this._element.classList.add(WebInspector.ContentBrowser.StyleClassName);
</del><ins>+    this._element.classList.add(&quot;content-browser&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._navigationBar = new WebInspector.NavigationBar;
</span><span class="cx">     this._element.appendChild(this._navigationBar.element);
</span><span class="lines">@@ -92,8 +92,6 @@
</span><span class="cx"> // FIXME: Move to a WebInspector.Object subclass and we can remove this.
</span><span class="cx"> WebInspector.Object.deprecatedAddConstructorFunctions(WebInspector.ContentBrowser);
</span><span class="cx"> 
</span><del>-WebInspector.ContentBrowser.StyleClassName = &quot;content-browser&quot;;
-
</del><span class="cx"> WebInspector.ContentBrowser.Event = {
</span><span class="cx">     CurrentRepresentedObjectsDidChange: &quot;content-browser-current-represented-objects-did-change&quot;,
</span><span class="cx">     CurrentContentViewDidChange: &quot;content-browser-current-content-view-did-change&quot;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsContentFlowTreeElementjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ContentFlowTreeElement.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ContentFlowTreeElement.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ContentFlowTreeElement.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -34,10 +34,8 @@
</span><span class="cx">     {
</span><span class="cx">         console.assert(representedObject instanceof WebInspector.ContentFlow);
</span><span class="cx"> 
</span><del>-        super([WebInspector.ContentFlowTreeElement.StyleClassName, WebInspector.ContentFlowTreeElement.ContentFlowIconStyleClassName], representedObject.name, null, representedObject, false);
</del><ins>+        super(&quot;content-flow-icon&quot;, representedObject.name, null, representedObject, false);
</ins><span class="cx"> 
</span><span class="cx">         this.small = true;
</span><span class="cx">     }
</span><span class="cx"> };
</span><del>-
-WebInspector.ContentFlowTreeElement.ContentFlowIconStyleClassName = &quot;content-flow-icon&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">     this._representedObject = representedObject;
</span><span class="cx"> 
</span><span class="cx">     this._element = document.createElement(&quot;div&quot;);
</span><del>-    this._element.classList.add(WebInspector.ContentView.StyleClassName);
</del><ins>+    this._element.classList.add(&quot;content-view&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._parentContainer = null;
</span><span class="cx"> };
</span><span class="lines">@@ -183,8 +183,6 @@
</span><span class="cx">     return false;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.ContentView.StyleClassName = &quot;content-view&quot;;
-
</del><span class="cx"> WebInspector.ContentView.Event = {
</span><span class="cx">     SelectionPathComponentsDidChange: &quot;content-view-selection-path-components-did-change&quot;,
</span><span class="cx">     SupplementalRepresentedObjectsDidChange: &quot;content-view-supplemental-represented-objects-did-change&quot;,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsContentViewContainerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ContentViewContainer.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ContentViewContainer.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ContentViewContainer.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,14 +29,12 @@
</span><span class="cx">     // WebInspector.Object.call(this);
</span><span class="cx"> 
</span><span class="cx">     this._element = element || document.createElement(&quot;div&quot;);
</span><del>-    this._element.classList.add(WebInspector.ContentViewContainer.StyleClassName);
</del><ins>+    this._element.classList.add(&quot;content-view-container&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._backForwardList = [];
</span><span class="cx">     this._currentIndex = -1;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.ContentViewContainer.StyleClassName = &quot;content-view-container&quot;;
-
</del><span class="cx"> WebInspector.ContentViewContainer.Event = {
</span><span class="cx">     CurrentContentViewDidChange: &quot;content-view-container-current-content-view-did-change&quot;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCookieStorageContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,13 +27,11 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, representedObject);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.CookieStorageContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;cookie-storage&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this.update();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.CookieStorageContentView.StyleClassName = &quot;cookie-storage&quot;;
-
</del><span class="cx"> WebInspector.CookieStorageContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.CookieStorageContentView,
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCookieStorageTreeElementjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageTreeElement.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageTreeElement.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageTreeElement.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">     {
</span><span class="cx">         console.assert(representedObject instanceof WebInspector.CookieStorageObject);
</span><span class="cx"> 
</span><del>-        super(WebInspector.CookieStorageTreeElement.CookieIconStyleClassName, WebInspector.displayNameForHost(representedObject.host), representedObject);
</del><ins>+        super(&quot;cookie-icon&quot;, WebInspector.displayNameForHost(representedObject.host), representedObject);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Public
</span><span class="lines">@@ -44,5 +44,3 @@
</span><span class="cx">         return WebInspector.UIString(&quot;Cookies&quot;);
</span><span class="cx">     }
</span><span class="cx"> };
</span><del>-
-WebInspector.CookieStorageTreeElement.CookieIconStyleClassName = &quot;cookie-icon&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDOMStorageContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, representedObject);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.DOMStorageContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;dom-storage&quot;);
</ins><span class="cx"> 
</span><span class="cx">     representedObject.addEventListener(WebInspector.DOMStorageObject.Event.ItemsCleared, this.itemsCleared, this);
</span><span class="cx">     representedObject.addEventListener(WebInspector.DOMStorageObject.Event.ItemAdded, this.itemAdded, this);
</span><span class="lines">@@ -49,7 +49,6 @@
</span><span class="cx">     this._populate();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.DOMStorageContentView.StyleClassName = &quot;dom-storage&quot;;
</del><span class="cx"> WebInspector.DOMStorageContentView.DuplicateKeyStyleClassName = &quot;duplicate-key&quot;;
</span><span class="cx"> WebInspector.DOMStorageContentView.MissingKeyStyleClassName = &quot;missing-key&quot;;
</span><span class="cx"> WebInspector.DOMStorageContentView.MissingValueStyleClassName = &quot;missing-value&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDOMTreeContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">     this._showsShadowDOMButtonNavigationItem.addEventListener(WebInspector.ButtonNavigationItem.Event.Clicked, this._toggleShowsShadowDOMSetting, this);
</span><span class="cx">     this._showShadowDOMSettingChanged();
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.DOMTreeContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;dom-tree&quot;);
</ins><span class="cx">     this.element.addEventListener(&quot;click&quot;, this._mouseWasClicked.bind(this), false);
</span><span class="cx"> 
</span><span class="cx">     this._domTreeOutline = new WebInspector.DOMTreeOutline(true, true, true);
</span><span class="lines">@@ -63,8 +63,6 @@
</span><span class="cx">     this._numberOfSearchResults = null;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.DOMTreeContentView.StyleClassName = &quot;dom-tree&quot;;
-
</del><span class="cx"> WebInspector.DOMTreeContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.DOMTreeContentView,
</span><span class="cx">     __proto__: WebInspector.ContentView.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDashboardViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DashboardView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DashboardView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DashboardView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">         this._representedObject = representedObject;
</span><span class="cx"> 
</span><span class="cx">         this._element = document.createElement(&quot;div&quot;);
</span><del>-        this._element.classList.add(WebInspector.DashboardView.StyleClassName);
</del><ins>+        this._element.classList.add(&quot;dashboard&quot;);
</ins><span class="cx">         this._element.classList.add(identifier);
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -83,5 +83,3 @@
</span><span class="cx">         // Implemented by subclasses.
</span><span class="cx">     }
</span><span class="cx"> };
</span><del>-
-WebInspector.DashboardView.StyleClassName = &quot;dashboard&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDatabaseTableContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, representedObject);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.DatabaseTableContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;database-table&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._refreshButtonNavigationItem = new WebInspector.ButtonNavigationItem(&quot;database-table-refresh&quot;, WebInspector.UIString(&quot;Refresh&quot;), &quot;Images/ReloadFull.svg&quot;, 13, 13);
</span><span class="cx">     this._refreshButtonNavigationItem.addEventListener(WebInspector.ButtonNavigationItem.Event.Clicked, this._refreshButtonClicked, this);
</span><span class="lines">@@ -35,8 +35,6 @@
</span><span class="cx">     this.update();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.DatabaseTableContentView.StyleClassName = &quot;database-table&quot;;
-
</del><span class="cx"> WebInspector.DatabaseTableContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.DatabaseTableContentView,
</span><span class="cx">     __proto__: WebInspector.ContentView.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDebuggerDashboardViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -41,16 +41,16 @@
</span><span class="cx">         this._navigationBar.addNavigationItem(this._debuggerResumeButtonItem);
</span><span class="cx"> 
</span><span class="cx">         var message = this._messageElement = document.createElement(&quot;div&quot;);
</span><del>-        message.classList.add(WebInspector.DebuggerDashboardView.MessageStyleClassName);
</del><ins>+        message.classList.add(&quot;message&quot;);
</ins><span class="cx">         message.title = message.textContent = WebInspector.UIString(&quot;Debugger Paused&quot;);
</span><span class="cx">         this.element.appendChild(message);
</span><span class="cx"> 
</span><span class="cx">         var dividerElement = document.createElement(&quot;div&quot;);
</span><del>-        dividerElement.classList.add(WebInspector.DebuggerDashboardView.DividerStyleClassName);
</del><ins>+        dividerElement.classList.add(&quot;divider&quot;);
</ins><span class="cx">         this.element.appendChild(dividerElement);
</span><span class="cx"> 
</span><span class="cx">         var locationElement = this._locationElement = document.createElement(&quot;div&quot;);
</span><del>-        locationElement.classList.add(WebInspector.DebuggerDashboardView.LocationStyleClassName);
</del><ins>+        locationElement.classList.add(&quot;location&quot;);
</ins><span class="cx">         this.element.appendChild(locationElement);
</span><span class="cx"> 
</span><span class="cx">         this._rebuildLocation();
</span><span class="lines">@@ -80,12 +80,12 @@
</span><span class="cx">         this._locationElement.appendChild(iconElement);
</span><span class="cx"> 
</span><span class="cx">         var iconImageElement = document.createElement(&quot;img&quot;);
</span><del>-        iconImageElement.className = WebInspector.DebuggerDashboardView.IconStyleClassName;
</del><ins>+        iconImageElement.className = &quot;icon&quot;;
</ins><span class="cx">         iconElement.appendChild(iconImageElement);
</span><span class="cx"> 
</span><span class="cx">         var nameElement = document.createElement(&quot;div&quot;);
</span><span class="cx">         nameElement.appendChild(document.createTextNode(functionName));
</span><del>-        nameElement.classList.add(WebInspector.DebuggerDashboardView.FunctionNameStyleClassName);
</del><ins>+        nameElement.classList.add(&quot;function-name&quot;);
</ins><span class="cx">         this._locationElement.appendChild(nameElement);
</span><span class="cx"> 
</span><span class="cx">         var sourceCodeLocation = WebInspector.debuggerManager.activeCallFrame.sourceCodeLocation;
</span><span class="lines">@@ -102,9 +102,3 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.DebuggerDashboardView.FunctionIconStyleClassName = WebInspector.CallFrameView.FunctionIconStyleClassName;
</span><span class="cx"> WebInspector.DebuggerDashboardView.EventListenerIconStyleClassName = WebInspector.CallFrameView.EventListenerIconStyleClassName;
</span><del>-
-WebInspector.DebuggerDashboardView.IconStyleClassName = &quot;icon&quot;;
-WebInspector.DebuggerDashboardView.MessageStyleClassName = &quot;message&quot;;
-WebInspector.DebuggerDashboardView.DividerStyleClassName = &quot;divider&quot;;
-WebInspector.DebuggerDashboardView.LocationStyleClassName = &quot;location&quot;;
-WebInspector.DebuggerDashboardView.FunctionNameStyleClassName = &quot;function-name&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDetailsSectionjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> 
</span><span class="cx">         this._headerElement = document.createElement(&quot;div&quot;);
</span><span class="cx">         this._headerElement.addEventListener(&quot;click&quot;, this._headerElementClicked.bind(this));
</span><del>-        this._headerElement.className = WebInspector.DetailsSection.HeaderElementStyleClassName;
</del><ins>+        this._headerElement.className = &quot;header&quot;;
</ins><span class="cx">         this._element.appendChild(this._headerElement);
</span><span class="cx"> 
</span><span class="cx">         if (optionsElement instanceof HTMLElement) {
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">         this._headerElement.appendChild(this._titleElement);
</span><span class="cx"> 
</span><span class="cx">         this._contentElement = document.createElement(&quot;div&quot;);
</span><del>-        this._contentElement.className = WebInspector.DetailsSection.ContentElementStyleClassName;
</del><ins>+        this._contentElement.className = &quot;content&quot;;
</ins><span class="cx">         this._element.appendChild(this._contentElement);
</span><span class="cx"> 
</span><span class="cx">         this._generateDisclosureTrianglesIfNeeded();
</span><span class="lines">@@ -160,9 +160,6 @@
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.DetailsSection.HeaderElementStyleClassName = &quot;header&quot;;
-WebInspector.DetailsSection.TitleElementStyleClassName = &quot;title&quot;;
-WebInspector.DetailsSection.ContentElementStyleClassName = &quot;content&quot;;
</del><span class="cx"> WebInspector.DetailsSection.CollapsedStyleClassName = &quot;collapsed&quot;;
</span><span class="cx"> WebInspector.DetailsSection.MouseOverOptionsElementStyleClassName = &quot;mouse-over-options-element&quot;;
</span><span class="cx"> WebInspector.DetailsSection.DisclosureTriangleOpenCanvasIdentifier = &quot;details-section-disclosure-triangle-open&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDetailsSectionSimpleRowjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSectionSimpleRow.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSectionSimpleRow.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSectionSimpleRow.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -32,11 +32,11 @@
</span><span class="cx">         this.element.classList.add(&quot;simple&quot;);
</span><span class="cx"> 
</span><span class="cx">         this._labelElement = document.createElement(&quot;div&quot;);
</span><del>-        this._labelElement.className = WebInspector.DetailsSectionSimpleRow.LabelElementStyleClassName;
</del><ins>+        this._labelElement.className = &quot;label&quot;;
</ins><span class="cx">         this.element.appendChild(this._labelElement);
</span><span class="cx"> 
</span><span class="cx">         this._valueElement = document.createElement(&quot;div&quot;);
</span><del>-        this._valueElement.className = WebInspector.DetailsSectionSimpleRow.ValueElementStyleClassName;
</del><ins>+        this._valueElement.className = &quot;value&quot;;
</ins><span class="cx">         this.element.appendChild(this._valueElement);
</span><span class="cx"> 
</span><span class="cx">         // Workaround for &lt;rdar://problem/12668870&gt; Triple-clicking text within a
</span><span class="lines">@@ -113,5 +113,3 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.DetailsSectionSimpleRow.DataStyleClassName = &quot;data&quot;;
</span><span class="cx"> WebInspector.DetailsSectionSimpleRow.EmptyStyleClassName = &quot;empty&quot;;
</span><del>-WebInspector.DetailsSectionSimpleRow.LabelElementStyleClassName = &quot;label&quot;;
-WebInspector.DetailsSectionSimpleRow.ValueElementStyleClassName = &quot;value&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsFontResourceContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/FontResourceContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/FontResourceContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/FontResourceContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.FontResourceContentView = function(resource)
</span><span class="cx"> {
</span><del>-    WebInspector.ResourceContentView.call(this, resource, WebInspector.FontResourceContentView.StyleClassName);
</del><ins>+    WebInspector.ResourceContentView.call(this, resource, &quot;font&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._styleElement = null;
</span><span class="cx">     this._previewElement = null;
</span><span class="lines">@@ -33,16 +33,6 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.FontResourceContentView._uniqueFontIdentifier = 0;
</span><span class="cx"> 
</span><del>-WebInspector.FontResourceContentView.StyleClassName = &quot;font&quot;;
-WebInspector.FontResourceContentView.PreviewElementStyleClassName = &quot;preview&quot;;
-WebInspector.FontResourceContentView.LineElementStyleClassName = &quot;line&quot;;
-WebInspector.FontResourceContentView.ContentElementStyleClassName = &quot;content&quot;;
-WebInspector.FontResourceContentView.MetricElementStyleClassName = &quot;metric&quot;;
-WebInspector.FontResourceContentView.TopMetricElementStyleClassName = &quot;top&quot;;
-WebInspector.FontResourceContentView.XHeightMetricElementStyleClassName = &quot;xheight&quot;;
-WebInspector.FontResourceContentView.MiddleMetricElementStyleClassName = &quot;middle&quot;;
-WebInspector.FontResourceContentView.BaselineMetricElementStyleClassName = &quot;baseline&quot;;
-WebInspector.FontResourceContentView.BottomMetricElementStyleClassName = &quot;bottom&quot;;
</del><span class="cx"> WebInspector.FontResourceContentView.PreviewLines = [&quot;ABCDEFGHIJKLM&quot;, &quot;NOPQRSTUVWXYZ&quot;, &quot;abcdefghijklm&quot;, &quot;nopqrstuvwxyz&quot;, &quot;1234567890&quot;];
</span><span class="cx"> 
</span><span class="cx"> WebInspector.FontResourceContentView.MaximumFontSize = 72;
</span><span class="lines">@@ -96,29 +86,29 @@
</span><span class="cx">             document.head.appendChild(this._styleElement);
</span><span class="cx"> 
</span><span class="cx">         this._previewElement = document.createElement(&quot;div&quot;);
</span><del>-        this._previewElement.className = WebInspector.FontResourceContentView.PreviewElementStyleClassName;
</del><ins>+        this._previewElement.className = &quot;preview&quot;;
</ins><span class="cx">         this._previewElement.style.fontFamily = uniqueFontName;
</span><span class="cx"> 
</span><span class="cx">         function createMetricElement(className)
</span><span class="cx">         {
</span><span class="cx">             var metricElement = document.createElement(&quot;div&quot;);
</span><del>-            metricElement.className = WebInspector.FontResourceContentView.MetricElementStyleClassName + &quot; &quot; + className;
</del><ins>+            metricElement.className = &quot;metric &quot; + className;
</ins><span class="cx">             return metricElement;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         var lines = WebInspector.FontResourceContentView.PreviewLines;
</span><span class="cx">         for (var i = 0; i &lt; lines.length; ++i) {
</span><span class="cx">             var lineElement = document.createElement(&quot;div&quot;);
</span><del>-            lineElement.className = WebInspector.FontResourceContentView.LineElementStyleClassName;
</del><ins>+            lineElement.className = &quot;line&quot;;
</ins><span class="cx"> 
</span><del>-            lineElement.appendChild(createMetricElement(WebInspector.FontResourceContentView.TopMetricElementStyleClassName));
-            lineElement.appendChild(createMetricElement(WebInspector.FontResourceContentView.XHeightMetricElementStyleClassName));
-            lineElement.appendChild(createMetricElement(WebInspector.FontResourceContentView.MiddleMetricElementStyleClassName));
-            lineElement.appendChild(createMetricElement(WebInspector.FontResourceContentView.BaselineMetricElementStyleClassName));
-            lineElement.appendChild(createMetricElement(WebInspector.FontResourceContentView.BottomMetricElementStyleClassName));
</del><ins>+            lineElement.appendChild(createMetricElement(&quot;top&quot;));
+            lineElement.appendChild(createMetricElement(&quot;xheight&quot;));
+            lineElement.appendChild(createMetricElement(&quot;middle&quot;));
+            lineElement.appendChild(createMetricElement(&quot;baseline&quot;));
+            lineElement.appendChild(createMetricElement(&quot;bottom&quot;));
</ins><span class="cx"> 
</span><span class="cx">             var contentElement = document.createElement(&quot;div&quot;);
</span><del>-            contentElement.className = WebInspector.FontResourceContentView.ContentElementStyleClassName;
</del><ins>+            contentElement.className = &quot;content&quot;;
</ins><span class="cx">             contentElement.textContent = lines[i];
</span><span class="cx">             lineElement.appendChild(contentElement);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsHierarchicalPathComponentjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -48,21 +48,21 @@
</span><span class="cx"> 
</span><span class="cx">         if (!textOnly) {
</span><span class="cx">             this._iconElement = document.createElement(&quot;img&quot;);
</span><del>-            this._iconElement.className = WebInspector.HierarchicalPathComponent.IconElementStyleClassName;
</del><ins>+            this._iconElement.className = &quot;icon&quot;;
</ins><span class="cx">             this._element.appendChild(this._iconElement);
</span><span class="cx">         } else
</span><span class="cx">             this._element.classList.add(WebInspector.HierarchicalPathComponent.TextOnlyStyleClassName);
</span><span class="cx"> 
</span><span class="cx">         this._titleElement = document.createElement(&quot;div&quot;);
</span><del>-        this._titleElement.className = WebInspector.HierarchicalPathComponent.TitleElementStyleClassName;
</del><ins>+        this._titleElement.className = &quot;title&quot;;
</ins><span class="cx">         this._element.appendChild(this._titleElement);
</span><span class="cx"> 
</span><span class="cx">         this._titleContentElement = document.createElement(&quot;div&quot;);
</span><del>-        this._titleContentElement.className = WebInspector.HierarchicalPathComponent.TitleContentElementStyleClassName;
</del><ins>+        this._titleContentElement.className = &quot;content&quot;;
</ins><span class="cx">         this._titleElement.appendChild(this._titleContentElement);
</span><span class="cx"> 
</span><span class="cx">         this._separatorElement = document.createElement(&quot;div&quot;);
</span><del>-        this._separatorElement.className = WebInspector.HierarchicalPathComponent.SeparatorElementStyleClassName;
</del><ins>+        this._separatorElement.className = &quot;separator&quot;;
</ins><span class="cx">         this._element.appendChild(this._separatorElement);
</span><span class="cx"> 
</span><span class="cx">         this._selectElement = document.createElement(&quot;select&quot;);
</span><span class="lines">@@ -198,7 +198,7 @@
</span><span class="cx">     {
</span><span class="cx">         if (flag) {
</span><span class="cx">             this._selectorArrowsElement = document.createElement(&quot;img&quot;);
</span><del>-            this._selectorArrowsElement.className = WebInspector.HierarchicalPathComponent.SelectorArrowsElementStyleClassName;
</del><ins>+            this._selectorArrowsElement.className = &quot;selector-arrows&quot;;
</ins><span class="cx">             this._element.insertBefore(this._selectorArrowsElement, this._separatorElement);
</span><span class="cx"> 
</span><span class="cx">             this._element.classList.add(WebInspector.HierarchicalPathComponent.ShowSelectorArrowsStyleClassName);
</span><span class="lines">@@ -316,13 +316,8 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.HierarchicalPathComponent.HiddenStyleClassName = &quot;hidden&quot;;
</span><span class="cx"> WebInspector.HierarchicalPathComponent.CollapsedStyleClassName = &quot;collapsed&quot;;
</span><del>-WebInspector.HierarchicalPathComponent.IconElementStyleClassName = &quot;icon&quot;;
</del><span class="cx"> WebInspector.HierarchicalPathComponent.TextOnlyStyleClassName = &quot;text-only&quot;;
</span><span class="cx"> WebInspector.HierarchicalPathComponent.ShowSelectorArrowsStyleClassName = &quot;show-selector-arrows&quot;;
</span><del>-WebInspector.HierarchicalPathComponent.TitleElementStyleClassName = &quot;title&quot;;
-WebInspector.HierarchicalPathComponent.TitleContentElementStyleClassName = &quot;content&quot;;
-WebInspector.HierarchicalPathComponent.SelectorArrowsElementStyleClassName = &quot;selector-arrows&quot;;
-WebInspector.HierarchicalPathComponent.SeparatorElementStyleClassName = &quot;separator&quot;;
</del><span class="cx"> 
</span><span class="cx"> WebInspector.HierarchicalPathComponent.MinimumWidth = 32;
</span><span class="cx"> WebInspector.HierarchicalPathComponent.MinimumWidthCollapsed = 24;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsIndexedDatabaseObjectStoreContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/IndexedDatabaseObjectStoreContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/IndexedDatabaseObjectStoreContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/IndexedDatabaseObjectStoreContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, objectStoreOrIndex);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.IndexedDatabaseObjectStoreContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;indexed-database-object-store&quot;);
</ins><span class="cx"> 
</span><span class="cx">     if (objectStoreOrIndex instanceof WebInspector.IndexedDatabaseObjectStore) {
</span><span class="cx">         this._objectStore = objectStoreOrIndex;
</span><span class="lines">@@ -77,8 +77,6 @@
</span><span class="cx">     this._refreshButtonNavigationItem.addEventListener(WebInspector.ButtonNavigationItem.Event.Clicked, this._refreshButtonClicked, this);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.IndexedDatabaseObjectStoreContentView.StyleClassName = &quot;indexed-database-object-store&quot;;
-
</del><span class="cx"> WebInspector.IndexedDatabaseObjectStoreContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.IndexedDatabaseObjectStoreContentView,
</span><span class="cx">     __proto__: WebInspector.ContentView.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsLayoutTimelineOverviewGraphjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.TimelineOverviewGraph.call(this, timeline);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.LayoutTimelineOverviewGraph.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;layout&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._layoutTimeline = timeline;
</span><span class="cx">     this._layoutTimeline.addEventListener(WebInspector.Timeline.Event.RecordAdded, this._layoutTimelineRecordAdded, this);
</span><span class="lines">@@ -37,8 +37,6 @@
</span><span class="cx">     this.reset();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.LayoutTimelineOverviewGraph.StyleClassName = &quot;layout&quot;;
-
</del><span class="cx"> WebInspector.LayoutTimelineOverviewGraph.prototype = {
</span><span class="cx">     constructor: WebInspector.LayoutTimelineOverviewGraph,
</span><span class="cx">     __proto__: WebInspector.TimelineOverviewGraph.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsNetworkTimelineOverviewGraphjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/NetworkTimelineOverviewGraph.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/NetworkTimelineOverviewGraph.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/NetworkTimelineOverviewGraph.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.TimelineOverviewGraph.call(this, timeline);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.NetworkTimelineOverviewGraph.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;network&quot;);
</ins><span class="cx"> 
</span><span class="cx">     timeline.addEventListener(WebInspector.Timeline.Event.RecordAdded, this._networkTimelineRecordAdded, this);
</span><span class="cx">     timeline.addEventListener(WebInspector.Timeline.Event.TimesUpdated, this.needsLayout, this);
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx">     this.reset();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.NetworkTimelineOverviewGraph.StyleClassName = &quot;network&quot;;
</del><span class="cx"> WebInspector.NetworkTimelineOverviewGraph.GraphRowStyleClassName = &quot;graph-row&quot;;
</span><span class="cx"> WebInspector.NetworkTimelineOverviewGraph.BarStyleClassName = &quot;bar&quot;;
</span><span class="cx"> WebInspector.NetworkTimelineOverviewGraph.InactiveBarStyleClassName = &quot;inactive&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsOverviewTimelineViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/OverviewTimelineView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">     this._currentTimeMarker = new WebInspector.TimelineMarker(0, WebInspector.TimelineMarker.Type.CurrentTime);
</span><span class="cx">     this._timelineRuler.addMarker(this._currentTimeMarker);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.OverviewTimelineView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;overview&quot;);
</ins><span class="cx">     this.element.appendChild(this._dataGrid.element);
</span><span class="cx"> 
</span><span class="cx">     this._networkTimeline = recording.timelines.get(WebInspector.TimelineRecord.Type.Network);
</span><span class="lines">@@ -55,8 +55,6 @@
</span><span class="cx">     this._pendingRepresentedObjects = [];
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.OverviewTimelineView.StyleClassName = &quot;overview&quot;;
-
</del><span class="cx"> WebInspector.OverviewTimelineView.prototype = {
</span><span class="cx">     constructor: WebInspector.OverviewTimelineView,
</span><span class="cx">     __proto__: WebInspector.TimelineView.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsProbeSetDetailsSectionjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ProbeSetDetailsSection.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ProbeSetDetailsSection.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ProbeSetDetailsSection.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -149,4 +149,3 @@
</span><span class="cx"> WebInspector.ProbeSetDetailsSection.ProbeClearSamplesStyleClassName = &quot;probe-clear-samples&quot;;
</span><span class="cx"> WebInspector.ProbeSetDetailsSection.ProbeRemoveStyleClassName = &quot;probe-remove&quot;;
</span><span class="cx"> WebInspector.ProbeSetDetailsSection.SectionOptionsStyleClassName = &quot;options&quot;;
</span><del>-WebInspector.ProbeSetDetailsSection.StyleClassName = &quot;probe-set&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsQuickConsolejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">         this._element.classList.add(&quot;quick-console&quot;);
</span><span class="cx"> 
</span><span class="cx">         this.prompt = new WebInspector.ConsolePrompt(null, &quot;text/javascript&quot;);
</span><del>-        this.prompt.element.classList.add(WebInspector.QuickConsole.TextPromptStyleClassName);
</del><ins>+        this.prompt.element.classList.add(&quot;text-prompt&quot;);
</ins><span class="cx">         this._element.appendChild(this.prompt.element);
</span><span class="cx"> 
</span><span class="cx">         // FIXME: CodeMirror 4 has a default &quot;Esc&quot; key handler that always prevents default.
</span><span class="lines">@@ -340,9 +340,6 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> WebInspector.QuickConsole.ShowingLogClassName = &quot;showing-log&quot;;
</span><del>-WebInspector.QuickConsole.NavigationBarContainerStyleClassName = &quot;navigation-bar-container&quot;;
-WebInspector.QuickConsole.NavigationBarSpacerStyleClassName = &quot;navigation-bar-spacer&quot;;
-WebInspector.QuickConsole.TextPromptStyleClassName = &quot;text-prompt&quot;;
</del><span class="cx"> 
</span><span class="cx"> WebInspector.QuickConsole.ToolbarSingleLineHeight = 21;
</span><span class="cx"> WebInspector.QuickConsole.ToolbarPromptPadding = 4;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsReplayDashboardViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ReplayDashboardView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ReplayDashboardView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ReplayDashboardView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -114,7 +114,3 @@
</span><span class="cx">         this._replayButtonItem.toggled = false;
</span><span class="cx">     }
</span><span class="cx"> };
</span><del>-
-WebInspector.ReplayDashboardView.RecordingContainerStyleClassName = &quot;recording-container&quot;;
-WebInspector.ReplayDashboardView.RecordButtonStyleClassName = &quot;record-button&quot;;
-WebInspector.ReplayDashboardView.ReplayButtonStyleClassName = &quot;replay-button&quot;;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsScriptContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ScriptContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ScriptContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ScriptContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, script);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.ScriptContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;script&quot;);
</ins><span class="cx"> 
</span><span class="cx">     // Append a spinner while waiting for _contentWillPopulate.
</span><span class="cx">     var spinner = new WebInspector.IndeterminateProgressSpinner;
</span><span class="lines">@@ -63,8 +63,6 @@
</span><span class="cx">     WebInspector.showJavaScriptTypeInformationSetting.addEventListener(WebInspector.Setting.Event.Changed, this._showJavaScriptTypeInformationSettingChanged, this);
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.ScriptContentView.StyleClassName = &quot;script&quot;;
-
</del><span class="cx"> WebInspector.ScriptContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.ScriptContentView,
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsScriptTimelineOverviewGraphjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.TimelineOverviewGraph.call(this, timeline);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.ScriptTimelineOverviewGraph.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;script&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._scriptTimeline = timeline;
</span><span class="cx">     this._scriptTimeline.addEventListener(WebInspector.Timeline.Event.RecordAdded, this._scriptTimelineRecordAdded, this);
</span><span class="lines">@@ -37,8 +37,6 @@
</span><span class="cx">     this.reset();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.ScriptTimelineOverviewGraph.StyleClassName = &quot;script&quot;;
-
</del><span class="cx"> WebInspector.ScriptTimelineOverviewGraph.prototype = {
</span><span class="cx">     constructor: WebInspector.ScriptTimelineOverviewGraph,
</span><span class="cx">     __proto__: WebInspector.TimelineOverviewGraph.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTextContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TextContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TextContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TextContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> {
</span><span class="cx">     WebInspector.ContentView.call(this, string);
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.TextContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;text&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._textEditor = new WebInspector.TextEditor;
</span><span class="cx">     this._textEditor.addEventListener(WebInspector.TextEditor.Event.NumberOfSearchResultsDidChange, this._numberOfSearchResultsDidChange, this);
</span><span class="lines">@@ -51,8 +51,6 @@
</span><span class="cx">     this._showTypesButtonNavigationItem.enabled = false;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.TextContentView.StyleClassName = &quot;text&quot;;
-
</del><span class="cx"> WebInspector.TextContentView.prototype = {
</span><span class="cx">     constructor: WebInspector.TextContentView,
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverview.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -33,11 +33,11 @@
</span><span class="cx">     this._recording.addEventListener(WebInspector.TimelineRecording.Event.TimelineRemoved, this._timelineRemoved, this);
</span><span class="cx"> 
</span><span class="cx">     this._element = document.createElement(&quot;div&quot;);
</span><del>-    this._element.className = WebInspector.TimelineOverview.StyleClassName;
</del><ins>+    this._element.className = &quot;timeline-overview&quot;;
</ins><span class="cx">     this._element.addEventListener(&quot;wheel&quot;, this._handleWheelEvent.bind(this));
</span><span class="cx"> 
</span><span class="cx">     this._graphsContainerElement = document.createElement(&quot;div&quot;);
</span><del>-    this._graphsContainerElement.className = WebInspector.TimelineOverview.GraphsContainerStyleClassName;
</del><ins>+    this._graphsContainerElement.className = &quot;graphs-container&quot;;
</ins><span class="cx">     this._element.appendChild(this._graphsContainerElement);
</span><span class="cx"> 
</span><span class="cx">     this._timelineOverviewGraphsMap = new Map;
</span><span class="lines">@@ -52,12 +52,12 @@
</span><span class="cx">     this._timelineRuler.addMarker(this._currentTimeMarker);
</span><span class="cx"> 
</span><span class="cx">     this._scrollContainerElement = document.createElement(&quot;div&quot;);
</span><del>-    this._scrollContainerElement.className = WebInspector.TimelineOverview.ScrollContainerStyleClassName;
</del><ins>+    this._scrollContainerElement.className = &quot;scroll-container&quot;;
</ins><span class="cx">     this._scrollContainerElement.addEventListener(&quot;scroll&quot;, this._handleScrollEvent.bind(this));
</span><span class="cx">     this._element.appendChild(this._scrollContainerElement);
</span><span class="cx"> 
</span><span class="cx">     this._scrollWidthSizer = document.createElement(&quot;div&quot;);
</span><del>-    this._scrollWidthSizer.className = WebInspector.TimelineOverview.ScrollWidthSizerStyleClassName;
</del><ins>+    this._scrollWidthSizer.className = &quot;scroll-width-sizer&quot;;
</ins><span class="cx">     this._scrollContainerElement.appendChild(this._scrollWidthSizer);
</span><span class="cx"> 
</span><span class="cx">     this._defaultSettingsValues = defaultSettingsValues;
</span><span class="lines">@@ -85,10 +85,6 @@
</span><span class="cx">         this._resetSelection();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.TimelineOverview.StyleClassName = &quot;timeline-overview&quot;;
-WebInspector.TimelineOverview.GraphsContainerStyleClassName = &quot;graphs-container&quot;;
-WebInspector.TimelineOverview.ScrollContainerStyleClassName = &quot;scroll-container&quot;;
-WebInspector.TimelineOverview.ScrollWidthSizerStyleClassName = &quot;scroll-width-sizer&quot;;
</del><span class="cx"> WebInspector.TimelineOverview.ScrollDeltaDenominator = 500;
</span><span class="cx"> 
</span><span class="cx"> WebInspector.TimelineOverview.Event = {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineOverviewGraphjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverviewGraph.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverviewGraph.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineOverviewGraph.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">     // WebInspector.Object.call(this);
</span><span class="cx"> 
</span><span class="cx">     this.element = document.createElement(&quot;div&quot;);
</span><del>-    this.element.classList.add(WebInspector.TimelineOverviewGraph.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;timeline-overview-graph&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._zeroTime = 0;
</span><span class="cx">     this._startTime = 0;
</span><span class="lines">@@ -62,8 +62,6 @@
</span><span class="cx">     this._timelineOverview = null;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.TimelineOverviewGraph.StyleClassName = &quot;timeline-overview-graph&quot;;
-
</del><span class="cx"> WebInspector.TimelineOverviewGraph.prototype = {
</span><span class="cx">     constructor: WebInspector.TimelineOverviewGraph,
</span><span class="cx">     __proto__: WebInspector.Object.prototype,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordBarjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordBar.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">     // WebInspector.Object.call(this);
</span><span class="cx"> 
</span><span class="cx">     this._element = document.createElement(&quot;div&quot;);
</span><del>-    this._element.classList.add(WebInspector.TimelineRecordBar.StyleClassName);
</del><ins>+    this._element.classList.add(&quot;timeline-record-bar&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this.renderMode = renderMode;
</span><span class="cx">     this.records = records;
</span><span class="lines">@@ -38,7 +38,6 @@
</span><span class="cx"> // FIXME: Move to a WebInspector.Object subclass and we can remove this.
</span><span class="cx"> WebInspector.Object.deprecatedAddConstructorFunctions(WebInspector.TimelineRecordBar);
</span><span class="cx"> 
</span><del>-WebInspector.TimelineRecordBar.StyleClassName = &quot;timeline-record-bar&quot;;
</del><span class="cx"> WebInspector.TimelineRecordBar.BarSegmentStyleClassName = &quot;segment&quot;;
</span><span class="cx"> WebInspector.TimelineRecordBar.InactiveStyleClassName = &quot;inactive&quot;;
</span><span class="cx"> WebInspector.TimelineRecordBar.UnfinishedStyleClassName = &quot;unfinished&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordFramejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordFrame.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordFrame.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordFrame.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">     // WebInspector.Object.call(this);
</span><span class="cx"> 
</span><span class="cx">     this._element = document.createElement(&quot;div&quot;);
</span><del>-    this._element.classList.add(WebInspector.TimelineRecordFrame.StyleClassName);
</del><ins>+    this._element.classList.add(&quot;timeline-record-frame&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._graphDataSource = graphDataSource;
</span><span class="cx">     this._record = record || null;
</span><span class="lines">@@ -38,7 +38,6 @@
</span><span class="cx"> // FIXME: Move to a WebInspector.Object subclass and we can remove this.
</span><span class="cx"> WebInspector.Object.deprecatedAddConstructorFunctions(WebInspector.TimelineRecordFrame);
</span><span class="cx"> 
</span><del>-WebInspector.TimelineRecordFrame.StyleClassName = &quot;timeline-record-frame&quot;;
</del><span class="cx"> WebInspector.TimelineRecordFrame.MaximumWidthPixels = 16;
</span><span class="cx"> WebInspector.TimelineRecordFrame.MinimumWidthPixels = 4;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRecordingContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">     this._recording = recording;
</span><span class="cx">     this._timelineSidebarPanel = extraArguments.timelineSidebarPanel;
</span><span class="cx"> 
</span><del>-    this.element.classList.add(WebInspector.TimelineRecordingContentView.StyleClassName);
</del><ins>+    this.element.classList.add(&quot;timeline-recording&quot;);
</ins><span class="cx"> 
</span><span class="cx">     this._linearTimelineOverview = new WebInspector.LinearTimelineOverview(this._recording);
</span><span class="cx">     this._linearTimelineOverview.addEventListener(WebInspector.TimelineOverview.Event.TimeRangeSelectionChanged, this._timeRangeSelectionChanged, this);
</span><span class="lines">@@ -84,8 +84,6 @@
</span><span class="cx">     this.showOverviewTimelineView();
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-WebInspector.TimelineRecordingContentView.StyleClassName = &quot;timeline-recording&quot;;
-
</del><span class="cx"> WebInspector.TimelineRecordingContentView.SelectedTimelineTypeCookieKey = &quot;timeline-recording-content-view-selected-timeline-type&quot;;
</span><span class="cx"> WebInspector.TimelineRecordingContentView.OverviewTimelineViewCookieValue = &quot;timeline-recording-content-view-overview-timeline-view&quot;;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineRulerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js (184818 => 184819)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js        2015-05-23 06:04:14 UTC (rev 184818)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js        2015-05-23 06:27:24 UTC (rev 184819)
</span><span class="lines">@@ -29,14 +29,14 @@
</span><span class="cx">     // WebInspector.Object.call(this);
</span><span class="cx"> 
</span><span class="cx">     this._element = document.createElement(&quot;div&quot;);
</span><del>-    this._element.className = WebInspector.TimelineRuler.StyleClassName;
</del><ins>+    this._element.className = &quot;timeline-ruler&quot;;
</ins><span class="cx"> 
</span><span class="cx">     this._headerElement = document.createElement(&quot;div&quot;);
</span><del>-    this._headerElement.className = WebInspector.TimelineRuler.HeaderElementStyleClassName;
</del><ins>+    this._headerElement.className = &quot;header&quot;;
</ins><span class="cx">     this._element.appendChild(this._headerElement);
</span><span class="cx"> 
</span><span class="cx">     this._markersElement = document.createElement(&quot;div&quot;);
</span><del>-    this._markersElement.className = WebInspector.TimelineRuler.MarkersElementStyleClassName;
</del><ins>+    this._markersElement.className = &quot;markers&quot;;
</ins><span class="cx">     this._element.appendChild(this._markersElement);
</span><span class="cx"> 
</span><span class="cx">     this._zeroTime = 0;
</span><span class="lines">@@ -57,19 +57,10 @@
</span><span class="cx"> WebInspector.TimelineRuler.MinimumLeftDividerSpacing = 48;
</span><span class="cx"> WebInspector.TimelineRuler.MinimumDividerSpacing = 64;
</span><span class="cx"> 
</span><del>-WebInspector.TimelineRuler.StyleClassName = &quot;timeline-ruler&quot;;
</del><span class="cx"> WebInspector.TimelineRuler.AllowsTimeRangeSelectionStyleClassName = &quot;allows-time-range-selection&quot;;
</span><del>-WebInspector.TimelineRuler.HeaderElementStyleClassName = &quot;header&quot;;
</del><span class="cx"> WebInspector.TimelineRuler.DividerElementStyleClassName = &quot;divider&quot;;
</span><span class="cx"> WebInspector.TimelineRuler.DividerLabelElementStyleClassName = &quot;label&quot;;
</span><span class="cx"> 
</span><del>-WebInspector.TimelineRuler.MarkersElementStyleClassName = &quot;markers&quot;;
-WebInspector.TimelineRuler.BaseMarkerElementStyleClassName = &quot;marker&quot;;
-WebInspector.TimelineRuler.ShadedAreaElementStyleClassName = &quot;shaded-area&quot;;
-WebInspector.TimelineRuler.SelectionDragElementStyleClassName = &quot;selection-drag&quot;;
-WebInspector.TimelineRuler.SelectionHandleElementStyleClassName = &quot;selection-handle&quot;;
-WebInspector.TimelineRuler.LeftSelectionElementStyleClassName = &quot;left&quot;;
-WebInspector.TimelineRuler.RightSelectionElementStyleClassName = &quot;right&quot;;
</del><span class="cx"> WebInspector.TimelineRuler.MinimumSelectionTimeRange = 0.01;
</span><span class="cx"> 
</span><span class="cx"> WebInspector.TimelineRuler.Event = {
</span><span class="lines">@@ -130,25 +121,25 @@
</span><span class="cx">             this._element.addEventListener(&quot;mousedown&quot;, this._mouseDownEventListener);
</span><span class="cx"> 
</span><span class="cx">             this._leftShadedAreaElement = document.createElement(&quot;div&quot;);
</span><del>-            this._leftShadedAreaElement.classList.add(WebInspector.TimelineRuler.ShadedAreaElementStyleClassName);
-            this._leftShadedAreaElement.classList.add(WebInspector.TimelineRuler.LeftSelectionElementStyleClassName);
</del><ins>+            this._leftShadedAreaElement.classList.add(&quot;shaded-area&quot;);
+            this._leftShadedAreaElement.classList.add(&quot;left&quot;);
</ins><span class="cx"> 
</span><span class="cx">             this._rightShadedAreaElement = document.createElement(&quot;div&quot;);
</span><del>-            this._rightShadedAreaElement.classList.add(WebInspector.TimelineRuler.ShadedAreaElementStyleClassName);
-            this._rightShadedAreaElement.classList.add(WebInspector.TimelineRuler.RightSelectionElementStyleClassName);
</del><ins>+            this._rightShadedAreaElement.classList.add(&quot;shaded-area&quot;);
+            this._rightShadedAreaElement.classList.add(&quot;right&quot;);
</ins><span class="cx"> 
</span><span class="cx">             this._leftSelectionHandleElement = document.createElement(&quot;div&quot;);
</span><del>-            this._leftSelectionHandleElement.classList.add(WebInspector.TimelineRuler.SelectionHandleElementStyleClassName);
-            this._leftSelectionHandleElement.classList.add(WebInspector.TimelineRuler.LeftSelectionElementStyleClassName);
</del><ins>+            this._leftSelectionHandleElement.classList.add(&quot;selection-handle&quot;);
+            this._leftSelectionHandleElement.classList.add(&quot;left&quot;);
</ins><span class="cx">             this._leftSelectionHandleElement.addEventListener(&quot;mousedown&quot;, this._handleSelectionHandleMouseDown.bind(this));
</span><span class="cx"> 
</span><span class="cx">             this._rightSelectionHandleElement = document.createElement(&quot;div&quot;);
</span><del>-            this._rightSelectionHandleElement.classList.add(WebInspector.TimelineRuler.SelectionHandleElementStyleClassName);
-            this._rightSelectionHandleElement.classList.add(WebInspector.TimelineRuler.RightSelectionElementStyleClassName);
</del><ins>+            this._rightSelectionHandleElement.classList.add(&quot;selection-handle&quot;);
+            this._rightSelectionHandleElement.classList.add(&quot;right&quot;);
</ins><span class="cx">             this._rightSelectionHandleElement.addEventListener(&quot;mousedown&quot;, this._handleSelectionHandleMouseDown.bind(this));
</span><span class="cx"> 
</span><span class="cx">             this._selectionDragElement = document.createElement(&quot;div&quot;);
</span><del>-            this._selectionDragElement.classList.add(WebInspector.TimelineRuler.SelectionDragElementStyleClassName);
</del><ins>+            this._selectionDragElement.classList.add(&quot;selection-drag&quot;);
</ins><span class="cx"> 
</span><span class="cx">             this._needsSelectionLayout();
</span><span class="cx">         } else {
</span><span class="lines">@@ -304,7 +295,7 @@
</span><span class="cx">         marker.addEventListener(WebInspector.TimelineMarker.Event.TimeChanged, this._timelineMarkerTimeChanged, this);
</span><span class="cx"> 
</span><span class="cx">         var markerElement = document.createElement(&quot;div&quot;);
</span><del>-        markerElement.classList.add(marker.type, WebInspector.TimelineRuler.BaseMarkerElementStyleClassName);
</del><ins>+        markerElement.classList.add(marker.type, &quot;marker&quot;);
</ins><span class="cx"> 
</span><span class="cx">         this._markerElementMap.set(marker, markerElement);
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>