WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
155668
Web Inspector: Fix ObjectTree Map styling, key/value look cramped
https://bugs.webkit.org/show_bug.cgi?id=155668
Summary
Web Inspector: Fix ObjectTree Map styling, key/value look cramped
Joseph Pecoraro
Reported
2016-03-18 15:51:31 PDT
* SUMMARY Fix ObjectTree Map styling, key/value look cramped. * TEST <script> var map = new Map; map.set("HTMLFooElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLBarElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLDivElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLSpanElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLAnchorElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLArticleElement", {className:"HTMLElement", size:1234, count:120}); console.log(map); </script> * STEPS TO REPRODUCE 1. Load test case 2. Show console 3. Expand Map => "key" and "value" look cramped
Attachments
[PATCH] Proposed Fix
(2.17 KB, patch)
2016-03-18 15:52 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-03-18 15:52:25 PDT
<
rdar://problem/25250519
>
Joseph Pecoraro
Comment 2
2016-03-18 15:52:50 PDT
Created
attachment 274464
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
2016-03-18 16:50:18 PDT
Comment on
attachment 274464
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 274464 Committed
r198452
: <
http://trac.webkit.org/changeset/198452
>
WebKit Commit Bot
Comment 4
2016-03-18 16:50:21 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug