mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
2a82df055d
The current implementation of HierarchicalStringList allows the following: FOO.bar = [ 'foo', 'bar', ] while FOO.bar += [ 'foo', 'bar', ] would be invalid because of the StrictOrderingOnAppendList enforcement. It also allows to overwrite the entire list with a subsequent FOO.bar = [ 'baz', ] while we've explicitly forbidden such things for every other list. While in the vicinity, fix HierarchicalStringList._get_export_variable to not call the HierarchicalStringList constructor uselessly. |
||
---|---|---|
.. | ||
html40Latin1.properties | ||
html40Special.properties | ||
html40Symbols.properties | ||
mathml20.properties | ||
moz.build |