Bug 75250 - Web Inspector: Introduce support for experimental settings.
Summary: Web Inspector: Introduce support for experimental settings.
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: 2011-12-27 06:39 PST by Vsevolod Vlasov
Modified: 2011-12-27 10:23 PST (History)
10 users (show)

See Also:


Attachments
Screenshot (102.86 KB, image/png)
2011-12-27 06:39 PST, Vsevolod Vlasov
no flags Details
Patch (10.56 KB, patch)
2011-12-27 06:46 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (10.92 KB, patch)
2011-12-27 08:41 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 2011-12-27 06:39:26 PST
Introduce support for experimental settings.

This is needed to make development of new features, e.g. scripts navigator/tabbed editor container easier.
Comment 1 Vsevolod Vlasov 2011-12-27 06:39:45 PST
Created attachment 120580 [details]
Screenshot
Comment 2 Vsevolod Vlasov 2011-12-27 06:46:25 PST
Created attachment 120582 [details]
Patch
Comment 3 Vsevolod Vlasov 2011-12-27 08:41:50 PST
Created attachment 120592 [details]
Patch
Comment 4 Pavel Feldman 2011-12-27 10:03:41 PST
Comment on attachment 120592 [details]
Patch

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

> Source/WebCore/inspector/front-end/Settings.js:286
> +WebInspector.experimentsSettings = new WebInspector.ExperimentsSettings();

Could you create this object conditionally instead?
Comment 5 Vsevolod Vlasov 2011-12-27 10:23:37 PST
Committed r103714: <http://trac.webkit.org/changeset/103714>