[Webkit-unassigned] [Bug 27124] let me *edit* css styles in the web inspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 08:59:36 PDT 2009


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





--- Comment #10 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-30 08:59:35 PDT ---
(In reply to comment #7)
> (From update of attachment 33783 [details])
> > +        for (var i = 0, len = parentRules.length; i < len; ++i) {
> > +        for (var i = 0, len = nodes.length; i < len; ++i) {
> 
> We prefer to spell out variables like length.

Done. Loop condition is now array.length


> You need to add all the new UIStrings to localizedString.js

Done. In the non-pretty patch there is the Git Binary diff.  I added 3 UI
Strings, including removing the old "Inline Style Attribute" in favor of the
shorter "Style Attribute".

-- 
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