Bug 87021

Summary: Web Inspector: Move working copy support to UISourceCode and use it for both styles and scripts.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Vsevolod Vlasov 2012-05-21 07:57:01 PDT
UISourceCode now listens for RevisionAdded event.
Virtual methods workingCopyChanged and workingCopyCommitted added to UISourceCode and implemented in descendants.
Comment 1 Vsevolod Vlasov 2012-05-21 08:00:06 PDT
Created attachment 143035 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-05-21 08:09:13 PDT
Committed r117781: <http://trac.webkit.org/changeset/117781>