[Webkit-unassigned] [Bug 68452] New: Web Inspector: Feature request: onCSSSetProperty/onCSSRemoveProperty API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 11:02:17 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68452

           Summary: Web Inspector: Feature request:
                    onCSSSetProperty/onCSSRemoveProperty API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: me at elv1s.ru
                CC: pfeldman at chromium.org, apavlov at chromium.org,
                    loislo at chromium.org


I love how Web Inspector allows me to save CSS changes. Unfortunately, it doesn't work when:

  * CSS on a web page is not the same as on file system. For instance, a stylesheet on a webpage is a concatenation of few stylesheets.
  * SASS, Less CSS, Stylus is used

Would be nice, if Inspector had methods like Firebug has:

    onCSSSetProperty(style, propName, propValue, propPriority, prevValue, prevPriority, rule, baseText)
    onCSSRemoveProperty(style, propName, prevValue, prevPriority, rule, baseText)

Example of usage: http://code.google.com/p/css-x-fire/source/browse/trunk/cssxfire/src/content/overlay.js#39

It would make possible to build tools (by enthusiasts like me!) to solve these problems.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list