<!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>[180504] trunk/Tools</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/180504">180504</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2015-02-23 09:42:36 -0800 (Mon, 23 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>build.webkit.org/dashboard should filter out commits to other branches
https://bugs.webkit.org/show_bug.cgi?id=140362

Reviewed by Tim Horton.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js:
(BuildbotQueue):
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:
(BuildbotQueueView.prototype._presentPopoverForPendingCommits):
(BuildbotQueueView.prototype._presentPopoverForRevisionRange):
(BuildbotQueueView.prototype._revisionContentWithPopoverForIteration):
(BuildbotQueueView.prototype.revisionContentForIteration):
(BuildbotQueueView.prototype._appendPendingRevisionCount): Deleted.
(BuildbotQueueView.prototype._popoverLinesForCommitRange): Deleted.
(BuildbotQueueView.prototype._revisionPopoverContentForIteration): Deleted.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:
(Trac.prototype.get oldestRecordedRevisionNumber):
(Trac.prototype.commitsOnBranch):
(Trac.prototype._xmlTimelineURL):
(Trac.prototype._convertCommitInfoElementToObject):
(Trac.prototype._update):
(Trac.prototype.startPeriodicUpdates):
(Trac.prototype.loadMoreHistoricalData):
(Trac.prototype.update): Deleted.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueuejs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueueViewjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsTracjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueuejs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js (180503 => 180504)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js        2015-02-23 16:43:41 UTC (rev 180503)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js        2015-02-23 17:42:36 UTC (rev 180504)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">     this.buildbot = buildbot;
</span><span class="cx">     this.id = id;
</span><span class="cx"> 
</span><del>-    this.branch = info.branch || null;
</del><ins>+    this.branch = info.branch || { openSource: &quot;trunk&quot;, internal: &quot;trunk&quot; };
</ins><span class="cx">     this.platform = info.platform.name || &quot;unknown&quot;;
</span><span class="cx">     this.debug = info.debug || false;
</span><span class="cx">     this.builder = info.builder || false;
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueueViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js (180503 => 180504)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js        2015-02-23 16:43:41 UTC (rev 180503)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js        2015-02-23 17:42:36 UTC (rev 180504)
</span><span class="lines">@@ -87,21 +87,23 @@
</span><span class="cx">             return;
</span><span class="cx"> 
</span><span class="cx">         var latestRecordedOpenSourceRevisionNumber = webkitTrac.latestRecordedRevisionNumber;
</span><del>-        if (!latestRecordedOpenSourceRevisionNumber)
</del><ins>+        if (!latestRecordedOpenSourceRevisionNumber || webkitTrac.oldestRecordedRevisionNumber &gt; latestProductiveIteration.openSourceRevision) {
+            webkitTrac.loadMoreHistoricalData();
</ins><span class="cx">             return;
</span><ins>+        }
</ins><span class="cx"> 
</span><del>-        var totalRevisionsBehind = latestRecordedOpenSourceRevisionNumber - latestProductiveIteration.openSourceRevision;
-        if (totalRevisionsBehind &lt; 0)
-            totalRevisionsBehind = 0;
</del><ins>+        // FIXME: To be 100% correct, we should also filter out changes that are ignored by
+        // the queue, see _should_file_trigger_build in wkbuild.py.
+        var totalRevisionsBehind = webkitTrac.commitsOnBranch(queue.branch.openSource, function(commit) { return commit.revisionNumber &gt; latestProductiveIteration.openSourceRevision; }).length;
</ins><span class="cx"> 
</span><span class="cx">         if (latestProductiveIteration.internalRevision) {
</span><span class="cx">             var latestRecordedInternalRevisionNumber = internalTrac.latestRecordedRevisionNumber;
</span><del>-            if (!latestRecordedInternalRevisionNumber)
</del><ins>+            if (!latestRecordedInternalRevisionNumber || internalTrac.oldestRecordedRevisionNumber &gt; latestProductiveIteration.internalRevision) {
+                internalTrac.loadMoreHistoricalData();
</ins><span class="cx">                 return;
</span><ins>+            }
</ins><span class="cx"> 
</span><del>-            var internalRevisionsBehind = latestRecordedInternalRevisionNumber - latestProductiveIteration.internalRevision;
-            if (internalRevisionsBehind &gt; 0)
-                totalRevisionsBehind += internalRevisionsBehind;
</del><ins>+            totalRevisionsBehind += internalTrac.commitsOnBranch(queue.branch.internal, function(commit) { return commit.revisionNumber &gt; latestProductiveIteration.internalRevision; }).length;
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (!totalRevisionsBehind)
</span><span class="lines">@@ -115,7 +117,7 @@
</span><span class="cx">         new PopoverTracker(messageElement, this._presentPopoverForPendingCommits.bind(this), queue);
</span><span class="cx">     },
</span><span class="cx"> 
</span><del>-    _popoverLinesForCommitRange: function(trac, firstRevisionNumber, lastRevisionNumber)
</del><ins>+    _popoverLinesForCommitRange: function(trac, branch, firstRevisionNumber, lastRevisionNumber)
</ins><span class="cx">     {
</span><span class="cx">         function lineForCommit(trac, commit)
</span><span class="cx">         {
</span><span class="lines">@@ -142,22 +144,14 @@
</span><span class="cx">             return result;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // This function only adds lines about commits that the trac object knows about.
-        // Alternatively, it could add links without info and/or trigger loading additional
-        // data, but this probably doesn't matter for Dashboard use.
-        var result = [];
-        for (var i = trac.recordedCommits.length - 1; i &gt;= 0; --i) {
-            var commit = trac.recordedCommits[i];
-            if (commit.revisionNumber &gt; lastRevisionNumber)
-                continue;
</del><ins>+        console.assert(trac.oldestRecordedRevisionNumber &gt;= firstRevisionNumber);
</ins><span class="cx"> 
</span><del>-            if (commit.revisionNumber &lt; firstRevisionNumber)
-                break;
-
-            result.push(lineForCommit(trac, commit));
-        }
-
-        return result;
</del><ins>+        // FIXME: To be 100% correct, we should also filter out changes that are ignored by
+        // the queue, see _should_file_trigger_build in wkbuild.py.
+        var commits = trac.commitsOnBranch(branch, function(commit) { return commit.revisionNumber &gt;= firstRevisionNumber &amp;&amp; commit.revisionNumber &lt;= lastRevisionNumber; });
+        return commits.map(function(commit) {
+            return lineForCommit(trac, commit);
+        }, this).reverse();
</ins><span class="cx">     },
</span><span class="cx"> 
</span><span class="cx">     _presentPopoverForPendingCommits: function(element, popover, queue)
</span><span class="lines">@@ -169,13 +163,13 @@
</span><span class="cx">         var content = document.createElement(&quot;div&quot;);
</span><span class="cx">         content.className = &quot;commit-history-popover&quot;;
</span><span class="cx"> 
</span><del>-        var linesForOpenSource = this._popoverLinesForCommitRange(webkitTrac, latestProductiveIteration.openSourceRevision + 1, webkitTrac.latestRecordedRevisionNumber);
</del><ins>+        var linesForOpenSource = this._popoverLinesForCommitRange(webkitTrac, queue.branch.openSource, latestProductiveIteration.openSourceRevision + 1, webkitTrac.latestRecordedRevisionNumber);
</ins><span class="cx">         for (var i = 0; i != linesForOpenSource.length; ++i)
</span><span class="cx">             content.appendChild(linesForOpenSource[i]);
</span><span class="cx"> 
</span><span class="cx">         var linesForInternal = [];
</span><span class="cx">         if (latestProductiveIteration.internalRevision &amp;&amp; internalTrac.latestRecordedRevisionNumber)
</span><del>-            var linesForInternal = this._popoverLinesForCommitRange(internalTrac, latestProductiveIteration.internalRevision + 1, internalTrac.latestRecordedRevisionNumber);
</del><ins>+            var linesForInternal = this._popoverLinesForCommitRange(internalTrac, queue.branch.internal, latestProductiveIteration.internalRevision + 1, internalTrac.latestRecordedRevisionNumber);
</ins><span class="cx"> 
</span><span class="cx">         if (linesForOpenSource.length &amp;&amp; linesForInternal.length)
</span><span class="cx">             this._addDividerToPopover(content);
</span><span class="lines">@@ -195,7 +189,8 @@
</span><span class="cx">         var content = document.createElement(&quot;div&quot;);
</span><span class="cx">         content.className = &quot;commit-history-popover&quot;;
</span><span class="cx"> 
</span><del>-        var linesForCommits = this._popoverLinesForCommitRange(context.trac, context.firstRevision, context.lastRevision);
</del><ins>+        // FIXME: Nothing guarantees that Trac has historical data for these revisions.
+        var linesForCommits = this._popoverLinesForCommitRange(context.trac, context.branch, context.firstRevision, context.lastRevision);
</ins><span class="cx">         if (!linesForCommits.length)
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><span class="lines">@@ -215,7 +210,7 @@
</span><span class="cx">         return true;
</span><span class="cx">     },
</span><span class="cx"> 
</span><del>-    _revisionPopoverContentForIteration: function(iteration, previousIteration, internal)
</del><ins>+    _revisionContentWithPopoverForIteration: function(iteration, previousIteration, internal)
</ins><span class="cx">     {
</span><span class="cx">         var content = document.createElement(&quot;span&quot;);
</span><span class="cx">         content.textContent = &quot;r&quot; + (internal ? iteration.internalRevision : iteration.openSourceRevision);
</span><span class="lines">@@ -224,6 +219,7 @@
</span><span class="cx">         if (previousIteration) {
</span><span class="cx">             var context = {
</span><span class="cx">                 trac: internal ? internalTrac : webkitTrac,
</span><ins>+                branch: internal ? iteration.queue.branch.internal : iteration.queue.branch.openSource,
</ins><span class="cx">                 firstRevision: (internal ? previousIteration.internalRevision : previousIteration.openSourceRevision) + 1,
</span><span class="cx">                 lastRevision: internal ? iteration.internalRevision : iteration.openSourceRevision
</span><span class="cx">             };
</span><span class="lines">@@ -272,12 +268,12 @@
</span><span class="cx">     {
</span><span class="cx">         console.assert(iteration.openSourceRevision);
</span><span class="cx"> 
</span><del>-        var openSourceContent = this._revisionPopoverContentForIteration(iteration, previousDisplayedIteration);
</del><ins>+        var openSourceContent = this._revisionContentWithPopoverForIteration(iteration, previousDisplayedIteration);
</ins><span class="cx"> 
</span><span class="cx">         if (!iteration.internalRevision)
</span><span class="cx">             return openSourceContent;
</span><span class="cx"> 
</span><del>-        var internalContent = this._revisionPopoverContentForIteration(iteration, previousDisplayedIteration, true);
</del><ins>+        var internalContent = this._revisionContentWithPopoverForIteration(iteration, previousDisplayedIteration, true);
</ins><span class="cx"> 
</span><span class="cx">         var fragment = document.createDocumentFragment();
</span><span class="cx">         fragment.appendChild(openSourceContent);
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsTracjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js (180503 => 180504)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js        2015-02-23 16:43:41 UTC (rev 180503)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js        2015-02-23 17:42:36 UTC (rev 180504)
</span><span class="lines">@@ -49,6 +49,13 @@
</span><span class="cx">     constructor: Trac,
</span><span class="cx">     __proto__: BaseObject.prototype,
</span><span class="cx"> 
</span><ins>+    get oldestRecordedRevisionNumber()
+    {
+        if (!this.recordedCommits.length)
+            return undefined;
+        return this.recordedCommits[0].revisionNumber;
+    },
+
</ins><span class="cx">     get latestRecordedRevisionNumber()
</span><span class="cx">     {
</span><span class="cx">         if (!this.recordedCommits.length)
</span><span class="lines">@@ -56,6 +63,13 @@
</span><span class="cx">         return this.recordedCommits[this.recordedCommits.length - 1].revisionNumber;
</span><span class="cx">     },
</span><span class="cx"> 
</span><ins>+    commitsOnBranch: function(branch, filter)
+    {
+        return this.recordedCommits.filter(function(commit) {
+            return (!commit.containsBranchLocation || commit.branch === branch) &amp;&amp; filter(commit);
+        });
+    },
+
</ins><span class="cx">     revisionURL: function(revision)
</span><span class="cx">     {
</span><span class="cx">         return this.baseURL + &quot;changeset/&quot; + encodeURIComponent(revision);
</span><span class="lines">@@ -63,14 +77,6 @@
</span><span class="cx"> 
</span><span class="cx">     _xmlTimelineURL: function(fromDate, toDate)
</span><span class="cx">     {
</span><del>-        if (typeof fromDate === &quot;undefined&quot;) {
-            fromDate = new Date();
-            toDate = new Date(fromDate);
-            // By default, get at least one full day of changesets, as the current day may have only begun.
-            fromDate.setDate(fromDate.getDate() - 1);
-        } else if (typeof toDate === &quot;undefined&quot;)
-            toDate = fromDate;
-
</del><span class="cx">         console.assert(fromDate &lt;= toDate);
</span><span class="cx"> 
</span><span class="cx">         var fromDay = new Date(fromDate.getFullYear(), fromDate.getMonth(), fromDate.getDate());
</span><span class="lines">@@ -144,8 +150,9 @@
</span><span class="cx">             else if (location.startsWith(&quot;submissions/&quot;))
</span><span class="cx">                 ; // These changes are never relevant to the dashboard.
</span><span class="cx">             else {
</span><ins>+                // result.containsBranchLocation remains true, because this commit does
+                // not match any explicitly specified branches.
</ins><span class="cx">                 console.assert(false);
</span><del>-                result.containsBranchLocation = false;
</del><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -195,14 +202,52 @@
</span><span class="cx">         }.bind(this), this._needsAuthentication ? { withCredentials: true } : {});
</span><span class="cx">     },
</span><span class="cx"> 
</span><del>-    update: function()
</del><ins>+    _update: function()
</ins><span class="cx">     {
</span><del>-        loadXML(this._xmlTimelineURL(), this._loaded.bind(this), this._needsAuthentication ? { withCredentials: true } : {});
</del><ins>+        var fromDate = new Date(this._latestLoadedDate);
+        var toDate = new Date();
+
+        this._latestLoadedDate = toDate;
+
+        loadXML(this._xmlTimelineURL(fromDate, toDate), this._loaded.bind(this), this._needsAuthentication ? { withCredentials: true } : {});
</ins><span class="cx">     },
</span><span class="cx"> 
</span><span class="cx">     startPeriodicUpdates: function()
</span><span class="cx">     {
</span><del>-        this.update();
-        this.updateTimer = setInterval(this.update.bind(this), Trac.UpdateInterval);
-    }
</del><ins>+        console.assert(!this._oldestHistoricalDate);
+
+        var today = new Date();
+
+        this._oldestHistoricalDate = today;
+        this._latestLoadedDate = today;
+
+        this._loadingHistoricalData = true;
+        loadXML(this._xmlTimelineURL(today, today), function(dataDocument) {
+            this._loadingHistoricalData = false;
+            this._loaded(dataDocument);
+        }.bind(this), this._needsAuthentication ? { withCredentials: true } : {});
+
+        this.updateTimer = setInterval(this._update.bind(this), Trac.UpdateInterval);
+    },
+
+    loadMoreHistoricalData: function()
+    {
+        console.assert(this._oldestHistoricalDate);
+
+        if (this._loadingHistoricalData)
+            return;
+
+        // Load one more day of historical data.
+        var fromDate = new Date(this._oldestHistoricalDate);
+        fromDate.setDate(fromDate.getDate() - 1);
+        var toDate = new Date(fromDate);
+
+        this._oldestHistoricalDate = fromDate;
+
+        this._loadingHistoricalData = true;
+        loadXML(this._xmlTimelineURL(fromDate, toDate), function(dataDocument) {
+            this._loadingHistoricalData = false;
+            this._loaded(dataDocument);
+        }.bind(this), this._needsAuthentication ? { withCredentials: true } : {});
+    },
</ins><span class="cx"> };
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (180503 => 180504)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-02-23 16:43:41 UTC (rev 180503)
+++ trunk/Tools/ChangeLog        2015-02-23 17:42:36 UTC (rev 180504)
</span><span class="lines">@@ -1,3 +1,30 @@
</span><ins>+2015-02-23  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
+        build.webkit.org/dashboard should filter out commits to other branches
+        https://bugs.webkit.org/show_bug.cgi?id=140362
+
+        Reviewed by Tim Horton.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js:
+        (BuildbotQueue):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:
+        (BuildbotQueueView.prototype._presentPopoverForPendingCommits):
+        (BuildbotQueueView.prototype._presentPopoverForRevisionRange):
+        (BuildbotQueueView.prototype._revisionContentWithPopoverForIteration):
+        (BuildbotQueueView.prototype.revisionContentForIteration):
+        (BuildbotQueueView.prototype._appendPendingRevisionCount): Deleted.
+        (BuildbotQueueView.prototype._popoverLinesForCommitRange): Deleted.
+        (BuildbotQueueView.prototype._revisionPopoverContentForIteration): Deleted.
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:
+        (Trac.prototype.get oldestRecordedRevisionNumber):
+        (Trac.prototype.commitsOnBranch):
+        (Trac.prototype._xmlTimelineURL):
+        (Trac.prototype._convertCommitInfoElementToObject):
+        (Trac.prototype._update):
+        (Trac.prototype.startPeriodicUpdates):
+        (Trac.prototype.loadMoreHistoricalData):
+        (Trac.prototype.update): Deleted.
+
</ins><span class="cx"> 2015-02-21  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         Tests don't work on some bots: Failed to stop wptwk
</span></span></pre>
</div>
</div>

</body>
</html>