Changeset 146871 in webkit


Ignore:
Timestamp:
Mar 26, 2013 5:01:42 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r146767.
http://trac.webkit.org/changeset/146767
https://bugs.webkit.org/show_bug.cgi?id=113295

Rolling out until nicer fonts / sizes are chosen (Requested by
pfeldman on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2013-03-26

Source/WebCore:

  • inspector/front-end/dataGrid.css:

(.data-grid table):
(.data-grid td):

  • inspector/front-end/inspector.css:

(.toolbar-label):
(body.show-toolbar-icons .toolbar-label):
(.console-message .bubble):
(li .status .bubble):
(.source-frame-breakpoint-message):
(.soft-context-menu):
(.drawer-header-close-button):

  • inspector/front-end/inspectorCommon.css:

(body):

  • inspector/front-end/networkLogView.css:

(.network-log-grid.data-grid td):
(.network-log-grid.data-grid.small td):

  • inspector/front-end/tabbedPane.css:

(.tabbed-pane-header-tab):
(.tabbed-pane-header-tab-close-button):

  • inspector/front-end/timelinePanel.css:

(.timeline-tree-item .count):
(.timeline-records-stats, .storage-application-cache-status, .storage-application-cache-connectivity):
(.memory-counter-sidebar-info):
(.memory-counter-value):

Source/WebKit/chromium:

  • src/js/devTools.css:
Location:
trunk/Source
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r146867 r146871  
     12013-03-26  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r146767.
     4        http://trac.webkit.org/changeset/146767
     5        https://bugs.webkit.org/show_bug.cgi?id=113295
     6
     7        Rolling out until nicer fonts / sizes are chosen (Requested by
     8        pfeldman on #webkit).
     9
     10        * inspector/front-end/dataGrid.css:
     11        (.data-grid table):
     12        (.data-grid td):
     13        * inspector/front-end/inspector.css:
     14        (.toolbar-label):
     15        (body.show-toolbar-icons .toolbar-label):
     16        (.console-message .bubble):
     17        (li .status .bubble):
     18        (.source-frame-breakpoint-message):
     19        (.soft-context-menu):
     20        (.drawer-header-close-button):
     21        * inspector/front-end/inspectorCommon.css:
     22        (body):
     23        * inspector/front-end/networkLogView.css:
     24        (.network-log-grid.data-grid td):
     25        (.network-log-grid.data-grid.small td):
     26        * inspector/front-end/tabbedPane.css:
     27        (.tabbed-pane-header-tab):
     28        (.tabbed-pane-header-tab-close-button):
     29        * inspector/front-end/timelinePanel.css:
     30        (.timeline-tree-item .count):
     31        (.timeline-records-stats, .storage-application-cache-status, .storage-application-cache-connectivity):
     32        (.memory-counter-sidebar-info):
     33        (.memory-counter-value):
     34
    1352013-03-26  Arpita Bahuguna  <a.bah@samsung.com>
    236
  • trunk/Source/WebCore/inspector/front-end/dataGrid.css

    r146767 r146871  
    1717    border-collapse: collapse;
    1818    width: 100%;
     19    font-size: 11px;
     20    font-family: Lucida Grande, sans-serif;
    1921}
    2022
     
    101103    vertical-align: top;
    102104    height: 16px; /* Keep in sync with .data-grid table.data @ -webkit-background-size */
    103     line-height: 13px;
    104     padding: 1px 4px;
     105    line-height: 12px;
     106    padding: 2px 4px;
    105107    white-space: nowrap;
    106108    overflow: hidden;
  • trunk/Source/WebCore/inspector/front-end/inspector.css

    r146767 r146871  
    164164
    165165.toolbar-label {
    166     line-height: 24px;
     166    line-height: 22px;
    167167    font-size: 11px;
    168     font-family: 'Lucida Grande', sans-serif;
     168    font-family: Lucida Grande, sans-serif;
    169169    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    170170}
    171171
    172172body.show-toolbar-icons .toolbar-label {
    173     line-height: 16px;
     173    line-height: 15px;
    174174}
    175175.toolbar-item.toggleable:active .toolbar-label {
     
    10471047    font-size: 11px;
    10481048    line-height: normal;
     1049    font-family: Helvetica, Arial, sans-serif;
    10491050    font-weight: bold;
    10501051    text-shadow: none;
     
    21212122    font-size: 11px;
    21222123    line-height: normal;
     2124    font-family: Helvetica, Arial, sans-serif;
    21232125    font-weight: bold;
    21242126    text-shadow: none;
     
    23032305.source-frame-breakpoint-message {
    23042306    background-color: transparent;
     2307    font-family: Lucida Grande, sans-serif;
    23052308    font-weight: normal;
    23062309    font-size: 11px;
     
    24072410.soft-context-menu {
    24082411    position: absolute;
     2412    font-family: 'Lucida Grande', 'Helvetica', 'sans-serif';
    24092413    border: 1px solid rgba(196, 196, 196, 0.9);
    24102414    border-top: 1px solid rgba(196, 196, 196, 0.5);
     
    25122516
    25132517.drawer-header-close-button {
     2518    font-family: Arial, monospace;
    25142519    padding: 3px 8px;
    25152520    font-size: 14px;
  • trunk/Source/WebCore/inspector/front-end/inspectorCommon.css

    r146767 r146871  
    1212    overflow: hidden;
    1313    font-family: Lucida Grande, sans-serif;
    14     font-size: 11px;
     14    font-size: 10px;
    1515    margin: 0;
    1616    tab-size: 4;
  • trunk/Source/WebCore/inspector/front-end/networkLogView.css

    r146767 r146871  
    1919.network-log-grid.data-grid td {
    2020    line-height: 17px;
    21     height: 41px;
     21    height: 37px;
    2222    border-right: 1px solid rgb(210, 210, 210);
    2323    vertical-align: middle;
     
    2525
    2626.network-log-grid.data-grid.small td {
    27     height: 21px;
     27    height: 17px;
    2828}
    2929
  • trunk/Source/WebCore/inspector/front-end/tabbedPane.css

    r146767 r146871  
    6969    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    7070    vertical-align: middle;
    71     padding: 1px 4px 2px 4px;
     71    padding: 3px 4px 2px 4px;
    7272    height: 21px;
    7373    border: 1px solid transparent;
     
    9494
    9595.tabbed-pane-header-tab-close-button {
     96    font-family: Arial, monospace;
    9697    position: relative;
    9798    bottom: 1px;
     
    164165    -webkit-appearance: none;
    165166}
     167 
  • trunk/Source/WebCore/inspector/front-end/timelinePanel.css

    r146849 r146871  
    213213
    214214.timeline-tree-item .count {
     215    font-family: Helvetica, Arial, sans-serif;
    215216    font-weight: bold;
    216217}
     
    359360
    360361.timeline-records-stats, .storage-application-cache-status, .storage-application-cache-connectivity {
     362    font-size: 11px;
    361363    text-shadow: white 0 1px 0;
    362364}
     
    495497
    496498.memory-counter-sidebar-info {
     499    font-size: 11px;
    497500    margin: 10px;
    498501}
     
    512515.memory-counter-value {
    513516    margin: 4px;
     517    font-size: 11px;
    514518}
    515519
  • trunk/Source/WebKit/chromium/ChangeLog

    r146847 r146871  
     12013-03-26  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r146767.
     4        http://trac.webkit.org/changeset/146767
     5        https://bugs.webkit.org/show_bug.cgi?id=113295
     6
     7        Rolling out until nicer fonts / sizes are chosen (Requested by
     8        pfeldman on #webkit).
     9
     10        * src/js/devTools.css:
     11
    1122013-03-25  Kent Tamura  <tkent@chromium.org>
    213
  • trunk/Source/WebKit/chromium/src/js/devTools.css

    r146767 r146871  
    1212
    1313/* Chrome theme overrides */
    14 
    15 body.platform-linux {
    16   font-family: Ubuntu, Arial, sans-serif;
    17   font-size: 11px !important;
    18 }
    19 
    20 body.platform-mac {
    21   font-family: 'Lucida Grande', sans-serif;
    22   font-size: 11px !important;
    23 }
    24 
    25 body.platform-windows {
    26   font-family: 'Segoe UI', Tahoma, sans-serif;
    27   font-size: 11px !important;
    28 }
    2914
    3015body.platform-windows #toolbar, body.platform-windows.inactive #toolbar {
Note: See TracChangeset for help on using the changeset viewer.