Summary: | Web Inspector: add experiment for single click styles editing. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> | ||||||
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Feldman <pfeldman> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Pavel Feldman
2012-02-02 04:07:32 PST
Created attachment 125106 [details]
Patch
Created attachment 125108 [details]
[Patch] with lint
Comment on attachment 125108 [details] [Patch] with lint View in context: https://bugs.webkit.org/attachment.cgi?id=125108&action=review Looks good. Make sure this code works when a single-click in commits a selector and switches to editing a property name/value and vice versa. > Source/WebCore/inspector/front-end/StylesSidebarPane.js:1860 > + return element.enclosingNodeOrSelfWithClass("value"); return !!... to get the correct type Committed r106550: <http://trac.webkit.org/changeset/106550> |