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: Mon, 05 Oct 2015 07:17:24 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.5) Gecko/20150606 Firefox/31.9 PaleMoon/25.5.0

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

Patch included: see patch #8758

Compare and contrast:

Player-to-plugin communication log on `hostcommtest.html` **before**
patching:
(`hostcommtest_gnash0.8.11dev-f0f66ce.toplugin.log` in `hostcommtest.zip`)

<invoke name="addMethod"
returntype="xml"><arguments><string>flash_function</string></arguments></invoke>
<invoke name="script_function"
returntype="xml"><arguments><string>script_function</string><string>Hello</string><string>World!</string></arguments></invoke>
<invoke name="getURL"
returntype="xml"><arguments><string>http://www.gnu.org/</string><string>GET</string><string>_blank</string></arguments></invoke>
<invoke name="getURL"
returntype="xml"><arguments><string>http://savannah.gnu.org/</string><string>GET</string><string>_blank</string></arguments></invoke>
<invoke name="fsCommand"
returntype="xml"><arguments><string>lorem</string><string>ipsum</string></arguments></invoke>
<string>over a lazy dog.</string><string>Hello
there?</string><true/><number>100</number><number>4</number>


Player-to-plugin communication log on `hostcommtest.html` **after** patching:

<invoke name="addMethod"
returntype="xml"><arguments><string>flash_function</string></arguments></invoke>
<invoke name="script_function"
returntype="xml"><arguments><string>script_function</string><string>Hello</string><string>World!</string></arguments></invoke>
<invoke name="getURL"
returntype="xml"><arguments><string>http://www.gnu.org/</string><string>GET</string><string>_blank</string></arguments></invoke>
<invoke name="getURL"
returntype="xml"><arguments><string>http://savannah.gnu.org/</string><string>GET</string><string>_blank</string></arguments></invoke>
<invoke name="fsCommand"
returntype="xml"><arguments><string>lorem</string><string>ipsum</string></arguments></invoke>
<string>over a lazy dog.</string>
<string>Hello there?</string>
<true/>
<number>100</number>
<number>4</number>



You'd see that after patching, each return value have its own line.

Gnash: Gnash 0.8.11dev (patched against git f0f66ce 23-Sep-2015) NPAPI
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]