Bug 90888

Summary: Web Inspector: Move revisions support to UISourceCode.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, kadam, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 90979    
Bug Blocks:    
Attachments:
Description Flags
Patch pfeldman: review+

Description Vsevolod Vlasov 2012-07-10 09:30:08 PDT
UISourceCode is now representing editable file in inspector.
It does not always have an associated resource also.
Moving revisions support to UISourceCode seems natural.

Patch to follow.
Comment 1 Vsevolod Vlasov 2012-07-10 10:06:37 PDT
Created attachment 151477 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-07-11 05:30:27 PDT
Committed r122327: <http://trac.webkit.org/changeset/122327>
Comment 3 Ádám Kallai 2012-07-11 06:55:32 PDT
This test fails on Lion and Qt.

 * http/tests/inspector/network/network-request-revision-content.html
I created new bug report:
bug 90979