Bug 160428

Summary: Web Inspector: Don't set `width:calc(100% - 0px); left:0px` on console messages
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Nikita Vasilyev 2016-08-01 15:22:35 PDT
Console messages inside console.group() are indented. It makes sense to
indent them by setting inline styles.

There is no reason to set `width:calc(100% - 0px); left:0px` on every message
outside of console.group().
Comment 1 Radar WebKit Bug Importer 2016-08-01 15:22:59 PDT
<rdar://problem/27646033>
Comment 2 Nikita Vasilyev 2016-08-01 15:26:15 PDT
Created attachment 285046 [details]
Patch
Comment 3 WebKit Commit Bot 2016-08-01 16:05:35 PDT
Comment on attachment 285046 [details]
Patch

Clearing flags on attachment: 285046

Committed r203994: <http://trac.webkit.org/changeset/203994>
Comment 4 WebKit Commit Bot 2016-08-01 16:05:39 PDT
All reviewed patches have been landed.  Closing bug.