Bug 190987 - Web Inspector: provide options to WI.cssPath for more verbosity
Summary: Web Inspector: provide options to WI.cssPath for more verbosity
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks: WebInspectorAuditTab
  Show dependency treegraph
 
Reported: 2018-10-27 10:59 PDT by Devin Rousso
Modified: 2018-10-30 16:07 PDT (History)
6 users (show)

See Also:


Attachments
Patch (16.31 KB, patch)
2018-10-27 11:03 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Patch (16.35 KB, patch)
2018-10-27 11:10 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Patch (18.29 KB, patch)
2018-10-29 19:29 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Patch (18.65 KB, patch)
2018-10-30 14:33 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-10-27 10:59:59 PDT
This will let us be more verbose in logging.
Comment 1 Devin Rousso 2018-10-27 11:03:26 PDT
Created attachment 353237 [details]
Patch
Comment 2 EWS Watchlist 2018-10-27 11:06:09 PDT Comment hidden (obsolete)
Comment 3 Devin Rousso 2018-10-27 11:10:19 PDT
Created attachment 353241 [details]
Patch

Whoops.  Forgot bug number.
Comment 4 Devin Rousso 2018-10-29 19:29:17 PDT
Created attachment 353345 [details]
Patch
Comment 5 BJ Burg 2018-10-30 12:48:17 PDT
Comment on attachment 353345 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=353345&action=review

r=me

> Source/WebInspectorUI/ChangeLog:8
> +        * UserInterface/Base/DOMUtilities.js:

You need to describe the enhancements being made here.

> Source/WebInspectorUI/UserInterface/Base/DOMUtilities.js:138
> +            let unique = new Map;

Nit: uniqueAttributes

> LayoutTests/inspector/dom/domutilities-csspath.html:10
> +    async function nodeForSelector(selector) {

v.nice!
Comment 6 Devin Rousso 2018-10-30 14:33:33 PDT
Created attachment 353409 [details]
Patch
Comment 7 WebKit Commit Bot 2018-10-30 16:06:33 PDT
Comment on attachment 353409 [details]
Patch

Clearing flags on attachment: 353409

Committed r237608: <https://trac.webkit.org/changeset/237608>
Comment 8 WebKit Commit Bot 2018-10-30 16:06:34 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 Radar WebKit Bug Importer 2018-10-30 16:07:27 PDT
<rdar://problem/45684504>