[Webkit-unassigned] [Bug 27771] Web Inspector: Reimplement Elements Panel so that its interaction with DOM is serialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 1 11:09:18 PDT 2009


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





--- Comment #7 from Timothy Hatcher <timothy at hatcher.name>  2009-08-01 11:09:17 PDT ---

> > > +    this.__disabledProperties = payload[3];
> > > +    this.__disabledPropertyValues = payload[4];
> > > +    this.__disabledPropertyPriorities = payload[5];
> > 
> > These should just have single underscore prefixes. The arrays still make a me
> > nervous.
> 
> Not using arrays anymore, but am using __disabledProperties since we feed
> StylesSidebarPane with it and latter relies upon this name.

I didn't realize we used double underscores there.

I can wait to see this in action!

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