Changeset 51255 in webkit


Ignore:
Timestamp:
Nov 20, 2009 1:29:12 PM (14 years ago)
Author:
bweinstein@apple.com
Message:

Fixes <http://webkit.org/b/31741>.
Web Inspector: User Entered Data on the console should show up no matter what filters.

Reviewed by Tim Hatcher.

Always show .console-user-command-result, no matter what the filter say
we should do with the other classes.

  • inspector/front-end/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51250 r51255  
     12009-11-20  Brian Weinstein  <bweinstein@apple.com>
     2
     3        Reviewed by Tim Hatcher.
     4
     5        Fixes <http://webkit.org/b/31741>.
     6        Web Inspector: User Entered Data on the console should show up no matter what filters.
     7       
     8        Always show .console-user-command-result, no matter what the filter say
     9        we should do with the other classes.
     10
     11        * inspector/front-end/inspector.css:
     12
    1132009-11-20  Brian Weinstein  <bweinstein@apple.com>
    214
  • trunk/WebCore/inspector/front-end/inspector.css

    r51245 r51255  
    27462746}
    27472747
     2748.console-user-command-result {
     2749    display: block;
     2750}
     2751
    27482752.resources-graph-bar.waiting {
    27492753    opacity: 0.35;
Note: See TracChangeset for help on using the changeset viewer.