gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9720: add the rest of namespaces to


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9720: add the rest of namespaces to the string table, we can look them up.
Date: Sat, 02 May 2009 12:44:24 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9720
committer: address@hidden
branch nick: avm2
timestamp: Sat 2009-05-02 12:44:24 -0600
message:
  add the rest of namespaces to the string table, we can look them up.
modified:
  libcore/namedStrings.cpp
=== modified file 'libcore/namedStrings.cpp'
--- a/libcore/namedStrings.cpp  2009-05-02 18:37:52 +0000
+++ b/libcore/namedStrings.cpp  2009-05-02 18:44:24 +0000
@@ -439,21 +439,31 @@
        string_table::svt("XMLNodeType", NSV::CLASS_XMLNODETYPE),
        string_table::svt("XMLNode", NSV::CLASS_XMLNODE),
 #endif
-       string_table::svt( "flash.display", NSV::NS_FLASH_DISPLAY ),
-       string_table::svt( "flash.text", NSV::NS_FLASH_TEXT ),
-       string_table::svt( "flash.geom", NSV::NS_FLASH_GEOM ),
-       string_table::svt( "flash.net", NSV::NS_FLASH_NET ),
-       string_table::svt( "flash.system", NSV::NS_FLASH_SYSTEM ),
-       string_table::svt( "flash.utils", NSV::NS_FLASH_UTILS ),
-       string_table::svt( "flash.events", NSV::NS_FLASH_EVENTS ),
-       string_table::svt( "flash.accessibility", NSV::NS_FLASH_ACCESSIBILITY ),
-       string_table::svt( "flash.media", NSV::NS_FLASH_MEDIA ),
-       string_table::svt( "flash.xml", NSV::NS_FLASH_XML ),
-       string_table::svt( "flash.ui", NSV::NS_FLASH_UI ),
-       string_table::svt( "adobe.utils", NSV::NS_ADOBE_UTILS ),
-       string_table::svt( "", NSV::INTERNAL_TYPE ),
-       string_table::svt( "", NSV::INTERNAL_STACK_PARENT ),
-       string_table::svt( "", NSV::INTERNAL_INTERFACES )
+       string_table::svt( "flash.accessibility", NSV::NS_FLASH_ACCESSIBILITY),
+       string_table::svt( "flash.data", NSV::NS_FLASH_DATA ),
+       string_table::svt( "flash.desktop", NSV::NS_FLASH_DESKTOP),
+       string_table::svt( "flash.display", NSV::NS_FLASH_DISPLAY),
+       string_table::svt( "flash.erros", NSV::NS_FLASH_ERRORS),
+       string_table::svt( "flash.events", NSV::NS_FLASH_EVENTS),
+       string_table::svt( "flash.external", NSV::NS_FLASH_EXTERNAL),
+       string_table::svt( "flash.filesystem", NSV::NS_FLASH_FILESYSTEM),
+       string_table::svt( "flash.filters", NSV::NS_FLASH_FILTERS),
+       string_table::svt( "flash.geom", NSV::NS_FLASH_GEOM),
+       string_table::svt( "flash.html", NSV::NS_FLASH_HTML),
+       string_table::svt( "flash.media", NSV::NS_FLASH_MEDIA),
+       string_table::svt( "flash.net", NSV::NS_FLASH_NET),
+       string_table::svt( "flash.printing", NSV::NS_FLASH_PRINTING),
+       string_table::svt( "flash.sampler", NSV::NS_FLASH_SAMPLER),
+       string_table::svt( "flash.system", NSV::NS_FLASH_SYSTEM),
+       string_table::svt( "flash.security", NSV::NS_FLASH_SECURITY),
+       string_table::svt( "flash.text", NSV::NS_FLASH_TEXT),
+       string_table::svt( "flash.utils", NSV::NS_FLASH_UTILS),
+       string_table::svt( "flash.ui", NSV::NS_FLASH_UI),
+       string_table::svt( "adobe.utils", NSV::NS_ADOBE_UTILS),
+       string_table::svt( "flash.xml", NSV::NS_FLASH_XML),
+       string_table::svt( "", NSV::INTERNAL_TYPE),
+       string_table::svt( "", NSV::INTERNAL_STACK_PARENT),
+       string_table::svt( "", NSV::INTERNAL_INTERFACES)
 };
 
 void loadStrings(string_table &table, int version)


reply via email to

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