gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #46115] Gnash doesn't always terminate lines when se


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [bug #46115] Gnash doesn't always terminate lines when sending message to host container
Date: Wed, 16 Dec 2015 15:49:48 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.5) Gecko/20150606 Firefox/31.9 PaleMoon/25.5.0

Follow-up Comment #5, bug #46115 (project gnash):

Follow up from mailing list discussion
http://lists.gnu.org/archive/html/gnash-commit/2015-12/msg00043.html
http://lists.gnu.org/archive/html/gnash-commit/2015-12/msg00052.html

In case of compatibility concern, there are HTML-based test runner for
ExternalInterface and `GetVariable()` plugin function included in
bug #37223's `js2flash-auto-v2.tar.gz` (file #35071), and bug #42395's
`extgetvariable-auto.tar.gz` (file #35743) that could be used for checking
relevent behavior against proprietary Flash Player at JavaScript level.

For this case, Gnash (NPAPI libgnashplugin) before patching, after patching,
and Flash Player give all identical result:

`js2flash-testrunner.html` on browser with Gnash (before applying patch):

PASSED: Gnash should properly register an ExternalInterface callback
PASSED: Gnash should return a correct value from ExternalInterface callback


`js2flash-testrunner.html` on browser with Gnash (after applied patch):

PASSED: Gnash should properly register an ExternalInterface callback
PASSED: Gnash should return a correct value from ExternalInterface callback


`js2flash-testrunner.html` on browser with Flash Player:

PASSED: Gnash should properly register an ExternalInterface callback
PASSED: Gnash should return a correct value from ExternalInterface callback


`extgetvariable-testrunner.html` on browser with Gnash (before applying
patch):

PASSED: Gnash should return a correct type from GetVariable call on string
PASSED: Gnash should return a correct value from GetVariable call on string
PASSED: Gnash should return a correct type from GetVariable call on integer
PASSED: Gnash should return a correct value from GetVariable call on integer
PASSED: Gnash should return a correct type from GetVariable call on floating
point
PASSED: Gnash should return a correct value from GetVariable call on floating
point
PASSED: Gnash should return a correct type from GetVariable call on infinity
floating point
PASSED: Gnash should return a correct value from GetVariable call on infinity
floating point
PASSED: Gnash should return a correct type from GetVariable call on negative
infinity floating point
PASSED: Gnash should return a correct value from GetVariable call on negative
infinity floating point
PASSED: Gnash should return a correct type from GetVariable call on non-number
floating point
PASSED: Gnash should return a correct value from GetVariable call on
non-number floating point
PASSED: Gnash should return a correct type from GetVariable call on boolean
PASSED: Gnash should return a correct value from GetVariable call on boolean
PASSED: Gnash should return a correct type from GetVariable call on null
PASSED: Gnash should return a correct value from GetVariable call on null
PASSED: Gnash should return a correct type from GetVariable call on unassigned
variable
PASSED: Gnash should return a correct value from GetVariable call on
unassigned variable
PASSED: Gnash should return a correct type from GetVariable call on variable
with undefined value
PASSED: Gnash should return a correct value from GetVariable call on variable
with undefined value
PASSED: Gnash should return a correct type from GetVariable call on
non-existent variable
PASSED: Gnash should return a correct value from GetVariable call on
non-existent variable
PASSED: Gnash should return a correct type from GetVariable call on array
variable
PASSED: Gnash should return a correct value from GetVariable call on array
variable
PASSED: Gnash should return a correct type from GetVariable call on object
variable
PASSED: Gnash should return a correct value from GetVariable call on object
variable
PASSED: Gnash should return a correct type from GetVariable call on object
variable with custom toString()
PASSED: Gnash should return a correct value from GetVariable call on object
variable with custom toString()
PASSED: Gnash should return a correct type from GetVariable call on function
variable
PASSED: Gnash should return a correct value from GetVariable call on function
variable


`extgetvariable-testrunner.html` on browser with Gnash (after applied patch):

PASSED: Gnash should return a correct type from GetVariable call on string
PASSED: Gnash should return a correct value from GetVariable call on string
PASSED: Gnash should return a correct type from GetVariable call on integer
PASSED: Gnash should return a correct value from GetVariable call on integer
PASSED: Gnash should return a correct type from GetVariable call on floating
point
PASSED: Gnash should return a correct value from GetVariable call on floating
point
PASSED: Gnash should return a correct type from GetVariable call on infinity
floating point
PASSED: Gnash should return a correct value from GetVariable call on infinity
floating point
PASSED: Gnash should return a correct type from GetVariable call on negative
infinity floating point
PASSED: Gnash should return a correct value from GetVariable call on negative
infinity floating point
PASSED: Gnash should return a correct type from GetVariable call on non-number
floating point
PASSED: Gnash should return a correct value from GetVariable call on
non-number floating point
PASSED: Gnash should return a correct type from GetVariable call on boolean
PASSED: Gnash should return a correct value from GetVariable call on boolean
PASSED: Gnash should return a correct type from GetVariable call on null
PASSED: Gnash should return a correct value from GetVariable call on null
PASSED: Gnash should return a correct type from GetVariable call on unassigned
variable
PASSED: Gnash should return a correct value from GetVariable call on
unassigned variable
PASSED: Gnash should return a correct type from GetVariable call on variable
with undefined value
PASSED: Gnash should return a correct value from GetVariable call on variable
with undefined value
PASSED: Gnash should return a correct type from GetVariable call on
non-existent variable
PASSED: Gnash should return a correct value from GetVariable call on
non-existent variable
PASSED: Gnash should return a correct type from GetVariable call on array
variable
PASSED: Gnash should return a correct value from GetVariable call on array
variable
PASSED: Gnash should return a correct type from GetVariable call on object
variable
PASSED: Gnash should return a correct value from GetVariable call on object
variable
PASSED: Gnash should return a correct type from GetVariable call on object
variable with custom toString()
PASSED: Gnash should return a correct value from GetVariable call on object
variable with custom toString()
PASSED: Gnash should return a correct type from GetVariable call on function
variable
PASSED: Gnash should return a correct value from GetVariable call on function
variable


`extgetvariable-testrunner.html` on browser with Flash Player:

PASSED: Gnash should return a correct type from GetVariable call on string
PASSED: Gnash should return a correct value from GetVariable call on string
PASSED: Gnash should return a correct type from GetVariable call on integer
PASSED: Gnash should return a correct value from GetVariable call on integer
PASSED: Gnash should return a correct type from GetVariable call on floating
point
PASSED: Gnash should return a correct value from GetVariable call on floating
point
PASSED: Gnash should return a correct type from GetVariable call on infinity
floating point
PASSED: Gnash should return a correct value from GetVariable call on infinity
floating point
PASSED: Gnash should return a correct type from GetVariable call on negative
infinity floating point
PASSED: Gnash should return a correct value from GetVariable call on negative
infinity floating point
PASSED: Gnash should return a correct type from GetVariable call on non-number
floating point
PASSED: Gnash should return a correct value from GetVariable call on
non-number floating point
PASSED: Gnash should return a correct type from GetVariable call on boolean
PASSED: Gnash should return a correct value from GetVariable call on boolean
PASSED: Gnash should return a correct type from GetVariable call on null
PASSED: Gnash should return a correct value from GetVariable call on null
PASSED: Gnash should return a correct type from GetVariable call on unassigned
variable
PASSED: Gnash should return a correct value from GetVariable call on
unassigned variable
PASSED: Gnash should return a correct type from GetVariable call on variable
with undefined value
PASSED: Gnash should return a correct value from GetVariable call on variable
with undefined value
PASSED: Gnash should return a correct type from GetVariable call on
non-existent variable
PASSED: Gnash should return a correct value from GetVariable call on
non-existent variable
PASSED: Gnash should return a correct type from GetVariable call on array
variable
PASSED: Gnash should return a correct value from GetVariable call on array
variable
PASSED: Gnash should return a correct type from GetVariable call on object
variable
PASSED: Gnash should return a correct value from GetVariable call on object
variable
PASSED: Gnash should return a correct type from GetVariable call on object
variable with custom toString()
PASSED: Gnash should return a correct value from GetVariable call on object
variable with custom toString()
PASSED: Gnash should return a correct type from GetVariable call on function
variable
PASSED: Gnash should return a correct value from GetVariable call on function
variable


Gnash: 0.8.11dev (git 95763ce 8-Dec-2015 and git 45b945d 15-Dec-2015) NPAPI
Adobe Flash Player: 11.2 r202 (11.2.202.491) NPAPI binary
Browser: Iceweasel 10.0.12 (debian)
System: Debian GNU/Linux 7.0 Wheezy i386


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46115>

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




reply via email to

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