DevTools: one objectValue css for console instead of per message
Before, each visible console message created a 'objectValue.css' style tag, resulting in a lot of duplicate rules ( https://imgur.com/a/cT1QX ) This CL replaces per-message style tags with a single one for ConsoleView, since messages only appear within ConsoleView. Bug: none Change-Id: I91b4d4ac766e2d6b29f5d68068c9d7a9d850c16a Reviewed-on: https://chromium-review.googlesource.com/879848Reviewed-by:Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#533794}
Showing
Please register or sign in to comment