Gnash - The GNU Flash player - Patches: patch #5576, Implements missing AS String Class...
You are not allowed to post comments on this tracker with your current authentication level.
patch #5576: Implements missing AS String Class methods & adds further tests for AS String Class.
Submitter: | None | ||
Submitted: | Tue 21 Nov 2006 08:45:20 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | Done | Privacy: | Public |
Assigned to: | strk | Originator Email: | -email is unavailable- |
Open/Closed: | Closed |
Sat 25 Nov 2006 11:06:00 AM UTC, comment #3: |
Sandro Santilli <strk>![]() ![]() |
Sat 25 Nov 2006 10:44:49 AM UTC, comment #2: I now implemented the length property with the new add_property rather than with overriding the get_member method!
|
Michael Meier <meier> |
Wed 22 Nov 2006 09:31:08 AM UTC, comment #1: I've applied the patch, assuming you have tested the String.swf
|
Sandro Santilli <strk>![]() ![]() |
Tue 21 Nov 2006 08:45:20 PM UTC, original submission:
Following methods of the AS String Class are now also implemted: slice, concat, slice, lastindexof. I also added the member String.length.
|
Anonymous |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 8 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2006-11-25 | meier | Attached File | - | ![]() |
Added stringpatch2.cvsdiff, #11354 |
Carbon-Copy | - | ![]() |
Added -email is unavailable- | ||
2006-11-22 | strk | Status | In Progress | ![]() |
Done |
Open/Closed | Open | ![]() |
Closed | ||
2006-11-22 | strk | Status | None | ![]() |
In Progress |
Assigned to | None | ![]() |
strk | ||
2006-11-21 | None | Attached File | - | ![]() |
Added stringpatch.cvsdiff, #11311 |
Carbon-Copy | - | ![]() |
Added -unavailable- |
Applied. Thanks !!