DescriptionDevTools: [SSP] render selectors effectively
Currently, the selectors in styles sidebar pane are rendered each in a
separate span, which makes them ctrl-clickable.
This is needed to help in SourceMap debugging, as different selectors
might be coming from different places in sources. (see crbug.com/266416)
However, as it generates a lot of DOM nodes, this patch stitches unmatched
selectors together in a single element. The selectors, however,
are rendered separately as the user hits Ctrl and hovers over the section.
BUG=628409
R=pfeldman, dgozman
Committed: https://crrev.com/59dfe5a201bde760a7ff95e7cc66e00967cd7f02
Cr-Commit-Position: refs/heads/master@{#405934}
Patch Set 1 #
Total comments: 6
Patch Set 2 : address comments #
Total comments: 4
Patch Set 3 : rename method #
Dependent Patchsets: Messages
Total messages: 25 (13 generated)
|