gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/trunk r11254: Implemented System_secur


From: Benjamin Wolsey
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r11254: Implemented System_security_allowDomain. Added vector data structures and accessor functions to System_as.cpp to store domain name strings for allowing data access to swf's. This currently does nothing in gnash since we don't deal with inter-swf access in the same way as Adobe.
Date: Tue, 14 Jul 2009 21:14:05 +0200

>  
>  namespace gnash {
>  
> +     // List of domains that can access/modify local data
> +     std::vector<std::string> _allowDataAccess;
> +
>  // Forward declarations.
>  namespace {

What's the plan for this? Having it here leaves it open to
initialization and threading problems, and is the same for all SWFs run
by the same instance of Gnash (which will hopefully be more than one
sometime soon). 

A quick test would show that System.security.allowDomain returns a
boolean value, not undefined.

--
Use Gnash, the GNU Flash Player!
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]