Bug 98912 - Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1).
Summary: Web Inspector: Extract domain specific editing handling logic from UISourceCo...
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-10-10 08:35 PDT by Vsevolod Vlasov
Modified: 2012-10-12 02:38 PDT (History)
9 users (show)

See Also:


Attachments
Patch (28.69 KB, patch)
2012-10-10 08:37 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-10-10 08:35:28 PDT
This is the first step that introduces StyleFile and ScriptFile and extracts domain specific editing handling logic.
StyleFile and ScriptFile should listen for the UISourceCode events and process them, this will be done in the next patch.
Comment 1 Vsevolod Vlasov 2012-10-10 08:37:33 PDT
Created attachment 168004 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-10-12 02:38:46 PDT
Committed r131165: <http://trac.webkit.org/changeset/131165>