gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11421: Minor touch-ups


From: Sharad Desai
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11421: Minor touch-ups
Date: Thu, 13 Aug 2009 15:52:32 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11421 [merge]
committer: Sharad Desai <address@hidden>
branch nick: trunk
timestamp: Thu 2009-08-13 15:52:32 -0600
message:
  Minor touch-ups
modified:
  libcore/TextField.cpp
  testsuite/misc-haxe.all/classes.all/display/LoaderInfo_as.hx
=== modified file 'libcore/TextField.cpp'
--- a/libcore/TextField.cpp     2009-08-13 18:14:55 +0000
+++ b/libcore/TextField.cpp     2009-08-13 21:49:55 +0000
@@ -20,10 +20,9 @@
 //     - setTextFormat does not discard target, url, tabStops, display or
 //       bullets
 //     - Above five fields are now implemented (except for target != blank)
+//             - Call movie_root getURL function to properly open url and 
target
 
 // Things to work on:
-//     - Cannot figure out how to open firefox in different ways--this
-//       is what target is supposed to do
 //     - For the url cases (url property and anchor tag in html) we should
 //       change the mouse cursor to the hand cursor standard for linkable 
 //    text

=== modified file 'testsuite/misc-haxe.all/classes.all/display/LoaderInfo_as.hx'
--- a/testsuite/misc-haxe.all/classes.all/display/LoaderInfo_as.hx      
2009-08-13 21:02:02 +0000
+++ b/testsuite/misc-haxe.all/classes.all/display/LoaderInfo_as.hx      
2009-08-13 21:52:32 +0000
@@ -1,4 +1,4 @@
-// LoaderInfo_as.hx:  ActionScript 3 "LoaderInfo" class, for Gnash.
+\// LoaderInfo_as.hx:  ActionScript 3 "LoaderInfo" class, for Gnash.
 //
 // Generated by gen-as3.sh on: 20090514 by "rob". Remove this
 // after any hand editing loosing changes.
@@ -68,7 +68,7 @@
                if (Std.is(x1, LoaderInfo)) {
                    DejaGnu.pass("LoaderInfo class exists");
         } else {
-                    DejaGnu.fail("LoaderInfo lass doesn't exist");
+            DejaGnu.fail("LoaderInfo lass doesn't exist");
         }
 
                // Tests to see if all the properties exist. All these do is 
test for
@@ -205,16 +205,16 @@
                } else {
                    DejaGnu.fail("LoaderInfo::getLoaderInfoByDefinition() 
method doesn't exist");
                }*/
-
-#else
-    DejaGnu.note("LoaderInfo did not exist in versions prior to SWF9");
-#end
+              
                DejaGnu.done();
+       });
        
        // Specify file where .swf resides -- user can simply replace their 
username in the
        // appropriate spot below
-       loader.load(new 
URLRequest("/home/user_name/gnash/trunk/testsuite/car_smash.swf"));
-       
+       loader.load(new 
URLRequest("/home/user_name/gnash/trunk/testsuite/samples/car_smash.swf"));
+#else
+       DejaGnu.note("LoaderInfo is not valid in versions 8 and below");
+#end
     }
 }
 


reply via email to

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