[Webkit-unassigned] [Bug 113211] Web Inspector: refactor code duplication: WebInspector.ObjectPropertyTreeElement.wrapPropertyAsElements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 09:46:57 PDT 2013


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


Peter Rybin <prybin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #194932|1                           |0
        is obsolete|                            |




--- Comment #13 from Peter Rybin <prybin at chromium.org>  2013-03-26 09:49:24 PST ---
(From update of attachment 194932)
View in context: https://bugs.webkit.org/attachment.cgi?id=194932&action=review

>> Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:105
>>              for (var i = 0; i < this.extraProperties.length; ++i)
> 
> style: please add {} for multiline if block.

Done

>> Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:473
>> +WebInspector.ObjectPropertyTreeElement.wrapPropertyAsElements = function(treeElement, properties, internalProperties, constructor, comparator, skipProto, value) {
> 
> wrapPropertyAsElements -> populateWithProperties
> constructor -> treeElementConstructor

Done

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