https://bugs.webkit.org/show_bug.cgi?id=136905
Patch by Joseph Pecoraro <pecoraro@apple.com> on 2014-09-17
Reviewed by Timothy Hatcher.
Removed vendor prefixes from justify-content and a few lingering
occurances with transition, box-shadow, and display.
* UserInterface/Views/BreakpointActionView.css:
* UserInterface/Views/BreakpointTreeElement.css:
* UserInterface/Views/ButtonNavigationItem.css:
* UserInterface/Views/CSSStyleDetailsSidebarPanel.css:
* UserInterface/Views/ControlToolbarItem.css:
* UserInterface/Views/DebuggerDashboardView.css:
* UserInterface/Views/DefaultDashboardView.css:
* UserInterface/Views/FontResourceContentView.css:
* UserInterface/Views/ImageResourceContentView.css:
* UserInterface/Views/LayerTreeSidebarPanel.css:
* UserInterface/Views/Main.css:
* UserInterface/Views/NavigationBar.css:
* UserInterface/Views/NavigationSidebarPanel.css:
* UserInterface/Views/Popover.css:
* UserInterface/Views/ReplayDashboardView.css:
* UserInterface/Views/Toolbar.css:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@173715
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-09-17 Joseph Pecoraro <pecoraro@apple.com>
+
+ Web Inspector: Remove unnecessary prefixes in WebInspectorUI CSS
+ https://bugs.webkit.org/show_bug.cgi?id=136905
+
+ Reviewed by Timothy Hatcher.
+
+ Removed vendor prefixes from justify-content and a few lingering
+ occurances with transition, box-shadow, and display.
+
+ * UserInterface/Views/BreakpointActionView.css:
+ * UserInterface/Views/BreakpointTreeElement.css:
+ * UserInterface/Views/ButtonNavigationItem.css:
+ * UserInterface/Views/CSSStyleDetailsSidebarPanel.css:
+ * UserInterface/Views/ControlToolbarItem.css:
+ * UserInterface/Views/DebuggerDashboardView.css:
+ * UserInterface/Views/DefaultDashboardView.css:
+ * UserInterface/Views/FontResourceContentView.css:
+ * UserInterface/Views/ImageResourceContentView.css:
+ * UserInterface/Views/LayerTreeSidebarPanel.css:
+ * UserInterface/Views/Main.css:
+ * UserInterface/Views/NavigationBar.css:
+ * UserInterface/Views/NavigationSidebarPanel.css:
+ * UserInterface/Views/Popover.css:
+ * UserInterface/Views/ReplayDashboardView.css:
+ * UserInterface/Views/Toolbar.css:
+
2014-09-17 Dean Jackson <dino@apple.com>
WebInpector can use unprefixed flexbox
border-radius: 4px;
border: 1px solid rgb(190, 190, 190);
background-color: rgba(222, 222, 222, 0.95);
- -webkit-box-shadow: inset 0 0 2px rgb(200, 200, 200);
+ box-shadow: inset 0 0 2px rgb(200, 200, 200);
}
.breakpoint-action-block-body > input {
border-radius: 50%;
-webkit-transform: scale(0);
- -webkit-transition: none;
+ transition: none;
background-color: rgba(76, 102, 143, 1);
}
.data-updated.breakpoint-generic-line-icon .icon > span {
border-radius: 0;
-webkit-transform: scale(0.85);
- -webkit-transition: all .4s ease-out;
+ transition: all .4s ease-out;
background-color: rgba(76, 102, 143, 0.1);
}
text-align: center;
height: auto;
- -webkit-justify-content: center;
+ justify-content: center;
}
body.mac-platform.legacy .navigation-bar .item.button.text-only {
display: flex;
flex-flow: row wrap;
- -webkit-justify-content: space-around;
+ justify-content: space-around;
}
.sidebar > .panel.details.css-style > .content > .pseudo-classes > .group {
- display: -webkit-inline-flex;
+ display: inline-flex;
flex-flow: row wrap;
- -webkit-justify-content: space-around;
+ justify-content: space-around;
flex: 1;
}
.toolbar .item.control {
align-items: center;
- -webkit-justify-content: center;
+ justify-content: center;
padding: 3px 2px;
.toolbar .dashboard.debugger {
display: flex;
flex-wrap: nowrap;
- -webkit-justify-content: center;
+ justify-content: center;
align-items: center;
text-align: center;
.toolbar .dashboard.default {
display: flex;
flex-flow: row nowrap;
- -webkit-justify-content: space-between;
+ justify-content: space-between;
}
.toolbar .dashboard.default > .item {
min-width: 45px;
- -webkit-justify-content: center;
+ justify-content: center;
align-items: center;
border-radius: 4px;
.content-view.resource.font {
display: flex;
- -webkit-justify-content: center;
+ justify-content: center;
overflow-x: hidden;
overflow-y: auto;
display: flex;
- -webkit-justify-content: center;
+ justify-content: center;
}
.content-view.resource.image img {
}
.layer-tree.panel .layers-memory-label {
- -webkit-justify-content: flex-end;
+ justify-content: flex-end;
}
.layer-tree-popover {
padding-left: 20%;
padding-right: 20%;
- -webkit-justify-content: center;
+ justify-content: center;
align-items: center;
line-height: 20px;
.navigation-bar {
display: flex;
- -webkit-justify-content: center;
+ justify-content: center;
flex-wrap: wrap;
box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0;
display: flex;
- -webkit-justify-content: center;
+ justify-content: center;
align-items: center;
}
.popover > .container.center {
display: flex;
- -webkit-justify-content: center;
+ justify-content: center;
align-items: center;
}
.toolbar .dashboard.replay {
display: flex;
flex-wrap: nowrap;
- -webkit-justify-content: center;
+ justify-content: center;
align-items: center;
text-align: center;
.toolbar.label-only .dashboard.replay .item.button > .glyph {
/* The default styles here will try to elide buttons in label-only mode. */
- display: -webkit-flex !important;
+ display: flex !important;
/* ButtonNavigationItem is not aware of alternate button sizes, so override here. */
width: 14px !important;
flex-direction: column;
align-items: center;
- -webkit-justify-content: center;
+ justify-content: center;
padding-left: 6px;
padding-right: 6px;
}
.toolbar .item-section.left {
- -webkit-justify-content: flex-start;
+ justify-content: flex-start;
margin-right: 12px;
}
.toolbar .item-section.center {
flex: 2;
- -webkit-justify-content: center;
+ justify-content: center;
}
.toolbar .item-section.right {
- -webkit-justify-content: flex-end;
+ justify-content: flex-end;
margin-left: 12px;
margin-right: 12px;
}