RESOLVED FIXED 151178
Web Inspector: Auto-log inspect node selected elements to the console
https://bugs.webkit.org/show_bug.cgi?id=151178
Summary Web Inspector: Auto-log inspect node selected elements to the console
Joseph Pecoraro
Reported 2015-11-11 21:04:59 PST
* SUMMARY Auto-log inspect node selected elements to the console. * USE CASES - Slightly more discoverable than $0 - If you want to do an action like foo(node1, node2). $0 is insufficient without converting $0 to other values. With auto-logging you could select both nodes and do foo($1, $2) rather easily.
Attachments
[PATCH] Proposed Fix (10.58 KB, patch)
2015-11-11 21:14 PST, Joseph Pecoraro
bburg: review+
bburg: commit-queue-
[PATCH] For Landing (10.58 KB, patch)
2015-11-12 12:53 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-11-11 21:05:30 PST
Joseph Pecoraro
Comment 2 2015-11-11 21:14:23 PST
Created attachment 265359 [details] [PATCH] Proposed Fix
Blaze Burg
Comment 3 2015-11-11 21:34:25 PST
Comment on attachment 265359 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=265359&action=review r=me, this is cool! > Source/WebInspectorUI/UserInterface/Views/LogContentView.js:158 > + // We only auto show the console if the message is a non-syntehtic result. typo: synthetic
Joseph Pecoraro
Comment 4 2015-11-12 12:53:45 PST
Created attachment 265425 [details] [PATCH] For Landing
WebKit Commit Bot
Comment 5 2015-11-12 13:40:21 PST
Comment on attachment 265425 [details] [PATCH] For Landing Clearing flags on attachment: 265425 Committed r192383: <http://trac.webkit.org/changeset/192383>
Note You need to log in before you can comment on or make changes to this bug.