Bug 91732

Summary: Web Inspector: Drop "Loading..." message from FileContentView
Product: WebKit Reporter: Taiju Tsuiki <tzik>
Component: Web Inspector (Deprecated)Assignee: Taiju Tsuiki <tzik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 68203    
Attachments:
Description Flags
Patch
none
Patch none

Description Taiju Tsuiki 2012-07-19 04:35:05 PDT
It seems better to show empty view while loading file.
Comment 1 Taiju Tsuiki 2012-07-19 04:36:17 PDT
Created attachment 153227 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-07-20 02:53:51 PDT
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("");
Comment 3 Taiju Tsuiki 2012-08-13 22:19:03 PDT
Created attachment 158213 [details]
Patch
Comment 4 Taiju Tsuiki 2012-08-13 22:26:58 PDT
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 5 WebKit Review Bot 2012-08-14 02:04:45 PDT
Comment on attachment 158213 [details]
Patch

Clearing flags on attachment: 158213

Committed r125527: <http://trac.webkit.org/changeset/125527>
Comment 6 WebKit Review Bot 2012-08-14 02:04:50 PDT
All reviewed patches have been landed.  Closing bug.