Bug 87021 - Web Inspector: Move working copy support to UISourceCode and use it for both styles and scripts.
Summary: Web Inspector: Move working copy support to UISourceCode and use it for both ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 07:57 PDT by Vsevolod Vlasov
Modified: 2012-05-21 08:09 PDT (History)
10 users (show)

See Also:


Attachments
Patch (11.38 KB, patch)
2012-05-21 08:00 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>