Let the WebKit client decide whether to show the timelines tab. If we are capturing a timeline recording in the background, then it shouldn't switch to Timelines.
<rdar://problem/26347508>
Created attachment 279261 [details] Proposed Fix I tested both the Start Timeline Recording menu item and implicitly starting a recording via Automation.inspectBrowsingContext. Both seemed to work fine with this change.
Comment on attachment 279261 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=279261&action=review > Source/WebKit2/ChangeLog:8 > + Add a seperate ShowTimelines message to WebInspector and WebInspectorUI. Have the sp: separate
Committed r201101: <http://trac.webkit.org/changeset/201101>