[Webkit-unassigned] [Bug 140664] Web Inspector: Make collapsed sidebars undraggable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 8 19:05:46 PST 2015


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

--- Comment #8 from Nikita Vasilyev <nvasilyev at apple.com> ---
(In reply to comment #7)
> Comment on attachment 246242 [details]
> Patch (using display: none)
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=246242&action=review
> 
> > Source/WebInspectorUI/UserInterface/Views/Sidebar.js:54
> > +    this._widthBeforeResize = 0;
> > +    this._resizerMouseDownX = 0;

A long while ago I read somewhere that it’s better to define all instance properties in constructor since it will allocate a memory during allocation and also make property access a tad faster. I don’t know if it’s still relevant or applicable to JavaScriptCore.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150209/f08842c6/attachment-0002.html>


More information about the webkit-unassigned mailing list