Bug 105434 - Web Inspector: Add Workspace.setFileContent() method
Summary: Web Inspector: Add Workspace.setFileContent() method
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-12-19 07:18 PST by Vsevolod Vlasov
Modified: 2012-12-19 07:33 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.44 KB, patch)
2012-12-19 07:19 PST, 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-12-19 07:18:02 PST
This method is needed to save file system-based uiSourceCodes to the disk.
Comment 1 Vsevolod Vlasov 2012-12-19 07:19:23 PST
Created attachment 180162 [details]
Patch
Comment 2 eustas.bug 2012-12-19 07:24:34 PST
Comment on attachment 180162 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=180162&action=review

> Source/WebCore/ChangeLog:7
> +

Typo: usedto
Comment 3 Vsevolod Vlasov 2012-12-19 07:33:42 PST
Committed r138161: <http://trac.webkit.org/changeset/138161>