[Webkit-unassigned] [Bug 45982] Web Inspector: FileSystem integration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 13:27:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45982





--- Comment #31 from Michael Nordman <michaeln at google.com>  2010-10-28 13:27:17 PST ---
(From update of attachment 72216)
View in context: https://bugs.webkit.org/attachment.cgi?id=72216&action=review

> WebCore/inspector/front-end/StoragePanel.js:369
> +    showFileSystem: function(treeElement, fileSystemDomain)

should 'fileSystemDomain' be 'origin' here?

> WebCore/inspector/front-end/StoragePanel.js:371
> +        this._fileSystemView =  new WebInspector.FileSystemView(treeElement, fileSystemDomain);

ditto

> WebCore/inspector/front-end/StoragePanel.js:956
> +WebInspector.FileSystemTreeElement = function(storagePanel, fileSystemDomain)

ditto

> WebCore/inspector/front-end/StoragePanel.js:965
> +        this._storagePanel.showFileSystem(this, this._fileSystemDomain);

ditto

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list