Skip to content
  • vsevik@chromium.org's avatar
    Web Inspector: Get rid of file system ids and use file pathes as uri for file based uiSourceCodes. · 5aa1a186
    vsevik@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=111753
    
    Reviewed by Pavel Feldman.
    
    Source/WebCore:
    
    * inspector/front-end/FileSystemMapping.js:
    (WebInspector.FileSystemMappingImpl):
    (WebInspector.FileSystemMappingImpl.prototype._loadFromSettings.get this):
    (WebInspector.FileSystemMappingImpl.prototype._loadFromSettings):
    (WebInspector.FileSystemMappingImpl.prototype._saveToSettings):
    (WebInspector.FileSystemMappingImpl.prototype.set addFileSystemMapping):
    (WebInspector.FileSystemMappingImpl.prototype.removeFileSystemMapping):
    (WebInspector.FileSystemMappingImpl.prototype.fileSystemPaths):
    (WebInspector.FileSystemMappingImpl.prototype.fileSystemPathForPrefix):
    * inspector/front-end/FileSystemProjectDelegate.js:
    (WebInspector.FileSystemProjectDelegate.projectId):
    (WebInspector.FileSystemProjectDelegate.prototype.id):
    (WebInspector.FileSystemProjectDelegate.prototype.fileSystemPath):
    (WebInspector.FileSystemWorkspaceProvider):
    (WebInspector.FileSystemWorkspaceProvider.prototype._fileSystemAdded):
    (WebInspector.FileSystemWorkspaceProvider.prototype._fileSystemRemoved):
    (WebInspector.FileSystemWorkspaceProvider.prototype.fileSystemPath):
    * inspector/front-end/IsolatedFileSystemManager.js:
    (WebInspector.IsolatedFileSystemManager.prototype._innerAddFileSystem):
    (WebInspector.IsolatedFileSystemManager.prototype._fileSystemRemoved):
    * inspector/front-end/Workspace.js:
    (WebInspector.Workspace.prototype.uiSourceCodeForURL):
    
    LayoutTests:
    
    * inspector/file-system-mapping-expected.txt:
    * inspector/file-system-mapping.html:
    * inspector/file-system-project-expected.txt:
    * inspector/workspace-mapping-expected.txt:
    * inspector/workspace-mapping.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@145221 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5aa1a186