<!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>[173756] releases/WebKitGTK/webkit-2.6</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/173756">173756</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2014-09-19 09:00:48 -0700 (Fri, 19 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merge <a href="http://trac.webkit.org/projects/webkit/changeset/173753">r173753</a> - Webkitgtk 2.5.3: tarball contains APPLE LICENSE file - stating not distributable
https://bugs.webkit.org/show_bug.cgi?id=136632

Reviewed by Gustavo Noronha Silva.

Source/WebInspectorUI:

Add free icons for the GTK port. These icons are from the GNOME
project, some of them adapted by Andres Gomez for the inspector.
This is only a subset of the icons, since we still don't have a
free replacement for all of them, but at least it makes the
inspector kind of usable.

* UserInterface/Images/gtk/AUTHORS: Added.
* UserInterface/Images/gtk/BackArrow.svg: Added.
* UserInterface/Images/gtk/BreakpointActionAdd.svg: Added.
* UserInterface/Images/gtk/BreakpointActionRemove.svg: Added.
* UserInterface/Images/gtk/BreakpointButton.svg: Added.
* UserInterface/Images/gtk/BreakpointInactiveButton.svg: Added.
* UserInterface/Images/gtk/Breakpoints.svg: Added.
* UserInterface/Images/gtk/COPYING: Added.
* UserInterface/Images/gtk/Close.svg: Added.
* UserInterface/Images/gtk/CloseWhite.svg: Added.
* UserInterface/Images/gtk/ContentFlow.svg: Added.
* UserInterface/Images/gtk/Crosshair.svg: Added.
* UserInterface/Images/gtk/DOMCharacterData.svg: Added.
* UserInterface/Images/gtk/DOMComment.svg: Added.
* UserInterface/Images/gtk/DOMDocument.svg: Added.
* UserInterface/Images/gtk/DOMDocumentType.svg: Added.
* UserInterface/Images/gtk/DOMElement.svg: Added.
* UserInterface/Images/gtk/DOMNode.svg: Added.
* UserInterface/Images/gtk/DOMTextNode.svg: Added.
* UserInterface/Images/gtk/DOMTree.svg: Added.
* UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg: Added.
* UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg: Added.
* UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg: Added.
* UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg: Added.
* UserInterface/Images/gtk/DockBottom.svg: Added.
* UserInterface/Images/gtk/DockRight.svg: Added.
* UserInterface/Images/gtk/DocumentCSS.png: Added.
* UserInterface/Images/gtk/DocumentCSS@2x.png: Added.
* UserInterface/Images/gtk/DocumentFont.png: Added.
* UserInterface/Images/gtk/DocumentFont@2x.png: Added.
* UserInterface/Images/gtk/DocumentGeneric.png: Added.
* UserInterface/Images/gtk/DocumentGeneric@2x.png: Added.
* UserInterface/Images/gtk/DocumentImage.png: Added.
* UserInterface/Images/gtk/DocumentImage@2x.png: Added.
* UserInterface/Images/gtk/DocumentJS.png: Added.
* UserInterface/Images/gtk/DocumentJS@2x.png: Added.
* UserInterface/Images/gtk/DocumentMarkup.png: Added.
* UserInterface/Images/gtk/DocumentMarkup@2x.png: Added.
* UserInterface/Images/gtk/DownloadArrow.svg: Added.
* UserInterface/Images/gtk/Error.svg: Added.
* UserInterface/Images/gtk/Errors.svg: Added.
* UserInterface/Images/gtk/ErrorsEnabled.svg: Added.
* UserInterface/Images/gtk/EventListener.svg: Added.
* UserInterface/Images/gtk/Exception.svg: Added.
* UserInterface/Images/gtk/FilterFieldGlyph.svg: Added.
* UserInterface/Images/gtk/FolderGeneric.png: Added.
* UserInterface/Images/gtk/FolderGeneric@2x.png: Added.
* UserInterface/Images/gtk/ForwardArrow.svg: Added.
* UserInterface/Images/gtk/Function.svg: Added.
* UserInterface/Images/gtk/GoToArrow.svg: Added.
* UserInterface/Images/gtk/Resources.svg: Added.
* UserInterface/Images/gtk/SortIndicatorDownArrow.svg: Added.
* UserInterface/Images/gtk/SortIndicatorUpArrow.svg: Added.
* UserInterface/Images/gtk/UpDownArrows.svg: Added.

Source/WebKit2:

* PlatformGTK.cmake: Use only the icons from the gtk directory since they are free.

Tools:

