<!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>[172241] trunk/Source</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/172241">172241</a></dd>
<dt>Author</dt> <dd>timothy@apple.com</dd>
<dt>Date</dt> <dd>2014-08-07 13:31:41 -0700 (Thu, 07 Aug 2014)</dd>
</dl>
<h3>Log Message</h3>
<pre>Web Inspector: Update glyphs to be more like Xcode 6
https://bugs.webkit.org/show_bug.cgi?id=135705
Reviewed by Joseph Pecoraro.
Source/WebInspectorUI:
* Localizations/en.lproj/localizedStrings.js: Updated.
* UserInterface/Base/ImageUtilities.js:
(platformImagePath): Added.
(generateEmbossedImages.generateImage):
Bump the base image version. Helper function. Use isLegacyMacOS.
* UserInterface/Base/Main.js:
(WebInspector.contentLoaded):
(WebInspector._updateDockNavigationItems):
(WebInspector._generateDisclosureTriangleImages):
Use new images and add legacy path. Remove the shadow.
* UserInterface/Images: Updated images.
* UserInterface/Images/Legacy: Added. Moved legacy images here.
* UserInterface/Views/CSSStyleDeclarationSection.css:
(.style-declaration-section):
(body.mac-platform.legacy .style-declaration-section + .style-declaration-section):
(.style-declaration-section.last-in-group):
(.style-declaration-section.last-in-group + .style-declaration-section):
Use a consistent gray for borders.
* UserInterface/Views/CSSStyleDetailsSidebarPanel.css:
(.sidebar > .panel.details.css-style > .content > .pseudo-classes):
Use a consistent gray for borders.
* UserInterface/Views/ContentBrowser.js:
(WebInspector.ContentBrowser):
Use new images and add legacy path.
* UserInterface/Views/ControlToolbarItem.css:
(.toolbar .item.control):
(body.mac-platform.legacy .toolbar .item.control):
(.toolbar .item.control:hover):
(body.mac-platform.legacy .toolbar .item.control:hover):
Adjust the opacity for controls.
* UserInterface/Views/DOMTreeContentView.js:
(WebInspector.DOMTreeContentView):
Use new images and add legacy path.
* UserInterface/Views/DataGrid.css:
(.data-grid tr.selected):
Use a consistent gray for borders.
* UserInterface/Views/DataGrid.js:
(WebInspector.DataGrid.prototype.get _generateSortIndicatorImagesIfNeeded):
Use new images and add legacy path. Remove the shadow.
* UserInterface/Views/DebuggerSidebarPanel.js:
(WebInspector.DebuggerSidebarPanel):
Use new images and add legacy path.
* UserInterface/Views/DefaultDashboardView.css:
(.toolbar .dashboard.default > .item):
(body.mac-platform.legacy .toolbar .dashboard.default > .item):
(body.mac-platform.legacy .toolbar .dashboard.default > .resourcesCount > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .time > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .logs > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .resourcesSize > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .errors > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .errors.enabled > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .issues > img):
(body.mac-platform.legacy .toolbar .dashboard.default > .issues.enabled > img):
Use new images and add legacy path.
* UserInterface/Views/DetailsSection.css:
(.details-section):
(.details-section .details-section:first-child):
(body.mac-platform.legacy .details-section > .header):
(.details-section > .content > .group):
(.details-section > .content > .group:nth-child(even) > .row.simple:first-child > *):
(body.mac-platform.legacy .details-section > .content > .group:last-child > .row.simple:last-child > *):
Use a consistent gray for borders.
* UserInterface/Views/FilterBar.css:
(body.mac-platform.legacy .filter-bar > input[type="search"]::-webkit-search-decoration):
Use new images and add legacy path.
* UserInterface/Views/FindBanner.css:
(.find-banner):
Use a consistent gray for borders.
* UserInterface/Views/FindBanner.js:
(WebInspector.FindBanner.prototype._generateButtonsGlyphsIfNeeded):
Add legacy path.
* UserInterface/Views/FrameTreeElement.js:
(WebInspector.FrameTreeElement.prototype.updateStatusForMainFrame):
Use new images and add legacy path.
* UserInterface/Views/LogContentView.js:
(WebInspector.LogContentView):
Use new images and add legacy path.
* UserInterface/Views/Main.css:
(#split-content-browser):
Use a consistent gray for borders.
* UserInterface/Views/NavigationSidebarPanel.css:
(.sidebar > .panel.navigation > .overflow-shadow):
(body.mac-platform.legacy .sidebar > .panel.navigation > .overflow-shadow):
(.sidebar > .panel.navigation > .overflow-shadow.top):
(body.mac-platform.legacy .sidebar > .panel.navigation > .overflow-shadow.top):
(.sidebar > .panel.navigation > .empty-content-placeholder):
(body.mac-platform.legacy .sidebar > .panel.navigation > .empty-content-placeholder):
(.navigation-sidebar-panel-content-tree-outline:focus .item.selected .disclosure-button):
(.navigation-sidebar-panel-content-tree-outline:focus .item.selected.expanded .disclosure-button):
(.navigation-sidebar-panel-content-tree-outline .item.selected):
(.navigation-sidebar-panel-content-tree-outline:focus .item.selected):
Adjust the styles to make the selected item use white text and icons only when focused.
* UserInterface/Views/NavigationSidebarPanel.js:
(WebInspector.NavigationSidebarPanel.prototype._updateContentOverflowShadowVisibility):
(WebInspector.NavigationSidebarPanel.prototype._generateDisclosureTrianglesIfNeeded):
Remove the shadow from the disclosure triangles. Make the overflow shadow not fade.
* UserInterface/Views/ProbeDetailsSidebarPanel.css:
(.details-section.probe-set .options > .probe-clear-samples):
(.details-section.probe-set .options > .probe-remove):
(.details-section.probe-set .options > .probe-add):
(body.mac-platform.legacy .details-section.probe-set .options > .probe-clear-samples):
(body.mac-platform.legacy .details-section.probe-set .options > .probe-remove):
(body.mac-platform.legacy .details-section.probe-set .options > .probe-add):
Tweak size and position of icons and use legacy paths.
* UserInterface/Views/QuickConsole.css:
(.quick-console):
Adjust padding to match filter bar height.
* UserInterface/Views/ResourceSidebarPanel.css:
(.sidebar > .panel.navigation.resource > .search-bar):
Adjust height.
* UserInterface/Views/RulesStyleDetailsPanel.css:
(.sidebar > .panel.details.css-style .rules .label + .style-declaration-section):
(.sidebar > .panel.details.css-style .rules .new-rule + .style-declaration-section):
(body.mac-platform.legacy .sidebar > .panel.details.css-style .rules .new-rule img):
Use a consistent gray for borders. Don't bold the New Rule label.
* UserInterface/Views/ScriptContentView.js:
(WebInspector.ScriptContentView):
Use new images and add legacy path.
* UserInterface/Views/Sidebar.css:
(.sidebar.left):
(.sidebar.right):
Use a consistent gray for borders.
* UserInterface/Views/TextContentView.js:
(WebInspector.TextContentView):
Use new images and add legacy path.
* UserInterface/Views/TextResourceContentView.js:
(WebInspector.TextResourceContentView):
Use new images and add legacy path.
* UserInterface/Views/TimelineContentView.js:
(WebInspector.TimelineContentView):
Use new images and add legacy path.
* UserInterface/Views/TimelineDataGrid.css:
(.data-grid.timeline th):
(.data-grid.timeline th.sortable:active):
(.data-grid.timeline th.sort-descending):
Fix a regression with the gradient background showing in legacy mode.
* UserInterface/Views/TimelineIcons.css:
(body.mac-platform.legacy .network-icon .icon):
(body.mac-platform.legacy .network-icon.large .icon):
(body.mac-platform.legacy .colors-icon .icon):
(body.mac-platform.legacy .colors-icon.large .icon):
Added legacy versions of these icons.
* UserInterface/Views/TimelineSidebarPanel.css:
(.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph):
(.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:hover):
(.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:active):
(.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:hover):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording:hover):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.forced):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording.forced):
(.sidebar > .panel.navigation.timeline > .timelines-content .close-button):
(.sidebar > .panel.navigation.timeline > .timelines-content li.item.selected + li.item):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .timelines-content :focus li.item.selected + li.item):
Update the styles for the recording button and close button.
* UserInterface/Views/TimelineSidebarPanel.js:
(WebInspector.TimelineSidebarPanel.createTimelineTreeElement):
Use TreeElementStatusButton instead of a styled image.
* UserInterface/Views/TreeElementStatusButton.css:
(.item > .status > .status-button > svg path.filled):
(body.mac-platform.legacy .item > .status > .status-button > svg path.filled):
(:focus .item.selected > .status > .status-button > svg path.filled):
(.item > .status > .status-button > svg path.stroked):
(body.mac-platform.legacy .item > .status > .status-button > svg path.stroked):
(:focus .item.selected > .status > .status-button > svg path.stroked):
(.item.selected > .status > .status-button:active):
(.item > .status > .status-button.disabled):
Updated selectors and styles to work with stroke or fill.
Source/WebKit:
* WebKit.xcodeproj/project.pbxproj: Added new images.
Source/WebKit/mac:
* Resources/Dock.pdf: Added.
* Resources/DockLegacy.pdf: Copied from Source/WebKit/mac/Resources/Dock.pdf.
* WebCoreSupport/WebInspectorClient.mm:
(-[WebInspectorWindowController window]): Use new images.
Source/WebKit2:
* Resources/DockBottom.pdf: Added.
* Resources/DockBottomLegacy.pdf: Copied from Source/WebKit/mac/Resources/Dock.pdf.
* Resources/DockRight.pdf: Added.
* Resources/DockRightLegacy.pdf: Copied from Source/WebKit2/Resources/DockRight.pdf.
* UIProcess/mac/WebInspectorProxyMac.mm:
(WebKit::WebInspectorProxy::createInspectorWindow): Use new images.
* WebKit2.xcodeproj/project.pbxproj: Added new images.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs">trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceBaseImageUtilitiesjs">trunk/Source/WebInspectorUI/UserInterface/Base/ImageUtilities.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceBaseMainjs">trunk/Source/WebInspectorUI/UserInterface/Base/Main.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesBackArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/BackArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesBreakpointssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Breakpoints.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesCirclesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Circle.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesClosesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Close.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesCloseWhitesvg">trunk/Source/WebInspectorUI/UserInterface/Images/CloseWhite.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesColorspng">trunk/Source/WebInspectorUI/UserInterface/Images/Colors.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesColors2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Colors@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesColorsLargepng">trunk/Source/WebInspectorUI/UserInterface/Images/ColorsLarge.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesColorsLarge2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/ColorsLarge@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesDockBottomsvg">trunk/Source/WebInspectorUI/UserInterface/Images/DockBottom.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesDockRightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/DockRight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesDownloadArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/DownloadArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesErrorssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Errors.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesErrorsEnabledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/ErrorsEnabled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesFilterFieldGlyphsvg">trunk/Source/WebInspectorUI/UserInterface/Images/FilterFieldGlyph.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesFolderGenericpng">trunk/Source/WebInspectorUI/UserInterface/Images/FolderGeneric.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesFolderGeneric2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/FolderGeneric@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesForwardArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/ForwardArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesIssuessvg">trunk/Source/WebInspectorUI/UserInterface/Images/Issues.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesIssuesEnabledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/IssuesEnabled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLayerBorderssvg">trunk/Source/WebInspectorUI/UserInterface/Images/LayerBorders.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLogssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Logs.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNavigationItemCurleyBracessvg">trunk/Source/WebInspectorUI/UserInterface/Images/NavigationItemCurleyBraces.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNavigationItemTrashsvg">trunk/Source/WebInspectorUI/UserInterface/Images/NavigationItemTrash.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNetworkpng">trunk/Source/WebInspectorUI/UserInterface/Images/Network.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNetwork2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Network@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNetworkLargepng">trunk/Source/WebInspectorUI/UserInterface/Images/NetworkLarge.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNetworkLarge2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/NetworkLarge@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesPausesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Pause.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesPlussvg">trunk/Source/WebInspectorUI/UserInterface/Images/Plus.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesReloadsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Reload.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesResourcessvg">trunk/Source/WebInspectorUI/UserInterface/Images/Resources.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesResumesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Resume.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesShadowDOMsvg">trunk/Source/WebInspectorUI/UserInterface/Images/ShadowDOM.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesSortIndicatorDownArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/SortIndicatorDownArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesSortIndicatorUpArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/SortIndicatorUpArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesSplitToggleDownsvg">trunk/Source/WebInspectorUI/UserInterface/Images/SplitToggleDown.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesSplitToggleUpsvg">trunk/Source/WebInspectorUI/UserInterface/Images/SplitToggleUp.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStepIntosvg">trunk/Source/WebInspectorUI/UserInterface/Images/StepInto.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStepOutsvg">trunk/Source/WebInspectorUI/UserInterface/Images/StepOut.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStepOversvg">trunk/Source/WebInspectorUI/UserInterface/Images/StepOver.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesTimesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Time.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesUndocksvg">trunk/Source/WebInspectorUI/UserInterface/Images/Undock.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesUpDownArrowssvg">trunk/Source/WebInspectorUI/UserInterface/Images/UpDownArrows.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesWeightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Weight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationSectioncss">trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDetailsSidebarPanelcss">trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDetailsSidebarPanel.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsContentBrowserjs">trunk/Source/WebInspectorUI/UserInterface/Views/ContentBrowser.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsControlToolbarItemcss">trunk/Source/WebInspectorUI/UserInterface/Views/ControlToolbarItem.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDOMTreeContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDataGridcss">trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDataGridjs">trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDebuggerSidebarPaneljs">trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDefaultDashboardViewcss">trunk/Source/WebInspectorUI/UserInterface/Views/DefaultDashboardView.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDetailsSectioncss">trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsFilterBarcss">trunk/Source/WebInspectorUI/UserInterface/Views/FilterBar.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsFindBannercss">trunk/Source/WebInspectorUI/UserInterface/Views/FindBanner.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsFindBannerjs">trunk/Source/WebInspectorUI/UserInterface/Views/FindBanner.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsFrameTreeElementjs">trunk/Source/WebInspectorUI/UserInterface/Views/FrameTreeElement.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsLogContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsMaincss">trunk/Source/WebInspectorUI/UserInterface/Views/Main.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsNavigationSidebarPanelcss">trunk/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsNavigationSidebarPaneljs">trunk/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsProbeDetailsSidebarPanelcss">trunk/Source/WebInspectorUI/UserInterface/Views/ProbeDetailsSidebarPanel.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsQuickConsolecss">trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsResourceSidebarPanelcss">trunk/Source/WebInspectorUI/UserInterface/Views/ResourceSidebarPanel.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsRulesStyleDetailsPanelcss">trunk/Source/WebInspectorUI/UserInterface/Views/RulesStyleDetailsPanel.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsScriptContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/ScriptContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsSidebarcss">trunk/Source/WebInspectorUI/UserInterface/Views/Sidebar.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTextContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TextContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTextResourceContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TextResourceContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineDataGridcss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineDataGrid.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineIconscss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineSidebarPanelcss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineSidebarPaneljs">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTreeElementStatusButtoncss">trunk/Source/WebInspectorUI/UserInterface/Views/TreeElementStatusButton.css</a></li>
<li><a href="#trunkSourceWebKitChangeLog">trunk/Source/WebKit/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitWebKitxcodeprojprojectpbxproj">trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacResourcesDockpdf">trunk/Source/WebKit/mac/Resources/Dock.pdf</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebInspectorClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebInspectorClient.mm</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ResourcesDockBottompdf">trunk/Source/WebKit2/Resources/DockBottom.pdf</a></li>
<li><a href="#trunkSourceWebKit2ResourcesDockRightpdf">trunk/Source/WebKit2/Resources/DockRight.pdf</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacWebInspectorProxyMacmm">trunk/Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesCloseLargesvg">trunk/Source/WebInspectorUI/UserInterface/Images/CloseLarge.svg</a></li>
<li>trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/</li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyBackArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/BackArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyBreakpointssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Breakpoints.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyClosesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Close.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyCloseLargesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/CloseLarge.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyCloseWhitesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/CloseWhite.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyColorspng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Colors.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyColors2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Colors@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyColorsLargepng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/ColorsLarge.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyColorsLarge2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/ColorsLarge@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyDockBottomsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/DockBottom.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyDockRightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/DockRight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyDownloadArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/DownloadArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyErrorssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Errors.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyErrorsEnabledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/ErrorsEnabled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyFilterFieldGlyphsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/FilterFieldGlyph.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyFolderGenericpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/FolderGeneric.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyFolderGeneric2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/FolderGeneric@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyForwardArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/ForwardArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyIssuessvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Issues.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyIssuesEnabledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/IssuesEnabled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyLayerBorderssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/LayerBorders.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyLogssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Logs.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyNavigationItemCurleyBracessvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/NavigationItemCurleyBraces.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyNavigationItemTrashsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/NavigationItemTrash.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyNetworkpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Network.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyNetwork2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Network@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyNetworkLargepng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/NetworkLarge.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyNetworkLarge2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/NetworkLarge@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyPausesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Pause.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyPlussvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Plus.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyRecordingpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Recording.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyRecording2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Recording@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyRecordingHoveredpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/RecordingHovered.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyRecordingHovered2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/RecordingHovered@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyRecordingStoppedpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/RecordingStopped.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyRecordingStopped2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/RecordingStopped@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyReloadsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Reload.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyResourcessvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Resources.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyResumesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Resume.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyShadowDOMsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/ShadowDOM.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacySortIndicatorDownArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/SortIndicatorDownArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacySortIndicatorUpArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/SortIndicatorUpArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacySplitToggleDownsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/SplitToggleDown.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacySplitToggleUpsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/SplitToggleUp.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyStepIntosvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/StepInto.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyStepOutsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/StepOut.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyStepOversvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/StepOver.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyTimesvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Time.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyUndocksvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Undock.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyUpDownArrowssvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/UpDownArrows.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyUserInputPromptsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/UserInputPrompt.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyUserInputPromptPrevioussvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/UserInputPromptPrevious.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyUserInputResultsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/UserInputResult.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLegacyWeightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Weight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecordsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Record.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStopsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Stop.svg</a></li>
<li><a href="#trunkSourceWebKitmacResourcesDockLegacypdf">trunk/Source/WebKit/mac/Resources/DockLegacy.pdf</a></li>
<li><a href="#trunkSourceWebKit2ResourcesDockBottomLegacypdf">trunk/Source/WebKit2/Resources/DockBottomLegacy.pdf</a></li>
<li><a href="#trunkSourceWebKit2ResourcesDockRightLegacypdf">trunk/Source/WebKit2/Resources/DockRightLegacy.pdf</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesBackArrowLegacysvg">trunk/Source/WebInspectorUI/UserInterface/Images/BackArrowLegacy.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesCloseTimelinepng">trunk/Source/WebInspectorUI/UserInterface/Images/CloseTimeline.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesCloseTimeline2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/CloseTimeline@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesForwardArrowLegacysvg">trunk/Source/WebInspectorUI/UserInterface/Images/ForwardArrowLegacy.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesLessColumnssvg">trunk/Source/WebInspectorUI/UserInterface/Images/LessColumns.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesMemorysvg">trunk/Source/WebInspectorUI/UserInterface/Images/Memory.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesMoreColumnssvg">trunk/Source/WebInspectorUI/UserInterface/Images/MoreColumns.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesNavigationItemMagnifyingGlasssvg">trunk/Source/WebInspectorUI/UserInterface/Images/NavigationItemMagnifyingGlass.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecordingpng">trunk/Source/WebInspectorUI/UserInterface/Images/Recording.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecording2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Recording@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecordingHoveredpng">trunk/Source/WebInspectorUI/UserInterface/Images/RecordingHovered.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecordingHovered2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/RecordingHovered@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecordingStoppedpng">trunk/Source/WebInspectorUI/UserInterface/Images/RecordingStopped.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesRecordingStopped2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/RecordingStopped@2x.png</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (172240 => 172241)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-08-07 20:30:37 UTC (rev 172240)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-08-07 20:31:41 UTC (rev 172241)
</span><span class="lines">@@ -1,3 +1,216 @@
</span><ins>+2014-08-07 Timothy Hatcher <timothy@apple.com>
+
+ Web Inspector: Update glyphs to be more like Xcode 6
+ https://bugs.webkit.org/show_bug.cgi?id=135705
+
+ Reviewed by Joseph Pecoraro.
+
+ * Localizations/en.lproj/localizedStrings.js: Updated.
+
+ * UserInterface/Base/ImageUtilities.js:
+ (platformImagePath): Added.
+ (generateEmbossedImages.generateImage):
+ Bump the base image version. Helper function. Use isLegacyMacOS.
+
+ * UserInterface/Base/Main.js:
+ (WebInspector.contentLoaded):
+ (WebInspector._updateDockNavigationItems):
+ (WebInspector._generateDisclosureTriangleImages):
+ Use new images and add legacy path. Remove the shadow.
+
+ * UserInterface/Images: Updated images.
+ * UserInterface/Images/Legacy: Added. Moved legacy images here.
+
+ * UserInterface/Views/CSSStyleDeclarationSection.css:
+ (.style-declaration-section):
+ (body.mac-platform.legacy .style-declaration-section + .style-declaration-section):
+ (.style-declaration-section.last-in-group):
+ (.style-declaration-section.last-in-group + .style-declaration-section):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/CSSStyleDetailsSidebarPanel.css:
+ (.sidebar > .panel.details.css-style > .content > .pseudo-classes):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/ContentBrowser.js:
+ (WebInspector.ContentBrowser):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/ControlToolbarItem.css:
+ (.toolbar .item.control):
+ (body.mac-platform.legacy .toolbar .item.control):
+ (.toolbar .item.control:hover):
+ (body.mac-platform.legacy .toolbar .item.control:hover):
+ Adjust the opacity for controls.
+
+ * UserInterface/Views/DOMTreeContentView.js:
+ (WebInspector.DOMTreeContentView):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/DataGrid.css:
+ (.data-grid tr.selected):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/DataGrid.js:
+ (WebInspector.DataGrid.prototype.get _generateSortIndicatorImagesIfNeeded):
+ Use new images and add legacy path. Remove the shadow.
+
+ * UserInterface/Views/DebuggerSidebarPanel.js:
+ (WebInspector.DebuggerSidebarPanel):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/DefaultDashboardView.css:
+ (.toolbar .dashboard.default > .item):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .item):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .resourcesCount > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .time > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .logs > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .resourcesSize > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .errors > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .errors.enabled > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .issues > img):
+ (body.mac-platform.legacy .toolbar .dashboard.default > .issues.enabled > img):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/DetailsSection.css:
+ (.details-section):
+ (.details-section .details-section:first-child):
+ (body.mac-platform.legacy .details-section > .header):
+ (.details-section > .content > .group):
+ (.details-section > .content > .group:nth-child(even) > .row.simple:first-child > *):
+ (body.mac-platform.legacy .details-section > .content > .group:last-child > .row.simple:last-child > *):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/FilterBar.css:
+ (body.mac-platform.legacy .filter-bar > input[type="search"]::-webkit-search-decoration):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/FindBanner.css:
+ (.find-banner):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/FindBanner.js:
+ (WebInspector.FindBanner.prototype._generateButtonsGlyphsIfNeeded):
+ Add legacy path.
+
+ * UserInterface/Views/FrameTreeElement.js:
+ (WebInspector.FrameTreeElement.prototype.updateStatusForMainFrame):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/LogContentView.js:
+ (WebInspector.LogContentView):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/Main.css:
+ (#split-content-browser):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/NavigationSidebarPanel.css:
+ (.sidebar > .panel.navigation > .overflow-shadow):
+ (body.mac-platform.legacy .sidebar > .panel.navigation > .overflow-shadow):
+ (.sidebar > .panel.navigation > .overflow-shadow.top):
+ (body.mac-platform.legacy .sidebar > .panel.navigation > .overflow-shadow.top):
+ (.sidebar > .panel.navigation > .empty-content-placeholder):
+ (body.mac-platform.legacy .sidebar > .panel.navigation > .empty-content-placeholder):
+ (.navigation-sidebar-panel-content-tree-outline:focus .item.selected .disclosure-button):
+ (.navigation-sidebar-panel-content-tree-outline:focus .item.selected.expanded .disclosure-button):
+ (.navigation-sidebar-panel-content-tree-outline .item.selected):
+ (.navigation-sidebar-panel-content-tree-outline:focus .item.selected):
+ Adjust the styles to make the selected item use white text and icons only when focused.
+
+ * UserInterface/Views/NavigationSidebarPanel.js:
+ (WebInspector.NavigationSidebarPanel.prototype._updateContentOverflowShadowVisibility):
+ (WebInspector.NavigationSidebarPanel.prototype._generateDisclosureTrianglesIfNeeded):
+ Remove the shadow from the disclosure triangles. Make the overflow shadow not fade.
+
+ * UserInterface/Views/ProbeDetailsSidebarPanel.css:
+ (.details-section.probe-set .options > .probe-clear-samples):
+ (.details-section.probe-set .options > .probe-remove):
+ (.details-section.probe-set .options > .probe-add):
+ (body.mac-platform.legacy .details-section.probe-set .options > .probe-clear-samples):
+ (body.mac-platform.legacy .details-section.probe-set .options > .probe-remove):
+ (body.mac-platform.legacy .details-section.probe-set .options > .probe-add):
+ Tweak size and position of icons and use legacy paths.
+
+ * UserInterface/Views/QuickConsole.css:
+ (.quick-console):
+ Adjust padding to match filter bar height.
+
+ * UserInterface/Views/ResourceSidebarPanel.css:
+ (.sidebar > .panel.navigation.resource > .search-bar):
+ Adjust height.
+
+ * UserInterface/Views/RulesStyleDetailsPanel.css:
+ (.sidebar > .panel.details.css-style .rules .label + .style-declaration-section):
+ (.sidebar > .panel.details.css-style .rules .new-rule + .style-declaration-section):
+ (body.mac-platform.legacy .sidebar > .panel.details.css-style .rules .new-rule img):
+ Use a consistent gray for borders. Don't bold the New Rule label.
+
+ * UserInterface/Views/ScriptContentView.js:
+ (WebInspector.ScriptContentView):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/Sidebar.css:
+ (.sidebar.left):
+ (.sidebar.right):
+ Use a consistent gray for borders.
+
+ * UserInterface/Views/TextContentView.js:
+ (WebInspector.TextContentView):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/TextResourceContentView.js:
+ (WebInspector.TextResourceContentView):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/TimelineContentView.js:
+ (WebInspector.TimelineContentView):
+ Use new images and add legacy path.
+
+ * UserInterface/Views/TimelineDataGrid.css:
+ (.data-grid.timeline th):
+ (.data-grid.timeline th.sortable:active):
+ (.data-grid.timeline th.sort-descending):
+ Fix a regression with the gradient background showing in legacy mode.
+
+ * UserInterface/Views/TimelineIcons.css:
+ (body.mac-platform.legacy .network-icon .icon):
+ (body.mac-platform.legacy .network-icon.large .icon):
+ (body.mac-platform.legacy .colors-icon .icon):
+ (body.mac-platform.legacy .colors-icon.large .icon):
+ Added legacy versions of these icons.
+
+ * UserInterface/Views/TimelineSidebarPanel.css:
+ (.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph):
+ (.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:hover):
+ (.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:active):
+ (.sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:hover):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording:hover):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.forced):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording.forced):
+ (.sidebar > .panel.navigation.timeline > .timelines-content .close-button):
+ (.sidebar > .panel.navigation.timeline > .timelines-content li.item.selected + li.item):
+ (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .timelines-content :focus li.item.selected + li.item):
+ Update the styles for the recording button and close button.
+
+ * UserInterface/Views/TimelineSidebarPanel.js:
+ (WebInspector.TimelineSidebarPanel.createTimelineTreeElement):
+ Use TreeElementStatusButton instead of a styled image.
+
+ * UserInterface/Views/TreeElementStatusButton.css:
+ (.item > .status > .status-button > svg path.filled):
+ (body.mac-platform.legacy .item > .status > .status-button > svg path.filled):
+ (:focus .item.selected > .status > .status-button > svg path.filled):
+ (.item > .status > .status-button > svg path.stroked):
+ (body.mac-platform.legacy .item > .status > .status-button > svg path.stroked):
+ (:focus .item.selected > .status > .status-button > svg path.stroked):
+ (.item.selected > .status > .status-button:active):
+ (.item > .status > .status-button.disabled):
+ Updated selectors and styles to work with stroke or fill.
+
</ins><span class="cx"> 2014-08-07 Brian J. Burg <burg@cs.washington.edu>
</span><span class="cx">
</span><span class="cx"> Web Inspector: DebuggerManager sends spurious setBreakpointsActive commands when setting a breakpoint
</span></span></pre></div>
<a id="trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js (172240 => 172241)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2014-08-07 20:30:37 UTC (rev 172240)
+++ trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2014-08-07 20:31:41 UTC (rev 172241)
</span><span class="lines">@@ -90,6 +90,7 @@
</span><span class="cx">