[Webkit-unassigned] [Bug 191438] Web Inspector: Potential for watch expressions to never show results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 16:51:47 PST 2018


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

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drousso at apple.com

--- Comment #6 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 354280
  --> https://bugs.webkit.org/attachment.cgi?id=354280
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=354280&action=review

> Source/WebInspectorUI/UserInterface/Views/ScopeChainDetailsSidebarPanel.js:-313
> -                    resolve(propertyDescriptor);

If `evaluateInWindow` becomes `async`, this could cause the order of properties to be different (depending on the order that each promise resolves).  This isn't an issue right now, especially considering that `WI.ObjectTreeView.comparePropertyDescriptors` sorts the list after the fact.  Just something to consider :)

-- 
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/20181109/c8262097/attachment.html>


More information about the webkit-unassigned mailing list