gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [patch #9234] Patch for adding automated slash-colon path


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [patch #9234] Patch for adding automated slash-colon path checks on `GetVariable()` plugin function
Date: Wed, 25 Jan 2017 10:35:13 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.8) Gecko/20151123 Firefox/31.9 PaleMoon/25.8.1

Follow-up Comment #5, patch #9234 (project gnash):

Side note (for the record):

Following warnings:

Warning: Reference to undeclared variable, 'undefined'


which are emitted from DejaGNU's `check()` function are SWFC's fault.
SWFC does not understand the Flash 5+'s `undefined` keyword,
so every reference to `undefined` got compiled as an access to
a variable named "undefined" rather than a special reserved value.

SWFC script like this will show the same error at run time:

.flash bbox=320x240 background=white version=7 fps=12
.frame 1
        .action:
                var x;
                x=undefined;
                trace("Hello "+x);
        .end
.end


This does not affect test results as variable named "undefined" does not
exist,
so reading from it will (coincidentally) give the expected `undefined` value.

SWFC: SWFTools 0.9.2+git20130725-4 (debian)
Flash Player: 11.2.202.491 (standalone)
System: Debian GNU/Linux 7.0 Wheezy i386

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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