gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-457-g9fce1c9
Date: Sat, 09 Jul 2011 08:20:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  9fce1c962efeab81ebaa52ab4662b3e249dfebf8 (commit)
      from  7977cc0a46de7e1e89bbe39ddf2814524af0f8ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=9fce1c962efeab81ebaa52ab4662b3e249dfebf8


commit 9fce1c962efeab81ebaa52ab4662b3e249dfebf8
Author: Benjamin Wolsey <address@hidden>
Date:   Sat Jul 9 10:19:47 2011 +0200

    Drop debugging and add note.

diff --git a/libcore/Button.cpp b/libcore/Button.cpp
index 251a4b3..4bd4464 100644
--- a/libcore/Button.cpp
+++ b/libcore/Button.cpp
@@ -881,8 +881,6 @@ Button::markOwnResources() const
 bool
 Button::unloadChildren()
 {
-    GNASH_REPORT_FUNCTION;
-
     bool childsHaveUnload = false;
 
     // We need to unload all children, or the global instance list
@@ -909,8 +907,6 @@ Button::unloadChildren()
 void
 Button::destroy()
 {
-    GNASH_REPORT_FUNCTION;
-
     stage().removeButtonKey(this);
 
     for (DisplayObjects::iterator i = _stateCharacters.begin(),
diff --git a/libcore/TextField.cpp b/libcore/TextField.cpp
index 5f21451..37e59c4 100644
--- a/libcore/TextField.cpp
+++ b/libcore/TextField.cpp
@@ -280,6 +280,8 @@ TextField::cursorRecord()
     while (i < _textRecords.size() && m_cursor >= _recordStarts[i]) {
         ++i;
     }
+    // TODO: it seems like this could return (size_t) -1, but there's no
+    // evidence this is allowed or handled.
     return i - 1;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 libcore/Button.cpp    |    4 ----
 libcore/TextField.cpp |    2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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