RESOLVED FIXED 146048
Web Inspector: Improve a few more node preview types
https://bugs.webkit.org/show_bug.cgi?id=146048
Summary Web Inspector: Improve a few more node preview types
Joseph Pecoraro
Reported 2015-06-16 22:50:09 PDT
* SUMMARY Improve a few more node preview types (comment, and doctype). * TEST js> [document.createElement("div"), document.createComment("test"), document.doctype, document, document.createTextNode("text"), document.createDocumentFragment(), document.createAttribute("attr")] We should make the comment and doctype nodes appear nicer than we currently do.
Attachments
[PATCH] Proposed Fix (2.59 KB, patch)
2015-06-16 22:51 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-06-16 22:51:22 PDT
Created attachment 255001 [details] [PATCH] Proposed Fix I considered improving #text "foo" To also have a red string for "foo", but decided against it, we didn't previously in any case.
WebKit Commit Bot
Comment 2 2015-06-17 14:35:16 PDT
Comment on attachment 255001 [details] [PATCH] Proposed Fix Clearing flags on attachment: 255001 Committed r185671: <http://trac.webkit.org/changeset/185671>
WebKit Commit Bot
Comment 3 2015-06-17 14:35:20 PDT
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 5 2015-06-18 10:09:11 PDT
Re-opened since this is blocked by bug 146114
Joseph Pecoraro
Comment 6 2015-06-18 12:22:33 PDT
Note You need to log in before you can comment on or make changes to this bug.