Modified: trunk/Source/WebCore/ChangeLog (146213 => 146214)
--- trunk/Source/WebCore/ChangeLog 2013-03-19 16:49:01 UTC (rev 146213)
+++ trunk/Source/WebCore/ChangeLog 2013-03-19 16:56:46 UTC (rev 146214)
@@ -1,3 +1,16 @@
+2013-03-19 Alexei Filippov <a...@chromium.org>
+
+ Web Inspector: Increase DataGrid default font size.
+ https://bugs.webkit.org/show_bug.cgi?id=112692
+
+ Reviewed by Pavel Feldman.
+
+ The default font of 10px is too small. Most instances of DataGrid set
+ font to 11px.
+
+ * inspector/front-end/dataGrid.css:
+ (.data-grid table):
+
2013-03-19 Max Vujovic <mvujo...@adobe.com>
Refactor conditions for setCompositingLayersNeedRebuild in RenderLayer::styleChanged
Modified: trunk/Source/WebCore/inspector/front-end/dataGrid.css (146213 => 146214)
--- trunk/Source/WebCore/inspector/front-end/dataGrid.css 2013-03-19 16:49:01 UTC (rev 146213)
+++ trunk/Source/WebCore/inspector/front-end/dataGrid.css 2013-03-19 16:56:46 UTC (rev 146214)
@@ -16,7 +16,7 @@
border-spacing: 0;
border-collapse: collapse;
width: 100%;
- font-size: 10px;
+ font-size: 11px;
font-family: Lucida Grande, sans-serif;
}
Modified: trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css (146213 => 146214)
--- trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css 2013-03-19 16:49:01 UTC (rev 146213)
+++ trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css 2013-03-19 16:56:46 UTC (rev 146214)
@@ -73,10 +73,6 @@
border: none;
}
-.native-snapshot-view .data-grid table {
- font-size: 11px;
-}
-
.native-snapshot-view .data-grid td {
height: 14px;
line-height: 14px;
Modified: trunk/Source/WebCore/inspector/front-end/networkLogView.css (146213 => 146214)
--- trunk/Source/WebCore/inspector/front-end/networkLogView.css 2013-03-19 16:49:01 UTC (rev 146213)
+++ trunk/Source/WebCore/inspector/front-end/networkLogView.css 2013-03-19 16:56:46 UTC (rev 146214)
@@ -5,13 +5,11 @@
left: 0;
right: 0;
bottom: 0;
- font-size: 11px;
}
.network-log-grid.data-grid table.data {
-webkit-background-size: 1px 82px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
- font-size: 11px;
}
.network-log-grid.data-grid.small table.data {
@@ -32,7 +30,6 @@
.network-log-grid.data-grid th {
border-bottom: 1px solid rgb(64%, 64%, 64%);
height: 30px;
- font-size: 11px;
font-weight: bold;
}
@@ -57,7 +54,6 @@
background-color: transparent;
border: none;
width: 100%;
- font-size: 11px;
font-weight: bold;
}
@@ -490,7 +486,6 @@
color: white;
height: 20px !important;
border: none;
- font-size: 11px;
font-weight: bold;
padding: 0 0 0 8px;
white-space: pre;
Modified: trunk/Source/WebCore/inspector/front-end/networkPanel.css (146213 => 146214)
--- trunk/Source/WebCore/inspector/front-end/networkPanel.css 2013-03-19 16:49:01 UTC (rev 146213)
+++ trunk/Source/WebCore/inspector/front-end/networkPanel.css 2013-03-19 16:56:46 UTC (rev 146214)
@@ -295,7 +295,6 @@
.resource-websocket .data-grid .data {
background-image: none;
- font-size: 11px;
}
.resource-websocket td {