Show source location after drawer views.
Created attachment 188947 [details] example
Created attachment 188948 [details] Patch
Created attachment 188987 [details] Patch
Comment on attachment 188987 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188987&action=review > Source/WebCore/inspector/front-end/Panel.js:74 > + panelStatusBar.appendChild(drawerViewAnchor); You will end up with a lot of these. > Source/WebCore/inspector/front-end/inspector.js:133 > + var element = panelStatusBar.getElementsByClassName("drawer-view-anchor")[0]; It is bad to depend on the class that was added by a component.
Created attachment 189470 [details] Patch
Created attachment 189520 [details] Patch
Created attachment 189521 [details] timeline with text which clarifies amount of selected ranges
Comment on attachment 189520 [details] Patch Clearing flags on attachment: 189520 Committed r143729: <http://trac.webkit.org/changeset/143729>
All reviewed patches have been landed. Closing bug.