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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 16:14:14 PDT 2010


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





--- Comment #23 from Michael Nordman <michaeln at google.com>  2010-10-25 16:14:13 PST ---
> > Since file systems are per security origin, should the second param be a const SecurityOrigin& ?
> 
> @Michael: You can't pass SecurityOrigin to/from front-end, so passing domain is our best guess here.

Using the 'hostname' as the security origin is simply incorrect. It just doesn't work.

> @Michael: The problem with querying by security origin is that you need to push it to the front-end first.

Why is that a problem? When the main resource of a frame is loaded, pass along a string representation of the SecurityOrigin. This string value can be used as the label for the 'tree' element shown in the left-hand-side of the inspector.

-- 
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