It seems better to show empty view while loading file.
Created attachment 153227 [details] Patch
Comment on attachment 153227 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=153227&action=review > Source/WebCore/inspector/front-end/FileContentView.js:50 > + this._innerView = new WebInspector.EmptyView(WebInspector.UIString("")); this._innerView = new WebInspector.EmptyView("");
Created attachment 158213 [details] Patch
Comment on attachment 153227 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=153227&action=review >> Source/WebCore/inspector/front-end/FileContentView.js:50 >> + this._innerView = new WebInspector.EmptyView(WebInspector.UIString("")); > > this._innerView = new WebInspector.EmptyView(""); Done I forgot to handle this...
Comment on attachment 158213 [details] Patch Clearing flags on attachment: 158213 Committed r125527: <http://trac.webkit.org/changeset/125527>
All reviewed patches have been landed. Closing bug.