DescriptionGallery.app: Fix image rotation in the image editor.
There patch fixes the following two bugs.
1. The main cause: we assign null to metadata if we failed to fetch the data.
But old code check the existance of data by using the 'in' operator and null
value passes the check unexpectedlly.
2. Specifying OVER_FILL instead of FILL for an image in a tile of the mosaic
view in case that the thumbnail image is samller than the tile.
BUG=375676
TEST=manually
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273139
Patch Set 1 #
Messages
Total messages: 11 (0 generated)
|