* gtk/generate-inspector-gresource-manifest.py: Use an alias for
the gtk icons.
* gtk/manifest.txt: Only include the free icons in the tarball.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIChangeLog">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebKit2ChangeLog">releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebKit2PlatformGTKcmake">releases/WebKitGTK/webkit-2.6/Source/WebKit2/PlatformGTK.cmake</a></li>
<li><a href="#releasesWebKitGTKwebkit26ToolsChangeLog">releases/WebKitGTK/webkit-2.6/Tools/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit26Toolsgtkgenerateinspectorgresourcemanifestpy">releases/WebKitGTK/webkit-2.6/Tools/gtk/generate-inspector-gresource-manifest.py</a></li>
<li><a href="#releasesWebKitGTKwebkit26Toolsgtkmanifesttxt">releases/WebKitGTK/webkit-2.6/Tools/gtk/manifest.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/</li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkAUTHORS">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBackArrowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionAddsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionRemovesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointButtonsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointInactiveButtonsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointssvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkCOPYING">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkClosesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkCloseWhitesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkContentFlowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkCrosshairsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMCharacterDatasvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMCommentsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentTypesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMElementsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMNodesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMTextNodesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMTreesvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallClosedsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallOpensvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyClosedsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyOpensvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDockBottomsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDockRightsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentCSSpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentCSS.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentCSS2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentCSS@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentFontpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentFont.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentFont2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentFont@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentGenericpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentGeneric.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentGeneric2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentGeneric@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentImagepng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentImage.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentImage2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentImage@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentJSpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentJS.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentJS2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentJS@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentMarkuppng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentMarkup.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentMarkup2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentMarkup@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDownloadArrowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkErrorsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkErrorssvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkErrorsEnabledsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkEventListenersvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkExceptionsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFilterFieldGlyphsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFolderGenericpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FolderGeneric.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFolderGeneric2xpng">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FolderGeneric@2x.png</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkForwardArrowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFunctionsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkGoToArrowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkResourcessvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorDownArrowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorUpArrowsvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkUpDownArrowssvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog (173755 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog        2014-09-19 15:58:13 UTC (rev 173755)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -1,3 +1,71 @@
</span><ins>+2014-09-19  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Webkitgtk 2.5.3: tarball contains APPLE LICENSE file - stating not distributable
+        https://bugs.webkit.org/show_bug.cgi?id=136632
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Add free icons for the GTK port. These icons are from the GNOME
+        project, some of them adapted by Andres Gomez for the inspector.
+        This is only a subset of the icons, since we still don't have a
+        free replacement for all of them, but at least it makes the
+        inspector kind of usable.
+
+        * UserInterface/Images/gtk/AUTHORS: Added.
+        * UserInterface/Images/gtk/BackArrow.svg: Added.
+        * UserInterface/Images/gtk/BreakpointActionAdd.svg: Added.
+        * UserInterface/Images/gtk/BreakpointActionRemove.svg: Added.
+        * UserInterface/Images/gtk/BreakpointButton.svg: Added.
+        * UserInterface/Images/gtk/BreakpointInactiveButton.svg: Added.
+        * UserInterface/Images/gtk/Breakpoints.svg: Added.
+        * UserInterface/Images/gtk/COPYING: Added.
+        * UserInterface/Images/gtk/Close.svg: Added.
+        * UserInterface/Images/gtk/CloseWhite.svg: Added.
+        * UserInterface/Images/gtk/ContentFlow.svg: Added.
+        * UserInterface/Images/gtk/Crosshair.svg: Added.
+        * UserInterface/Images/gtk/DOMCharacterData.svg: Added.
+        * UserInterface/Images/gtk/DOMComment.svg: Added.
+        * UserInterface/Images/gtk/DOMDocument.svg: Added.
+        * UserInterface/Images/gtk/DOMDocumentType.svg: Added.
+        * UserInterface/Images/gtk/DOMElement.svg: Added.
+        * UserInterface/Images/gtk/DOMNode.svg: Added.
+        * UserInterface/Images/gtk/DOMTextNode.svg: Added.
+        * UserInterface/Images/gtk/DOMTree.svg: Added.
+        * UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg: Added.
+        * UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg: Added.
+        * UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg: Added.
+        * UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg: Added.
+        * UserInterface/Images/gtk/DockBottom.svg: Added.
+        * UserInterface/Images/gtk/DockRight.svg: Added.
+        * UserInterface/Images/gtk/DocumentCSS.png: Added.
+        * UserInterface/Images/gtk/DocumentCSS@2x.png: Added.
+        * UserInterface/Images/gtk/DocumentFont.png: Added.
+        * UserInterface/Images/gtk/DocumentFont@2x.png: Added.
+        * UserInterface/Images/gtk/DocumentGeneric.png: Added.
+        * UserInterface/Images/gtk/DocumentGeneric@2x.png: Added.
+        * UserInterface/Images/gtk/DocumentImage.png: Added.
+        * UserInterface/Images/gtk/DocumentImage@2x.png: Added.
+        * UserInterface/Images/gtk/DocumentJS.png: Added.
+        * UserInterface/Images/gtk/DocumentJS@2x.png: Added.
+        * UserInterface/Images/gtk/DocumentMarkup.png: Added.
+        * UserInterface/Images/gtk/DocumentMarkup@2x.png: Added.
+        * UserInterface/Images/gtk/DownloadArrow.svg: Added.
+        * UserInterface/Images/gtk/Error.svg: Added.
+        * UserInterface/Images/gtk/Errors.svg: Added.
+        * UserInterface/Images/gtk/ErrorsEnabled.svg: Added.
+        * UserInterface/Images/gtk/EventListener.svg: Added.
+        * UserInterface/Images/gtk/Exception.svg: Added.
+        * UserInterface/Images/gtk/FilterFieldGlyph.svg: Added.
+        * UserInterface/Images/gtk/FolderGeneric.png: Added.
+        * UserInterface/Images/gtk/FolderGeneric@2x.png: Added.
+        * UserInterface/Images/gtk/ForwardArrow.svg: Added.
+        * UserInterface/Images/gtk/Function.svg: Added.
+        * UserInterface/Images/gtk/GoToArrow.svg: Added.
+        * UserInterface/Images/gtk/Resources.svg: Added.
+        * UserInterface/Images/gtk/SortIndicatorDownArrow.svg: Added.
+        * UserInterface/Images/gtk/SortIndicatorUpArrow.svg: Added.
+        * UserInterface/Images/gtk/UpDownArrows.svg: Added.
+
</ins><span class="cx"> 2014-09-17  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Remove unnecessary prefixes in WebInspectorUI CSS
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkAUTHORS"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+GNOME Project
+http://www.gnome.org
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBackArrowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,156 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;9&quot;
+   height=&quot;9&quot;
+   id=&quot;svg2987&quot;&gt;
+  &lt;defs
+     id=&quot;defs2989&quot;&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-8-0&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-8-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-0-8&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3083&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3097&quot;
+       xlink:href=&quot;#linearGradient5066&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-2&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886&quot;
+       xlink:href=&quot;#linearGradient5066-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-3&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata2992&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;M 6.34375,0 C 6.2009183,0.03400528 6.0686562,0.11115813 5.96875,0.21875 l -3.75,3.75 -0.5,0.53125 0.5,0.53125 3.75,3.75 C 6.1086414,8.9190777 6.3036185,8.9993624 6.5,9 l 0.03125,0 0.0625,0 0.65625,0 0,-0.5625 0,-0.09375 C 7.2858715,8.1070742 7.2019527,7.8553177 7.03125,7.6875 L 3.84375,4.5 7.03125,1.28125 C 7.170132,1.1421608 7.2506759,0.94655417 7.25,0.75 L 7.25,0.59375 7.25,0 6.65625,0 6.5625,0 6.5,0 6.40625,0 z&quot;
+     id=&quot;path6040&quot;
+     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionAddsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,52 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3001&quot;&gt;
+  &lt;defs
+     id=&quot;defs3003&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3006&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;M 7,3 7,7 3,7 3,9 7,9 7,13 9,13 9,9 13,9 13,7 9,7 9,3 7,3 z&quot;
+       id=&quot;rect31992&quot;
+       style=&quot;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionRemovesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,55 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3001&quot;&gt;
+  &lt;defs
+     id=&quot;defs3003&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3006&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;rect
+       width=&quot;9.9996014&quot;
+       height=&quot;2.0002136&quot;
+       x=&quot;3.0001984&quot;
+       y=&quot;6.9997864&quot;
+       id=&quot;rect31984&quot;
+       style=&quot;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointButtonsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,159 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;21&quot;
+   height=&quot;12&quot;
+   id=&quot;svg3029&quot;&gt;
+  &lt;defs
+     id=&quot;defs3031&quot;&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258&quot;
+       xlink:href=&quot;#linearGradient7077-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258-6&quot;
+       xlink:href=&quot;#linearGradient7077-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-0&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-8&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-0&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258-5&quot;
+       xlink:href=&quot;#linearGradient7077-4-53&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-53&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-6&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-5&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-5&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258-9&quot;
+       xlink:href=&quot;#linearGradient7077-4-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-8&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-5&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-0&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-8&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3034&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-4)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 10.950239,4.4296944 5.532327,5.6082776 -5.532327,5.532334 -7.8598328,0 c -0.8516312,0 -1.3607118,-0.405933 -1.3607118,-1.235363 l 0,-8.6698512 c 0,-0.7932504 0.5402308,-1.2353974 1.3607118,-1.2353974 z&quot;
+       id=&quot;path6268&quot;
+       style=&quot;color:#000000;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.85938889;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;path
+       d=&quot;m 15.924263,10.000013 -5.156334,-5.1563337 -7.7345003,0 c -0.8593889,0 -0.8593889,0.8593889 -0.8593889,0.8593889 l 8.5938892,0 z&quot;
+       id=&quot;path6270&quot;
+       style=&quot;opacity:0.48979594;color:#bebebe;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointInactiveButtonsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,208 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;21&quot;
+   height=&quot;12&quot;
+   id=&quot;svg3029&quot;&gt;
+  &lt;defs
+     id=&quot;defs3031&quot;&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258&quot;
+       xlink:href=&quot;#linearGradient7077-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258-6&quot;
+       xlink:href=&quot;#linearGradient7077-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-0&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-8&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-0&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258-5&quot;
+       xlink:href=&quot;#linearGradient7077-4-53&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-53&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-6&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-5&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-5&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient6258-9&quot;
+       xlink:href=&quot;#linearGradient7077-4-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-8&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-5&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-0&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-8&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7077-4-7&quot;&gt;
+      &lt;stop
+         id=&quot;stop7079-9-7&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7085-4-2&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
+         offset=&quot;0.61538231&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7081-6-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient4493&quot;
+       xlink:href=&quot;#linearGradient7077-4-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient4495&quot;
+       xlink:href=&quot;#linearGradient7077-4-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
+    &lt;radialGradient
+       cx=&quot;314&quot;
+       cy=&quot;232.05559&quot;
+       r=&quot;5.2619252&quot;
+       fx=&quot;314&quot;
+       fy=&quot;232.05559&quot;
+       id=&quot;radialGradient4500&quot;
+       xlink:href=&quot;#linearGradient7077-4-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-789.60858,-353.70008)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3034&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-4)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;g
+       transform=&quot;matrix(0.85938894,0,0,0.85938894,-8.0019417,3.5037458)&quot;
+       id=&quot;g4545&quot;&gt;
+      &lt;path
+         d=&quot;m 22.053089,1.07745 6.437512,6.52589 -6.437512,6.43752 -9.145839,0 c -0.990973,0 -1.583348,-0.47235 -1.583348,-1.43749 l 0,-10.08839 c 0,-0.92304 0.628622,-1.43753 1.583348,-1.43753 z&quot;
+         id=&quot;path6268&quot;
+         style=&quot;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+      &lt;path
+         d=&quot;m 27.84095,7.55917 -6,-6 -9,0 c -1,0 -1,1 -1,1 l 10,0 z&quot;
+         id=&quot;path6270&quot;
+         style=&quot;opacity:0.48979594;color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/g&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkBreakpointssvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,52 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3029&quot;&gt;
+  &lt;defs
+     id=&quot;defs3031&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3034&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;M 10.025,3.125 14.9,8 l -4.875,4.875 -7.3411812,0 C 2.2529256,12.857044 1.9,12.475437 1.9,12.0625 l 0,-8.125 C 1.9,3.5062331 2.1808081,3.125 2.7197313,3.125 z&quot;
+       id=&quot;path43079&quot;
+       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkCOPYING"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+This work is licenced under the Creative Commons Attribution-Share Alike 3.0
+United States License. To view a copy of this licence, visit
+http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
+Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkClosesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,53 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;14&quot;
+   id=&quot;svg3791&quot;&gt;
+  &lt;defs
+     id=&quot;defs3793&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3796&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-2)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 4,5 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 8,7.59375 10.3125,5.3125 C 10.578125,5.082 10.759172,5.007 11,5 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 11.906938,11.46942 11.999992,11.7347 12,12 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 8,10.4375 5.71875,12.71875 C 5.530586,12.90694 5.26529,13 5,13 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 L 6.5625,9.03125 4.28125,6.75 C 4.070508,6.55537 3.97809,6.28075 4,6 L 4,5 z&quot;
+       id=&quot;path10839-9&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkCloseWhitesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,53 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;14&quot;
+   id=&quot;svg3791&quot;&gt;
+  &lt;defs
+     id=&quot;defs3793&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3796&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-2)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 4,5 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 8,7.59375 10.3125,5.3125 C 10.578125,5.082 10.759172,5.007 11,5 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 11.906938,11.46942 11.999992,11.7347 12,12 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 8,10.4375 5.71875,12.71875 C 5.530586,12.90694 5.26529,13 5,13 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 L 6.5625,9.03125 4.28125,6.75 C 4.070508,6.55537 3.97809,6.28075 4,6 L 4,5 z&quot;
+       id=&quot;path10839-9&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkContentFlowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,70 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3012&quot;&gt;
+  &lt;defs
+     id=&quot;defs3014&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3017&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 2.8124436,0.50054895 a 1.0000999,1.0000999 0 0 0 -0.8125,1.00000005 l 0,13 a 1.0000999,1.0000999 0 0 0 1.0000001,1 l 9.9999993,0 a 1.0000999,1.0000999 0 0 0 1,-1 l 0,-9.4375 a 1.0000999,1.0000999 0 0 0 -0.28125,-0.71875 L 10.156194,0.78179895 a 1.0000999,1.0000999 0 0 0 -0.7187503,-0.28125 l -6.4375,0 a 1.0000999,1.0000999 0 0 0 -0.0937,0 1.0000999,1.0000999 0 0 0 -0.0937,0 z m 1.1875001,2.00000005 5,0 0,3 2.9999993,0 0,8 -7.9999993,0 0,-11 z&quot;
+       id=&quot;path35724&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+    &lt;path
+       d=&quot;m 9.4172809,6.11099 c -0.8602344,0 -1.55631,0.72246 -1.55631,1.58269 0,0.86024 0.6960756,1.55632 1.55631,1.55632 0.8602351,0 1.5826901,-0.69608 1.5826901,-1.55632 0,-0.86023 -0.722455,-1.58269 -1.5826901,-1.58269 z m 0,1.00237 c 0.3197979,0 0.5803159,0.26053 0.5803159,0.58032 0,0.3198 -0.260518,0.55395 -0.5803159,0.55395 -0.319798,0 -0.553936,-0.23415 -0.553936,-0.55395 0,-0.31979 0.234138,-0.58032 0.553936,-0.58032 z&quot;
+       id=&quot;path35728&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.18468678;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+    &lt;rect
+       width=&quot;2.0999999&quot;
+       height=&quot;5.5&quot;
+       x=&quot;4.9999571&quot;
+       y=&quot;3.5589108&quot;
+       id=&quot;rect35730&quot;
+       style=&quot;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;rect
+       width=&quot;6.0000138&quot;
+       height=&quot;2.4000001&quot;
+       x=&quot;4.9999571&quot;
+       y=&quot;10.10043&quot;
+       id=&quot;rect35734&quot;
+       style=&quot;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkCrosshairsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,66 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3791&quot;&gt;
+  &lt;defs
+     id=&quot;defs3793&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3796&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;rect
+       width=&quot;15.973606&quot;
+       height=&quot;16&quot;
+       rx=&quot;0&quot;
+       ry=&quot;0&quot;
+       x=&quot;0.013196949&quot;
+       y=&quot;-8.8214873e-11&quot;
+       id=&quot;rect10265&quot;
+       style=&quot;color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
+    &lt;path
+       d=&quot;M 7.90625,0.46875 C 7.677428,0.51245 7.495897,0.73545 7.5,0.96875 l 0,0.59375 C 4.339213,1.80832 1.823631,4.31572 1.5625,7.46875 l -0.5,0 c -0.03105,-0.003 -0.0627,-0.003 -0.09375,0 C 0.706803,7.49255 0.475471,7.76894 0.5,8.03125 0.52456,8.29356 0.80070315,8.49413 1.0625,8.46875 l 0.5,0 c 0.232558,3.18201 2.7558951,5.75257 5.9375,6 l 0,0.5 C 7.496,15.23291 7.7362559,15.5 8,15.5 c 0.263744,0 0.503724,-0.26709 0.5,-0.53125 l 0,-0.5 c 3.202607,-0.23774 5.750163,-2.82717 5.96875,-6.03125 l 0.53125,0 c 0.263724,0.004 0.5,-0.23582 0.5,-0.5 0,-0.26418 -0.236276,-0.50374 -0.5,-0.5 l -0.53125,0 C 14.192873,4.29142 11.660933,1.79715 8.5,1.5625 l 0,-0.59375 C 8.505,0.67258 8.19673,0.4132 7.90625,0.46875 z m -0.4375,3.125 0,0.5 c -0.004,0.263724 0.23582,0.5 0.5,0.5 0.26418,0 0.50374,-0.236276 0.5,-0.5 l 0,-0.5 C 10.567141,3.8107419 12.203443,5.4112782 12.4375,7.5 l -0.53125,0 c -0.263724,-0.00374 -0.5,0.23582 -0.5,0.5 0,0.26418 0.236276,0.504 0.5,0.5 l 0.53125,0 c -0.22717,2.100544 -1.864105,3.748532 -3.96875,3.96875 l 0,-0.53125 c 0.00374,-0.263724 -0.23582,-0.5 -0.5,-0.5 -0.26418,0 -0.504,0.236276 -0.5,0.5 l 0,0.5 C 5.3889066,12.191828 3.7760764,10.558927 3.5625,8.46875 l 0.5,0 c 0.263724,0.004 0.5,-0.23582 0.5,-0.5 0,-0.26418 -0.236276,-0.50374 -0.5,-0.5 l -0.46875,0 c 0.2524781,-2.0409981 1.8277243,-3.63631 3.875,-3.875 z&quot;
+       id=&quot;path4640&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2.15649271;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+    &lt;path
+       d=&quot;m -91,478 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z&quot;
+       transform=&quot;translate(99.981204,-470.0431)&quot;
+       id=&quot;path5428&quot;
+       style=&quot;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMCharacterDatasvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,345 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8358&quot;&gt;
+      &lt;stop
+         id=&quot;stop8360&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8362&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#f24e4e;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#fddddd;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#fde7e7;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#fddddd;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#fab8b8;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#fbc3c3;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient5347&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.3550291&quot;
+       y1=&quot;3.5313618&quot;
+       x2=&quot;-3.08639&quot;
+       y2=&quot;3.5313618&quot;
+       id=&quot;linearGradient5637&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient7822&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7827&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient7830&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient7832&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient7842&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-7.1138287&quot;
+       y1=&quot;3.9952662&quot;
+       x2=&quot;-4.3796625&quot;
+       y2=&quot;3.9952662&quot;
+       id=&quot;linearGradient8364&quot;
+       xlink:href=&quot;#linearGradient8358&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient7830);fill-opacity:1;stroke:url(#linearGradient7832);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient7827);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.84375,2.90625 c -3.0469916,0 -5.25,2.2770256 -5.25,5.0625 0,2.734513 2.0914806,5.125 5.15625,5.125 0.8846304,0 1.860731,-0.225265 2.352241,-0.425132 L 11.78125,12.40625 c 0.49406,-0.192107 0.76412,-0.822245 0.5625,-1.3125 L 11.875,9.96875 C 11.682282,9.489458 11.077018,9.2237325 10.59375,9.40625 L 10.120062,9.5853883 C 9.865123,9.7020267 9.3405369,9.78125 9,9.78125 c -0.7341276,0 -1.1718661,-0.2140186 -1.46875,-0.5 -0.2968839,-0.2859814 -0.5,-0.6829263 -0.5,-1.3125 0,-1.0670656 0.5454796,-1.8125 1.78125,-1.8125 0.3688751,0 0.7235045,0.00669 1.46875,0.28125 L 10.5,6.5 c 0.475877,0.164148 1.057253,-0.097471 1.25,-0.5625 l 0.46875,-1.125 C 12.42037,4.3222451 12.15031,3.6921065 11.65625,3.5 L 11.46875,3.4375 C 11.4577,3.43311 11.44853,3.44183 11.4375,3.4375 10.483734,3.0636319 9.5811542,2.90625 8.84375,2.90625 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.84375,3.40625 c -2.8203244,0 -4.75,2.0170263 -4.75,4.5625 0,2.502702 1.8270367,4.625 4.65625,4.625 0.8066901,0 1.733218,-0.188338 2.194734,-0.375419 L 11.59375,11.9375 c 0.24703,-0.09605 0.38206,-0.411123 0.28125,-0.65625 l -0.46875,-1.125 C 11.309876,9.9237356 11.019188,9.792926 10.78125,9.875 L 10.5625,9.9375 C 10.002086,10.159551 9.4238705,10.28125 9,10.28125 c -0.8339221,0 -1.4090147,-0.236332 -1.8125,-0.625 C 6.7840147,9.267582 6.53125,8.7071675 6.53125,7.96875 c 0,-1.2943389 0.7988124,-2.3125 2.28125,-2.3125 0.3688754,0 0.8143373,0.013835 1.625,0.3125 l 0.21875,0.0625 C 10.901377,6.1320598 11.216447,5.9970301 11.3125,5.75 L 11.75,4.625 C 11.85081,4.3798725 11.71578,4.0648033 11.46875,3.96875 l -0.1875,-0.0625 c -0.903856,-0.3590662 -1.7532936,-0.5 -2.4375,-0.5 z m 0,1 c 0.4839172,0 1.1237891,0.1234491 1.78125,0.34375 L 10.53125,5 C 9.7674155,4.766698 9.1350983,4.65625 8.8125,4.65625 c -1.975772,0 -3.28125,1.5636144 -3.28125,3.3125 0,0.9561052 0.3208119,1.8122087 0.9375,2.40625 0.6166881,0.594041 1.4977389,0.90625 2.53125,0.90625 0.5045985,0 1.092359,-0.150072 1.65625,-0.34375 L 10.75,11.15625 c -0.697343,0.260541 -1.4140968,0.4375 -2,0.4375 -2.3581012,0 -3.65625,-1.58592 -3.65625,-3.625 0,-2.0654725 1.3830099,-3.5625 3.75,-3.5625 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient7842);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.8414986,3.9135453 c -2.5936573,0 -4.2536022,1.763691 -4.2536022,4.0691641 0,2.2708906 1.5792533,4.1037466 4.1729105,4.1037466 0.7377514,0 1.6023061,-0.172911 2.4438041,-0.53026 l 0.207493,-0.08069 -0.461095,-1.141211 -0.207493,0.08069 c -0.610951,0.242075 -1.2219027,0.368876 -1.7291068,0.368876 -1.8674332,0 -2.9740633,-1.1181573 -2.9740633,-2.81268 0,-1.5216123 1.0374657,-2.8011526 2.7665705,-2.8011526 0.3688757,0 0.9337184,3e-7 1.8097986,0.3227665 l 0.21902,0.080692 0.461095,-1.129683 -0.207493,-0.080692 C 10.247839,4.0288194 9.4639763,3.9135453 8.8414986,3.9135453&quot;
+     id=&quot;path7836&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMCommentsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,348 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8896&quot;&gt;
+      &lt;stop
+         id=&quot;stop8898&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8900&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5676&quot;&gt;
+      &lt;stop
+         id=&quot;stop5678&quot;
+         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5680&quot;
+         style=&quot;stop-color:#4e9a06;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#edfae0;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#f2fce8;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#edfae0;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#d9f5bd;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#dff7c7;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.2982244&quot;
+       y1=&quot;2.83077&quot;
+       x2=&quot;-2.5372779&quot;
+       y2=&quot;2.83077&quot;
+       id=&quot;linearGradient5690&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.6747751&quot;
+       y1=&quot;4.3266273&quot;
+       x2=&quot;-2.031734&quot;
+       y2=&quot;4.3266273&quot;
+       id=&quot;linearGradient8902&quot;
+       xlink:href=&quot;#linearGradient8896&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient8908&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient8913&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient8916&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient8918&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient8928&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient8916);fill-opacity:1;stroke:url(#linearGradient8918);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient8913);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.84375,2.90625 c -3.0469916,0 -5.25,2.2770256 -5.25,5.0625 0,2.734513 2.0914806,5.125 5.15625,5.125 0.8846304,0 1.860731,-0.225265 2.352241,-0.425132 L 11.78125,12.40625 c 0.49406,-0.192107 0.76412,-0.822245 0.5625,-1.3125 L 11.875,9.96875 C 11.682282,9.489458 11.077018,9.2237325 10.59375,9.40625 L 10.120062,9.5853883 C 9.865123,9.7020267 9.3405369,9.78125 9,9.78125 c -0.7341276,0 -1.1718661,-0.2140186 -1.46875,-0.5 -0.2968839,-0.2859814 -0.5,-0.6829263 -0.5,-1.3125 0,-1.0670656 0.5454796,-1.8125 1.78125,-1.8125 0.3688751,0 0.7235045,0.00669 1.46875,0.28125 L 10.5,6.5 c 0.475877,0.164148 1.057253,-0.097471 1.25,-0.5625 l 0.46875,-1.125 C 12.42037,4.3222451 12.15031,3.6921065 11.65625,3.5 L 11.46875,3.4375 C 11.4577,3.43311 11.44853,3.44183 11.4375,3.4375 10.483734,3.0636319 9.5811542,2.90625 8.84375,2.90625 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.84375,3.40625 c -2.8203244,0 -4.75,2.0170263 -4.75,4.5625 0,2.502702 1.8270367,4.625 4.65625,4.625 0.8066901,0 1.733218,-0.188338 2.194734,-0.375419 L 11.59375,11.9375 c 0.24703,-0.09605 0.38206,-0.411123 0.28125,-0.65625 l -0.46875,-1.125 C 11.309876,9.9237356 11.019188,9.792926 10.78125,9.875 L 10.5625,9.9375 C 10.002086,10.159551 9.4238705,10.28125 9,10.28125 c -0.8339221,0 -1.4090147,-0.236332 -1.8125,-0.625 C 6.7840147,9.267582 6.53125,8.7071675 6.53125,7.96875 c 0,-1.2943389 0.7988124,-2.3125 2.28125,-2.3125 0.3688754,0 0.8143373,0.013835 1.625,0.3125 l 0.21875,0.0625 C 10.901377,6.1320598 11.216447,5.9970301 11.3125,5.75 L 11.75,4.625 C 11.85081,4.3798725 11.71578,4.0648033 11.46875,3.96875 l -0.1875,-0.0625 c -0.903856,-0.3590662 -1.7532936,-0.5 -2.4375,-0.5 z m 0,1 c 0.4839172,0 1.1237891,0.1234491 1.78125,0.34375 L 10.53125,5 C 9.7674155,4.766698 9.1350983,4.65625 8.8125,4.65625 c -1.975772,0 -3.28125,1.5636144 -3.28125,3.3125 0,0.9561052 0.3208119,1.8122087 0.9375,2.40625 0.6166881,0.594041 1.4977389,0.90625 2.53125,0.90625 0.5045985,0 1.092359,-0.150072 1.65625,-0.34375 L 10.75,11.15625 c -0.697343,0.260541 -1.4140968,0.4375 -2,0.4375 -2.3581012,0 -3.65625,-1.58592 -3.65625,-3.625 0,-2.0654725 1.3830099,-3.5625 3.75,-3.5625 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8928);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.8414986,3.9135453 c -2.5936573,0 -4.2536022,1.763691 -4.2536022,4.0691641 0,2.2708906 1.5792533,4.1037466 4.1729105,4.1037466 0.7377514,0 1.6023061,-0.172911 2.4438041,-0.53026 l 0.207493,-0.08069 -0.461095,-1.141211 -0.207493,0.08069 c -0.610951,0.242075 -1.2219027,0.368876 -1.7291068,0.368876 -1.8674332,0 -2.9740633,-1.1181573 -2.9740633,-2.81268 0,-1.5216123 1.0374657,-2.8011526 2.7665705,-2.8011526 0.3688757,0 0.9337184,3e-7 1.8097986,0.3227665 l 0.21902,0.080692 0.461095,-1.129683 -0.207493,-0.080692 C 10.247839,4.0288194 9.4639763,3.9135453 8.8414986,3.9135453&quot;
+     id=&quot;path8922&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,407 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3601&quot;&gt;
+  &lt;defs
+     id=&quot;defs3603&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6090&quot;&gt;
+      &lt;stop
+         id=&quot;stop6092&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6094&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient8412&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.9827598,-4.8556584)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient8486&quot;
+       xlink:href=&quot;#linearGradient8480&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;radialGradient
+       cx=&quot;310.64407&quot;
+       cy=&quot;228.07976&quot;
+       r=&quot;5.9541607&quot;
+       fx=&quot;310.64407&quot;
+       fy=&quot;228.07976&quot;
+       id=&quot;radialGradient7874&quot;
+       xlink:href=&quot;#linearGradient4393-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.63490321,0.00311539,-0.01574945,3.2096652,116.68257,-511.81175)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient7876&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3&quot;
+         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2&quot;
+         style=&quot;stop-color:#f2f2f2;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9&quot;
+         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9&quot;
+         style=&quot;stop-color:#d9dad8;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6&quot;
+         style=&quot;stop-color:#dfe0dd;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient7878&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,1.5079976,1.5079976,0,-272.49451,283.84288)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7880&quot;
+       xlink:href=&quot;#linearGradient4853&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7880-9&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-8&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-0&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-6&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3707&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;radialGradient
+       cx=&quot;310.64407&quot;
+       cy=&quot;228.07976&quot;
+       r=&quot;5.9541607&quot;
+       fx=&quot;310.64407&quot;
+       fy=&quot;228.07976&quot;
+       id=&quot;radialGradient3734&quot;
+       xlink:href=&quot;#linearGradient4393-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.63490321,0.00311539,-0.01574945,3.2096652,116.68257,-511.81175)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3736&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3738&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,1.5079976,1.5079976,0,-272.49451,283.84288)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3740&quot;
+       xlink:href=&quot;#linearGradient4853&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3744&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168491)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3746&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729108)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.0724082&quot;
+       y1=&quot;3.0201192&quot;
+       x2=&quot;-2.9216745&quot;
+       y2=&quot;3.0201192&quot;
+       id=&quot;linearGradient4526&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4585&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5185&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.9777341&quot;
+       y1=&quot;2.6982248&quot;
+       x2=&quot;-4.2471185&quot;
+       y2=&quot;2.6982248&quot;
+       id=&quot;linearGradient6096&quot;
+       xlink:href=&quot;#linearGradient6090&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6767&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient6772&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069527,0,0,0.11066585,23.682408,-4.8510725)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient6775&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168491)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient6777&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729108)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6794&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6800&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.01152783,-1.3637543e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6846&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.01152783,-1.3637543e-7)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3606&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134779 2.112266,2.280564&quot;
+     id=&quot;path7868&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.499998&quot;
+     id=&quot;rect7870&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient6775);fill-opacity:1;stroke:url(#linearGradient6777);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195255,1.4949223 c -1.2946897,0 -2.3246007,1.0324565 -2.3246007,2.3274412 l 0,8.3552715 c 0,1.294985 1.029911,2.327441 2.3246007,2.327441 l 8.3609525,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552715 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609525,0 z&quot;
+     id=&quot;path7872-9&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient6772);stroke-width:0.98984575;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;M 4.40625,3 C 3.9256176,3.060582 3.5274954,3.5155791 3.53125,4 l 0,8 c 5.24e-5,0.523584 0.4764155,0.999948 1,1 L 6.5,13 c 0.6685874,0 1.4702468,-0.0046 2.3125,-0.21875 l 0,0.03125 c 1.352344,-0.32232 2.336032,-1.145831 2.90625,-2.09375 0.570218,-0.9479189 0.75,-1.9853402 0.75,-2.9375 0,-1.0036947 -0.246209,-2.2186114 -1.09375,-3.1875 C 10.527459,3.6248614 9.1168382,3 7.21875,3 L 4.53125,3 C 4.489638,2.99739 4.447862,2.99739 4.40625,3 z m 2.53125,3.3125 0.3125,0 c 0.7256284,0 1.1351602,0.1504691 1.375,0.375 0.2398398,0.2245309 0.40625,0.5959602 0.40625,1.28125 0,0.5646631 -0.1309306,0.8446272 -0.2907569,1.1070613 C 8.5806667,9.3382455 8.3928909,9.4591946 8.0625,9.5625 7.7572592,9.6579415 7.3308179,9.684385 6.9375,9.6875 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;M 4.40625,3.5 C 4.1883317,3.5561648 4.0241511,3.7750723 4.03125,4 l 0,8 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 L 6.5,12.5 c 0.6685873,0 1.4263161,0.006 2.1875,-0.1875 1.2323675,-0.293725 2.084577,-0.997312 2.59375,-1.84375 0.509173,-0.846438 0.6875,-1.8050805 0.6875,-2.6875 C 11.96875,6.8672993 11.745817,5.7901 11,4.9375 10.254183,4.0849 9.0121736,3.5 7.21875,3.5 l -2.6875,0 C 4.489802,3.49478 4.447698,3.49478 4.40625,3.5 z m 0.625,1 2.1875,0 c 1.5840945,0 2.4888815,0.4737272 3.03125,1.09375 0.542368,0.6200228 0.71875,1.4530374 0.71875,2.1875 0,0.742939 -0.144169,1.5127739 -0.53125,2.15625 -0.387081,0.643476 -0.9763359,1.169716 -1.96875,1.40625 C 7.8697047,11.49605 7.1685871,11.5 6.5,11.5 l -1.46875,0 z m 0.75,0.3125 C 5.5747266,4.880161 5.4267205,5.095443 5.4375,5.3125 l 0,5.375 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 l 0.90625,0 c 0.4446191,0 1.0541541,7.61e-4 1.65625,-0.1875 0.5950885,-0.18607 1.200618,-0.605214 1.59375,-1.3125 0.180874,-0.3200077 0.4375,-0.8771634 0.4375,-1.71875 0,-0.9714748 -0.283825,-1.8215591 -0.875,-2.375 C 9.0650745,5.0403091 8.227242,4.8125 7.25,4.8125 l -1.3125,0 c -0.051655,-0.00817 -0.1045946,-0.00817 -0.15625,0 z m 0.65625,1 0.8125,0 c 0.8094996,0 1.3617983,0.1970824 1.71875,0.53125 0.3569517,0.3341676 0.5625,0.8443152 0.5625,1.625 0,0.6569709 -0.1624124,1.0397489 -0.3697345,1.388545 C 8.9541934,9.7060911 8.6084592,9.9308761 8.1875,10.0625 c -0.4209592,0.131624 -0.9122893,0.125 -1.34375,0.125 l -0.40625,0 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient6846);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 7.2391931,5.3025939 c 1.7867416,0 2.7896249,0.8991372 2.7896249,2.6512967 0,0.7492788 -0.2074926,1.2334296 -0.3573484,1.4985591 -0.6570598,1.2103733 -1.9366002,1.2449563 -2.81268,1.2449563 l -0.9221902,0 0,-5.3948121 1.3025937,0 m -0.023055,-1.3025936 -2.6974062,0 0,7.9999997 1.9942362,0 c 0.6685872,0 1.3832859,0 2.0634005,-0.172911 2.2247814,-0.530258 2.9048994,-2.4322779 2.9048994,-4.0576364 0,-1.6484133 -0.887612,-3.7694523 -4.2651299,-3.7694523&quot;
+     id=&quot;path6840&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentTypesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,407 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3601&quot;&gt;
+  &lt;defs
+     id=&quot;defs3603&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6090&quot;&gt;
+      &lt;stop
+         id=&quot;stop6092&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6094&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient8412&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.9827598,-4.8556584)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient8486&quot;
+       xlink:href=&quot;#linearGradient8480&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;radialGradient
+       cx=&quot;310.64407&quot;
+       cy=&quot;228.07976&quot;
+       r=&quot;5.9541607&quot;
+       fx=&quot;310.64407&quot;
+       fy=&quot;228.07976&quot;
+       id=&quot;radialGradient7874&quot;
+       xlink:href=&quot;#linearGradient4393-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.63490321,0.00311539,-0.01574945,3.2096652,116.68257,-511.81175)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient7876&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3&quot;
+         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2&quot;
+         style=&quot;stop-color:#f2f2f2;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9&quot;
+         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9&quot;
+         style=&quot;stop-color:#d9dad8;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6&quot;
+         style=&quot;stop-color:#dfe0dd;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient7878&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,1.5079976,1.5079976,0,-272.49451,283.84288)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7880&quot;
+       xlink:href=&quot;#linearGradient4853&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7880-9&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-8&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-0&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-6&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3707&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;radialGradient
+       cx=&quot;310.64407&quot;
+       cy=&quot;228.07976&quot;
+       r=&quot;5.9541607&quot;
+       fx=&quot;310.64407&quot;
+       fy=&quot;228.07976&quot;
+       id=&quot;radialGradient3734&quot;
+       xlink:href=&quot;#linearGradient4393-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.63490321,0.00311539,-0.01574945,3.2096652,116.68257,-511.81175)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3736&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3738&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,1.5079976,1.5079976,0,-272.49451,283.84288)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3740&quot;
+       xlink:href=&quot;#linearGradient4853&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3744&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168491)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3746&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729108)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.0724082&quot;
+       y1=&quot;3.0201192&quot;
+       x2=&quot;-2.9216745&quot;
+       y2=&quot;3.0201192&quot;
+       id=&quot;linearGradient4526&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4585&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5185&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.9777341&quot;
+       y1=&quot;2.6982248&quot;
+       x2=&quot;-4.2471185&quot;
+       y2=&quot;2.6982248&quot;
+       id=&quot;linearGradient6096&quot;
+       xlink:href=&quot;#linearGradient6090&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6767&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient6772&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069527,0,0,0.11066585,23.682408,-4.8510725)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient6775&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168491)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient6777&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729108)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6794&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6800&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.01152783,-1.3637543e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient6846&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.01152783,-1.3637543e-7)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3606&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134779 2.112266,2.280564&quot;
+     id=&quot;path7868&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.499998&quot;
+     id=&quot;rect7870&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient6775);fill-opacity:1;stroke:url(#linearGradient6777);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195255,1.4949223 c -1.2946897,0 -2.3246007,1.0324565 -2.3246007,2.3274412 l 0,8.3552715 c 0,1.294985 1.029911,2.327441 2.3246007,2.327441 l 8.3609525,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552715 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609525,0 z&quot;
+     id=&quot;path7872-9&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient6772);stroke-width:0.98984575;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;M 4.40625,3 C 3.9256176,3.060582 3.5274954,3.5155791 3.53125,4 l 0,8 c 5.24e-5,0.523584 0.4764155,0.999948 1,1 L 6.5,13 c 0.6685874,0 1.4702468,-0.0046 2.3125,-0.21875 l 0,0.03125 c 1.352344,-0.32232 2.336032,-1.145831 2.90625,-2.09375 0.570218,-0.9479189 0.75,-1.9853402 0.75,-2.9375 0,-1.0036947 -0.246209,-2.2186114 -1.09375,-3.1875 C 10.527459,3.6248614 9.1168382,3 7.21875,3 L 4.53125,3 C 4.489638,2.99739 4.447862,2.99739 4.40625,3 z m 2.53125,3.3125 0.3125,0 c 0.7256284,0 1.1351602,0.1504691 1.375,0.375 0.2398398,0.2245309 0.40625,0.5959602 0.40625,1.28125 0,0.5646631 -0.1309306,0.8446272 -0.2907569,1.1070613 C 8.5806667,9.3382455 8.3928909,9.4591946 8.0625,9.5625 7.7572592,9.6579415 7.3308179,9.684385 6.9375,9.6875 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;M 4.40625,3.5 C 4.1883317,3.5561648 4.0241511,3.7750723 4.03125,4 l 0,8 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 L 6.5,12.5 c 0.6685873,0 1.4263161,0.006 2.1875,-0.1875 1.2323675,-0.293725 2.084577,-0.997312 2.59375,-1.84375 0.509173,-0.846438 0.6875,-1.8050805 0.6875,-2.6875 C 11.96875,6.8672993 11.745817,5.7901 11,4.9375 10.254183,4.0849 9.0121736,3.5 7.21875,3.5 l -2.6875,0 C 4.489802,3.49478 4.447698,3.49478 4.40625,3.5 z m 0.625,1 2.1875,0 c 1.5840945,0 2.4888815,0.4737272 3.03125,1.09375 0.542368,0.6200228 0.71875,1.4530374 0.71875,2.1875 0,0.742939 -0.144169,1.5127739 -0.53125,2.15625 -0.387081,0.643476 -0.9763359,1.169716 -1.96875,1.40625 C 7.8697047,11.49605 7.1685871,11.5 6.5,11.5 l -1.46875,0 z m 0.75,0.3125 C 5.5747266,4.880161 5.4267205,5.095443 5.4375,5.3125 l 0,5.375 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 l 0.90625,0 c 0.4446191,0 1.0541541,7.61e-4 1.65625,-0.1875 0.5950885,-0.18607 1.200618,-0.605214 1.59375,-1.3125 0.180874,-0.3200077 0.4375,-0.8771634 0.4375,-1.71875 0,-0.9714748 -0.283825,-1.8215591 -0.875,-2.375 C 9.0650745,5.0403091 8.227242,4.8125 7.25,4.8125 l -1.3125,0 c -0.051655,-0.00817 -0.1045946,-0.00817 -0.15625,0 z m 0.65625,1 0.8125,0 c 0.8094996,0 1.3617983,0.1970824 1.71875,0.53125 0.3569517,0.3341676 0.5625,0.8443152 0.5625,1.625 0,0.6569709 -0.1624124,1.0397489 -0.3697345,1.388545 C 8.9541934,9.7060911 8.6084592,9.9308761 8.1875,10.0625 c -0.4209592,0.131624 -0.9122893,0.125 -1.34375,0.125 l -0.40625,0 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient6846);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 7.2391931,5.3025939 c 1.7867416,0 2.7896249,0.8991372 2.7896249,2.6512967 0,0.7492788 -0.2074926,1.2334296 -0.3573484,1.4985591 -0.6570598,1.2103733 -1.9366002,1.2449563 -2.81268,1.2449563 l -0.9221902,0 0,-5.3948121 1.3025937,0 m -0.023055,-1.3025936 -2.6974062,0 0,7.9999997 1.9942362,0 c 0.6685872,0 1.3832859,0 2.0634005,-0.172911 2.2247814,-0.530258 2.9048994,-2.4322779 2.9048994,-4.0576364 0,-1.6484133 -0.887612,-3.7694523 -4.2651299,-3.7694523&quot;
+     id=&quot;path6840&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMElementsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,381 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10015&quot;&gt;
+      &lt;stop
+         id=&quot;stop10017&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10019&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#ad7fa8;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#f1e9f0;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#f5eff4;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#f1e9f0;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#e1d1e0;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#e6d8e5;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#ad7fa8;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient5347&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.3550291&quot;
+       y1=&quot;3.5313618&quot;
+       x2=&quot;-3.08639&quot;
+       y2=&quot;3.5313618&quot;
+       id=&quot;linearGradient5637&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4143&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient4148&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient4151&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient4153&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4170&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4176&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.96253642,-5.9e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4274&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.96253642,-5.9e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4280&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.88760834,-7.2637543e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.186018&quot;
+       y1=&quot;3.5976331&quot;
+       x2=&quot;-4.0198994&quot;
+       y2=&quot;3.5976331&quot;
+       id=&quot;linearGradient10021&quot;
+       xlink:href=&quot;#linearGradient10015&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient10030&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.88760834,-7.2637543e-7)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:url(#linearGradient4153);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient4148);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;M 5.28125,3 C 4.8006176,3.060582 4.4024954,3.5155791 4.40625,4 l 0,8 c 0,0.776731 0.2388401,1 1,1 l 5.1875,0 c 0.523584,-5.2e-5 0.999948,-0.476416 1,-1 l 0,-1.3125 c -5.2e-5,-0.523584 -0.476416,-0.9999476 -1,-1 l -2.78125,0 0,-0.09375 2.375,0 c 0.523584,-5.24e-5 0.999948,-0.4764155 1,-1 l 0,-1.3125 C 11.181289,6.8250542 10.823148,6.3980394 10.375,6.3125 l 0.21875,0 c 0.523584,-5.24e-5 0.999948,-0.4764155 1,-1 l 0,-1.3125 c -5.2e-5,-0.5235845 -0.476416,-0.9999476 -1,-1 L 5.40625,3 C 5.364638,2.99739 5.322862,2.99739 5.28125,3 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;M 5.28125,3.5 C 5.0633317,3.5561648 4.8991511,3.7750723 4.90625,4 l 0,8 c 0,0.385534 0.1060966,0.5 0.5,0.5 l 5.1875,0 c 0.261792,-2.6e-5 0.499974,-0.238208 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.261792 -0.238208,-0.499974 -0.5,-0.5 l -3.28125,0 0,-1.09375 2.875,0 c 0.261792,-2.62e-5 0.499974,-0.2382078 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.2617922 -0.238208,-0.4999738 -0.5,-0.5 l -2.875,0 0,-0.96875 3.28125,0 c 0.261792,-2.62e-5 0.499974,-0.2382078 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.2617922 -0.238208,-0.4999738 -0.5,-0.5 l -5.1875,0 C 5.364802,3.49478 5.322698,3.49478 5.28125,3.5 z m 0.625,1 4.1875,0 0,0.3125 -3.28125,0 c -0.2617922,2.62e-5 -0.4999738,0.2382078 -0.5,0.5 l 0,1.96875 c 2.62e-5,0.2617922 0.2382078,0.4999738 0.5,0.5 l 2.875,0 0,0.3125 -2.875,0 c -0.2617922,2.62e-5 -0.4999738,0.2382078 -0.5,0.5 l 0,2.09375 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 l 3.28125,0 0,0.3125 -4.1875,0 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient10030);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 5.3948126,12 5.2103744,0 0,-1.302594 -3.792507,0 0,-2.0979823 3.377521,0 0,-1.3025936 -3.377521,0 0,-1.9942362 3.792507,0 0,-1.3025936 -5.2103744,0 0,7.9999997&quot;
+     id=&quot;path10024&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMNodesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,389 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3601&quot;&gt;
+  &lt;defs
+     id=&quot;defs3603&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6090&quot;&gt;
+      &lt;stop
+         id=&quot;stop6092&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6094&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient8412&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.9827598,-4.8556584)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient8486&quot;
+       xlink:href=&quot;#linearGradient8480&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;radialGradient
+       cx=&quot;310.64407&quot;
+       cy=&quot;228.07976&quot;
+       r=&quot;5.9541607&quot;
+       fx=&quot;310.64407&quot;
+       fy=&quot;228.07976&quot;
+       id=&quot;radialGradient7874&quot;
+       xlink:href=&quot;#linearGradient4393-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.63490321,0.00311539,-0.01574945,3.2096652,116.68257,-511.81175)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient7876&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3&quot;
+         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2&quot;
+         style=&quot;stop-color:#f2f2f2;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9&quot;
+         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9&quot;
+         style=&quot;stop-color:#d9dad8;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6&quot;
+         style=&quot;stop-color:#dfe0dd;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient7878&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,1.5079976,1.5079976,0,-272.49451,283.84288)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7880&quot;
+       xlink:href=&quot;#linearGradient4853&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient7880-9&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-8&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-0&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-6&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3707&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;radialGradient
+       cx=&quot;310.64407&quot;
+       cy=&quot;228.07976&quot;
+       r=&quot;5.9541607&quot;
+       fx=&quot;310.64407&quot;
+       fy=&quot;228.07976&quot;
+       id=&quot;radialGradient3734&quot;
+       xlink:href=&quot;#linearGradient4393-7&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.63490321,0.00311539,-0.01574945,3.2096652,116.68257,-511.81175)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3736&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3738&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,1.5079976,1.5079976,0,-272.49451,283.84288)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3740&quot;
+       xlink:href=&quot;#linearGradient4853&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3744&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168491)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3746&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729108)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.0724082&quot;
+       y1=&quot;3.0201192&quot;
+       x2=&quot;-2.9216745&quot;
+       y2=&quot;3.0201192&quot;
+       id=&quot;linearGradient4526&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4585&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5185&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.9777341&quot;
+       y1=&quot;2.6982248&quot;
+       x2=&quot;-4.2471185&quot;
+       y2=&quot;2.6982248&quot;
+       id=&quot;linearGradient6096&quot;
+       xlink:href=&quot;#linearGradient6090&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient10060&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient10065&quot;
+       xlink:href=&quot;#linearGradient4853-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069527,0,0,0.11066585,23.682408,-4.8510725)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient10068&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168491)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient10070&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729108)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient10080&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3606&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134779 2.112266,2.280564&quot;
+     id=&quot;path7868&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.499998&quot;
+     id=&quot;rect7870&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient10068);fill-opacity:1;stroke:url(#linearGradient10070);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195255,1.4949223 c -1.2946897,0 -2.3246007,1.0324565 -2.3246007,2.3274412 l 0,8.3552715 c 0,1.294985 1.029911,2.327441 2.3246007,2.327441 l 8.3609525,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552715 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609525,0 z&quot;
+     id=&quot;path7872-9&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient10065);stroke-width:0.98984575;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 4.5,3 c -0.6444896,0 -1,0.3180842 -1,1 l 0,8 c 5.24e-5,0.523584 0.4764155,0.999948 1,1 l 1.4375,0 c 0.5235845,-5.2e-5 0.9999476,-0.476416 1,-1 l 0,-2.5625 2,3.09375 C 9.1102061,12.807087 9.4247574,12.988559 9.75,13 l 1.75,0 c 0.523584,-5.2e-5 0.999948,-0.476416 1,-1 l 0,-8 c -5.2e-5,-0.5235845 -0.476416,-0.9999476 -1,-1 l -1.4375,0 c -0.5235845,5.24e-5 -0.9999476,0.4764155 -1,1 l 0,2.5625 -2,-3.09375 C 6.8841192,3.1843062 6.5544978,3.0011832 6.21875,3 z m 1,2 0.1875,0 0.03125,0.0625 C 5.6424523,5.0849051 5.5688435,5.1164518 5.5,5.15625 z m 4.96875,5.84375 c 0.01042,1.63e-4 0.02083,1.63e-4 0.03125,0 L 10.5,11 10.28125,11 10.25,10.90625 c 0.07498,-0.01243 0.148524,-0.03345 0.21875,-0.0625 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Black Olives;-inkscape-font-specification:Black Olives&quot; /&gt;
+  &lt;path
+     d=&quot;M 4.5,3.5 C 4.114692,3.5 4,3.6800294 4,4 l 0,8 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 l 1.4375,0 c 0.2617922,-2.6e-5 0.4999738,-0.238208 0.5,-0.5 l 0,-4.21875 2.90625,4.5 C 9.4336596,12.413425 9.5901602,12.497695 9.75,12.5 l 1.75,0 c 0.261792,-2.6e-5 0.499974,-0.238208 0.5,-0.5 L 12,4 C 11.999974,3.7382078 11.761792,3.5000262 11.5,3.5 l -1.4375,0 c -0.2617922,2.62e-5 -0.4999738,0.2382078 -0.5,0.5 l 0,4.21875 -2.9375,-4.5 C 6.5350904,3.5865746 6.3785898,3.502305 6.21875,3.5 z m 0.5,1 0.9375,0 3.71875,5.71875 c 0.2427911,0.338424 0.897721,0.13517 0.90625,-0.28125 l 0,-5.4375 0.4375,0 0,7 -0.96875,0 -3.6875,-5.71875 C 6.1009589,5.442826 5.4460291,5.6460801 5.4375,6.0625 l 0,5.4375 L 5,11.5 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient10080);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Black Olives;-inkscape-font-specification:Black Olives&quot; /&gt;
+  &lt;path
+     d=&quot;m 4.5072043,4.0000003 0,7.9999997 1.4178674,0 0,-5.9481266 L 9.7636882,12 l 1.7291068,0 0,-7.9999997 -1.417868,0 0,5.9365992 -3.8616709,-5.9365992 -1.7060518,0&quot;
+     id=&quot;path10074&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMTextNodesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,363 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient9464&quot;&gt;
+      &lt;stop
+         id=&quot;stop9466&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop9468&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#f24e4e;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#fddddd;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#fde7e7;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#fddddd;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#fab8b8;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#fbc3c3;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient5347&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.3550291&quot;
+       y1=&quot;3.5313618&quot;
+       x2=&quot;-3.08639&quot;
+       y2=&quot;3.5313618&quot;
+       id=&quot;linearGradient5637&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4143&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient4148&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient4151&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient4153&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4170&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4176&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.96253642,-5.9e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.8676748&quot;
+       y1=&quot;4.3834319&quot;
+       x2=&quot;-4.1903138&quot;
+       y2=&quot;4.3834319&quot;
+       id=&quot;linearGradient9470&quot;
+       xlink:href=&quot;#linearGradient9464&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient9479&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.96253642,-5.9e-7)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:url(#linearGradient4153);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient4148);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 4.65625,3 c -0.7002789,0 -1,0.3361889 -1,1 l 0,1.3125 c 5.24e-5,0.5235845 0.4764155,0.9999476 1,1 l 1.625,0 0,5.6875 c 5.24e-5,0.523584 0.4764155,0.999948 1,1 l 1.4375,0 c 0.5235845,-5.2e-5 0.9999476,-0.476416 1,-1 l 0,-5.6875 1.625,0 c 0.523584,-5.24e-5 0.999948,-0.4764155 1,-1 l 0,-1.3125 c -5.2e-5,-0.5235845 -0.476416,-0.9999476 -1,-1 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 4.65625,3.5 c -0.3097456,0 -0.5,0.1476744 -0.5,0.5 l 0,1.3125 c 2.62e-5,0.2617922 0.2382078,0.4999738 0.5,0.5 l 2.125,0 0,6.1875 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 l 1.4375,0 c 0.2617922,-2.6e-5 0.4999738,-0.238208 0.5,-0.5 l 0,-6.1875 2.125,0 c 0.261792,-2.62e-5 0.499974,-0.2382078 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.2617922 -0.238208,-0.4999738 -0.5,-0.5 z m 0.5,1 5.6875,0 0,0.3125 -2.125,0 c -0.2617922,2.62e-5 -0.4999738,0.2382078 -0.5,0.5 l 0,6.1875 -0.4375,0 0,-6.1875 c -2.62e-5,-0.2617922 -0.2382078,-0.4999738 -0.5,-0.5 l -2.125,0 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient9479);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 4.6628244,4.0000003 0,1.3025936 2.628242,0 0,6.6974061 1.4178674,0 0,-6.6974061 2.6282422,0 0,-1.3025936 -6.6743516,0&quot;
+     id=&quot;path9473&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDOMTreesvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,359 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8896&quot;&gt;
+      &lt;stop
+         id=&quot;stop8898&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8900&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5676&quot;&gt;
+      &lt;stop
+         id=&quot;stop5678&quot;
+         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5680&quot;
+         style=&quot;stop-color:#4e9a06;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#edfae0;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#f2fce8;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#edfae0;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#d9f5bd;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#dff7c7;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.2982244&quot;
+       y1=&quot;2.83077&quot;
+       x2=&quot;-2.5372779&quot;
+       y2=&quot;2.83077&quot;
+       id=&quot;linearGradient5690&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.6747751&quot;
+       y1=&quot;4.3266273&quot;
+       x2=&quot;-2.031734&quot;
+       y2=&quot;4.3266273&quot;
+       id=&quot;linearGradient8902&quot;
+       xlink:href=&quot;#linearGradient8896&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient8908&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient8913&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient8916&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient8918&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient8928&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;7.0862341&quot;
+       y1=&quot;-0.4476825&quot;
+       x2=&quot;7.0862341&quot;
+       y2=&quot;9.954217&quot;
+       id=&quot;linearGradient4994&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient8916);fill-opacity:1;stroke:url(#linearGradient8918);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient8913);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;g
+     id=&quot;g4996&quot;&gt;
+    &lt;path
+       d=&quot;m 6.835951,4.486494 0,2.3494567 0.939783,0 0,0.9397829 -2.093153,0 -0.234946,0 0,0.2349458 0,1.1533698 -0.961141,0 0,2.3280988 2.349457,0 0,-2.3280988 -0.918424,0 0,-0.9184241 4.207664,0 0,0.9184241 -0.939783,0 0,2.3494568 2.328098,0 0,-2.3494568 -0.918424,0 0,-1.1533698 0,-0.2349458 -0.234945,0 -2.114512,0 0,-0.9397829 0.939783,0 0,-2.3494567 -2.349457,0 z&quot;
+       id=&quot;rect8421-00&quot;
+       style=&quot;color:#bebebe;fill:none;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;path
+       d=&quot;m 6.835951,4.486494 0,2.3494567 0.939783,0 0,0.9397829 -2.093153,0 -0.234946,0 0,0.2349458 0,1.1533698 -0.961141,0 0,2.3280988 2.349457,0 0,-2.3280988 -0.918424,0 0,-0.9184241 4.207664,0 0,0.9184241 -0.939783,0 0,2.3494568 2.328098,0 0,-2.3494568 -0.918424,0 0,-1.1533698 0,-0.2349458 -0.234945,0 -2.114512,0 0,-0.9397829 0.939783,0 0,-2.3494567 -2.349457,0 z&quot;
+       id=&quot;rect8421-4&quot;
+       style=&quot;color:#bebebe;fill:none;stroke:url(#linearGradient4994);stroke-width:0.89999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;path
+       d=&quot;m 6.835951,4.486494 0,2.3494567 0.939783,0 0,0.9397829 -2.093153,0 -0.234946,0 0,0.2349458 0,1.1533698 -0.961141,0 0,2.3280988 2.349457,0 0,-2.3280988 -0.918424,0 0,-0.9184241 4.207664,0 0,0.9184241 -0.939783,0 0,2.3494568 2.328098,0 0,-2.3494568 -0.918424,0 0,-1.1533698 0,-0.2349458 -0.234945,0 -2.114512,0 0,-0.9397829 0.939783,0 0,-2.3494567 -2.349457,0 z&quot;
+       id=&quot;rect8421-0&quot;
+       style=&quot;color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallClosedsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,53 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;13&quot;
+   height=&quot;13&quot;
+   id=&quot;svg6674&quot;&gt;
+  &lt;defs
+     id=&quot;defs6676&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata6679&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;matrix(1.2222222,0,0,1.2222222,1.0000001,-7.5555553)&quot;
+     id=&quot;layer1-72&quot;&gt;
+    &lt;path
+       d=&quot;M 2.25,16 6.75,11.5 2.25,7 z&quot;
+       id=&quot;path6400-7&quot;
+       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallOpensvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,57 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;13&quot;
+   height=&quot;13&quot;
+   id=&quot;svg6674&quot;&gt;
+  &lt;defs
+     id=&quot;defs6676&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata6679&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-3)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;g
+       transform=&quot;matrix(1.2222223,0,0,1.2222223,0.99999962,-5.1666676)&quot;
+       id=&quot;layer1-7&quot;&gt;
+      &lt;path
+         d=&quot;m 1.5e-7,9.75 4.49999965,4.5 4.5000001,-4.5 z&quot;
+         id=&quot;path6400&quot;
+         style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
+    &lt;/g&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyClosedsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,57 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;8&quot;
+   height=&quot;8&quot;
+   id=&quot;svg6674&quot;&gt;
+  &lt;defs
+     id=&quot;defs6676&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata6679&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-8)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;g
+       transform=&quot;matrix(0.77777778,0,0,0.77777778,0.49999999,3.0555555)&quot;
+       id=&quot;layer1-72&quot;&gt;
+      &lt;path
+         d=&quot;M 2.25,16 6.75,11.5 2.25,7 z&quot;
+         id=&quot;path6400-7&quot;
+         style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
+    &lt;/g&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyOpensvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,57 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;8&quot;
+   height=&quot;8&quot;
+   id=&quot;svg6674&quot;&gt;
+  &lt;defs
+     id=&quot;defs6676&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata6679&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-8)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;g
+       transform=&quot;matrix(0.7777778,0,0,0.7777778,0.49999988,2.6666664)&quot;
+       id=&quot;layer1-7&quot;&gt;
+      &lt;path
+         d=&quot;m 1.5e-7,9.75 4.49999965,4.5 4.5000001,-4.5 z&quot;
+         id=&quot;path6400&quot;
+         style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
+    &lt;/g&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDockBottomsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,54 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;14&quot;
+   id=&quot;svg3020&quot;&gt;
+  &lt;defs
+     id=&quot;defs3022&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3025&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-2)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;M 2.28125,1 C 1.5934111,1.0555903 0.99702097,1.5950559 1,2.1875 l 0,9.625 c -0.00205,0.03747 -0.00205,0.05628 0,0.09375 L 1,13 l 1.1875,0 0.21875,0 11.1875,0 0.125,0 L 15,13 15,12.03125 c 0.0082,-0.07477 0.0082,-0.143979 0,-0.21875 l 0,-9.625 C 14.999927,1.5592677 14.326365,1.0000628 13.59375,1 L 2.40625,1 C 2.362556,0.99824 2.3249437,0.99824 2.28125,1 z m 5.59375,1.03125 0.625,0 0.03125,0 c 0.7392332,0 1,0.065018 1,0.8125 l 0,1.3125 1.875,-1.90625 c 0.131548,-0.1296029 0.316566,-0.198882 0.5,-0.21875 0.694857,-0.1144009 1.202829,0.956737 0.6875,1.4375 l -1.875,1.875 1.28125,0 c 0.650635,0 0.8125,0.3340245 0.8125,0.96875 l 0,0.6875 -0.75,0 L 12,7 8.8125,7 8.75,7 C 8.732779,7.0005306 8.704721,7.0005306 8.6875,7 l -0.0625,0 -0.75,0 0,-0.65625 C 7.87288,6.3092798 7.87288,6.28447 7.875,6.25 7.864241,6.1728426 7.864241,6.108407 7.875,6.03125 l 0,-3.1875 0,-0.0625 0,-0.75 z M 3,8 13,8 13,11 3,11 3,8 z&quot;
+       transform=&quot;translate(0,2)&quot;
+       id=&quot;rect13039-7&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDockRightsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,37 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;14&quot;
+   id=&quot;svg3020&quot;&gt;
+  &lt;defs
+     id=&quot;defs3022&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3025&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+      &lt;/cc:Work&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-2)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;M 2.28125,1 C 1.5934111,1.0555903 0.99702097,1.5950559 1,2.1875 l 0,9.625 c -0.00205,0.03747 -0.00205,0.05628 0,0.09375 L 1,13 l 1.1875,0 0.21875,0 11.1875,0 0.125,0 L 15,13 15,12.03125 c 0.0082,-0.07477 0.0082,-0.143979 0,-0.21875 l 0,-9.625 C 14.999927,1.5592677 14.326365,1.0000628 13.59375,1 L 2.40625,1 C 2.362556,0.99824 2.3249437,0.99824 2.28125,1 z M 4,3 l 0.75,0 0.09375,0 3.1875,0 0.0625,0 c 0.017326,-5.328e-4 0.045174,-5.328e-4 0.0625,0 L 8.21875,3 9,3 9,3.65625 C 9.00211,3.6908655 9.00211,3.715385 9,3.75 9.010826,3.8274825 9.010826,3.922518 9,4 L 9,7.15625 9,7.25 9,8 8.34375,8 8.3125,8 c -0.7437836,0 -1,-0.093119 -1,-0.84375 l 0,-1.28125 -1.875,1.875 C 5.3051426,7.8801481 5.122063,7.980046 4.9375,8 4.2383693,8.1148836 3.7002494,7.045289 4.21875,6.5625 L 6.125,4.65625 l -1.28125,0 C 4.1891106,4.65625 4,4.3248999 4,3.6875 L 4,3 z m 6,0 3,0 0,8 -3,0 0,-8 z&quot;
+       transform=&quot;translate(0,2)&quot;
+       id=&quot;rect13039-7&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentCSSpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentCSS.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentCSS.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentCSS2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentCSS@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentCSS@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentFontpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentFont.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentFont.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentFont2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentFont@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentFont@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentGenericpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentGeneric.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentGeneric.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentGeneric2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentGeneric@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentGeneric@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentImagepng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentImage.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentImage.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentImage2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentImage@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentImage@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentJSpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentJS.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentJS.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentJS2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentJS@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentJS@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentMarkuppng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentMarkup.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentMarkup.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDocumentMarkup2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentMarkup@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DocumentMarkup@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkDownloadArrowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,128 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3551&quot;&gt;
+  &lt;defs
+     id=&quot;defs3553&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4015-7-7-4-9-3-3-4-4-4-6-9-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4017-0-8-9-9-0-6-7-8-8-9-4-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4019-0-7-6-9-1-1-6-75-0-6-4-6&quot;
+         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4390-1-2-7-2-2-9-8-8&quot;&gt;
+      &lt;stop
+         id=&quot;stop4392-5-4-1-97-3-2-5-2&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4394-6-5-9-7-9-6-7-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;372.38617&quot;
+       y1=&quot;232.81923&quot;
+       x2=&quot;372.38617&quot;
+       y2=&quot;229.91768&quot;
+       id=&quot;linearGradient7597&quot;
+       xlink:href=&quot;#linearGradient7159-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.2857142,0,0,1,-107.42854,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient7159-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop7161-0&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop7163-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;314.9375&quot;
+       y1=&quot;75.4375&quot;
+       x2=&quot;314.9375&quot;
+       y2=&quot;87.873909&quot;
+       id=&quot;linearGradient3661&quot;
+       xlink:href=&quot;#linearGradient4390-1-2-7-2-2-9-8-8&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.52380958,0,0,0.35087741,879.38094,-76.201768)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;372.38617&quot;
+       y1=&quot;232.81923&quot;
+       x2=&quot;372.38617&quot;
+       y2=&quot;229.91768&quot;
+       id=&quot;linearGradient3663&quot;
+       xlink:href=&quot;#linearGradient7159-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.2857142,0,0,1,-107.42854,0)&quot; /&gt;
+    &lt;radialGradient
+       cx=&quot;320&quot;
+       cy=&quot;57.5&quot;
+       r=&quot;13&quot;
+       fx=&quot;320&quot;
+       fy=&quot;57.5&quot;
+       id=&quot;radialGradient3665&quot;
+       xlink:href=&quot;#linearGradient4015-7-7-4-9-3-3-4-4-4-6-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.64889975,0,0,0.40561314,162.69993,207.17725)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3556&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 4.34375,9 c -0.1048131,0.041893 -0.1945648,0.1204254 -0.25,0.21875 l -1,1.5 C 2.9765858,10.852612 3,10.929871 3,11.21875 2.9987,11.23956 2.9987,11.26044 3,11.28125 L 3,15 13,15 13,11.3125 13,11.25 c 0,-0.379494 0.03493,-0.391559 -0.09375,-0.53125 l -1,-1.5 C 11.800608,9.0579129 11.596071,8.9684278 11.40625,9 11.07899,9.0631144 10.900296,9.5098498 11.09375,9.78125 L 11.90625,11 4.09375,11 4.90625,9.78125 C 5.1357115,9.4586386 4.7953084,8.9267587 4.40625,9 4.385444,8.9987 4.364556,8.9987 4.34375,9 z m 2,3.4375 c 0.0208,-10e-4 0.0417,-10e-4 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 L 7,13 9,13 9,12.9375 c -0.004,-0.26416 0.23582,-0.5 0.5,-0.5 0.26418,0 0.50373,0.23584 0.5,0.5 L 10,13 c 0,0.54535 -0.45465,1 -1,1 L 7,14 C 6.45465,14 6,13.54535 6,13 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 z&quot;
+       id=&quot;rect4390-9&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+    &lt;path
+       d=&quot;M 7,1 7,6.5625 5.71875,5.28125 C 5.53059,5.0931 5.2653,5.00001 5,5 L 4,5 4,6 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 L 7.5625,10 l 0.875,0 0.28125,-0.28125 3,-3 C 11.90694,6.53058 11.99999,6.2653 12,6 l 0,-1 -1,0 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 L 9,6.5625 9,1 z&quot;
+       id=&quot;path3613&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkErrorsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,128 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;10&quot;
+   height=&quot;10&quot;
+   id=&quot;svg3103&quot;&gt;
+  &lt;defs
+     id=&quot;defs3105&quot;&gt;
+    &lt;radialGradient
+       cx=&quot;623.01666&quot;
+       cy=&quot;516.14594&quot;
+       r=&quot;28.5&quot;
+       fx=&quot;623.01666&quot;
+       fy=&quot;516.14594&quot;
+       id=&quot;radialGradient10026&quot;
+       xlink:href=&quot;#linearGradient9757&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.8652336,0,0,1.8648144,-1164.5305,-448.92116)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient9757&quot;&gt;
+      &lt;stop
+         id=&quot;stop9759&quot;
+         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop9761&quot;
+         style=&quot;stop-color:#cc0000;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;613.08984&quot;
+       cy=&quot;497.24933&quot;
+       r=&quot;30.281242&quot;
+       fx=&quot;613.08984&quot;
+       fy=&quot;497.24933&quot;
+       id=&quot;radialGradient10036&quot;
+       xlink:href=&quot;#linearGradient10030&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.6457762,0,0,1.3558483,-395.91882,-176.94534)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10030&quot;&gt;
+      &lt;stop
+         id=&quot;stop10032&quot;
+         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10034&quot;
+         style=&quot;stop-color:#cc0000;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;626&quot;
+       cy=&quot;505.22311&quot;
+       r=&quot;30.535728&quot;
+       fx=&quot;626&quot;
+       fy=&quot;505.22311&quot;
+       id=&quot;radialGradient10061&quot;
+       xlink:href=&quot;#linearGradient10048&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10048&quot;&gt;
+      &lt;stop
+         id=&quot;stop10050&quot;
+         style=&quot;stop-color:#f4e3d7;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10052&quot;
+         style=&quot;stop-color:#f4e3d7;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;626&quot;
+       cy=&quot;505.22311&quot;
+       r=&quot;30.535728&quot;
+       fx=&quot;626&quot;
+       fy=&quot;505.22311&quot;
+       id=&quot;radialGradient3148&quot;
+       xlink:href=&quot;#linearGradient10048&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3108&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-6)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 5,6 c -2.7646779,0 -5,2.2353143 -5,5 0,2.764679 2.2353221,5 5,5 2.7646779,0 5,-2.235321 5,-5 C 10,8.2353143 7.7646779,6 5,6 z m -2.8571429,4.285714 5.7142858,0 0,1.428572 -5.7142858,0 z&quot;
+       id=&quot;path10839-3&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkErrorssvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,127 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3103&quot;&gt;
+  &lt;defs
+     id=&quot;defs3105&quot;&gt;
+    &lt;radialGradient
+       cx=&quot;623.01666&quot;
+       cy=&quot;516.14594&quot;
+       r=&quot;28.5&quot;
+       fx=&quot;623.01666&quot;
+       fy=&quot;516.14594&quot;
+       id=&quot;radialGradient10026&quot;
+       xlink:href=&quot;#linearGradient9757&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(2.8652336,0,0,1.8648144,-1164.5305,-448.92116)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient9757&quot;&gt;
+      &lt;stop
+         id=&quot;stop9759&quot;
+         style=&quot;stop-color:#8c8c8c;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop9761&quot;
+         style=&quot;stop-color:#666666;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;613.08984&quot;
+       cy=&quot;497.24933&quot;
+       r=&quot;30.281242&quot;
+       fx=&quot;613.08984&quot;
+       fy=&quot;497.24933&quot;
+       id=&quot;radialGradient10036&quot;
+       xlink:href=&quot;#linearGradient10030&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.6457762,0,0,1.3558483,-395.91882,-176.94534)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10030&quot;&gt;
+      &lt;stop
+         id=&quot;stop10032&quot;
+         style=&quot;stop-color:#8c8c8c;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10034&quot;
+         style=&quot;stop-color:#666666;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;626&quot;
+       cy=&quot;505.22311&quot;
+       r=&quot;30.535728&quot;
+       fx=&quot;626&quot;
+       fy=&quot;505.22311&quot;
+       id=&quot;radialGradient10061&quot;
+       xlink:href=&quot;#linearGradient10048&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10048&quot;&gt;
+      &lt;stop
+         id=&quot;stop10050&quot;
+         style=&quot;stop-color:#e5e5e5;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10052&quot;
+         style=&quot;stop-color:#e5e5e5;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;radialGradient
+       cx=&quot;626&quot;
+       cy=&quot;505.22311&quot;
+       r=&quot;30.535728&quot;
+       fx=&quot;626&quot;
+       fy=&quot;505.22311&quot;
+       id=&quot;radialGradient3148&quot;
+       xlink:href=&quot;#linearGradient10048&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3108&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 8,2.0000002 c -3.317614,0 -6,2.6823771 -6,6 C 2,11.317615 4.682386,14 8,14 c 3.317614,0 6,-2.682385 6,-5.9999998 0,-3.3176229 -2.682386,-6 -6,-6 z m -3.428572,5.1428568 6.857144,0 0,1.7142864 -6.857144,0 z&quot;
+       id=&quot;path10839-3&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkErrorsEnabledsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,75 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3103&quot;&gt;
+  &lt;defs
+     id=&quot;defs3105&quot;&gt;
+    &lt;radialGradient
+       cx=&quot;626&quot;
+       cy=&quot;505.22311&quot;
+       r=&quot;30.535728&quot;
+       fx=&quot;626&quot;
+       fy=&quot;505.22311&quot;
+       id=&quot;radialGradient10061&quot;
+       xlink:href=&quot;#linearGradient10048&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10048&quot;&gt;
+      &lt;stop
+         id=&quot;stop10050&quot;
+         style=&quot;stop-color:#f4e3d7;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10052&quot;
+         style=&quot;stop-color:#f4e3d7;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata3108&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 8,2.0000002 c -3.317614,0 -6,2.6823771 -6,6 C 2,11.317615 4.682386,14 8,14 c 3.317614,0 6,-2.682385 6,-5.9999998 0,-3.3176229 -2.682386,-6 -6,-6 z m -3.428572,5.1428568 6.857144,0 0,1.7142864 -6.857144,0 z&quot;
+       id=&quot;path10839-3&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkEventListenersvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,389 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient10015&quot;&gt;
+      &lt;stop
+         id=&quot;stop10017&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop10019&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#fcaf3e;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#fef0dc;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#fff4e5;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#fef0dc;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#fedfb4;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#fee4c0;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#fcaf3e;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient5347&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.3550291&quot;
+       y1=&quot;3.5313618&quot;
+       x2=&quot;-3.08639&quot;
+       y2=&quot;3.5313618&quot;
+       id=&quot;linearGradient5637&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4143&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient4148&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient4151&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient4153&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4170&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4176&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.96253642,-5.9e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4274&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.96253642,-5.9e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4280&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.88760834,-7.2637543e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.186018&quot;
+       y1=&quot;3.5976331&quot;
+       x2=&quot;-4.0198994&quot;
+       y2=&quot;3.5976331&quot;
+       id=&quot;linearGradient10021&quot;
+       xlink:href=&quot;#linearGradient10015&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient10030&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.88760834,-7.2637543e-7)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-7.3599825&quot;
+       y1=&quot;3.0011835&quot;
+       x2=&quot;-4.4554024&quot;
+       y2=&quot;3.0011835&quot;
+       id=&quot;linearGradient4960&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:url(#linearGradient4153);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient4148);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;M 5.28125,3 C 4.8006176,3.060582 4.4024954,3.5155791 4.40625,4 l 0,8 c 0,0.776731 0.2388401,1 1,1 l 5.1875,0 c 0.523584,-5.2e-5 0.999948,-0.476416 1,-1 l 0,-1.3125 c -5.2e-5,-0.523584 -0.476416,-0.9999476 -1,-1 l -2.78125,0 0,-0.09375 2.375,0 c 0.523584,-5.24e-5 0.999948,-0.4764155 1,-1 l 0,-1.3125 C 11.181289,6.8250542 10.823148,6.3980394 10.375,6.3125 l 0.21875,0 c 0.523584,-5.24e-5 0.999948,-0.4764155 1,-1 l 0,-1.3125 c -5.2e-5,-0.5235845 -0.476416,-0.9999476 -1,-1 L 5.40625,3 C 5.364638,2.99739 5.322862,2.99739 5.28125,3 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;M 5.28125,3.5 C 5.0633317,3.5561648 4.8991511,3.7750723 4.90625,4 l 0,8 c 0,0.385534 0.1060966,0.5 0.5,0.5 l 5.1875,0 c 0.261792,-2.6e-5 0.499974,-0.238208 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.261792 -0.238208,-0.499974 -0.5,-0.5 l -3.28125,0 0,-1.09375 2.875,0 c 0.261792,-2.62e-5 0.499974,-0.2382078 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.2617922 -0.238208,-0.4999738 -0.5,-0.5 l -2.875,0 0,-0.96875 3.28125,0 c 0.261792,-2.62e-5 0.499974,-0.2382078 0.5,-0.5 l 0,-1.3125 c -2.6e-5,-0.2617922 -0.238208,-0.4999738 -0.5,-0.5 l -5.1875,0 C 5.364802,3.49478 5.322698,3.49478 5.28125,3.5 z m 0.625,1 4.1875,0 0,0.3125 -3.28125,0 c -0.2617922,2.62e-5 -0.4999738,0.2382078 -0.5,0.5 l 0,1.96875 c 2.62e-5,0.2617922 0.2382078,0.4999738 0.5,0.5 l 2.875,0 0,0.3125 -2.875,0 c -0.2617922,2.62e-5 -0.4999738,0.2382078 -0.5,0.5 l 0,2.09375 c 2.62e-5,0.261792 0.2382078,0.499974 0.5,0.5 l 3.28125,0 0,0.3125 -4.1875,0 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient10030);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 5.3948126,12 5.2103744,0 0,-1.302594 -3.792507,0 0,-2.0979823 3.377521,0 0,-1.3025936 -3.377521,0 0,-1.9942362 3.792507,0 0,-1.3025936 -5.2103744,0 0,7.9999997&quot;
+     id=&quot;path10024&quot;
+     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkExceptionsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,349 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4329&quot;&gt;
+      &lt;stop
+         id=&quot;stop4331&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4333&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#729fcf;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#e4edf6;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#ecf2f8;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#e4edf6;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#c6d9ec;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#cfdfef;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#729fcf;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient5347&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient3502&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3507&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-290.56634,-217.42327)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3510&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3513&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient3515&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4300&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4306&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.80307692,0,0,0.80307692,-0.3079836,1.5753847)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4319&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.80307692,0,0,0.80307692,-0.3079836,1.5753847)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.8073196&quot;
+       y1=&quot;3.9479289&quot;
+       x2=&quot;-4.0577693&quot;
+       y2=&quot;3.9479289&quot;
+       id=&quot;linearGradient4335&quot;
+       xlink:href=&quot;#linearGradient4329&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient3513);fill-opacity:1;stroke:url(#linearGradient3515);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient3510);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;M 3.15625,4 C 2.7939513,4.0673853 2.5038383,4.4127579 2.5,4.78125 l 0,6.4375 C 2.5,11.919172 2.5712033,12 3.3125,12 L 7.5,12 c 0.1196559,-0.0051 0.2380738,-0.03739 0.34375,-0.09375 0.1149349,0.06101 0.2448761,0.0935 0.375,0.09375 l 1.21875,0 c 0.2669982,0.0094 0.5348479,-0.124491 0.6875,-0.34375 l 0.28125,-0.4375 0.3125,0.4375 C 10.865558,11.866777 11.118342,11.999187 11.375,12 l 1.3125,0 c 0.594854,0.0081 1.010435,-0.803265 0.65625,-1.28125 L 12.03125,9 13.3125,7.21875 C 13.666685,6.7407649 13.251104,5.9293923 12.65625,5.9375 l -1.25,0 c -0.272662,-0.0027 -0.542152,0.144293 -0.6875,0.375 l -0.3125,0.5 -0.34375,-0.5 C 9.9171523,6.081793 9.6476616,5.9347981 9.375,5.9375 l -1.09375,0 C 8.293577,5.906931 8.30402,5.875602 8.3125,5.84375 l 0,-1.0625 C 8.3011704,4.3649426 7.9164315,3.9950014 7.5,4 L 3.3125,4 C 3.260582,3.99493 3.2081684,3.99493 3.15625,4 z m 4.0625,2.625 c 0.299926,0.285503 0.6044009,-0.2643491 0,0 z m 0.75,1.28125 L 8.75,9.03125 8.21875,9.8125 C 8.0843525,9.5496601 7.7952045,9.373657 7.5,9.375 l -2.25,0 0,-0.09375 1.90625,0 c 0.4267682,0.00499 0.817494,-0.3857318 0.8125,-0.8125 z&quot;
+     id=&quot;text5177-4&quot;
+     style=&quot;font-size:9.25737095px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.60615385;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;M 3.28125,4.375 C 3.0784317,4.388434 2.9034411,4.5780067 2.90625,4.78125 l 0,6.4375 c 0,0.353338 0.043955,0.40625 0.40625,0.40625 l 4.1875,0 c 0.1423573,-0.0049 0.2789849,-0.09188 0.34375,-0.21875 0.069465,0.136197 0.2222526,0.225323 0.375,0.21875 l 1.21875,0 c 0.1363308,0.0014 0.2710762,-0.07215 0.34375,-0.1875 l 0.625,-0.9375 0.625,0.9375 c 0.07267,0.115354 0.207419,0.188851 0.34375,0.1875 l 1.3125,0 C 12.990387,11.6265 13.19209,11.202939 13,10.96875 L 11.53125,9 12.96875,6.96875 c 0.157559,-0.2344983 -0.03037,-0.6103484 -0.3125,-0.625 l -1.25,0 C 11.269919,6.3424 11.135174,6.415896 11.0625,6.53125 l -0.65625,1 -0.6875,-1 C 9.6460762,6.4158965 9.5113308,6.342399 9.375,6.34375 l -1.21875,0 c -0.3362312,0 -0.454426,0.1986563 -0.34375,0.625 L 9.25,9.03125 7.90625,11 l 0,-0.84375 C 7.908747,9.9428659 7.7133841,9.747503 7.5,9.75 l -2.65625,0 0,-0.875 2.3125,0 C 7.3696341,8.877497 7.564997,8.6821341 7.5625,8.46875 l 0,-1.03125 C 7.564997,7.2241159 7.3696341,7.028753 7.15625,7.03125 l -2.3125,0 0,-0.78125 2.65625,0 C 7.7133841,6.2525 7.908747,6.0571341 7.90625,5.84375 l 0,-1.0625 C 7.908747,4.5678659 7.7133841,4.372503 7.5,4.375 l -4.1875,0 c -0.010411,-4.054e-4 -0.020839,-4.054e-4 -0.03125,0 z m 0.4375,0.8125 3.375,0 0,0.25 -2.65625,0 C 4.2346817,5.4509336 4.0596911,5.6405067 4.0625,5.84375 l 0,1.59375 c -0.00281,0.2032433 0.1721817,0.3928164 0.375,0.40625 l 2.3125,0 0,0.25 -2.3125,0 c -0.1926888,0.012382 -0.3626179,0.1823112 -0.375,0.375 l 0,1.6875 c -0.00281,0.203243 0.1721817,0.392816 0.375,0.40625 l 2.65625,0 0,0.25 -3.375,0 z m 5.1875,1.96875 0.28125,0 0.875,1.34375 c 0.142209,0.2354632 0.545291,0.2354632 0.6875,0 l 0.84375,-1.34375 0.28125,0 -1.15625,1.625 c -0.09737,0.1354783 -0.09737,0.3332717 0,0.46875 l 1.15625,1.5625 -0.28125,0 L 10.75,9.53125 C 10.597384,9.3018442 10.193674,9.3201947 10.0625,9.5625 l -0.8125,1.25 -0.25,0 1.0625,-1.5625 c 0.09737,-0.1354783 0.09737,-0.3332717 0,-0.46875 z&quot;
+     id=&quot;text5177&quot;
+     style=&quot;font-size:9.25737095px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4319);fill-opacity:1;stroke:none;stroke-width:0.80307692;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.3116482,11.212308 4.1843317,0 0,-1.046083 -3.0456751,0 0,-1.6848415 2.7124097,0 0,-1.0460829 -2.7124097,0 0,-1.6015252 3.0456751,0 0,-1.0460829 -4.1843317,0 0,6.4246155&quot;
+     id=&quot;path4311&quot;
+     style=&quot;font-size:9.25737095px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+  &lt;path
+     d=&quot;m 8.1522409,6.7502551 1.5830104,2.2680559 -1.5089515,2.193997 1.221973,0 0.9535092,-1.4441499 0.972024,1.4441499 1.314547,0 -1.647812,-2.193997 1.610782,-2.2680559 -1.259002,0 -0.981282,1.5367236 -1.0275678,-1.5367236 -1.2312303,0&quot;
+     id=&quot;path4313&quot;
+     style=&quot;font-size:9.25737095px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFilterFieldGlyphsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,53 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;13&quot;
+   height=&quot;13&quot;
+   id=&quot;svg3004&quot;&gt;
+  &lt;defs
+     id=&quot;defs3006&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3009&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-3)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 1.5,4.3273205 0,0.71875 0,0.0625 c -10e-4,0.1365183 0.0388,0.2561957 0.125,0.375 l 4,5.4687495 c 0.062145,0.08767 0.1493769,0.162423 0.25,0.21875 l 0,2.501609 0,1 1.25,-1 0,-2.501609 c 0.1006231,-0.05633 0.1878552,-0.131078 0.25,-0.21875 l 4,-5.4687495 c 0.08625,-0.1188043 0.12631,-0.2384817 0.125,-0.375 l 0,-0.0625 0,-0.71875 z&quot;
+       id=&quot;rect10903&quot;
+       style=&quot;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFolderGenericpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FolderGeneric.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FolderGeneric.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFolderGeneric2xpng"></a>
<div class="binary"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FolderGeneric@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/FolderGeneric@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkForwardArrowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,156 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;9&quot;
+   height=&quot;9&quot;
+   id=&quot;svg2987&quot;&gt;
+  &lt;defs
+     id=&quot;defs2989&quot;&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-8-0&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-8-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-0-8&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3083&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3097&quot;
+       xlink:href=&quot;#linearGradient5066&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-2&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886&quot;
+       xlink:href=&quot;#linearGradient5066-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-3&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata2992&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 2.6435784,0 c 0.1428317,0.034005 0.2750938,0.1111582 0.375,0.21875 l 3.75,3.75 0.5,0.53125 -0.5,0.53125 -3.75,3.75 C 2.878687,8.9190777 2.6837099,8.9993624 2.4873284,9 l -0.03125,0 -0.0625,0 -0.65625,0 0,-0.5625 0,-0.09375 C 1.7014574,8.1070742 1.7853754,7.8553177 1.9560784,7.6875 L 5.1435784,4.5 1.9560784,1.28125 C 1.8171964,1.1421608 1.7366525,0.9465542 1.7373284,0.75 l 0,-0.15625 0,-0.59375 0.59375,0 0.09375,0 0.0625,0 0.09375,0 z&quot;
+     id=&quot;path6040&quot;
+     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkFunctionsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,433 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg4286&quot;&gt;
+  &lt;defs
+     id=&quot;defs4288&quot;&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4921&quot;&gt;
+      &lt;stop
+         id=&quot;stop4923&quot;
+         style=&quot;stop-color:#fcaf3e;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4925&quot;
+         style=&quot;stop-color:#fcaf3e;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8896&quot;&gt;
+      &lt;stop
+         id=&quot;stop8898&quot;
+         style=&quot;stop-color:#000000;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8900&quot;
+         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5676&quot;&gt;
+      &lt;stop
+         id=&quot;stop5678&quot;
+         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5680&quot;
+         style=&quot;stop-color:#4e9a06;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;18.0625&quot;
+       y1=&quot;9.6541071&quot;
+       x2=&quot;18.0625&quot;
+       y2=&quot;26.1875&quot;
+       id=&quot;linearGradient3771&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.57373424,0,0,0.59220544,-3.98276,-5.2836287)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
+         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
+         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;310.875&quot;
+       y1=&quot;229.8125&quot;
+       x2=&quot;310.875&quot;
+       y2=&quot;220.56094&quot;
+       id=&quot;linearGradient3766&quot;
+       xlink:href=&quot;#linearGradient8480-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient8480-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop8482-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop8484-3&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;clipPath
+       id=&quot;clipPath8434-7&quot;&gt;
+      &lt;path
+         d=&quot;m 243.44687,14.015611 0,208.269279 -208.269277,0 0,-208.269279 208.269277,0 z m -89.4907,58.575735 -34.16918,0 0,91.117814 39.05049,0 0,-52.06732 13.01683,0 0,-25.626888 c -10.7316,0 -17.89814,-2.202187 -17.89814,-13.423606 z&quot;
+         id=&quot;path8436-8&quot;
+         style=&quot;opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+    &lt;/clipPath&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4393-7-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4395-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4397-4-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient3760&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(1.5599975,0,0,1.5599977,81.712462,-63.003008)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4634-1-8-3-9-0-1-4-0-0-8-2-5-3-8&quot;
+         style=&quot;stop-color:#edfae0;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4636-1-9-9-8-8-9-6-8-9-5-4-5-5-2&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0.0274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4638-8-3-9-6-6-9-8-0-1-8-8-6-2-8&quot;
+         style=&quot;stop-color:#f2fce8;stop-opacity:1&quot;
+         offset=&quot;0.274937&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4640-8-5-7-8-9-6-8-7-4-9-6-8-9-4&quot;
+         style=&quot;stop-color:#edfae0;stop-opacity:1&quot;
+         offset=&quot;0.38707438&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4642-5-41-9-6-9-8-3-8-8-9-7-5-9-5&quot;
+         style=&quot;stop-color:#d9f5bd;stop-opacity:1&quot;
+         offset=&quot;0.66528589&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4644-5-2-7-9-2-2-4-1-8-1-4-1-6-6&quot;
+         style=&quot;stop-color:#dff7c7;stop-opacity:1&quot;
+         offset=&quot;0.76745707&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4646-3-2-3-7-3-7-9-8-5-0-3-5-9-6&quot;
+         style=&quot;stop-color:#f0f0f0;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-1-0-7-8-9-2-9-9-1-2-8&quot;
+         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-2-4-1-4-3-8-2-1-2-5-0&quot;
+         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient3764-3&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4853-9-6&quot;&gt;
+      &lt;stop
+         id=&quot;stop4855-4-8&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4857-1-9&quot;
+         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient5408&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient5445&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient5447&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5462&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5603&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient5609&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-4.2982244&quot;
+       y1=&quot;2.83077&quot;
+       x2=&quot;-2.5372779&quot;
+       y2=&quot;2.83077&quot;
+       id=&quot;linearGradient5690&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-5.6747751&quot;
+       y1=&quot;4.3266273&quot;
+       x2=&quot;-2.031734&quot;
+       y2=&quot;4.3266273&quot;
+       id=&quot;linearGradient8902&quot;
+       xlink:href=&quot;#linearGradient8896&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient8908&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-150.02495&quot;
+       y1=&quot;62.156101&quot;
+       x2=&quot;-150.02495&quot;
+       y2=&quot;274.07629&quot;
+       id=&quot;linearGradient8913&quot;
+       xlink:href=&quot;#linearGradient4853-9-6&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11069528,0,0,0.11066585,23.682407,-4.8510717)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-106.31753&quot;
+       y1=&quot;59.90741&quot;
+       x2=&quot;-106.31753&quot;
+       y2=&quot;171.05693&quot;
+       id=&quot;linearGradient8916&quot;
+       xlink:href=&quot;#linearGradient4632-1-3-9-3-2-5-8-5-1-2-7-1-6-9&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0.11984466,0,0,0.11984467,24.979917,-5.9168478)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-42.698154&quot;
+       y1=&quot;169.07428&quot;
+       x2=&quot;-132.12018&quot;
+       y2=&quot;169.07428&quot;
+       id=&quot;linearGradient8918&quot;
+       xlink:href=&quot;#linearGradient4022-6-3-3-4-0-1-8-9-6-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,0.11584983,0.11584983,0,-2.2315447,20.729109)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient8928&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.42651341,-0.02881858)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient3374&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient3412&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient3466&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4257&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4263&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4277&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4283&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.54755087,0)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;6.6228719&quot;
+       y1=&quot;-1.3009801&quot;
+       x2=&quot;6.6228719&quot;
+       y2=&quot;10.049566&quot;
+       id=&quot;linearGradient4295&quot;
+       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(0.54755087,0)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;-6.1102781&quot;
+       y1=&quot;2.6887574&quot;
+       x2=&quot;-4.1524439&quot;
+       y2=&quot;2.6887574&quot;
+       id=&quot;linearGradient4927&quot;
+       xlink:href=&quot;#linearGradient4921&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata4291&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;m 12.411986,12.134781 2.112266,2.280563&quot;
+     id=&quot;path7868-7&quot;
+     style=&quot;opacity:0.37558684;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;rect
+     width=&quot;14.999999&quot;
+     height=&quot;14.999999&quot;
+     rx=&quot;3.2073758&quot;
+     ry=&quot;3.2027895&quot;
+     x=&quot;0.49999967&quot;
+     y=&quot;0.49999928&quot;
+     id=&quot;rect7870-5&quot;
+     style=&quot;color:#000000;fill:url(#linearGradient8916);fill-opacity:1;stroke:url(#linearGradient8918);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 3.8195227,1.4949231 c -1.2946898,0 -2.3246009,1.0324565 -2.3246009,2.3274412 l 0,8.3552717 c 0,1.294985 1.0299111,2.327441 2.3246009,2.327441 l 8.3609533,0 c 1.294689,0 2.3246,-1.032456 2.3246,-2.327441 l 0,-8.3552717 c 0,-1.2949847 -1.029911,-2.3274412 -2.3246,-2.3274412 l -8.3609533,0 z&quot;
+     id=&quot;path7872-5-4&quot;
+     style=&quot;color:#000000;fill:none;stroke:url(#linearGradient8913);stroke-width:0.98984581;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
+  &lt;path
+     d=&quot;m 9.15625,2.96875 c -1.240429,0 -2.1735062,0.476225 -2.75,1.09375 C 5.9459199,4.5555936 5.8087121,5.02184 5.6875,5.4375 l -0.21875,0 A 1.0001,1.0001 0 0 0 4.5,6.25 L 4.28125,7.3125 A 1.0001,1.0001 0 0 0 5,8.46875 L 4.3125,11.8125 A 1.0001,1.0001 0 0 0 5.28125,13 l 1.375,0 a 1.0001,1.0001 0 0 0 1,-0.8125 l 0.75,-3.65625 1.25,0 A 1.0001,1.0001 0 0 0 10.625,7.71875 L 10.84375,6.625 a 1.0001,1.0001 0 0 0 -0.03125,-0.5 1.0001,1.0001 0 0 0 0.4375,-0.5 l 0.40625,-1 A 1.0001,1.0001 0 0 0 11.09375,3.3125 L 10.9375,3.25 A 1.0001,1.0001 0 0 0 10.875,3.21875 c -0.753759,-0.2422798 -1.3677559,-0.25 -1.71875,-0.25 z&quot;
+     id=&quot;text5177-4-0&quot;
+     style=&quot;font-size:11.52737713px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold Italic&quot; /&gt;
+  &lt;path
+     d=&quot;M 9.15625,3.46875 C 8.0345951,3.46875 7.2406966,3.8806287 6.75,4.40625 6.2593034,4.9318713 6.0770409,5.5350531 6,5.90625 l 0,0.03125 -0.53125,0 c -0.2333,-0.00411 -0.4562667,0.1770488 -0.5,0.40625 l -0.1875,1.0625 C 4.7064268,7.6956093 4.9512646,8.0220596 5.25,8.03125 l 0.3125,0 -0.78125,3.875 c -0.055551,0.290956 0.2038342,0.598976 0.5,0.59375 l 1.375,0 c 0.2333,0.0041 0.4562667,-0.177049 0.5,-0.40625 l 0.8125,-4.0625 1.6875,0 c 0.2333,0.00411 0.456267,-0.1770488 0.5,-0.40625 l 0.1875,-1.09375 C 10.39762,6.2504072 10.160677,5.9502796 9.875,5.9375 l -1.3125,0 c 0.1118193,-0.1826619 0.2456439,-0.375 0.71875,-0.375 0.2538337,0 0.5725438,0.09126 0.6456469,0.092505 L 10.21875,5.71875 c 0.23,0.064736 0.498139,-0.062278 0.59375,-0.28125 l 0.375,-1 C 11.292011,4.1999608 11.17357,3.8890453 10.9375,3.78125 L 10.75,3.71875 c -0.01041,-3.255e-4 -0.02084,-3.255e-4 -0.03125,0 -0.699646,-0.2248862 -1.2371472,-0.25 -1.5625,-0.25 z m 0,1 c 0.1983491,0 0.5580151,0.048177 0.90625,0.125 l -0.03125,0.0625 C 9.8405926,4.6144011 9.6126906,4.5625 9.28125,4.5625 8.3781247,4.5625 7.5338649,5.0317737 7.375,5.84375 l -0.09375,0.5 c -0.055551,0.2909564 0.2038342,0.5989759 0.5,0.59375 l 1.46875,0 -0.03125,0.09375 -1.65625,0 c -0.2249277,-0.0071 -0.4438352,0.1570817 -0.5,0.375 L 6.28125,11.5 5.90625,11.5 6.6875,7.625 C 6.7430507,7.3340436 6.4836658,7.0260241 6.1875,7.03125 l -0.3125,0 0,-0.09375 0.53125,0 C 6.6290591,6.9274554 6.833389,6.7503695 6.875,6.53125 l 0.09375,-0.4375 c 0.04976,-0.2397535 0.2121478,-0.6581861 0.53125,-1 0.3191022,-0.3418139 0.7721433,-0.625 1.65625,-0.625 z&quot;
+     id=&quot;text5177-6&quot;
+     style=&quot;font-size:11.52737713px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4295);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold Italic&quot; /&gt;
+  &lt;path
+     d=&quot;m 6.48415,5.9942365 -0.092219,0.4495677 -0.9221901,0 -0.2074928,1.0720461 0.9221902,0 L 5.2853027,12 6.668588,12 7.5677234,7.5158503 l 2.0864553,0 0.2074928,-1.0720461 -2.0864553,0 L 7.8789626,5.948127 C 7.9827089,5.4178682 8.5244965,5.0720463 9.2737752,5.0720463 c 0.3342936,0 0.6916428,0.080692 0.8414988,0.1152738 l 0.21902,0.057637 0.403458,-0.9913544 -0.172911,-0.069164 C 9.919309,3.9769457 9.4697403,3.9538908 9.1700288,3.9538908 c -2.0057616,0 -2.5590778,1.4293953 -2.6858788,2.0403457&quot;
+     id=&quot;path4289&quot;
+     style=&quot;font-size:11.52737713px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold Italic&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkGoToArrowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,202 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;10&quot;
+   height=&quot;10&quot;
+   id=&quot;svg2987&quot;&gt;
+  &lt;defs
+     id=&quot;defs2989&quot;&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-8-0&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-8-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-0-8&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3083&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3097&quot;
+       xlink:href=&quot;#linearGradient5066&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-2&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886&quot;
+       xlink:href=&quot;#linearGradient5066-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-3&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3930&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(12,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-1-4-8-0&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-1-9-9-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient6072&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-19.704978,-215.76977)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3787&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-19.704978,-215.76977)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata2992&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-6)&quot;
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;M 3.78125,6 C 2.2327274,6 0.96875,7.2639766 0.96875,8.8125 l 0,0.40625 1.625,0 0,-0.40625 C 2.59375,8.13521 3.1039608,7.625 3.78125,7.625 4.4585392,7.625 5,8.13521 5,8.8125 l 0,5.25 1.625,0 0,-5.25 C 6.625,7.2639766 5.3297726,6 3.78125,6 z&quot;
+       id=&quot;path5641&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1.61207771;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+    &lt;path
+       d=&quot;m 9.0301942,11.642353 -0.8060388,0 c -0.2070633,0 -0.4259593,0.104648 -0.5793404,0.251887 L 5.8060389,13.733016 3.9672628,11.89424 C 3.8138816,11.747001 3.5949857,11.642353 3.3879223,11.642353 l -0.8060388,0 0,0.806038 c 0,0.249429 0.072785,0.445192 0.2266984,0.604529 L 5.8060389,16 8.8034958,13.05292 c 0.1539131,-0.159337 0.2266984,-0.3551 0.2266984,-0.604529 z&quot;
+       id=&quot;path5643&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkResourcessvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,52 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   version=&quot;1.1&quot;
+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3371&quot;&gt;
+  &lt;defs
+     id=&quot;defs3373&quot; /&gt;
+  &lt;metadata
+     id=&quot;metadata3376&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     id=&quot;layer1&quot;&gt;
+    &lt;path
+       d=&quot;m 2.8124438,0.5005491 a 1.0000999,1.0000999 0 0 0 -0.8125,1.0000001 l 0,12.9999998 a 1.0000999,1.0000999 0 0 0 1.0000001,1 l 9.9999991,0 a 1.0000999,1.0000999 0 0 0 1,-1 l 0,-9.4374998 a 1.0000999,1.0000999 0 0 0 -0.28125,-0.71875 L 10.156194,0.78179915 A 1.0000999,1.0000999 0 0 0 9.4374439,0.5005491 l -6.4375,0 a 1.0000999,1.0000999 0 0 0 -0.0937,0 1.0000999,1.0000999 0 0 0 -0.0937,0 z m 1.1875001,2.0000001 5,0 0,3 2.9999991,0 0,7.9999998 -7.9999991,0 0,-10.9999998 z&quot;
+       id=&quot;path1234&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorDownArrowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,216 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;9&quot;
+   height=&quot;8&quot;
+   id=&quot;svg2987&quot;&gt;
+  &lt;defs
+     id=&quot;defs2989&quot;&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-8-0&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-8-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-0-8&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3083&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3097&quot;
+       xlink:href=&quot;#linearGradient5066&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-2&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886&quot;
+       xlink:href=&quot;#linearGradient5066-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-3&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-0-6-8-7&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-3-3-5-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-3-1-6-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-7-4-9-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886-7-3-4-8&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-1-4-8-0&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-1-9-9-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata2992&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;M 8.9999997,2.5569969 C 8.9735517,2.6680882 8.9135437,2.7709587 8.8298608,2.8486635 L 5.9131941,5.7653302 5.4999997,6.1542191 5.0868053,5.7653302 2.1701386,2.8486635 C 2.0629393,2.7398591 2.0004956,2.5882103 1.9999997,2.4354691 l 0,-0.024306 0,-0.048611 0,-0.5104166 0.4375,0 0.072917,0 c 0.1840811,-0.0279 0.3798918,0.03737 0.5104166,0.1701389 L 5.5,4.5014413 8.0034722,2.0222747 C 8.1116527,1.9142553 8.2637912,1.8516101 8.4166667,1.8521358 l 0.1215277,0 0.4618056,0 0,0.4618055 0,0.072917 0,0.048611 0,0.072917 z&quot;
+     id=&quot;path6040&quot;
+     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,1.6614584)&quot;
+     id=&quot;path8060&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,7.6614584)&quot;
+     id=&quot;path8060-1&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,5.6614584)&quot;
+     id=&quot;path8060-7&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,3.6614584)&quot;
+     id=&quot;path8060-4&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorUpArrowsvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,216 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;9&quot;
+   height=&quot;8&quot;
+   id=&quot;svg2987&quot;&gt;
+  &lt;defs
+     id=&quot;defs2989&quot;&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-8-0&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-8-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-0-8&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3083&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3097&quot;
+       xlink:href=&quot;#linearGradient5066&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-2&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886&quot;
+       xlink:href=&quot;#linearGradient5066-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-3&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-0-6-8-7&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-3-3-5-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-3-1-6-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-7-4-9-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886-7-3-4-8&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-1-4-8-0&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-1-9-9-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata2992&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;path
+     d=&quot;M 8.9999997,5.4430029 C 8.9735517,5.3319116 8.9135437,5.2290411 8.8298608,5.1513363 L 5.9131941,2.2346696 5.4999997,1.8457807 5.0868053,2.2346696 2.1701386,5.1513363 C 2.0629393,5.2601407 2.0004956,5.4117895 1.9999997,5.5645307 l 0,0.024306 0,0.048611 0,0.5104166 0.4375,0 0.072917,0 c 0.1840811,0.0279 0.3798918,-0.03737 0.5104166,-0.1701389 L 5.5,3.4985585 8.0034722,5.9777251 c 0.1081805,0.1080194 0.260319,0.1706646 0.4131945,0.1701389 l 0.1215277,0 0.4618056,0 0,-0.4618055 0,-0.072917 0,-0.048611 0,-0.072917 z&quot;
+     id=&quot;path6040&quot;
+     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,1.6614584)&quot;
+     id=&quot;path8060&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,7.6614584)&quot;
+     id=&quot;path8060-1&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,5.6614584)&quot;
+     id=&quot;path8060-7&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+  &lt;path
+     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
+     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,3.6614584)&quot;
+     id=&quot;path8060-4&quot;
+     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkUpDownArrowssvg"></a>
<div class="addfile"><h4>Added: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg (0 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg                                (rev 0)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -0,0 +1,371 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
+&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
+
+&lt;svg
+   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
+   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
+   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
+   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns=&quot;http://www.w3.org/2000/svg&quot;
+   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+   version=&quot;1.1&quot;
+   width=&quot;5&quot;
+   height=&quot;12&quot;
+   id=&quot;svg2987&quot;&gt;
+  &lt;defs
+     id=&quot;defs2989&quot;&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-8-0&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-8-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-0-8&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3083&quot;
+       xlink:href=&quot;#linearGradient4022-2-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3097&quot;
+       xlink:href=&quot;#linearGradient5066&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-2&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-4&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-9&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-0-6-8-7&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-3-3-5-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-3-1-6-2&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-7-4-9-3&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-0-6&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-3-3&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-3-1&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-7-4&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886-7-3&quot;
+       xlink:href=&quot;#linearGradient5066-0-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-0-5&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-1-4&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-1-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4884-0-6-8-7-5&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient4022-2-0-3-3-5-3-2&quot;&gt;
+      &lt;stop
+         id=&quot;stop4024-2-8-3-1-6-2-3&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop4026-8-3-7-4-9-3-5&quot;
+         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient4886-7-3-4-8&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
+      &lt;stop
+         id=&quot;stop5068-1-4-8-0&quot;
+         style=&quot;stop-color:#555753;stop-opacity:1&quot;
+         offset=&quot;0&quot; /&gt;
+      &lt;stop
+         id=&quot;stop5070-1-9-9-9&quot;
+         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
+         offset=&quot;1&quot; /&gt;
+    &lt;/linearGradient&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3595&quot;
+       xlink:href=&quot;#linearGradient5066-0-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3597&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3599&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3601&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3621&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3623&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3625&quot;
+       xlink:href=&quot;#linearGradient5066-0-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3627&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3645&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3647&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3669&quot;
+       xlink:href=&quot;#linearGradient5066-0-5&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3671&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3673&quot;
+       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+    &lt;linearGradient
+       x1=&quot;31.340973&quot;
+       y1=&quot;235.03157&quot;
+       x2=&quot;31.340973&quot;
+       y2=&quot;224.67633&quot;
+       id=&quot;linearGradient3675&quot;
+       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
+       gradientUnits=&quot;userSpaceOnUse&quot;
+       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
+  &lt;/defs&gt;
+  &lt;metadata
+     id=&quot;metadata2992&quot;&gt;
+    &lt;rdf:RDF&gt;
+      &lt;cc:Work
+         rdf:about=&quot;&quot;&gt;
+        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+        &lt;dc:type
+           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+        &lt;dc:title&gt;&lt;/dc:title&gt;
+        &lt;cc:license
+           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
+      &lt;/cc:Work&gt;
+      &lt;cc:License
+         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
+        &lt;cc:permits
+           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
+        &lt;cc:requires
+           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
+      &lt;/cc:License&gt;
+    &lt;/rdf:RDF&gt;
+  &lt;/metadata&gt;
+  &lt;g
+     transform=&quot;translate(0,-0.115145)&quot;
+     id=&quot;g3111&quot;&gt;
+    &lt;path
+       d=&quot;M 4.75,4.54279 C 4.7329949,4.471374 4.6944209,4.405243 4.6406249,4.35529 l -1.875,-1.875 L 2.5,2.23029 l -0.265625,0.25 -1.875,1.875 C 0.2904611,4.4252355 0.2503188,4.522724 0.25,4.620915 l 0,0.015625 0,0.03125 0,0.328125 0.28124999,0 0.046875,0 C 0.69646289,5.01385 0.82234109,4.97189 0.90624999,4.88654 L 2.5,3.29279 4.1093749,4.88654 c 0.069545,0.069441 0.167348,0.109713 0.265625,0.109375 l 0.078125,0 0.2968751,0 0,-0.296875 0,-0.046875 0,-0.03125 0,-0.046875 z&quot;
+       id=&quot;path6040&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+    &lt;path
+       d=&quot;M 4.75,7.6875 C 4.73299,7.758916 4.69442,7.825047 4.640625,7.875 L 2.765625,9.75 2.5,10 2.234375,9.75 0.359375,7.875 C 0.290465,7.805054 0.250319,7.707566 0.25,7.609375 l 0,-0.015625 0,-0.03125 0,-0.328125 0.28125,0 0.04687,0 C 0.696458,7.21644 0.822336,7.2584 0.906245,7.34375 L 2.499995,8.9375 4.10937,7.34375 C 4.17891,7.274309 4.276718,7.234037 4.374995,7.234375 l 0.07813,0 0.296875,0 0,0.296875 0,0.046875 0,0.03125 0,0.046875 z&quot;
+       id=&quot;path6040-7&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
+  &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (173755 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog        2014-09-19 15:58:13 UTC (rev 173755)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -1,5 +1,14 @@
</span><span class="cx"> 2014-09-19  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><ins>+        Webkitgtk 2.5.3: tarball contains APPLE LICENSE file - stating not distributable
+        https://bugs.webkit.org/show_bug.cgi?id=136632
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * PlatformGTK.cmake: Use only the icons from the gtk directory since they are free.
+
+2014-09-19  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
</ins><span class="cx">         [GTK] generate-inspector-gresource-manifest.py should receive the list of files from the makefile
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=136943
</span><span class="cx"> 
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebKit2PlatformGTKcmake"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/PlatformGTK.cmake (173755 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/PlatformGTK.cmake        2014-09-19 15:58:13 UTC (rev 173755)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/PlatformGTK.cmake        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -383,8 +383,8 @@
</span><span class="cx">     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Protocol/*.js
</span><span class="cx">     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.css
</span><span class="cx">     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.js
</span><del>-    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/*.png
-    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/*.svg
</del><ins>+    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/gtk/*.png
+    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/gtk/*.svg
</ins><span class="cx">     ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorJSBackendCommands.js
</span><span class="cx">     ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorWebBackendCommands.js
</span><span class="cx"> )
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit26ToolsChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Tools/ChangeLog (173755 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Tools/ChangeLog        2014-09-19 15:58:13 UTC (rev 173755)
+++ releases/WebKitGTK/webkit-2.6/Tools/ChangeLog        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -1,5 +1,16 @@
</span><span class="cx"> 2014-09-19  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><ins>+        Webkitgtk 2.5.3: tarball contains APPLE LICENSE file - stating not distributable
+        https://bugs.webkit.org/show_bug.cgi?id=136632
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * gtk/generate-inspector-gresource-manifest.py: Use an alias for
+        the gtk icons.
+        * gtk/manifest.txt: Only include the free icons in the tarball.
+
+2014-09-19  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
</ins><span class="cx">         [GTK] generate-inspector-gresource-manifest.py should receive the list of files from the makefile
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=136943
</span><span class="cx"> 
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit26Toolsgtkgenerateinspectorgresourcemanifestpy"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Tools/gtk/generate-inspector-gresource-manifest.py (173755 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Tools/gtk/generate-inspector-gresource-manifest.py        2014-09-19 15:58:13 UTC (rev 173755)
+++ releases/WebKitGTK/webkit-2.6/Tools/gtk/generate-inspector-gresource-manifest.py        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -56,6 +56,8 @@
</span><span class="cx">         line = '            &lt;file'
</span><span class="cx">         if is_compressible(filename):
</span><span class="cx">             line += ' compressed=&quot;true&quot;'
</span><ins>+        if 'Images/gtk/' in filename:
+            line += ' alias=&quot;%s&quot;' % filename.replace('gtk/', '')
</ins><span class="cx">         line += '&gt;%s&lt;/file&gt;\n' % filename
</span><span class="cx"> 
</span><span class="cx">         args.output.write(line)
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit26Toolsgtkmanifesttxt"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Tools/gtk/manifest.txt (173755 => 173756)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Tools/gtk/manifest.txt        2014-09-19 15:58:13 UTC (rev 173755)
+++ releases/WebKitGTK/webkit-2.6/Tools/gtk/manifest.txt        2014-09-19 16:00:48 UTC (rev 173756)
</span><span class="lines">@@ -30,6 +30,7 @@
</span><span class="cx"> exclude \.pyc$
</span><span class="cx"> exclude \.pyo$
</span><span class="cx"> exclude \.rej$
</span><ins>+exclude \.rtf$
</ins><span class="cx"> exclude \.sb$
</span><span class="cx"> exclude \.sb\.in$
</span><span class="cx"> exclude \.settings$
</span><span class="lines">@@ -57,7 +58,10 @@
</span><span class="cx"> exclude Source/cmake/OptionsAppleWin.cmake$
</span><span class="cx"> exclude Source/cmake/OptionsEfl.cmake$
</span><span class="cx"> exclude Source/cmake/eflsymbols.filter$
</span><ins>+exclude Source/WebInspectorUI/UserInterface/Images
</ins><span class="cx"> 
</span><ins>+directory Source/WebInspectorUI/UserInterface/Images/gtk
+
</ins><span class="cx"> # Most of the files in Source/WebKit are not necessary to build GTK+ and
</span><span class="cx"> # the directory includes lots of images, so we're a bit more picky here.
</span><span class="cx"> exclude Source/WebKit/.*
</span></span></pre>
</div>
</div>

</body>
</html>