Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2010-02-24 Alexander Pavlov <apavlov@chromium.org>
        Reviewed by Pavel Feldman.

        Web Inspector: Activate/Deactivate breaks does not look consistent with rest of the toolbar.

        Fix style and add the new images to the related file sets.
        https://bugs.webkit.org/show_bug.cgi?id=35307

        * WebCore.gypi:
        * inspector/front-end/Images/deactivateBreakpointsButtonGlyph.png:
        * inspector/front-end/Images/deactivateBreakpointsDisabledButtonGlyph.png:
        * inspector/front-end/WebKit.qrc:
        * inspector/front-end/inspector.css:



Canonical link: https://commits.webkit.org/46489@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@55187 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Alexander Pavlov committed Feb 24, 2010
1 parent 1c6abf8 commit 859cd2d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions WebCore/ChangeLog
@@ -1,3 +1,18 @@
2010-02-24 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Activate/Deactivate breaks does not look consistent with rest of the toolbar.

Fix style and add the new images to the related file sets.
https://bugs.webkit.org/show_bug.cgi?id=35307

* WebCore.gypi:
* inspector/front-end/Images/deactivateBreakpointsButtonGlyph.png:
* inspector/front-end/Images/deactivateBreakpointsDisabledButtonGlyph.png:
* inspector/front-end/WebKit.qrc:
* inspector/front-end/inspector.css:

2010-02-24 Xan Lopez <xlopez@igalia.com>

Reviewed by Gustavo Noronha.
Expand Down
2 changes: 2 additions & 0 deletions WebCore/WebCore.gypi
Expand Up @@ -3813,6 +3813,8 @@
'inspector/front-end/Images/cookie.png',
'inspector/front-end/Images/database.png',
'inspector/front-end/Images/databaseTable.png',
'inspector/front-end/Images/deactivateBreakpointsButtonGlyph.png',
'inspector/front-end/Images/deactivateBreakpointsDisabledButtonGlyph.png',
'inspector/front-end/Images/debuggerContinue.png',
'inspector/front-end/Images/debuggerPause.png',
'inspector/front-end/Images/debuggerStepInto.png',
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions WebCore/inspector/front-end/WebKit.qrc
Expand Up @@ -102,6 +102,8 @@
<file>Images/consoleIcon.png</file>
<file>Images/database.png</file>
<file>Images/databaseTable.png</file>
<file>Images/deactivateBreakpointsButtonGlyph.png</file>
<file>Images/deactivateBreakpointsDisabledButtonGlyph.png</file>
<file>Images/debuggerContinue.png</file>
<file>Images/debuggerPause.png</file>
<file>Images/debuggerStepInto.png</file>
Expand Down
3 changes: 1 addition & 2 deletions WebCore/inspector/front-end/inspector.css
Expand Up @@ -2412,12 +2412,11 @@ button.enable-toggle-status-bar-item.toggled-on .glyph {

.toggle-breakpoints .glyph {
-webkit-mask-image: url(Images/deactivateBreakpointsDisabledButtonGlyph.png);
background-color: rgb(96, 96, 96);
background-color: rgb(96, 96, 96) !important;
}

.toggle-breakpoints.toggled-on .glyph {
-webkit-mask-image: url(Images/deactivateBreakpointsButtonGlyph.png);
background-color: rgb(1, 142, 217);
}

#scripts-debugger-status {
Expand Down

0 comments on commit 859cd2d

Please sign in to comment.