Title: [91899] trunk/Tools
Revision
91899
Author
[email protected]
Date
2011-07-27 21:23:06 -0700 (Wed, 27 Jul 2011)

Log Message

Use wacky !svn/bc URLs consistently in Leaks Viewer

This ensures that any resources loaded via relative URLs will still get pulled from the same
revision of Subversion.

Fixes <http://webkit.org/b/65267> Focus/exclude button glyphs don't load on Leaks Viewer

Reviewed by David Kilzer.

* BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/index.html: Use the
!svn/bc-style URL for inspector.css, too, just like we do for all other resources we pull
from Subversion.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/index.html (91898 => 91899)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/index.html	2011-07-28 04:08:40 UTC (rev 91898)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/index.html	2011-07-28 04:23:06 UTC (rev 91899)
@@ -27,7 +27,7 @@
 <html>
 <head>
     <title>Leaks Viewer</title>
-    <link rel=stylesheet href=""
+    <link rel=stylesheet href=""
     <link rel=stylesheet href=""
 
     <script src=""

Modified: trunk/Tools/ChangeLog (91898 => 91899)


--- trunk/Tools/ChangeLog	2011-07-28 04:08:40 UTC (rev 91898)
+++ trunk/Tools/ChangeLog	2011-07-28 04:23:06 UTC (rev 91899)
@@ -1,3 +1,18 @@
+2011-07-27  Adam Roben  <[email protected]>
+
+        Use wacky !svn/bc URLs consistently in Leaks Viewer
+
+        This ensures that any resources loaded via relative URLs will still get pulled from the same
+        revision of Subversion.
+
+        Fixes <http://webkit.org/b/65267> Focus/exclude button glyphs don't load on Leaks Viewer
+
+        Reviewed by David Kilzer.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/index.html: Use the
+        !svn/bc-style URL for inspector.css, too, just like we do for all other resources we pull
+        from Subversion.
+
 2011-07-27  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] Drop WorkQueueItemEfl.h in favour of the general WorkQueueItem.h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to