gecko-dev/content/html
Ralph Giles 1d8f7b6e3f Bug 793315 - Fix mozGetMetadata with single tag streams. r=cpearce
In Bug 785057, the implementation of mozGetMetadata was changed
to propagate a failure to define a new object property through
the return value of the nsDataHashtable interator. It turns out,
EnumerateRead returns the number of items processed, not the
last PLDHashOperator result. The upshot of which is that
the method returned an error if and only if only one tag
was processed.

Instead, carry and error flag in the iterator state, and check
that for failure.
2012-09-21 13:13:41 -07:00
..
content Bug 793315 - Fix mozGetMetadata with single tag streams. r=cpearce 2012-09-21 13:13:41 -07:00
document Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00