[Webkit-unassigned] [Bug 199184] Web Inspector: Implement console.timeLog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 02:47:02 PDT 2019


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

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 372818
  --> https://bugs.webkit.org/attachment.cgi?id=372818
[PATCH] Proposed Fix

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

>> Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js:293
>> +                if (this._extraParameters)
> 
> IIUC, `this._extraParameters` is equal to `this._message.parameters`?
> 
> At some point we should probably update the other users of `this._message.parameters` in this class to use `this._extraParameters` instead 🤔

`this._extraParameters` sometimes gets cleared based on what has been read. It is kind of tricky given how different console messages are sent across.

-- 
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/20190625/848e4071/attachment.html>


More information about the webkit-unassigned mailing list