Bug 107136

Summary: Web Inspector: Add early version of file system mappings editor to settings.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
pfeldman: review+
screenshot none

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>