Bug 107136 - Web Inspector: Add early version of file system mappings editor to settings.
Summary: Web Inspector: Add early version of file system mappings editor to 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: 2013-01-17 09:50 PST by Vsevolod Vlasov
Modified: 2013-01-18 04:29 PST (History)
9 users (show)

See Also:


Attachments
Patch (29.06 KB, patch)
2013-01-17 09:54 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (29.73 KB, patch)
2013-01-17 10:00 PST, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff
screenshot (26.93 KB, image/png)
2013-01-17 10:00 PST, Vsevolod Vlasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2013-01-17 09:50:36 PST
FileMapping simplified to use only one type of entries.
Added start/stopBatchUpdates to FileSystemWorkspaceProvider for better TabbedPane performance.
Added fileSystemProject experiment for file system support and (early and ugly) file system mappings editor behind this experiment.
Comment 1 Vsevolod Vlasov 2013-01-17 09:54:38 PST
Created attachment 183203 [details]
Patch
Comment 2 Vsevolod Vlasov 2013-01-17 10:00:01 PST
Created attachment 183204 [details]
Patch
Comment 3 Vsevolod Vlasov 2013-01-17 10:00:29 PST
Created attachment 183205 [details]
screenshot
Comment 4 WebKit Review Bot 2013-01-17 10:24:13 PST
Attachment 183204 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/insp..." exit_code: 1
Source/WebCore/inspector/front-end/Images/addIcon.png:0:  Have to enable auto props in the subversion config file (/home/alancutter/.subversion/config "enable-auto-props = yes"). Have to set the svn:mime-type in the subversion config file (/home/alancutter/.subversion/config "*.png = svn:mime-type=image/png").  [image/png] [5]
Total errors found: 1 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Vsevolod Vlasov 2013-01-18 04:29:10 PST
Committed r140124: <http://trac.webkit.org/changeset/140124>