Yay.
<rdar://problem/24034007>
Created attachment 268153 [details] Proposed Fix
Comment on attachment 268153 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=268153&action=review > Source/WebInspectorUI/UserInterface/Base/Main.js:1390 > + }, /* checked */ isCapturingTraffic); Comment here isn't that useful. > Source/WebInspectorUI/UserInterface/Base/Main.js:1394 > + protocolSubMenu.appendItem(WebInspector.unlocalizedString("Export Trace..."), () => { Proper ellipsis. > Source/WebInspectorUI/UserInterface/Base/Main.js:1397 > + }, /* disabled */ !isCapturingTraffic); Ditto.
Committed r194546: <http://trac.webkit.org/changeset/194546>
Comment on attachment 268153 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=268153&action=review > Source/WebInspectorUI/UserInterface/Debug/ProtocolTrace.js:37 > + addEntry(entry) { Style: Braces > Source/WebInspectorUI/UserInterface/Debug/ProtocolTrace.js:41 > + get saveData() { Style: Braces