gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9754: Allow XML.sendAndLoad to take


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9754: Allow XML.sendAndLoad to take any object as second argument (tested in
Date: Tue, 16 Sep 2008 14:04:56 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9754
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2008-09-16 14:04:56 +0200
message:
  Allow XML.sendAndLoad to take any object as second argument (tested in 
  actionscript.all/XML.as).
  
  Allow loading of data into either XML or LoadVars (not automatically tested).
  Fixes Twitter's SWF, which expects data to be loaded into a passed LoadVars.
  
  Partial implementation of XML.addRequestHeader (not automatically tested),
  which may not be completely correct but is better than nothing.
renamed:
  libbase/curl_adapter.h => libbase/NetworkAdapter.h
modified:
  libbase/Makefile.am
  libbase/curl_adapter.cpp
  libcore/StreamProvider.cpp
  libcore/StreamProvider.h
  libcore/as_object.h
  libcore/asobj/LoadVars.cpp
  libcore/asobj/LoadVars.h
  libcore/asobj/xml.cpp
  libcore/asobj/xml.h
  testsuite/actionscript.all/XML.as
  testsuite/misc-ming.all/XMLSocketTest.c
  libbase/NetworkAdapter.h
    ------------------------------------------------------------
    revno: 9750.1.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 08:48:10 +0200
    message:
      Cleanups.
    modified:
      libcore/asobj/LoadVars.cpp
      libcore/asobj/xml.cpp
      testsuite/misc-ming.all/XMLSocketTest.c
    ------------------------------------------------------------
    revno: 9750.1.2
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 12:30:38 +0200
    message:
      Add tests for XML.sendAndLoad return.
    modified:
      testsuite/actionscript.all/XML.as
    ------------------------------------------------------------
    revno: 9750.1.3
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:00:50 +0200
    message:
      Add virtual queueLoad member to as_object with a default no-op, so that
      XML.sendAndLoad can attempt to read data into any object.
    modified:
      libcore/as_object.h
    ------------------------------------------------------------
    revno: 9750.1.4
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:02:17 +0200
    message:
      Override as_object::queueLoad() with the current implementation (split
      from addLoadVariablesThread).
    modified:
      libcore/asobj/LoadVars.cpp
    ------------------------------------------------------------
    revno: 9750.1.5
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:03:22 +0200
    message:
      Clean up.
    modified:
      libcore/asobj/LoadVars.h
    ------------------------------------------------------------
    revno: 9750.1.6
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:03:39 +0200
    message:
      Allow passing custom headers to curl_adapter via StreamProvider
      (for addRequestHeader). Implement XML.addRequestHeader.
    modified:
      libbase/curl_adapter.cpp
      libbase/curl_adapter.h
      libcore/StreamProvider.cpp
      libcore/StreamProvider.h
      libcore/asobj/xml.cpp
      libcore/asobj/xml.h
    ------------------------------------------------------------
    revno: 9750.1.7
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:29:16 +0200
    message:
      Rename curl_adapter namespace to NetworkAdapter, as the implementation is
      hidden and can be swapped.
      
      Remove USE_CURL ifdefs from the core, leave them to the NetworkAdapter
      implementation.
    renamed:
      libbase/curl_adapter.h => libbase/NetworkAdapter.h
    modified:
      libbase/Makefile.am
      libbase/curl_adapter.cpp
      libcore/StreamProvider.cpp
      libcore/StreamProvider.h
      libcore/asobj/xml.cpp
      libcore/asobj/xml.h
      libbase/NetworkAdapter.h
    ------------------------------------------------------------
    revno: 9750.1.8
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:49:15 +0200
    message:
      Update expected results for SWF5. This is nothing to do with the
      implementation of XML.sendAndLoad, but rather the pp behaves differently
      for SWF5 and was failing some tests.
    modified:
      testsuite/actionscript.all/XML.as
    ------------------------------------------------------------
    revno: 9750.1.9
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Tue 2008-09-16 13:56:34 +0200
    message:
      Check arguments to addRequestHeader.
    modified:
      libcore/asobj/xml.cpp
Diff too large for email (1050 lines, the limit is 1000).

reply via email to

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