[Webkit-unassigned] [Bug 24273] Inspector Plugins or Extend Capability

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 07:29:13 PDT 2009


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





------- Comment #2 from pmuellr at yahoo.com  2009-06-09 07:29 PDT -------
Bit of a brain fart the other day, I figured storing preference information,
and probably extension info or pointers to extension info, would probably best
be handled by using the localStorage facility that's baked in.  One potential
problem is that such local storage would be accessible to "web content served
from the same domain" (according to http://is.gd/UN2w ).  I assume the debugger
is loaded via a plain old file:/// URL, and so any other file-based page would
have access to such settings.  Maybe good, maybe bad.  Seems very survivable,
maybe useful.


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



More information about the webkit-unassigned mailing list