gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9632: merge from trunk


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9632: merge from trunk
Date: Thu, 04 Sep 2008 09:56:12 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9632
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2008-09-04 09:56:12 -0600
message:
  merge from trunk
modified:
  backend/render_handler_cairo.cpp
  gui/Player.cpp
  gui/Player.h
  gui/gui.cpp
  libamf/element.cpp
  libamf/element.h
  libamf/sol.cpp
  libamf/sol.h
  libbase/curl_adapter.cpp
  libcore/as_value.cpp
  libcore/as_value.h
  libcore/asobj/ClassHierarchy.cpp
  libcore/asobj/Mouse.cpp
  libcore/asobj/Sound.cpp
  libcore/asobj/System.cpp
  libcore/mouse_button_state.h
  libcore/movie_root.cpp
  libcore/movie_root.h
  libcore/vm/ASHandlers.cpp
  libcore/vm/VM.cpp
  libcore/vm/VM.h
  testsuite/libcore.all/AsValueTest.cpp
  utilities/processor.cpp
    ------------------------------------------------------------
    revno: 9483.1.187
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-03 16:00:20 -0600
    message:
      merge patch for creating as_values
    modified:
      libcore/as_value.cpp
      utilities/rtmpget.cpp
    ------------------------------------------------------------
    revno: 9483.1.188
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-03 16:28:55 -0600
    message:
      merge patch for getting element data
    modified:
      libcore/as_value.cpp
    ------------------------------------------------------------
    revno: 9483.1.189
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-03 17:52:46 -0600
    message:
      merge patch from rtmp branch.
    modified:
      libcore/as_value.cpp
      libcore/as_value.h
      testsuite/libcore.all/AsValueTest.cpp
    ------------------------------------------------------------
    revno: 9483.1.190
    committer: address@hidden
    branch nick: trunk
    timestamp: Wed 2008-09-03 18:57:44 -0600
    message:
      merge support from branch for maming amf elements from as_values.
    modified:
      libcore/as_value.cpp
      testsuite/libcore.all/AsValueTest.cpp
    ------------------------------------------------------------
    revno: 9483.1.191
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 05:08:33 +0200
    message:
      Make Player's Gui non-static, rework core to host communication design
    modified:
      gui/Player.cpp
      gui/Player.h
      gui/gui.cpp
      libbase/curl_adapter.cpp
      libcore/asobj/Mouse.cpp
      libcore/asobj/System.cpp
      libcore/movie_root.cpp
      libcore/movie_root.h
      libcore/vm/ASHandlers.cpp
      utilities/processor.cpp
        ------------------------------------------------------------
        revno: 9483.79.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-04 05:04:47 +0200
        message:
          Rework FS command and INTERFACE callbacks to use functors rather then
          C-style callbacks. This allows callbacks to have a state, which we'd
          in particular use to avoid statics. The alternative would be taking
          an additional void pointer (user data), but I belive the C++ way is
          more flexible for this (despite being more verbose).
          Most changes are for hiding the callback type (two new methods of
          movie_root take care of dispatching the notifications and calls to
          hosting application).
          
          Thanks to this we drop the 'static' Gui member of Player, thus
          fixing bug #24194.
        modified:
          gui/Player.cpp
          gui/Player.h
          gui/gui.cpp
          libbase/curl_adapter.cpp
          libcore/asobj/Mouse.cpp
          libcore/asobj/System.cpp
          libcore/movie_root.cpp
          libcore/movie_root.h
          libcore/vm/ASHandlers.cpp
          utilities/processor.cpp
    ------------------------------------------------------------
    revno: 9483.1.192
    committer: bastiaan <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 08:20:31 +0200
    message:
      Stop stating the obvious.
    modified:
      backend/render_handler_cairo.cpp
    ------------------------------------------------------------
    revno: 9483.1.193
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 11:15:42 +0200
    message:
      Don't include element.h, a forward declaration is enough and avoids
      having to include libamf from lots of subdirs (testsuite and extensions)
    modified:
      libcore/as_value.h
        ------------------------------------------------------------
        revno: 9483.80.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-04 11:14:34 +0200
        message:
          Don't include element.h, a forward declaration is enough and avoids
          having to include libamf from lots of subdirs (testsuite and 
extensions)
        modified:
          libcore/as_value.h
    ------------------------------------------------------------
    revno: 9483.1.194
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 12:50:29 +0200
    message:
      Make as_value::to_element return by auto_ptr, have as_value by Element
      constructor take a const ref. Minor const correctness and headers
      streamline in libamf.
    modified:
      libamf/element.cpp
      libamf/element.h
      libamf/sol.cpp
      libamf/sol.h
      libcore/as_value.cpp
      libcore/as_value.h
      testsuite/libcore.all/AsValueTest.cpp
        ------------------------------------------------------------
        revno: 9483.81.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-04 12:48:29 +0200
        message:
          Make as_value::to_element return by auto_ptr, have as_value by Element
          constructor take a const ref. Minor const correctness and headers
          streamline in libamf.
        modified:
          libamf/element.cpp
          libamf/element.h
          libamf/sol.cpp
          libamf/sol.h
          libcore/as_value.cpp
          libcore/as_value.h
          testsuite/libcore.all/AsValueTest.cpp
    ------------------------------------------------------------
    revno: 9483.1.195
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-04 15:42:44 +0200
    message:
      Drop assertion in Sound.cpp, make mouse button events handling in 
movie_root
      a bit more sensible. Don't leak ClassHierarchy on VM destruction (doesn't
      really matter now, but would if SWFs could be played successively).
    modified:
      libcore/asobj/ClassHierarchy.cpp
      libcore/asobj/Sound.cpp
      libcore/mouse_button_state.h
      libcore/movie_root.cpp
      libcore/movie_root.h
      libcore/vm/VM.cpp
      libcore/vm/VM.h
        ------------------------------------------------------------
        revno: 9483.82.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-04 10:32:58 +0200
        message:
          Delete ClassHierarchy on destruction of VM.
        modified:
          libcore/asobj/ClassHierarchy.cpp
          libcore/vm/VM.cpp
          libcore/vm/VM.h
        ------------------------------------------------------------
        revno: 9483.82.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-04 14:08:55 +0200
        message:
          Some movies have sound IDs of more than 1000.
        modified:
          libcore/asobj/Sound.cpp
        ------------------------------------------------------------
        revno: 9483.82.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-04 14:09:34 +0200
        message:
          Make MouseButtonState into a struct as it has no private members. 
Rename
          its members.
          
          Make generate_mouse_button_events a member of movie_root so that it 
doesn't
          have to use VM::get() to get the movie_root. It can access
          m_mouse_button_events directly now, so doesn't need an argument. Make 
it a
          bit more readable (okay, not very much).
        modified:
          libcore/mouse_button_state.h
          libcore/movie_root.cpp
          libcore/movie_root.h
        ------------------------------------------------------------
        revno: 9483.82.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-04 14:15:33 +0200
        message:
          Use LOG_ONCE, update media handlers message.
        modified:
          libcore/asobj/Sound.cpp
    ------------------------------------------------------------
    revno: 9483.1.196
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2008-09-04 09:25:08 -0600
    message:
      merge bug fix from rtmp branch for failing test cases
    modified:
      libnet/rtmp.cpp
      libnet/rtmp.h
      testsuite/libcore.all/AsValueTest.cpp
      testsuite/libnet.all/test_rtmp.cpp
Diff too large for email (1749 lines, the limit is 1000).

reply via email to

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